@fileverse-dev/fortune-react 1.1.0 → 1.1.2

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.
Files changed (444) hide show
  1. package/es/assets/paint-roller.png +0 -0
  2. package/es/components/ChangeColor/index.css +76 -0
  3. package/{dist/packages/react/src → es}/components/ChangeColor/index.d.ts +7 -7
  4. package/es/components/ChangeColor/index.js +41 -0
  5. package/{dist/packages/react/src → es}/components/ConditionFormat/ConditionRules.d.ts +6 -6
  6. package/es/components/ConditionFormat/ConditionRules.js +323 -0
  7. package/es/components/ConditionFormat/index.css +210 -0
  8. package/{dist/packages/react/src → es}/components/ConditionFormat/index.d.ts +7 -7
  9. package/es/components/ConditionFormat/index.js +252 -0
  10. package/{dist/packages/react/src → es}/components/ContextMenu/Divider.d.ts +3 -3
  11. package/es/components/ContextMenu/Divider.js +7 -0
  12. package/{dist/packages/react/src → es}/components/ContextMenu/FilterMenu.d.ts +3 -3
  13. package/es/components/ContextMenu/FilterMenu.js +612 -0
  14. package/{dist/packages/react/src → es}/components/ContextMenu/Menu.d.ts +8 -8
  15. package/es/components/ContextMenu/Menu.js +25 -0
  16. package/{dist/packages/react/src → es}/components/ContextMenu/SheetTab.d.ts +4 -4
  17. package/es/components/ContextMenu/SheetTab.js +223 -0
  18. package/es/components/ContextMenu/index.css +322 -0
  19. package/{dist/packages/react/src → es}/components/ContextMenu/index.d.ts +5 -5
  20. package/es/components/ContextMenu/index.js +1054 -0
  21. package/es/components/CryptoDenominationSelector/index.css +67 -0
  22. package/es/components/CryptoDenominationSelector/index.d.ts +8 -0
  23. package/es/components/CryptoDenominationSelector/index.js +271 -0
  24. package/es/components/CustomSort/index.css +23 -0
  25. package/{dist/packages/react/src → es}/components/CustomSort/index.d.ts +4 -4
  26. package/es/components/CustomSort/index.js +113 -0
  27. package/{dist/packages/react/src → es}/components/DataVerification/DropdownList.d.ts +4 -4
  28. package/es/components/DataVerification/DropdownList.js +126 -0
  29. package/{dist/packages/react/src → es}/components/DataVerification/RangeDialog.d.ts +4 -4
  30. package/es/components/DataVerification/RangeDialog.js +105 -0
  31. package/{dist/packages/react/src → es}/components/DataVerification/getDisplayedRangeTxt.d.ts +2 -2
  32. package/es/components/DataVerification/getDisplayedRangeTxt.js +9 -0
  33. package/es/components/DataVerification/index.css +202 -0
  34. package/{dist/packages/react/src → es}/components/DataVerification/index.d.ts +4 -4
  35. package/es/components/DataVerification/index.js +398 -0
  36. package/es/components/Dialog/index.css +64 -0
  37. package/{dist/packages/react/src → es}/components/Dialog/index.d.ts +15 -15
  38. package/es/components/Dialog/index.js +72 -0
  39. package/{dist/packages/react/src → es}/components/DuneChartsInputModal/DuneChartsInputModal.d.ts +11 -11
  40. package/es/components/DuneChartsInputModal/DuneChartsInputModal.js +95 -0
  41. package/es/components/DuneChartsInputModal/duneChartsInputModal.css +98 -0
  42. package/{dist/packages/react/src → es}/components/DunePreview/DunePreview.d.ts +13 -13
  43. package/es/components/DunePreview/DunePreview.js +46 -0
  44. package/es/components/DunePreview/index.css +57 -0
  45. package/{dist/packages/react/src → es}/components/FilterOption/index.d.ts +5 -5
  46. package/es/components/FilterOption/index.js +121 -0
  47. package/es/components/FormatSearch/index.css +19 -0
  48. package/{dist/packages/react/src → es}/components/FormatSearch/index.d.ts +6 -6
  49. package/es/components/FormatSearch/index.js +133 -0
  50. package/es/components/FormulaSearch/index.css +65 -0
  51. package/{dist/packages/react/src → es}/components/FormulaSearch/index.d.ts +5 -5
  52. package/es/components/FormulaSearch/index.js +198 -0
  53. package/{dist/packages/react/src → es}/components/FxEditor/NameBox.d.ts +3 -3
  54. package/es/components/FxEditor/NameBox.js +29 -0
  55. package/es/components/FxEditor/index.css +72 -0
  56. package/{dist/packages/react/src → es}/components/FxEditor/index.d.ts +4 -4
  57. package/es/components/FxEditor/index.js +167 -0
  58. package/es/components/IFrameBoxs/iFrameBoxs.css +16 -0
  59. package/{dist/packages/react/src → es}/components/IFrameBoxs/iFrameBoxs.d.ts +4 -4
  60. package/es/components/IFrameBoxs/iFrameBoxs.js +142 -0
  61. package/{dist/packages/react/src → es}/components/ImgBoxs/index.d.ts +3 -3
  62. package/es/components/ImgBoxs/index.js +219 -0
  63. package/es/components/LinkEidtCard/index.css +255 -0
  64. package/{dist/packages/react/src → es}/components/LinkEidtCard/index.d.ts +5 -5
  65. package/es/components/LinkEidtCard/index.js +238 -0
  66. package/es/components/LocationCondition/index.css +74 -0
  67. package/{dist/packages/react/src → es}/components/LocationCondition/index.d.ts +3 -3
  68. package/es/components/LocationCondition/index.js +195 -0
  69. package/{dist/packages/react/src → es}/components/MessageBox/index.d.ts +9 -9
  70. package/es/components/MessageBox/index.js +16 -0
  71. package/{dist/packages/react/src → es}/components/NotationBoxes/index.d.ts +3 -3
  72. package/es/components/NotationBoxes/index.js +105 -0
  73. package/{dist/packages/react/src → es}/components/ResetColumnWidth/index.d.ts +2 -2
  74. package/es/components/ResetColumnWidth/index.js +130 -0
  75. package/{dist/packages/react/src → es}/components/SVGDefines.d.ts +5 -5
  76. package/es/components/SVGDefines.js +1961 -0
  77. package/{dist/packages/react/src → es}/components/SVGIcon.d.ts +9 -9
  78. package/es/components/SVGIcon.js +18 -0
  79. package/es/components/SearchReplace/index.css +191 -0
  80. package/{dist/packages/react/src → es}/components/SearchReplace/index.d.ts +6 -6
  81. package/es/components/SearchReplace/index.js +285 -0
  82. package/es/components/Sheet/index.css +27 -0
  83. package/{dist/packages/react/src → es}/components/Sheet/index.d.ts +8 -8
  84. package/es/components/Sheet/index.js +176 -0
  85. package/{dist/packages/react/src → es}/components/SheetList/SheetHiddenButton.d.ts +8 -8
  86. package/es/components/SheetList/SheetHiddenButton.js +35 -0
  87. package/{dist/packages/react/src → es}/components/SheetList/SheetListItem.d.ts +9 -9
  88. package/es/components/SheetList/SheetListItem.js +72 -0
  89. package/es/components/SheetList/index.css +48 -0
  90. package/{dist/packages/react/src → es}/components/SheetList/index.d.ts +4 -4
  91. package/es/components/SheetList/index.js +30 -0
  92. package/{dist/packages/react/src → es}/components/SheetOverlay/ColumnHeader.d.ts +3 -3
  93. package/es/components/SheetOverlay/ColumnHeader.js +217 -0
  94. package/{dist/packages/react/src → es}/components/SheetOverlay/ContentEditable.d.ts +11 -11
  95. package/es/components/SheetOverlay/ContentEditable.js +74 -0
  96. package/es/components/SheetOverlay/FormulaHint/index.css +180 -0
  97. package/{dist/packages/react/src → es}/components/SheetOverlay/FormulaHint/index.d.ts +4 -4
  98. package/es/components/SheetOverlay/FormulaHint/index.js +348 -0
  99. package/{dist/packages/react/src → es}/components/SheetOverlay/FormulaSearch/constant.d.ts +63 -63
  100. package/es/components/SheetOverlay/FormulaSearch/constant.js +328 -0
  101. package/es/components/SheetOverlay/FormulaSearch/index.css +44 -0
  102. package/{dist/packages/react/src → es}/components/SheetOverlay/FormulaSearch/index.d.ts +4 -4
  103. package/es/components/SheetOverlay/FormulaSearch/index.js +261 -0
  104. package/{dist/packages/react/src → es}/components/SheetOverlay/InputBox.d.ts +3 -3
  105. package/es/components/SheetOverlay/InputBox.js +395 -0
  106. package/{dist/packages/react/src → es}/components/SheetOverlay/RowHeader.d.ts +3 -3
  107. package/es/components/SheetOverlay/RowHeader.js +187 -0
  108. package/es/components/SheetOverlay/ScrollBar/index.css +40 -0
  109. package/{dist/packages/react/src → es}/components/SheetOverlay/ScrollBar/index.d.ts +7 -7
  110. package/es/components/SheetOverlay/ScrollBar/index.js +47 -0
  111. package/es/components/SheetOverlay/index.css +952 -0
  112. package/{dist/packages/react/src → es}/components/SheetOverlay/index.d.ts +4 -4
  113. package/es/components/SheetOverlay/index.js +580 -0
  114. package/{dist/packages/react/src → es}/components/SheetTab/SheetItem.d.ts +8 -8
  115. package/es/components/SheetTab/SheetItem.js +230 -0
  116. package/es/components/SheetTab/index.css +278 -0
  117. package/{dist/packages/react/src → es}/components/SheetTab/index.d.ts +4 -4
  118. package/es/components/SheetTab/index.js +191 -0
  119. package/es/components/SplitColumn/index.css +121 -0
  120. package/{dist/packages/react/src → es}/components/SplitColumn/index.d.ts +3 -3
  121. package/es/components/SplitColumn/index.js +167 -0
  122. package/{dist/packages/react/src → es}/components/Toolbar/Button.d.ts +12 -12
  123. package/es/components/Toolbar/Button.js +32 -0
  124. package/{dist/packages/react/src → es}/components/Toolbar/ColorPicker.d.ts +6 -6
  125. package/es/components/Toolbar/ColorPicker.js +27 -0
  126. package/{dist/packages/react/src → es}/components/Toolbar/Combo.d.ts +13 -12
  127. package/es/components/Toolbar/Combo.js +123 -0
  128. package/{dist/packages/react/src → es}/components/Toolbar/CustomBorder.d.ts +7 -7
  129. package/es/components/Toolbar/CustomBorder.js +211 -0
  130. package/{dist/packages/react/src → es}/components/Toolbar/CustomButton.d.ts +11 -11
  131. package/es/components/Toolbar/CustomButton.js +29 -0
  132. package/{dist/packages/react/src → es}/components/Toolbar/CustomColor.d.ts +8 -8
  133. package/es/components/Toolbar/CustomColor.js +25 -0
  134. package/{dist/packages/react/src → es}/components/Toolbar/CustomIcon.d.ts +9 -9
  135. package/es/components/Toolbar/CustomIcon.js +38 -0
  136. package/{dist/packages/react/src → es}/components/Toolbar/Divider.d.ts +4 -4
  137. package/es/components/Toolbar/Divider.js +12 -0
  138. package/{dist/packages/react/src → es}/components/Toolbar/MoreItemsContainer.d.ts +6 -6
  139. package/es/components/Toolbar/MoreItemsContainer.js +17 -0
  140. package/{dist/packages/react/src → es}/components/Toolbar/Select.d.ts +14 -14
  141. package/es/components/Toolbar/Select.js +34 -0
  142. package/es/components/Toolbar/index.css +411 -0
  143. package/es/components/Toolbar/index.d.ts +16 -0
  144. package/es/components/Toolbar/index.js +1722 -0
  145. package/{dist/packages/react/src → es}/components/Workbook/api.d.ts +1186 -1177
  146. package/es/components/Workbook/api.js +405 -0
  147. package/es/components/Workbook/index.css +48 -0
  148. package/{dist/packages/react/src → es}/components/Workbook/index.d.ts +1194 -1185
  149. package/es/components/Workbook/index.js +749 -0
  150. package/es/components/ZoomControl/index.css +54 -0
  151. package/{dist/packages/react/src → es}/components/ZoomControl/index.d.ts +4 -4
  152. package/es/components/ZoomControl/index.js +111 -0
  153. package/es/components/index.d.ts +5 -0
  154. package/es/components/index.js +3 -0
  155. package/es/constants.d.ts +27 -0
  156. package/es/constants.js +45 -0
  157. package/{dist/packages/react/src → es}/context/index.d.ts +25 -25
  158. package/es/context/index.js +34 -0
  159. package/{dist/packages/react/src → es}/context/modal.d.ts +10 -10
  160. package/es/context/modal.js +43 -0
  161. package/{dist/packages/react/src → es}/hooks/useAlert.d.ts +4 -4
  162. package/es/hooks/useAlert.js +28 -0
  163. package/{dist/packages/react/src → es}/hooks/useDialog.d.ts +5 -5
  164. package/es/hooks/useDialog.js +28 -0
  165. package/{dist/packages/react/src → es}/hooks/useOutsideClick.d.ts +2 -2
  166. package/es/hooks/useOutsideClick.js +15 -0
  167. package/{dist/packages/react/src → es}/hooks/usePrevious.d.ts +2 -2
  168. package/es/hooks/usePrevious.js +9 -0
  169. package/es/index.css +27 -0
  170. package/{dist/packages/react/src → es}/index.d.ts +1 -1
  171. package/es/index.js +1 -0
  172. package/es/utils/convertCellsToCrypto.d.ts +8 -0
  173. package/es/utils/convertCellsToCrypto.js +307 -0
  174. package/es/utils/cryptoApi.d.ts +3 -0
  175. package/es/utils/cryptoApi.js +190 -0
  176. package/{dist/packages/react/src → es}/utils/datepickerStyles.d.ts +2 -2
  177. package/es/utils/datepickerStyles.js +8 -0
  178. package/es/utils/updateCellsDecimalFormat.d.ts +6 -0
  179. package/es/utils/updateCellsDecimalFormat.js +80 -0
  180. package/lib/assets/paint-roller.png +0 -0
  181. package/lib/components/ChangeColor/index.css +76 -0
  182. package/lib/components/ChangeColor/index.d.ts +7 -0
  183. package/lib/components/ChangeColor/index.js +50 -0
  184. package/lib/components/ConditionFormat/ConditionRules.d.ts +6 -0
  185. package/lib/components/ConditionFormat/ConditionRules.js +332 -0
  186. package/lib/components/ConditionFormat/index.css +210 -0
  187. package/lib/components/ConditionFormat/index.d.ts +7 -0
  188. package/lib/components/ConditionFormat/index.js +261 -0
  189. package/lib/components/ContextMenu/Divider.d.ts +3 -0
  190. package/lib/components/ContextMenu/Divider.js +14 -0
  191. package/lib/components/ContextMenu/FilterMenu.d.ts +3 -0
  192. package/lib/components/ContextMenu/FilterMenu.js +621 -0
  193. package/lib/components/ContextMenu/Menu.d.ts +8 -0
  194. package/lib/components/ContextMenu/Menu.js +33 -0
  195. package/lib/components/ContextMenu/SheetTab.d.ts +4 -0
  196. package/lib/components/ContextMenu/SheetTab.js +232 -0
  197. package/lib/components/ContextMenu/index.css +322 -0
  198. package/lib/components/ContextMenu/index.d.ts +5 -0
  199. package/lib/components/ContextMenu/index.js +1063 -0
  200. package/lib/components/CryptoDenominationSelector/index.css +67 -0
  201. package/lib/components/CryptoDenominationSelector/index.d.ts +8 -0
  202. package/lib/components/CryptoDenominationSelector/index.js +280 -0
  203. package/lib/components/CustomSort/index.css +23 -0
  204. package/lib/components/CustomSort/index.d.ts +4 -0
  205. package/lib/components/CustomSort/index.js +122 -0
  206. package/lib/components/DataVerification/DropdownList.d.ts +4 -0
  207. package/lib/components/DataVerification/DropdownList.js +135 -0
  208. package/lib/components/DataVerification/RangeDialog.d.ts +4 -0
  209. package/lib/components/DataVerification/RangeDialog.js +114 -0
  210. package/lib/components/DataVerification/getDisplayedRangeTxt.d.ts +2 -0
  211. package/lib/components/DataVerification/getDisplayedRangeTxt.js +15 -0
  212. package/lib/components/DataVerification/index.css +202 -0
  213. package/lib/components/DataVerification/index.d.ts +4 -0
  214. package/lib/components/DataVerification/index.js +407 -0
  215. package/lib/components/Dialog/index.css +64 -0
  216. package/lib/components/Dialog/index.d.ts +15 -0
  217. package/lib/components/Dialog/index.js +81 -0
  218. package/lib/components/DuneChartsInputModal/DuneChartsInputModal.d.ts +11 -0
  219. package/lib/components/DuneChartsInputModal/DuneChartsInputModal.js +104 -0
  220. package/lib/components/DuneChartsInputModal/duneChartsInputModal.css +98 -0
  221. package/lib/components/DunePreview/DunePreview.d.ts +13 -0
  222. package/lib/components/DunePreview/DunePreview.js +53 -0
  223. package/lib/components/DunePreview/index.css +57 -0
  224. package/lib/components/FilterOption/index.d.ts +5 -0
  225. package/lib/components/FilterOption/index.js +130 -0
  226. package/lib/components/FormatSearch/index.css +19 -0
  227. package/lib/components/FormatSearch/index.d.ts +6 -0
  228. package/lib/components/FormatSearch/index.js +142 -0
  229. package/lib/components/FormulaSearch/index.css +65 -0
  230. package/lib/components/FormulaSearch/index.d.ts +5 -0
  231. package/lib/components/FormulaSearch/index.js +207 -0
  232. package/lib/components/FxEditor/NameBox.d.ts +3 -0
  233. package/lib/components/FxEditor/NameBox.js +38 -0
  234. package/lib/components/FxEditor/index.css +72 -0
  235. package/lib/components/FxEditor/index.d.ts +4 -0
  236. package/lib/components/FxEditor/index.js +176 -0
  237. package/lib/components/IFrameBoxs/iFrameBoxs.css +16 -0
  238. package/lib/components/IFrameBoxs/iFrameBoxs.d.ts +4 -0
  239. package/lib/components/IFrameBoxs/iFrameBoxs.js +151 -0
  240. package/lib/components/ImgBoxs/index.d.ts +3 -0
  241. package/lib/components/ImgBoxs/index.js +228 -0
  242. package/lib/components/LinkEidtCard/index.css +255 -0
  243. package/lib/components/LinkEidtCard/index.d.ts +5 -0
  244. package/lib/components/LinkEidtCard/index.js +247 -0
  245. package/lib/components/LocationCondition/index.css +74 -0
  246. package/lib/components/LocationCondition/index.d.ts +3 -0
  247. package/lib/components/LocationCondition/index.js +204 -0
  248. package/lib/components/MessageBox/index.d.ts +9 -0
  249. package/lib/components/MessageBox/index.js +23 -0
  250. package/lib/components/NotationBoxes/index.d.ts +3 -0
  251. package/lib/components/NotationBoxes/index.js +114 -0
  252. package/lib/components/ResetColumnWidth/index.d.ts +2 -0
  253. package/lib/components/ResetColumnWidth/index.js +138 -0
  254. package/lib/components/SVGDefines.d.ts +5 -0
  255. package/lib/components/SVGDefines.js +1968 -0
  256. package/lib/components/SVGIcon.d.ts +9 -0
  257. package/lib/components/SVGIcon.js +25 -0
  258. package/lib/components/SearchReplace/index.css +191 -0
  259. package/lib/components/SearchReplace/index.d.ts +6 -0
  260. package/lib/components/SearchReplace/index.js +294 -0
  261. package/lib/components/Sheet/index.css +27 -0
  262. package/lib/components/Sheet/index.d.ts +8 -0
  263. package/lib/components/Sheet/index.js +185 -0
  264. package/lib/components/SheetList/SheetHiddenButton.d.ts +8 -0
  265. package/lib/components/SheetList/SheetHiddenButton.js +44 -0
  266. package/lib/components/SheetList/SheetListItem.d.ts +9 -0
  267. package/lib/components/SheetList/SheetListItem.js +81 -0
  268. package/lib/components/SheetList/index.css +48 -0
  269. package/lib/components/SheetList/index.d.ts +4 -0
  270. package/lib/components/SheetList/index.js +39 -0
  271. package/lib/components/SheetOverlay/ColumnHeader.d.ts +3 -0
  272. package/lib/components/SheetOverlay/ColumnHeader.js +226 -0
  273. package/lib/components/SheetOverlay/ContentEditable.d.ts +11 -0
  274. package/lib/components/SheetOverlay/ContentEditable.js +83 -0
  275. package/lib/components/SheetOverlay/FormulaHint/index.css +180 -0
  276. package/lib/components/SheetOverlay/FormulaHint/index.d.ts +4 -0
  277. package/lib/components/SheetOverlay/FormulaHint/index.js +357 -0
  278. package/lib/components/SheetOverlay/FormulaSearch/constant.d.ts +63 -0
  279. package/lib/components/SheetOverlay/FormulaSearch/constant.js +334 -0
  280. package/lib/components/SheetOverlay/FormulaSearch/index.css +44 -0
  281. package/lib/components/SheetOverlay/FormulaSearch/index.d.ts +4 -0
  282. package/lib/components/SheetOverlay/FormulaSearch/index.js +270 -0
  283. package/lib/components/SheetOverlay/InputBox.d.ts +3 -0
  284. package/lib/components/SheetOverlay/InputBox.js +404 -0
  285. package/lib/components/SheetOverlay/RowHeader.d.ts +3 -0
  286. package/lib/components/SheetOverlay/RowHeader.js +196 -0
  287. package/lib/components/SheetOverlay/ScrollBar/index.css +40 -0
  288. package/lib/components/SheetOverlay/ScrollBar/index.d.ts +7 -0
  289. package/lib/components/SheetOverlay/ScrollBar/index.js +56 -0
  290. package/lib/components/SheetOverlay/index.css +952 -0
  291. package/lib/components/SheetOverlay/index.d.ts +4 -0
  292. package/lib/components/SheetOverlay/index.js +589 -0
  293. package/lib/components/SheetTab/SheetItem.d.ts +8 -0
  294. package/lib/components/SheetTab/SheetItem.js +239 -0
  295. package/lib/components/SheetTab/index.css +278 -0
  296. package/lib/components/SheetTab/index.d.ts +4 -0
  297. package/lib/components/SheetTab/index.js +200 -0
  298. package/lib/components/SplitColumn/index.css +121 -0
  299. package/lib/components/SplitColumn/index.d.ts +3 -0
  300. package/lib/components/SplitColumn/index.js +176 -0
  301. package/lib/components/Toolbar/Button.d.ts +12 -0
  302. package/lib/components/Toolbar/Button.js +39 -0
  303. package/lib/components/Toolbar/ColorPicker.d.ts +6 -0
  304. package/lib/components/Toolbar/ColorPicker.js +34 -0
  305. package/lib/components/Toolbar/Combo.d.ts +13 -0
  306. package/lib/components/Toolbar/Combo.js +132 -0
  307. package/lib/components/Toolbar/CustomBorder.d.ts +7 -0
  308. package/lib/components/Toolbar/CustomBorder.js +220 -0
  309. package/lib/components/Toolbar/CustomButton.d.ts +11 -0
  310. package/lib/components/Toolbar/CustomButton.js +36 -0
  311. package/lib/components/Toolbar/CustomColor.d.ts +8 -0
  312. package/lib/components/Toolbar/CustomColor.js +32 -0
  313. package/lib/components/Toolbar/CustomIcon.d.ts +9 -0
  314. package/lib/components/Toolbar/CustomIcon.js +46 -0
  315. package/lib/components/Toolbar/Divider.d.ts +4 -0
  316. package/lib/components/Toolbar/Divider.js +19 -0
  317. package/lib/components/Toolbar/MoreItemsContainer.d.ts +6 -0
  318. package/lib/components/Toolbar/MoreItemsContainer.js +25 -0
  319. package/lib/components/Toolbar/Select.d.ts +14 -0
  320. package/lib/components/Toolbar/Select.js +40 -0
  321. package/lib/components/Toolbar/index.css +411 -0
  322. package/lib/components/Toolbar/index.d.ts +16 -0
  323. package/lib/components/Toolbar/index.js +1731 -0
  324. package/lib/components/Workbook/api.d.ts +1186 -0
  325. package/lib/components/Workbook/api.js +412 -0
  326. package/lib/components/Workbook/index.css +48 -0
  327. package/{dist/stories/API.stories.d.ts → lib/components/Workbook/index.d.ts} +1194 -1210
  328. package/lib/components/Workbook/index.js +758 -0
  329. package/lib/components/ZoomControl/index.css +54 -0
  330. package/lib/components/ZoomControl/index.d.ts +4 -0
  331. package/lib/components/ZoomControl/index.js +120 -0
  332. package/lib/components/index.d.ts +5 -0
  333. package/lib/components/index.js +26 -0
  334. package/lib/constants.d.ts +27 -0
  335. package/lib/constants.js +52 -0
  336. package/lib/context/index.d.ts +25 -0
  337. package/lib/context/index.js +41 -0
  338. package/lib/context/modal.d.ts +10 -0
  339. package/lib/context/modal.js +50 -0
  340. package/lib/hooks/useAlert.d.ts +4 -0
  341. package/lib/hooks/useAlert.js +37 -0
  342. package/lib/hooks/useDialog.d.ts +5 -0
  343. package/lib/hooks/useDialog.js +37 -0
  344. package/lib/hooks/useOutsideClick.d.ts +2 -0
  345. package/lib/hooks/useOutsideClick.js +21 -0
  346. package/lib/hooks/usePrevious.d.ts +2 -0
  347. package/lib/hooks/usePrevious.js +15 -0
  348. package/lib/index.css +27 -0
  349. package/lib/index.d.ts +1 -0
  350. package/lib/index.js +16 -0
  351. package/lib/utils/convertCellsToCrypto.d.ts +8 -0
  352. package/lib/utils/convertCellsToCrypto.js +314 -0
  353. package/lib/utils/cryptoApi.d.ts +3 -0
  354. package/lib/utils/cryptoApi.js +198 -0
  355. package/lib/utils/datepickerStyles.d.ts +2 -0
  356. package/lib/utils/datepickerStyles.js +14 -0
  357. package/lib/utils/updateCellsDecimalFormat.d.ts +6 -0
  358. package/lib/utils/updateCellsDecimalFormat.js +86 -0
  359. package/package.json +8 -7
  360. package/dist/index.css +0 -3915
  361. package/dist/index.esm.css +0 -3915
  362. package/dist/index.esm.js +0 -12975
  363. package/dist/index.js +0 -12995
  364. package/dist/index.umd.css +0 -3915
  365. package/dist/index.umd.js +0 -122445
  366. package/dist/index.umd.min.css +0 -1
  367. package/dist/index.umd.min.js +0 -50
  368. package/dist/packages/core/src/api/cell.d.ts +0 -10
  369. package/dist/packages/core/src/api/common.d.ts +0 -66
  370. package/dist/packages/core/src/api/errors.d.ts +0 -2
  371. package/dist/packages/core/src/api/index.d.ts +0 -9
  372. package/dist/packages/core/src/api/merge.d.ts +0 -5
  373. package/dist/packages/core/src/api/range.d.ts +0 -22
  374. package/dist/packages/core/src/api/rowcol.d.ts +0 -14
  375. package/dist/packages/core/src/api/sheet.d.ts +0 -10
  376. package/dist/packages/core/src/api/workbook.d.ts +0 -15
  377. package/dist/packages/core/src/canvas.d.ts +0 -46
  378. package/dist/packages/core/src/context.d.ts +0 -197
  379. package/dist/packages/core/src/events/copy.d.ts +0 -2
  380. package/dist/packages/core/src/events/index.d.ts +0 -4
  381. package/dist/packages/core/src/events/keyboard.d.ts +0 -6
  382. package/dist/packages/core/src/events/mouse.d.ts +0 -22
  383. package/dist/packages/core/src/events/paste.d.ts +0 -3
  384. package/dist/packages/core/src/index.d.ts +0 -10
  385. package/dist/packages/core/src/locale/en.d.ts +0 -992
  386. package/dist/packages/core/src/locale/es.d.ts +0 -1134
  387. package/dist/packages/core/src/locale/hi.d.ts +0 -1030
  388. package/dist/packages/core/src/locale/index.d.ts +0 -1049
  389. package/dist/packages/core/src/locale/zh.d.ts +0 -1048
  390. package/dist/packages/core/src/locale/zh_tw.d.ts +0 -1187
  391. package/dist/packages/core/src/modules/ConditionFormat.d.ts +0 -17
  392. package/dist/packages/core/src/modules/border.d.ts +0 -3
  393. package/dist/packages/core/src/modules/cell.d.ts +0 -32
  394. package/dist/packages/core/src/modules/clipboard.d.ts +0 -3
  395. package/dist/packages/core/src/modules/color.d.ts +0 -1
  396. package/dist/packages/core/src/modules/comment.d.ts +0 -97
  397. package/dist/packages/core/src/modules/conditionalFormat.d.ts +0 -2
  398. package/dist/packages/core/src/modules/cursor.d.ts +0 -3
  399. package/dist/packages/core/src/modules/dataVerification.d.ts +0 -11
  400. package/dist/packages/core/src/modules/dropCell.d.ts +0 -10
  401. package/dist/packages/core/src/modules/filter.d.ts +0 -45
  402. package/dist/packages/core/src/modules/format.d.ts +0 -6
  403. package/dist/packages/core/src/modules/formula.d.ts +0 -54
  404. package/dist/packages/core/src/modules/freeze.d.ts +0 -5
  405. package/dist/packages/core/src/modules/hyperlink.d.ts +0 -21
  406. package/dist/packages/core/src/modules/iframe.d.ts +0 -12
  407. package/dist/packages/core/src/modules/image.d.ts +0 -31
  408. package/dist/packages/core/src/modules/index.d.ts +0 -36
  409. package/dist/packages/core/src/modules/inline-string.d.ts +0 -36
  410. package/dist/packages/core/src/modules/location.d.ts +0 -6
  411. package/dist/packages/core/src/modules/locationCondition.d.ts +0 -21
  412. package/dist/packages/core/src/modules/merge.d.ts +0 -3
  413. package/dist/packages/core/src/modules/mobile.d.ts +0 -5
  414. package/dist/packages/core/src/modules/moveCells.d.ts +0 -5
  415. package/dist/packages/core/src/modules/protection.d.ts +0 -5
  416. package/dist/packages/core/src/modules/refresh.d.ts +0 -3
  417. package/dist/packages/core/src/modules/rowcol.d.ts +0 -19
  418. package/dist/packages/core/src/modules/screenshot.d.ts +0 -2
  419. package/dist/packages/core/src/modules/searchReplace.d.ts +0 -36
  420. package/dist/packages/core/src/modules/selection.d.ts +0 -46
  421. package/dist/packages/core/src/modules/sheet.d.ts +0 -10
  422. package/dist/packages/core/src/modules/sort.d.ts +0 -7
  423. package/dist/packages/core/src/modules/splitColumn.d.ts +0 -5
  424. package/dist/packages/core/src/modules/text.d.ts +0 -10
  425. package/dist/packages/core/src/modules/toolbar.d.ts +0 -32
  426. package/dist/packages/core/src/modules/validation.d.ts +0 -19
  427. package/dist/packages/core/src/modules/zoom.d.ts +0 -3
  428. package/dist/packages/core/src/settings.d.ts +0 -100
  429. package/dist/packages/core/src/types.d.ts +0 -371
  430. package/dist/packages/core/src/utils/freeze.d.ts +0 -7
  431. package/dist/packages/core/src/utils/index.d.ts +0 -18
  432. package/dist/packages/core/src/utils/patch.d.ts +0 -37
  433. package/dist/packages/react/src/components/Toolbar/index.d.ts +0 -10
  434. package/dist/packages/react/src/components/index.d.ts +0 -4
  435. package/dist/packages/react/src/constants.d.ts +0 -1
  436. package/dist/stories/Collabration.stories.d.ts +0 -2359
  437. package/dist/stories/Features.stories.d.ts +0 -9430
  438. package/dist/stories/data/cell.d.ts +0 -983
  439. package/dist/stories/data/dataVerification.d.ts +0 -131
  440. package/dist/stories/data/empty.d.ts +0 -10
  441. package/dist/stories/data/formula.d.ts +0 -362
  442. package/dist/stories/data/freeze.d.ts +0 -34
  443. package/dist/stories/data/protected.d.ts +0 -40
  444. package/dist/stories/utils.d.ts +0 -1
@@ -1,2359 +0,0 @@
1
- import React from "react";
2
- import { Sheet, Op, Selection } from "@fileverse-dev/fortune-core";
3
- declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@fileverse-dev/fortune-core").Settings & {
4
- onChange?: ((data: Sheet[]) => void) | undefined;
5
- onOp?: ((op: Op[]) => void) | undefined;
6
- } & React.RefAttributes<{
7
- applyOp: (ops: Op[]) => void;
8
- getCellValue: (row: number, column: number, options?: import("../packages/core/src/api").CommonOptions & {
9
- type?: "m" | "mc" | "v" | "f" | "ct" | "qp" | "spl" | "bg" | "lo" | "rt" | "ps" | "hl" | keyof import("@fileverse-dev/fortune-core").CellStyle | undefined;
10
- }) => any;
11
- onboardingActiveCell: (functionName: string) => void;
12
- initializeComment: (row: number, column: number) => void;
13
- setCellValue: (row: number, column: number, value: any, options?: import("../packages/core/src/api").CommonOptions & {
14
- type?: "m" | "mc" | "v" | "f" | "ct" | "qp" | "spl" | "bg" | "lo" | "rt" | "ps" | "hl" | keyof import("@fileverse-dev/fortune-core").CellStyle | undefined;
15
- }) => void;
16
- clearCell: (row: number, column: number, options?: import("../packages/core/src/api").CommonOptions) => void;
17
- setCellFormat: (row: number, column: number, attr: "m" | "mc" | "v" | "f" | "ct" | "qp" | "spl" | "bg" | "lo" | "rt" | "ps" | "hl" | keyof import("@fileverse-dev/fortune-core").CellStyle, value: any, options?: import("../packages/core/src/api").CommonOptions) => void;
18
- autoFillCell: (copyRange: import("@fileverse-dev/fortune-core").SingleRange, applyRange: import("@fileverse-dev/fortune-core").SingleRange, direction: "up" | "down" | "left" | "right") => void;
19
- freeze: (type: "column" | "row" | "both", range: {
20
- row: number;
21
- column: number;
22
- }, options?: import("../packages/core/src/api").CommonOptions) => void;
23
- insertRowOrColumn: (type: "column" | "row", index: number, count: number, direction?: "lefttop" | "rightbottom", options?: import("../packages/core/src/api").CommonOptions) => void;
24
- deleteRowOrColumn: (type: "column" | "row", start: number, end: number, options?: import("../packages/core/src/api").CommonOptions) => void;
25
- hideRowOrColumn: (rowOrColInfo: string[], type: "column" | "row") => void;
26
- showRowOrColumn: (rowOrColInfo: string[], type: "column" | "row") => void;
27
- setRowHeight: (rowInfo: Record<string, number>, options?: import("../packages/core/src/api").CommonOptions, custom?: boolean) => void;
28
- setColumnWidth: (columnInfo: Record<string, number>, options?: import("../packages/core/src/api").CommonOptions, custom?: boolean) => void;
29
- getRowHeight: (rows: number[], options?: import("../packages/core/src/api").CommonOptions) => Record<number, number>;
30
- getColumnWidth: (columns: number[], options?: import("../packages/core/src/api").CommonOptions) => Record<number, number>;
31
- getSelection: () => {
32
- row: number[];
33
- column: number[];
34
- }[] | undefined;
35
- getFlattenRange: (range: import("@fileverse-dev/fortune-core").Range) => {
36
- r: number;
37
- c: number;
38
- }[];
39
- getCellsByFlattenRange: (range?: {
40
- r: number;
41
- c: number;
42
- }[] | undefined) => (import("@fileverse-dev/fortune-core").Cell | null)[];
43
- getSelectionCoordinates: () => string[];
44
- getCellsByRange: (range: Selection, options?: import("../packages/core/src/api").CommonOptions) => (import("@fileverse-dev/fortune-core").Cell | null)[][];
45
- getHtmlByRange: (range: import("@fileverse-dev/fortune-core").Range, options?: import("../packages/core/src/api").CommonOptions) => string | null;
46
- setSelection: (range: import("@fileverse-dev/fortune-core").Range, options?: import("../packages/core/src/api").CommonOptions) => void;
47
- setCellValuesByRange: (data: any[][], range: import("@fileverse-dev/fortune-core").SingleRange, options?: import("../packages/core/src/api").CommonOptions) => void;
48
- setCellFormatByRange: (attr: "m" | "mc" | "v" | "f" | "ct" | "qp" | "spl" | "bg" | "lo" | "rt" | "ps" | "hl" | keyof import("@fileverse-dev/fortune-core").CellStyle, value: any, range: import("@fileverse-dev/fortune-core").SingleRange | import("@fileverse-dev/fortune-core").Range, options?: import("../packages/core/src/api").CommonOptions) => void;
49
- mergeCells: (ranges: import("@fileverse-dev/fortune-core").Range, type: string, options?: import("../packages/core/src/api").CommonOptions) => void;
50
- cancelMerge: (ranges: import("@fileverse-dev/fortune-core").Range, options?: import("../packages/core/src/api").CommonOptions) => void;
51
- getAllSheets: () => Sheet[];
52
- getSheet: (options?: import("../packages/core/src/api").CommonOptions) => {
53
- celldata: import("@fileverse-dev/fortune-core").CellWithRowAndCol[];
54
- name: string;
55
- config?: import("@fileverse-dev/fortune-core").SheetConfig | undefined;
56
- order?: number | undefined;
57
- color?: string | undefined;
58
- data?: import("@fileverse-dev/fortune-core").CellMatrix | undefined;
59
- id?: string | undefined;
60
- images?: import("@fileverse-dev/fortune-core").Image[] | undefined;
61
- iframes?: {
62
- id: string;
63
- src: string;
64
- left: number;
65
- top: number;
66
- width: number;
67
- height: number;
68
- }[] | undefined;
69
- zoomRatio?: number | undefined;
70
- column?: number | undefined;
71
- row?: number | undefined;
72
- addRows?: number | undefined;
73
- status?: number | undefined;
74
- hide?: number | undefined;
75
- luckysheet_select_save?: Selection[] | undefined;
76
- luckysheet_selection_range?: {
77
- row: number[];
78
- column: number[];
79
- }[] | undefined;
80
- calcChain?: any[] | undefined;
81
- defaultRowHeight?: number | undefined;
82
- defaultColWidth?: number | undefined;
83
- showGridLines?: number | boolean | undefined;
84
- pivotTable?: any;
85
- isPivotTable?: boolean | undefined;
86
- filter?: Record<string, any> | undefined;
87
- filter_select?: {
88
- row: number[];
89
- column: number[];
90
- } | undefined;
91
- luckysheet_conditionformat_save?: any[] | undefined;
92
- luckysheet_alternateformat_save?: any[] | undefined;
93
- dataVerification?: any;
94
- conditionRules?: import("@fileverse-dev/fortune-core").ConditionRulesProps | undefined;
95
- hyperlink?: Record<string, {
96
- linkType: string;
97
- linkAddress: string;
98
- }> | undefined;
99
- dynamicArray_compute?: any;
100
- dynamicArray?: any[] | undefined;
101
- frozen?: {
102
- type: "column" | "row" | "both" | "rangeRow" | "rangeColumn" | "rangeBoth";
103
- range?: {
104
- row_focus: number;
105
- column_focus: number;
106
- } | undefined;
107
- } | undefined;
108
- };
109
- addSheet: () => void;
110
- deleteSheet: (options?: import("../packages/core/src/api").CommonOptions) => void;
111
- updateSheet: (data: Sheet[]) => void;
112
- activateSheet: (options?: import("../packages/core/src/api").CommonOptions) => void;
113
- setSheetName: (name: string, options?: import("../packages/core/src/api").CommonOptions) => void;
114
- setSheetOrder: (orderList: Record<string, number>) => void;
115
- scroll: (options: {
116
- scrollLeft?: number | undefined;
117
- scrollTop?: number | undefined;
118
- targetRow?: number | undefined;
119
- targetColumn?: number | undefined;
120
- }) => void;
121
- addPresences: (newPresences: import("@fileverse-dev/fortune-core").Presence[]) => void;
122
- removePresences: (arr: {
123
- username: string;
124
- userId?: string | undefined;
125
- }[]) => void;
126
- handleUndo: () => void;
127
- handleRedo: () => void;
128
- calculateFormula: () => void;
129
- dataToCelldata: (data: import("@fileverse-dev/fortune-core").CellMatrix | undefined) => import("@fileverse-dev/fortune-core").CellWithRowAndCol[];
130
- celldataToData: (celldata: import("@fileverse-dev/fortune-core").CellWithRowAndCol[], rowCount?: number | undefined, colCount?: number | undefined) => import("@fileverse-dev/fortune-core").CellMatrix | null;
131
- insertFunction: (selectedFuncIndex: number, filteredFunctionList: any[], callback?: (() => void) | undefined) => void;
132
- getLocaleContext: () => {
133
- generalDialog: {
134
- partiallyError: string;
135
- readOnlyError: string;
136
- dataNullError: string;
137
- noSelectionError: string;
138
- cannotSelectMultiple: string;
139
- };
140
- functionlist: ({
141
- n: string;
142
- t: number;
143
- d: string;
144
- a: string;
145
- m: number[];
146
- p: {
147
- name: string;
148
- detail: string;
149
- example: string;
150
- require: string;
151
- repeat: string;
152
- type: string;
153
- }[];
154
- } | {
155
- n: string;
156
- t: number;
157
- d: string;
158
- a: string;
159
- p: {
160
- name: string;
161
- detail: string;
162
- example: string;
163
- require: string;
164
- repeat: string;
165
- type: string;
166
- }[];
167
- m?: undefined;
168
- } | {
169
- n: string;
170
- t: string;
171
- d: string;
172
- a: string;
173
- m: number[];
174
- p: {
175
- name: string;
176
- example: string;
177
- detail: string;
178
- require: string;
179
- repeat: string;
180
- type: string;
181
- }[];
182
- })[];
183
- toolbar: {
184
- toolbar: string;
185
- undo: string;
186
- redo: string;
187
- "clear-format": string;
188
- "format-painter": string;
189
- "currency-format": string;
190
- "percentage-format": string;
191
- "number-decrease": string;
192
- "number-increase": string;
193
- moreFormats: string;
194
- "border-all": string;
195
- "merge-all": string;
196
- font: string;
197
- "font-size": string;
198
- bold: string;
199
- italic: string;
200
- "strike-through": string;
201
- underline: string;
202
- "font-color": string;
203
- "align-left": string;
204
- "align-center": string;
205
- "align-right": string;
206
- "align-top": string;
207
- "align-mid": string;
208
- "align-bottom": string;
209
- chooseColor: string;
210
- resetColor: string;
211
- customColor: string;
212
- alternatingColors: string;
213
- confirmColor: string;
214
- cancelColor: string;
215
- collapse: string;
216
- background: string;
217
- border: string;
218
- borderStyle: string;
219
- "merge-cell": string;
220
- chooseMergeType: string;
221
- horizontalAlign: string;
222
- verticalAlign: string;
223
- alignment: string;
224
- textWrap: string;
225
- textWrapMode: string;
226
- textRotate: string;
227
- textRotateMode: string;
228
- freeze: string;
229
- sort: string;
230
- filter: string;
231
- sortAndFilter: string;
232
- findAndReplace: string;
233
- "formula-sum": string;
234
- autoSum: string;
235
- moreFunction: string;
236
- conditionalFormat: string;
237
- comment: string;
238
- pivotTable: string;
239
- chart: string;
240
- screenshot: string;
241
- splitColumn: string;
242
- insertImage: string;
243
- insertLink: string;
244
- dataVerification: string;
245
- protection: string;
246
- clearText: string;
247
- noColorSelectedText: string;
248
- toolMore: string;
249
- toolLess: string;
250
- toolClose: string;
251
- toolMoreTip: string;
252
- moreOptions: string;
253
- cellFormat: string;
254
- print: string;
255
- };
256
- alternatingColors: {
257
- applyRange: string;
258
- selectRange: string;
259
- header: string;
260
- footer: string;
261
- errorInfo: string;
262
- textTitle: string;
263
- custom: string;
264
- close: string;
265
- selectionTextColor: string;
266
- selectionCellColor: string;
267
- removeColor: string;
268
- colorShow: string;
269
- currentColor: string;
270
- tipSelectRange: string;
271
- errorNoRange: string;
272
- errorExistColors: string;
273
- };
274
- button: {
275
- confirm: string;
276
- apply: string;
277
- cancel: string;
278
- close: string;
279
- update: string;
280
- delete: string;
281
- insert: string;
282
- prevPage: string;
283
- nextPage: string;
284
- total: string;
285
- };
286
- paint: {
287
- start: string;
288
- end: string;
289
- tipSelectRange: string;
290
- tipNotMulti: string;
291
- };
292
- format: {
293
- moreCurrency: string;
294
- moreDateTime: string;
295
- moreNumber: string;
296
- titleCurrency: string;
297
- decimalPlaces: string;
298
- titleDateTime: string;
299
- titleNumber: string;
300
- tipDecimalPlaces: string;
301
- select: string;
302
- format: string;
303
- currency: string;
304
- };
305
- info: {
306
- detailUpdate: string;
307
- detailSave: string;
308
- row: string;
309
- column: string;
310
- loading: string;
311
- copy: string;
312
- return: string;
313
- rename: string;
314
- tips: string;
315
- noName: string;
316
- wait: string;
317
- add: string;
318
- addLast: string;
319
- backTop: string;
320
- pageInfo: string;
321
- nextPage: string;
322
- tipInputNumber: string;
323
- tipInputNumberLimit: string;
324
- tipRowHeightLimit: string;
325
- tipColumnWidthLimit: string;
326
- pageInfoFull: string;
327
- };
328
- currencyDetail: {
329
- name: string;
330
- pos: string;
331
- value: string;
332
- }[];
333
- defaultFmt: (currency: string) => ({
334
- text: string;
335
- value: string;
336
- example: string;
337
- icon?: undefined;
338
- } | {
339
- text: string;
340
- value: string;
341
- example: string;
342
- icon: string;
343
- })[];
344
- dateFmtList: {
345
- name: string;
346
- value: string;
347
- }[];
348
- fontFamily: {
349
- MicrosoftYaHei: string;
350
- };
351
- fontarray: string[];
352
- fontjson: {
353
- "times new roman": number;
354
- arial: number;
355
- tahoma: number;
356
- verdana: number;
357
- 微软雅黑: number;
358
- "microsoft yahei": number;
359
- 宋体: number;
360
- simsun: number;
361
- 黑体: number;
362
- simhei: number;
363
- 楷体: number;
364
- kaiti: number;
365
- 仿宋: number;
366
- fangsong: number;
367
- 新宋体: number;
368
- nsimsun: number;
369
- 华文新魏: number;
370
- stxinwei: number;
371
- 华文行楷: number;
372
- stxingkai: number;
373
- 华文隶书: number;
374
- stliti: number;
375
- };
376
- border: {
377
- borderTop: string;
378
- borderBottom: string;
379
- borderLeft: string;
380
- borderRight: string;
381
- borderNone: string;
382
- borderAll: string;
383
- borderOutside: string;
384
- borderInside: string;
385
- borderHorizontal: string;
386
- borderVertical: string;
387
- borderColor: string;
388
- borderSize: string;
389
- borderSlash: string;
390
- borderDefault: string;
391
- borderStyle: string;
392
- };
393
- merge: {
394
- mergeAll: string;
395
- mergeV: string;
396
- mergeH: string;
397
- mergeCancel: string;
398
- overlappingError: string;
399
- partiallyError: string;
400
- };
401
- align: {
402
- left: string;
403
- center: string;
404
- right: string;
405
- top: string;
406
- middle: string;
407
- bottom: string;
408
- };
409
- textWrap: {
410
- overflow: string;
411
- wrap: string;
412
- clip: string;
413
- };
414
- rotation: {
415
- none: string;
416
- angleup: string;
417
- angledown: string;
418
- vertical: string;
419
- rotationUp: string;
420
- rotationDown: string;
421
- };
422
- freezen: {
423
- default: string;
424
- freezenRow: string;
425
- freezenColumn: string;
426
- freezenRC: string;
427
- freezenRowRange: string;
428
- freezenColumnRange: string;
429
- freezenRCRange: string;
430
- freezenCancel: string;
431
- noSelectionError: string;
432
- rangeRCOverErrorTitle: string;
433
- rangeRCOverError: string;
434
- };
435
- sort: {
436
- asc: string;
437
- desc: string;
438
- custom: string;
439
- hasTitle: string;
440
- sortBy: string;
441
- addOthers: string;
442
- close: string;
443
- confirm: string;
444
- columnOperation: string;
445
- secondaryTitle: string;
446
- sortTitle: string;
447
- sortRangeTitle: string;
448
- sortRangeTitleTo: string;
449
- noRangeError: string;
450
- mergeError: string;
451
- };
452
- filter: {
453
- filter: string;
454
- clearFilter: string;
455
- sortByAsc: string;
456
- sortByDesc: string;
457
- filterByColor: string;
458
- filterByCondition: string;
459
- filterByValues: string;
460
- filiterInputNone: string;
461
- filiterInputTip: string;
462
- filiterRangeStartTip: string;
463
- filiterRangeEndTip: string;
464
- filterValueByAllBtn: string;
465
- filterValueByClearBtn: string;
466
- filterValueByInverseBtn: string;
467
- filterValueByTip: string;
468
- filterConfirm: string;
469
- filterCancel: string;
470
- conditionNone: string;
471
- conditionCellIsNull: string;
472
- conditionCellNotNull: string;
473
- conditionCellTextContain: string;
474
- conditionCellTextNotContain: string;
475
- conditionCellTextStart: string;
476
- conditionCellTextEnd: string;
477
- conditionCellTextEqual: string;
478
- conditionCellDateEqual: string;
479
- conditionCellDateBefore: string;
480
- conditionCellDateAfter: string;
481
- conditionCellGreater: string;
482
- conditionCellGreaterEqual: string;
483
- conditionCellLess: string;
484
- conditionCellLessEqual: string;
485
- conditionCellEqual: string;
486
- conditionCellNotEqual: string;
487
- conditionCellBetween: string;
488
- conditionCellNotBetween: string;
489
- filiterMoreDataTip: string;
490
- filiterMonthText: string;
491
- filiterYearText: string;
492
- filiterByColorTip: string;
493
- filiterByTextColorTip: string;
494
- filterContainerOneColorTip: string;
495
- filterDateFormatTip: string;
496
- valueBlank: string;
497
- mergeError: string;
498
- };
499
- rightclick: {
500
- copy: string;
501
- copyAs: string;
502
- paste: string;
503
- insert: string;
504
- image: string;
505
- link: string;
506
- delete: string;
507
- deleteCell: string;
508
- deleteSelected: string;
509
- hide: string;
510
- hideSelected: string;
511
- showHide: string;
512
- to: string;
513
- left: string;
514
- right: string;
515
- top: string;
516
- bottom: string;
517
- moveLeft: string;
518
- moveUp: string;
519
- add: string;
520
- row: string;
521
- column: string;
522
- width: string;
523
- height: string;
524
- number: string;
525
- confirm: string;
526
- orderAZ: string;
527
- orderZA: string;
528
- clearContent: string;
529
- matrix: string;
530
- sortSelection: string;
531
- filterSelection: string;
532
- chartGeneration: string;
533
- firstLineTitle: string;
534
- untitled: string;
535
- array1: string;
536
- array2: string;
537
- array3: string;
538
- diagonal: string;
539
- antiDiagonal: string;
540
- diagonalOffset: string;
541
- offset: string;
542
- boolean: string;
543
- flip: string;
544
- upAndDown: string;
545
- leftAndRight: string;
546
- clockwise: string;
547
- counterclockwise: string;
548
- transpose: string;
549
- matrixCalculation: string;
550
- plus: string;
551
- minus: string;
552
- multiply: string;
553
- divided: string;
554
- power: string;
555
- root: string;
556
- log: string;
557
- delete0: string;
558
- removeDuplicate: string;
559
- byRow: string;
560
- byCol: string;
561
- generateNewMatrix: string;
562
- noMulti: string;
563
- cannotDeleteAllRow: string;
564
- cannotDeleteAllColumn: string;
565
- cannotDeleteRowReadOnly: string;
566
- cannotDeleteColumnReadOnly: string;
567
- cannotInsertOnRowReadOnly: string;
568
- cannotInsertOnColumnReadOnly: string;
569
- rowOverLimit: string;
570
- columnOverLimit: string;
571
- conditionFormat: string;
572
- };
573
- comment: {
574
- insert: string;
575
- edit: string;
576
- delete: string;
577
- showOne: string;
578
- showAll: string;
579
- };
580
- screenshot: {
581
- screenshotTipNoSelection: string;
582
- screenshotTipTitle: string;
583
- screenshotTipHasMerge: string;
584
- screenshotTipHasMulti: string;
585
- screenshotTipSuccess: string;
586
- screenshotImageName: string;
587
- downLoadClose: string;
588
- downLoadCopy: string;
589
- downLoadBtn: string;
590
- browserNotTip: string;
591
- rightclickTip: string;
592
- successTip: string;
593
- };
594
- splitText: {
595
- splitDelimiters: string;
596
- splitOther: string;
597
- splitContinueSymbol: string;
598
- splitDataPreview: string;
599
- splitTextTitle: string;
600
- splitConfirmToExe: string;
601
- splitSymbols: {
602
- name: string;
603
- value: string;
604
- }[];
605
- tipNoMulti: string;
606
- tipNoMultiColumn: string;
607
- tipNoSelect: string;
608
- };
609
- imageText: {
610
- imageSetting: string;
611
- close: string;
612
- conventional: string;
613
- moveCell1: string;
614
- moveCell2: string;
615
- moveCell3: string;
616
- fixedPos: string;
617
- border: string;
618
- width: string;
619
- radius: string;
620
- style: string;
621
- solid: string;
622
- dashed: string;
623
- dotted: string;
624
- double: string;
625
- color: string;
626
- };
627
- punctuation: {
628
- tab: string;
629
- semicolon: string;
630
- comma: string;
631
- space: string;
632
- };
633
- findAndReplace: {
634
- find: string;
635
- replace: string;
636
- goto: string;
637
- location: string;
638
- formula: string;
639
- date: string;
640
- number: string;
641
- string: string;
642
- error: string;
643
- condition: string;
644
- rowSpan: string;
645
- columnSpan: string;
646
- locationExample: string;
647
- lessTwoRowTip: string;
648
- lessTwoColumnTip: string;
649
- findTextbox: string;
650
- replaceTextbox: string;
651
- regexTextbox: string;
652
- wholeTextbox: string;
653
- distinguishTextbox: string;
654
- allReplaceBtn: string;
655
- replaceBtn: string;
656
- allFindBtn: string;
657
- findBtn: string;
658
- noFindTip: string;
659
- modeTip: string;
660
- searchTargetSheet: string;
661
- searchTargetCell: string;
662
- searchTargetValue: string;
663
- searchInputTip: string;
664
- noReplceTip: string;
665
- noMatchTip: string;
666
- successTip: string;
667
- locationConstant: string;
668
- locationFormula: string;
669
- locationDate: string;
670
- locationDigital: string;
671
- locationString: string;
672
- locationBool: string;
673
- locationError: string;
674
- locationNull: string;
675
- locationCondition: string;
676
- locationRowSpan: string;
677
- locationColumnSpan: string;
678
- locationTiplessTwoRow: string;
679
- locationTiplessTwoColumn: string;
680
- locationTipNotFindCell: string;
681
- };
682
- sheetconfig: {
683
- delete: string;
684
- copy: string;
685
- rename: string;
686
- changeColor: string;
687
- hide: string;
688
- unhide: string;
689
- moveLeft: string;
690
- moveRight: string;
691
- resetColor: string;
692
- cancelText: string;
693
- chooseText: string;
694
- focus: string;
695
- tipNameRepeat: string;
696
- noMoreSheet: string;
697
- confirmDelete: string;
698
- redoDelete: string;
699
- noHide: string;
700
- chartEditNoOpt: string;
701
- sheetNameSpecCharError: string;
702
- sheetNamecannotIsEmptyError: string;
703
- };
704
- conditionformat: {
705
- conditionformat_greaterThan: string;
706
- conditionformat_greaterThan_title: string;
707
- conditionformat_lessThan: string;
708
- conditionformat_lessThan_title: string;
709
- conditionformat_between: string;
710
- conditionformat_between_title: string;
711
- conditionformat_equal: string;
712
- conditionformat_equal_title: string;
713
- conditionformat_textContains: string;
714
- conditionformat_textContains_title: string;
715
- conditionformat_occurrenceDate: string;
716
- conditionformat_occurrenceDate_title: string;
717
- conditionformat_duplicateValue: string;
718
- conditionformat_duplicateValue_title: string;
719
- conditionformat_top10: string;
720
- conditionformat_top10_percent: string;
721
- conditionformat_top10_title: string;
722
- conditionformat_last10: string;
723
- conditionformat_last10_percent: string;
724
- conditionformat_last10_title: string;
725
- conditionformat_aboveAverage: string;
726
- conditionformat_aboveAverage_title: string;
727
- conditionformat_belowAverage: string;
728
- conditionformat_belowAverage_title: string;
729
- rule: string;
730
- newRule: string;
731
- editRule: string;
732
- deleteRule: string;
733
- deleteCellRule: string;
734
- deleteSheetRule: string;
735
- manageRules: string;
736
- showRules: string;
737
- highlightCellRules: string;
738
- itemSelectionRules: string;
739
- conditionformatManageRules: string;
740
- format: string;
741
- setFormat: string;
742
- setAs: string;
743
- setAsByArea: string;
744
- applyRange: string;
745
- selectRange: string;
746
- selectRange_percent: string;
747
- selectRange_average: string;
748
- selectRange_value: string;
749
- pleaseSelectRange: string;
750
- selectDataRange: string;
751
- selectCell: string;
752
- pleaseSelectCell: string;
753
- pleaseSelectADate: string;
754
- pleaseEnterInteger: string;
755
- onlySingleCell: string;
756
- conditionValueCanOnly: string;
757
- ruleTypeItem1: string;
758
- ruleTypeItem2: string;
759
- ruleTypeItem2_title: string;
760
- ruleTypeItem3: string;
761
- ruleTypeItem3_title: string;
762
- ruleTypeItem4: string;
763
- ruleTypeItem4_title: string;
764
- ruleTypeItem5: string;
765
- ruleTypeItem6: string;
766
- formula: string;
767
- textColor: string;
768
- cellColor: string;
769
- confirm: string;
770
- confirmColor: string;
771
- cancel: string;
772
- close: string;
773
- clearColorSelect: string;
774
- sheet: string;
775
- currentSheet: string;
776
- dataBar: string;
777
- dataBarColor: string;
778
- gradientDataBar_1: string;
779
- gradientDataBar_2: string;
780
- gradientDataBar_3: string;
781
- gradientDataBar_4: string;
782
- gradientDataBar_5: string;
783
- gradientDataBar_6: string;
784
- solidColorDataBar_1: string;
785
- solidColorDataBar_2: string;
786
- solidColorDataBar_3: string;
787
- solidColorDataBar_4: string;
788
- solidColorDataBar_5: string;
789
- solidColorDataBar_6: string;
790
- colorGradation: string;
791
- colorGradation_1: string;
792
- colorGradation_2: string;
793
- colorGradation_3: string;
794
- colorGradation_4: string;
795
- colorGradation_5: string;
796
- colorGradation_6: string;
797
- colorGradation_7: string;
798
- colorGradation_8: string;
799
- colorGradation_9: string;
800
- colorGradation_10: string;
801
- colorGradation_11: string;
802
- colorGradation_12: string;
803
- icons: string;
804
- pleaseSelectIcon: string;
805
- cellValue: string;
806
- specificText: string;
807
- occurrenceDate: string;
808
- greaterThan: string;
809
- lessThan: string;
810
- between: string;
811
- equal: string;
812
- in: string;
813
- to: string;
814
- between2: string;
815
- contain: string;
816
- textContains: string;
817
- duplicateValue: string;
818
- uniqueValue: string;
819
- top: string;
820
- top10: string;
821
- top10_percent: string;
822
- last: string;
823
- last10: string;
824
- last10_percent: string;
825
- oneself: string;
826
- above: string;
827
- aboveAverage: string;
828
- below: string;
829
- belowAverage: string;
830
- all: string;
831
- yesterday: string;
832
- today: string;
833
- tomorrow: string;
834
- lastWeek: string;
835
- thisWeek: string;
836
- lastMonth: string;
837
- thisMonth: string;
838
- lastYear: string;
839
- thisYear: string;
840
- last7days: string;
841
- last30days: string;
842
- next7days: string;
843
- next30days: string;
844
- next60days: string;
845
- chooseRuleType: string;
846
- editRuleDescription: string;
847
- newFormatRule: string;
848
- editFormatRule: string;
849
- formatStyle: string;
850
- fillType: string;
851
- color: string;
852
- twocolor: string;
853
- tricolor: string;
854
- multicolor: string;
855
- grayColor: string;
856
- gradient: string;
857
- solid: string;
858
- maxValue: string;
859
- medianValue: string;
860
- minValue: string;
861
- direction: string;
862
- threeWayArrow: string;
863
- fourWayArrow: string;
864
- fiveWayArrow: string;
865
- threeTriangles: string;
866
- shape: string;
867
- threeColorTrafficLight: string;
868
- fourColorTrafficLight: string;
869
- threeSigns: string;
870
- greenRedBlackGradient: string;
871
- rimless: string;
872
- bordered: string;
873
- mark: string;
874
- threeSymbols: string;
875
- tricolorFlag: string;
876
- circled: string;
877
- noCircle: string;
878
- grade: string;
879
- grade4: string;
880
- grade5: string;
881
- threeStars: string;
882
- fiveQuadrantDiagram: string;
883
- fiveBoxes: string;
884
- };
885
- insertLink: {
886
- linkText: string;
887
- linkType: string;
888
- linkAddress: string;
889
- linkSheet: string;
890
- linkCell: string;
891
- linkTooltip: string;
892
- selectCellRange: string;
893
- cellRangePlaceholder: string;
894
- placeholder1: string;
895
- placeholder2: string;
896
- placeholder3: string;
897
- tooltipInfo1: string;
898
- invalidCellRangeTip: string;
899
- openLink: string;
900
- goTo: string;
901
- };
902
- linkTypeList: {
903
- text: string;
904
- value: string;
905
- }[];
906
- dataVerification: {
907
- cellRange: string;
908
- selectCellRange: string;
909
- selectCellRange2: string;
910
- verificationCondition: string;
911
- allowMultiSelect: string;
912
- dropdown: string;
913
- checkbox: string;
914
- number: string;
915
- number_integer: string;
916
- number_decimal: string;
917
- text_content: string;
918
- text_length: string;
919
- date: string;
920
- validity: string;
921
- placeholder1: string;
922
- placeholder2: string;
923
- placeholder3: string;
924
- placeholder4: string;
925
- placeholder5: string;
926
- selected: string;
927
- notSelected: string;
928
- between: string;
929
- notBetween: string;
930
- equal: string;
931
- notEqualTo: string;
932
- moreThanThe: string;
933
- lessThan: string;
934
- greaterOrEqualTo: string;
935
- lessThanOrEqualTo: string;
936
- include: string;
937
- exclude: string;
938
- earlierThan: string;
939
- noEarlierThan: string;
940
- laterThan: string;
941
- noLaterThan: string;
942
- identificationNumber: string;
943
- phoneNumber: string;
944
- remote: string;
945
- prohibitInput: string;
946
- hintShow: string;
947
- deleteVerification: string;
948
- tooltipInfo1: string;
949
- tooltipInfo2: string;
950
- tooltipInfo3: string;
951
- tooltipInfo4: string;
952
- tooltipInfo5: string;
953
- tooltipInfo6: string;
954
- tooltipInfo7: string;
955
- textlengthInteger: string;
956
- };
957
- formula: {
958
- sum: string;
959
- average: string;
960
- count: string;
961
- max: string;
962
- min: string;
963
- ifGenerate: string;
964
- find: string;
965
- tipNotBelongToIf: string;
966
- tipSelectCell: string;
967
- ifGenCompareValueTitle: string;
968
- ifGenSelectCellTitle: string;
969
- ifGenRangeTitle: string;
970
- ifGenRangeTo: string;
971
- ifGenRangeEvaluate: string;
972
- ifGenSelectRangeTitle: string;
973
- ifGenCutWay: string;
974
- ifGenCutSame: string;
975
- ifGenCutNpiece: string;
976
- ifGenCutCustom: string;
977
- ifGenCutConfirm: string;
978
- ifGenTipSelectCell: string;
979
- ifGenTipSelectCellPlace: string;
980
- ifGenTipSelectRange: string;
981
- ifGenTipSelectRangePlace: string;
982
- ifGenTipNotNullValue: string;
983
- ifGenTipLableTitile: string;
984
- ifGenTipRangeNotforNull: string;
985
- ifGenTipCutValueNotforNull: string;
986
- ifGenTipNotGenCondition: string;
987
- };
988
- formulaMore: {
989
- valueTitle: string;
990
- tipSelectDataRange: string;
991
- tipDataRangeTile: string;
992
- findFunctionTitle: string;
993
- tipInputFunctionName: string;
994
- Array: string;
995
- Database: string;
996
- Date: string;
997
- Engineering: string;
998
- Filter: string;
999
- Financial: string;
1000
- luckysheet: string;
1001
- other: string;
1002
- Logical: string;
1003
- Lookup: string;
1004
- Math: string;
1005
- Operator: string;
1006
- Parser: string;
1007
- Statistical: string;
1008
- Text: string;
1009
- dataMining: string;
1010
- selectFunctionTitle: string;
1011
- calculationResult: string;
1012
- tipSuccessText: string;
1013
- tipParamErrorText: string;
1014
- helpClose: string;
1015
- helpCollapse: string;
1016
- helpExample: string;
1017
- helpAbstract: string;
1018
- execfunctionError: string;
1019
- execfunctionSelfError: string;
1020
- execfunctionSelfErrorResult: string;
1021
- allowRepeatText: string;
1022
- allowOptionText: string;
1023
- selectCategory: string;
1024
- };
1025
- drag: {
1026
- noMerge: string;
1027
- affectPivot: string;
1028
- noMulti: string;
1029
- noPaste: string;
1030
- noPartMerge: string;
1031
- inputCorrect: string;
1032
- notLessOne: string;
1033
- offsetColumnLessZero: string;
1034
- pasteMustKeybordAlert: string;
1035
- pasteMustKeybordAlertHTMLTitle: string;
1036
- pasteMustKeybordAlertHTML: string;
1037
- };
1038
- pivotTable: {
1039
- title: string;
1040
- closePannel: string;
1041
- editRange: string;
1042
- tipPivotFieldSelected: string;
1043
- tipClearSelectedField: string;
1044
- btnClearSelectedField: string;
1045
- btnFilter: string;
1046
- titleRow: string;
1047
- titleColumn: string;
1048
- titleValue: string;
1049
- tipShowColumn: string;
1050
- tipShowRow: string;
1051
- titleSelectionDataRange: string;
1052
- titleDataRange: string;
1053
- valueSum: string;
1054
- valueStatisticsSUM: string;
1055
- valueStatisticsCOUNT: string;
1056
- valueStatisticsCOUNTA: string;
1057
- valueStatisticsCOUNTUNIQUE: string;
1058
- valueStatisticsAVERAGE: string;
1059
- valueStatisticsMAX: string;
1060
- valueStatisticsMIN: string;
1061
- valueStatisticsMEDIAN: string;
1062
- valueStatisticsPRODUCT: string;
1063
- valueStatisticsSTDEV: string;
1064
- valueStatisticsSTDEVP: string;
1065
- valueStatisticslet: string;
1066
- valueStatisticsVARP: string;
1067
- errorNotAllowEdit: string;
1068
- errorNotAllowMulti: string;
1069
- errorSelectRange: string;
1070
- errorIsDamage: string;
1071
- errorNotAllowPivotData: string;
1072
- errorSelectionRange: string;
1073
- errorIncreaseRange: string;
1074
- titleAddColumn: string;
1075
- titleMoveColumn: string;
1076
- titleClearColumnFilter: string;
1077
- titleFilterColumn: string;
1078
- titleSort: string;
1079
- titleNoSort: string;
1080
- titleSortAsc: string;
1081
- titleSortDesc: string;
1082
- titleSortBy: string;
1083
- titleShowSum: string;
1084
- titleStasticTrue: string;
1085
- titleStasticFalse: string;
1086
- };
1087
- dropCell: {
1088
- copyCell: string;
1089
- sequence: string;
1090
- onlyFormat: string;
1091
- noFormat: string;
1092
- day: string;
1093
- workDay: string;
1094
- month: string;
1095
- year: string;
1096
- chineseNumber: string;
1097
- };
1098
- imageCtrl: {
1099
- borderTile: string;
1100
- borderCur: string;
1101
- };
1102
- protection: {
1103
- protectiontTitle: string;
1104
- enterPassword: string;
1105
- enterHint: string;
1106
- swichProtectionTip: string;
1107
- authorityTitle: string;
1108
- selectLockedCells: string;
1109
- selectunLockedCells: string;
1110
- formatCells: string;
1111
- formatColumns: string;
1112
- formatRows: string;
1113
- insertColumns: string;
1114
- insertRows: string;
1115
- insertHyperlinks: string;
1116
- deleteColumns: string;
1117
- deleteRows: string;
1118
- sort: string;
1119
- filter: string;
1120
- usePivotTablereports: string;
1121
- editObjects: string;
1122
- editScenarios: string;
1123
- allowRangeTitle: string;
1124
- allowRangeAdd: string;
1125
- allowRangeAddTitle: string;
1126
- allowRangeAddSqrf: string;
1127
- selectCellRange: string;
1128
- selectCellRangeHolder: string;
1129
- allowRangeAddTitlePassword: string;
1130
- allowRangeAddTitleHint: string;
1131
- allowRangeAddTitleHintTitle: string;
1132
- allowRangeAddtitleDefault: string;
1133
- rangeItemDblclick: string;
1134
- rangeItemHasPassword: string;
1135
- rangeItemErrorTitleNull: string;
1136
- rangeItemErrorRangeNull: string;
1137
- rangeItemErrorRange: string;
1138
- validationTitle: string;
1139
- validationTips: string;
1140
- validationInputHint: string;
1141
- checkPasswordNullalert: string;
1142
- checkPasswordWrongalert: string;
1143
- checkPasswordSucceedalert: string;
1144
- defaultRangeHintText: string;
1145
- defaultSheetHintText: string;
1146
- };
1147
- cellFormat: {
1148
- cellFormatTitle: string;
1149
- protection: string;
1150
- locked: string;
1151
- hidden: string;
1152
- protectionTips: string;
1153
- tipsPart: string;
1154
- tipsAll: string;
1155
- selectionIsNullAlert: string;
1156
- sheetDataIsNullAlert: string;
1157
- };
1158
- print: {
1159
- normalBtn: string;
1160
- layoutBtn: string;
1161
- pageBtn: string;
1162
- menuItemPrint: string;
1163
- menuItemAreas: string;
1164
- menuItemRows: string;
1165
- menuItemColumns: string;
1166
- };
1167
- edit: {
1168
- typing: string;
1169
- };
1170
- websocket: {
1171
- success: string;
1172
- refresh: string;
1173
- wait: string;
1174
- close: string;
1175
- contact: string;
1176
- support: string;
1177
- };
1178
- };
1179
- getWorkbookContext: () => import("@fileverse-dev/fortune-core").Context;
1180
- }>>;
1181
- export default _default;
1182
- export declare const Example: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("@fileverse-dev/fortune-core").Settings & {
1183
- onChange?: ((data: Sheet[]) => void) | undefined;
1184
- onOp?: ((op: Op[]) => void) | undefined;
1185
- } & React.RefAttributes<{
1186
- applyOp: (ops: Op[]) => void;
1187
- getCellValue: (row: number, column: number, options?: import("../packages/core/src/api").CommonOptions & {
1188
- type?: "m" | "mc" | "v" | "f" | "ct" | "qp" | "spl" | "bg" | "lo" | "rt" | "ps" | "hl" | keyof import("@fileverse-dev/fortune-core").CellStyle | undefined;
1189
- }) => any;
1190
- onboardingActiveCell: (functionName: string) => void;
1191
- initializeComment: (row: number, column: number) => void;
1192
- setCellValue: (row: number, column: number, value: any, options?: import("../packages/core/src/api").CommonOptions & {
1193
- type?: "m" | "mc" | "v" | "f" | "ct" | "qp" | "spl" | "bg" | "lo" | "rt" | "ps" | "hl" | keyof import("@fileverse-dev/fortune-core").CellStyle | undefined;
1194
- }) => void;
1195
- clearCell: (row: number, column: number, options?: import("../packages/core/src/api").CommonOptions) => void;
1196
- setCellFormat: (row: number, column: number, attr: "m" | "mc" | "v" | "f" | "ct" | "qp" | "spl" | "bg" | "lo" | "rt" | "ps" | "hl" | keyof import("@fileverse-dev/fortune-core").CellStyle, value: any, options?: import("../packages/core/src/api").CommonOptions) => void;
1197
- autoFillCell: (copyRange: import("@fileverse-dev/fortune-core").SingleRange, applyRange: import("@fileverse-dev/fortune-core").SingleRange, direction: "up" | "down" | "left" | "right") => void;
1198
- freeze: (type: "column" | "row" | "both", range: {
1199
- row: number;
1200
- column: number;
1201
- }, options?: import("../packages/core/src/api").CommonOptions) => void;
1202
- insertRowOrColumn: (type: "column" | "row", index: number, count: number, direction?: "lefttop" | "rightbottom", options?: import("../packages/core/src/api").CommonOptions) => void;
1203
- deleteRowOrColumn: (type: "column" | "row", start: number, end: number, options?: import("../packages/core/src/api").CommonOptions) => void;
1204
- hideRowOrColumn: (rowOrColInfo: string[], type: "column" | "row") => void;
1205
- showRowOrColumn: (rowOrColInfo: string[], type: "column" | "row") => void;
1206
- setRowHeight: (rowInfo: Record<string, number>, options?: import("../packages/core/src/api").CommonOptions, custom?: boolean) => void;
1207
- setColumnWidth: (columnInfo: Record<string, number>, options?: import("../packages/core/src/api").CommonOptions, custom?: boolean) => void;
1208
- getRowHeight: (rows: number[], options?: import("../packages/core/src/api").CommonOptions) => Record<number, number>;
1209
- getColumnWidth: (columns: number[], options?: import("../packages/core/src/api").CommonOptions) => Record<number, number>;
1210
- getSelection: () => {
1211
- row: number[];
1212
- column: number[];
1213
- }[] | undefined;
1214
- getFlattenRange: (range: import("@fileverse-dev/fortune-core").Range) => {
1215
- r: number;
1216
- c: number;
1217
- }[];
1218
- getCellsByFlattenRange: (range?: {
1219
- r: number;
1220
- c: number;
1221
- }[] | undefined) => (import("@fileverse-dev/fortune-core").Cell | null)[];
1222
- getSelectionCoordinates: () => string[];
1223
- getCellsByRange: (range: Selection, options?: import("../packages/core/src/api").CommonOptions) => (import("@fileverse-dev/fortune-core").Cell | null)[][];
1224
- getHtmlByRange: (range: import("@fileverse-dev/fortune-core").Range, options?: import("../packages/core/src/api").CommonOptions) => string | null;
1225
- setSelection: (range: import("@fileverse-dev/fortune-core").Range, options?: import("../packages/core/src/api").CommonOptions) => void;
1226
- setCellValuesByRange: (data: any[][], range: import("@fileverse-dev/fortune-core").SingleRange, options?: import("../packages/core/src/api").CommonOptions) => void;
1227
- setCellFormatByRange: (attr: "m" | "mc" | "v" | "f" | "ct" | "qp" | "spl" | "bg" | "lo" | "rt" | "ps" | "hl" | keyof import("@fileverse-dev/fortune-core").CellStyle, value: any, range: import("@fileverse-dev/fortune-core").SingleRange | import("@fileverse-dev/fortune-core").Range, options?: import("../packages/core/src/api").CommonOptions) => void;
1228
- mergeCells: (ranges: import("@fileverse-dev/fortune-core").Range, type: string, options?: import("../packages/core/src/api").CommonOptions) => void;
1229
- cancelMerge: (ranges: import("@fileverse-dev/fortune-core").Range, options?: import("../packages/core/src/api").CommonOptions) => void;
1230
- getAllSheets: () => Sheet[];
1231
- getSheet: (options?: import("../packages/core/src/api").CommonOptions) => {
1232
- celldata: import("@fileverse-dev/fortune-core").CellWithRowAndCol[];
1233
- name: string;
1234
- config?: import("@fileverse-dev/fortune-core").SheetConfig | undefined;
1235
- order?: number | undefined;
1236
- color?: string | undefined;
1237
- data?: import("@fileverse-dev/fortune-core").CellMatrix | undefined;
1238
- id?: string | undefined;
1239
- images?: import("@fileverse-dev/fortune-core").Image[] | undefined;
1240
- iframes?: {
1241
- id: string;
1242
- src: string;
1243
- left: number;
1244
- top: number;
1245
- width: number;
1246
- height: number;
1247
- }[] | undefined;
1248
- zoomRatio?: number | undefined;
1249
- column?: number | undefined;
1250
- row?: number | undefined;
1251
- addRows?: number | undefined;
1252
- status?: number | undefined;
1253
- hide?: number | undefined;
1254
- luckysheet_select_save?: Selection[] | undefined;
1255
- luckysheet_selection_range?: {
1256
- row: number[];
1257
- column: number[];
1258
- }[] | undefined;
1259
- calcChain?: any[] | undefined;
1260
- defaultRowHeight?: number | undefined;
1261
- defaultColWidth?: number | undefined;
1262
- showGridLines?: number | boolean | undefined;
1263
- pivotTable?: any;
1264
- isPivotTable?: boolean | undefined;
1265
- filter?: Record<string, any> | undefined;
1266
- filter_select?: {
1267
- row: number[];
1268
- column: number[];
1269
- } | undefined;
1270
- luckysheet_conditionformat_save?: any[] | undefined;
1271
- luckysheet_alternateformat_save?: any[] | undefined;
1272
- dataVerification?: any;
1273
- conditionRules?: import("@fileverse-dev/fortune-core").ConditionRulesProps | undefined;
1274
- hyperlink?: Record<string, {
1275
- linkType: string;
1276
- linkAddress: string;
1277
- }> | undefined;
1278
- dynamicArray_compute?: any;
1279
- dynamicArray?: any[] | undefined;
1280
- frozen?: {
1281
- type: "column" | "row" | "both" | "rangeRow" | "rangeColumn" | "rangeBoth";
1282
- range?: {
1283
- row_focus: number;
1284
- column_focus: number;
1285
- } | undefined;
1286
- } | undefined;
1287
- };
1288
- addSheet: () => void;
1289
- deleteSheet: (options?: import("../packages/core/src/api").CommonOptions) => void;
1290
- updateSheet: (data: Sheet[]) => void;
1291
- activateSheet: (options?: import("../packages/core/src/api").CommonOptions) => void;
1292
- setSheetName: (name: string, options?: import("../packages/core/src/api").CommonOptions) => void;
1293
- setSheetOrder: (orderList: Record<string, number>) => void;
1294
- scroll: (options: {
1295
- scrollLeft?: number | undefined;
1296
- scrollTop?: number | undefined;
1297
- targetRow?: number | undefined;
1298
- targetColumn?: number | undefined;
1299
- }) => void;
1300
- addPresences: (newPresences: import("@fileverse-dev/fortune-core").Presence[]) => void;
1301
- removePresences: (arr: {
1302
- username: string;
1303
- userId?: string | undefined;
1304
- }[]) => void;
1305
- handleUndo: () => void;
1306
- handleRedo: () => void;
1307
- calculateFormula: () => void;
1308
- dataToCelldata: (data: import("@fileverse-dev/fortune-core").CellMatrix | undefined) => import("@fileverse-dev/fortune-core").CellWithRowAndCol[];
1309
- celldataToData: (celldata: import("@fileverse-dev/fortune-core").CellWithRowAndCol[], rowCount?: number | undefined, colCount?: number | undefined) => import("@fileverse-dev/fortune-core").CellMatrix | null;
1310
- insertFunction: (selectedFuncIndex: number, filteredFunctionList: any[], callback?: (() => void) | undefined) => void;
1311
- getLocaleContext: () => {
1312
- generalDialog: {
1313
- partiallyError: string;
1314
- readOnlyError: string;
1315
- dataNullError: string;
1316
- noSelectionError: string;
1317
- cannotSelectMultiple: string;
1318
- };
1319
- functionlist: ({
1320
- n: string;
1321
- t: number;
1322
- d: string;
1323
- a: string;
1324
- m: number[];
1325
- p: {
1326
- name: string;
1327
- detail: string;
1328
- example: string;
1329
- require: string;
1330
- repeat: string;
1331
- type: string;
1332
- }[];
1333
- } | {
1334
- n: string;
1335
- t: number;
1336
- d: string;
1337
- a: string;
1338
- p: {
1339
- name: string;
1340
- detail: string;
1341
- example: string;
1342
- require: string;
1343
- repeat: string;
1344
- type: string;
1345
- }[];
1346
- m?: undefined;
1347
- } | {
1348
- n: string;
1349
- t: string;
1350
- d: string;
1351
- a: string;
1352
- m: number[];
1353
- p: {
1354
- name: string;
1355
- example: string;
1356
- detail: string;
1357
- require: string;
1358
- repeat: string;
1359
- type: string;
1360
- }[];
1361
- })[];
1362
- toolbar: {
1363
- toolbar: string;
1364
- undo: string;
1365
- redo: string;
1366
- "clear-format": string;
1367
- "format-painter": string;
1368
- "currency-format": string;
1369
- "percentage-format": string;
1370
- "number-decrease": string;
1371
- "number-increase": string;
1372
- moreFormats: string;
1373
- "border-all": string;
1374
- "merge-all": string;
1375
- font: string;
1376
- "font-size": string;
1377
- bold: string;
1378
- italic: string;
1379
- "strike-through": string;
1380
- underline: string;
1381
- "font-color": string;
1382
- "align-left": string;
1383
- "align-center": string;
1384
- "align-right": string;
1385
- "align-top": string;
1386
- "align-mid": string;
1387
- "align-bottom": string;
1388
- chooseColor: string;
1389
- resetColor: string;
1390
- customColor: string;
1391
- alternatingColors: string;
1392
- confirmColor: string;
1393
- cancelColor: string;
1394
- collapse: string;
1395
- background: string;
1396
- border: string;
1397
- borderStyle: string;
1398
- "merge-cell": string;
1399
- chooseMergeType: string;
1400
- horizontalAlign: string;
1401
- verticalAlign: string;
1402
- alignment: string;
1403
- textWrap: string;
1404
- textWrapMode: string;
1405
- textRotate: string;
1406
- textRotateMode: string;
1407
- freeze: string;
1408
- sort: string;
1409
- filter: string;
1410
- sortAndFilter: string;
1411
- findAndReplace: string;
1412
- "formula-sum": string;
1413
- autoSum: string;
1414
- moreFunction: string;
1415
- conditionalFormat: string;
1416
- comment: string;
1417
- pivotTable: string;
1418
- chart: string;
1419
- screenshot: string;
1420
- splitColumn: string;
1421
- insertImage: string;
1422
- insertLink: string;
1423
- dataVerification: string;
1424
- protection: string;
1425
- clearText: string;
1426
- noColorSelectedText: string;
1427
- toolMore: string;
1428
- toolLess: string;
1429
- toolClose: string;
1430
- toolMoreTip: string;
1431
- moreOptions: string;
1432
- cellFormat: string;
1433
- print: string;
1434
- };
1435
- alternatingColors: {
1436
- applyRange: string;
1437
- selectRange: string;
1438
- header: string;
1439
- footer: string;
1440
- errorInfo: string;
1441
- textTitle: string;
1442
- custom: string;
1443
- close: string;
1444
- selectionTextColor: string;
1445
- selectionCellColor: string;
1446
- removeColor: string;
1447
- colorShow: string;
1448
- currentColor: string;
1449
- tipSelectRange: string;
1450
- errorNoRange: string;
1451
- errorExistColors: string;
1452
- };
1453
- button: {
1454
- confirm: string;
1455
- apply: string;
1456
- cancel: string;
1457
- close: string;
1458
- update: string;
1459
- delete: string;
1460
- insert: string;
1461
- prevPage: string;
1462
- nextPage: string;
1463
- total: string;
1464
- };
1465
- paint: {
1466
- start: string;
1467
- end: string;
1468
- tipSelectRange: string;
1469
- tipNotMulti: string;
1470
- };
1471
- format: {
1472
- moreCurrency: string;
1473
- moreDateTime: string;
1474
- moreNumber: string;
1475
- titleCurrency: string;
1476
- decimalPlaces: string;
1477
- titleDateTime: string;
1478
- titleNumber: string;
1479
- tipDecimalPlaces: string;
1480
- select: string;
1481
- format: string;
1482
- currency: string;
1483
- };
1484
- info: {
1485
- detailUpdate: string;
1486
- detailSave: string;
1487
- row: string;
1488
- column: string;
1489
- loading: string;
1490
- copy: string;
1491
- return: string;
1492
- rename: string;
1493
- tips: string;
1494
- noName: string;
1495
- wait: string;
1496
- add: string;
1497
- addLast: string;
1498
- backTop: string;
1499
- pageInfo: string;
1500
- nextPage: string;
1501
- tipInputNumber: string;
1502
- tipInputNumberLimit: string;
1503
- tipRowHeightLimit: string;
1504
- tipColumnWidthLimit: string;
1505
- pageInfoFull: string;
1506
- };
1507
- currencyDetail: {
1508
- name: string;
1509
- pos: string;
1510
- value: string;
1511
- }[];
1512
- defaultFmt: (currency: string) => ({
1513
- text: string;
1514
- value: string;
1515
- example: string;
1516
- icon?: undefined;
1517
- } | {
1518
- text: string;
1519
- value: string;
1520
- example: string;
1521
- icon: string;
1522
- })[];
1523
- dateFmtList: {
1524
- name: string;
1525
- value: string;
1526
- }[];
1527
- fontFamily: {
1528
- MicrosoftYaHei: string;
1529
- };
1530
- fontarray: string[];
1531
- fontjson: {
1532
- "times new roman": number;
1533
- arial: number;
1534
- tahoma: number;
1535
- verdana: number;
1536
- 微软雅黑: number;
1537
- "microsoft yahei": number;
1538
- 宋体: number;
1539
- simsun: number;
1540
- 黑体: number;
1541
- simhei: number;
1542
- 楷体: number;
1543
- kaiti: number;
1544
- 仿宋: number;
1545
- fangsong: number;
1546
- 新宋体: number;
1547
- nsimsun: number;
1548
- 华文新魏: number;
1549
- stxinwei: number;
1550
- 华文行楷: number;
1551
- stxingkai: number;
1552
- 华文隶书: number;
1553
- stliti: number;
1554
- };
1555
- border: {
1556
- borderTop: string;
1557
- borderBottom: string;
1558
- borderLeft: string;
1559
- borderRight: string;
1560
- borderNone: string;
1561
- borderAll: string;
1562
- borderOutside: string;
1563
- borderInside: string;
1564
- borderHorizontal: string;
1565
- borderVertical: string;
1566
- borderColor: string;
1567
- borderSize: string;
1568
- borderSlash: string;
1569
- borderDefault: string;
1570
- borderStyle: string;
1571
- };
1572
- merge: {
1573
- mergeAll: string;
1574
- mergeV: string;
1575
- mergeH: string;
1576
- mergeCancel: string;
1577
- overlappingError: string;
1578
- partiallyError: string;
1579
- };
1580
- align: {
1581
- left: string;
1582
- center: string;
1583
- right: string;
1584
- top: string;
1585
- middle: string;
1586
- bottom: string;
1587
- };
1588
- textWrap: {
1589
- overflow: string;
1590
- wrap: string;
1591
- clip: string;
1592
- };
1593
- rotation: {
1594
- none: string;
1595
- angleup: string;
1596
- angledown: string;
1597
- vertical: string;
1598
- rotationUp: string;
1599
- rotationDown: string;
1600
- };
1601
- freezen: {
1602
- default: string;
1603
- freezenRow: string;
1604
- freezenColumn: string;
1605
- freezenRC: string;
1606
- freezenRowRange: string;
1607
- freezenColumnRange: string;
1608
- freezenRCRange: string;
1609
- freezenCancel: string;
1610
- noSelectionError: string;
1611
- rangeRCOverErrorTitle: string;
1612
- rangeRCOverError: string;
1613
- };
1614
- sort: {
1615
- asc: string;
1616
- desc: string;
1617
- custom: string;
1618
- hasTitle: string;
1619
- sortBy: string;
1620
- addOthers: string;
1621
- close: string;
1622
- confirm: string;
1623
- columnOperation: string;
1624
- secondaryTitle: string;
1625
- sortTitle: string;
1626
- sortRangeTitle: string;
1627
- sortRangeTitleTo: string;
1628
- noRangeError: string;
1629
- mergeError: string;
1630
- };
1631
- filter: {
1632
- filter: string;
1633
- clearFilter: string;
1634
- sortByAsc: string;
1635
- sortByDesc: string;
1636
- filterByColor: string;
1637
- filterByCondition: string;
1638
- filterByValues: string;
1639
- filiterInputNone: string;
1640
- filiterInputTip: string;
1641
- filiterRangeStartTip: string;
1642
- filiterRangeEndTip: string;
1643
- filterValueByAllBtn: string;
1644
- filterValueByClearBtn: string;
1645
- filterValueByInverseBtn: string;
1646
- filterValueByTip: string;
1647
- filterConfirm: string;
1648
- filterCancel: string;
1649
- conditionNone: string;
1650
- conditionCellIsNull: string;
1651
- conditionCellNotNull: string;
1652
- conditionCellTextContain: string;
1653
- conditionCellTextNotContain: string;
1654
- conditionCellTextStart: string;
1655
- conditionCellTextEnd: string;
1656
- conditionCellTextEqual: string;
1657
- conditionCellDateEqual: string;
1658
- conditionCellDateBefore: string;
1659
- conditionCellDateAfter: string;
1660
- conditionCellGreater: string;
1661
- conditionCellGreaterEqual: string;
1662
- conditionCellLess: string;
1663
- conditionCellLessEqual: string;
1664
- conditionCellEqual: string;
1665
- conditionCellNotEqual: string;
1666
- conditionCellBetween: string;
1667
- conditionCellNotBetween: string;
1668
- filiterMoreDataTip: string;
1669
- filiterMonthText: string;
1670
- filiterYearText: string;
1671
- filiterByColorTip: string;
1672
- filiterByTextColorTip: string;
1673
- filterContainerOneColorTip: string;
1674
- filterDateFormatTip: string;
1675
- valueBlank: string;
1676
- mergeError: string;
1677
- };
1678
- rightclick: {
1679
- copy: string;
1680
- copyAs: string;
1681
- paste: string;
1682
- insert: string;
1683
- image: string;
1684
- link: string;
1685
- delete: string;
1686
- deleteCell: string;
1687
- deleteSelected: string;
1688
- hide: string;
1689
- hideSelected: string;
1690
- showHide: string;
1691
- to: string;
1692
- left: string;
1693
- right: string;
1694
- top: string;
1695
- bottom: string;
1696
- moveLeft: string;
1697
- moveUp: string;
1698
- add: string;
1699
- row: string;
1700
- column: string;
1701
- width: string;
1702
- height: string;
1703
- number: string;
1704
- confirm: string;
1705
- orderAZ: string;
1706
- orderZA: string;
1707
- clearContent: string;
1708
- matrix: string;
1709
- sortSelection: string;
1710
- filterSelection: string;
1711
- chartGeneration: string;
1712
- firstLineTitle: string;
1713
- untitled: string;
1714
- array1: string;
1715
- array2: string;
1716
- array3: string;
1717
- diagonal: string;
1718
- antiDiagonal: string;
1719
- diagonalOffset: string;
1720
- offset: string;
1721
- boolean: string;
1722
- flip: string;
1723
- upAndDown: string;
1724
- leftAndRight: string;
1725
- clockwise: string;
1726
- counterclockwise: string;
1727
- transpose: string;
1728
- matrixCalculation: string;
1729
- plus: string;
1730
- minus: string;
1731
- multiply: string;
1732
- divided: string;
1733
- power: string;
1734
- root: string;
1735
- log: string;
1736
- delete0: string;
1737
- removeDuplicate: string;
1738
- byRow: string;
1739
- byCol: string;
1740
- generateNewMatrix: string;
1741
- noMulti: string;
1742
- cannotDeleteAllRow: string;
1743
- cannotDeleteAllColumn: string;
1744
- cannotDeleteRowReadOnly: string;
1745
- cannotDeleteColumnReadOnly: string;
1746
- cannotInsertOnRowReadOnly: string;
1747
- cannotInsertOnColumnReadOnly: string;
1748
- rowOverLimit: string;
1749
- columnOverLimit: string;
1750
- conditionFormat: string;
1751
- };
1752
- comment: {
1753
- insert: string;
1754
- edit: string;
1755
- delete: string;
1756
- showOne: string;
1757
- showAll: string;
1758
- };
1759
- screenshot: {
1760
- screenshotTipNoSelection: string;
1761
- screenshotTipTitle: string;
1762
- screenshotTipHasMerge: string;
1763
- screenshotTipHasMulti: string;
1764
- screenshotTipSuccess: string;
1765
- screenshotImageName: string;
1766
- downLoadClose: string;
1767
- downLoadCopy: string;
1768
- downLoadBtn: string;
1769
- browserNotTip: string;
1770
- rightclickTip: string;
1771
- successTip: string;
1772
- };
1773
- splitText: {
1774
- splitDelimiters: string;
1775
- splitOther: string;
1776
- splitContinueSymbol: string;
1777
- splitDataPreview: string;
1778
- splitTextTitle: string;
1779
- splitConfirmToExe: string;
1780
- splitSymbols: {
1781
- name: string;
1782
- value: string;
1783
- }[];
1784
- tipNoMulti: string;
1785
- tipNoMultiColumn: string;
1786
- tipNoSelect: string;
1787
- };
1788
- imageText: {
1789
- imageSetting: string;
1790
- close: string;
1791
- conventional: string;
1792
- moveCell1: string;
1793
- moveCell2: string;
1794
- moveCell3: string;
1795
- fixedPos: string;
1796
- border: string;
1797
- width: string;
1798
- radius: string;
1799
- style: string;
1800
- solid: string;
1801
- dashed: string;
1802
- dotted: string;
1803
- double: string;
1804
- color: string;
1805
- };
1806
- punctuation: {
1807
- tab: string;
1808
- semicolon: string;
1809
- comma: string;
1810
- space: string;
1811
- };
1812
- findAndReplace: {
1813
- find: string;
1814
- replace: string;
1815
- goto: string;
1816
- location: string;
1817
- formula: string;
1818
- date: string;
1819
- number: string;
1820
- string: string;
1821
- error: string;
1822
- condition: string;
1823
- rowSpan: string;
1824
- columnSpan: string;
1825
- locationExample: string;
1826
- lessTwoRowTip: string;
1827
- lessTwoColumnTip: string;
1828
- findTextbox: string;
1829
- replaceTextbox: string;
1830
- regexTextbox: string;
1831
- wholeTextbox: string;
1832
- distinguishTextbox: string;
1833
- allReplaceBtn: string;
1834
- replaceBtn: string;
1835
- allFindBtn: string;
1836
- findBtn: string;
1837
- noFindTip: string;
1838
- modeTip: string;
1839
- searchTargetSheet: string;
1840
- searchTargetCell: string;
1841
- searchTargetValue: string;
1842
- searchInputTip: string;
1843
- noReplceTip: string;
1844
- noMatchTip: string;
1845
- successTip: string;
1846
- locationConstant: string;
1847
- locationFormula: string;
1848
- locationDate: string;
1849
- locationDigital: string;
1850
- locationString: string;
1851
- locationBool: string;
1852
- locationError: string;
1853
- locationNull: string;
1854
- locationCondition: string;
1855
- locationRowSpan: string;
1856
- locationColumnSpan: string;
1857
- locationTiplessTwoRow: string;
1858
- locationTiplessTwoColumn: string;
1859
- locationTipNotFindCell: string;
1860
- };
1861
- sheetconfig: {
1862
- delete: string;
1863
- copy: string;
1864
- rename: string;
1865
- changeColor: string;
1866
- hide: string;
1867
- unhide: string;
1868
- moveLeft: string;
1869
- moveRight: string;
1870
- resetColor: string;
1871
- cancelText: string;
1872
- chooseText: string;
1873
- focus: string;
1874
- tipNameRepeat: string;
1875
- noMoreSheet: string;
1876
- confirmDelete: string;
1877
- redoDelete: string;
1878
- noHide: string;
1879
- chartEditNoOpt: string;
1880
- sheetNameSpecCharError: string;
1881
- sheetNamecannotIsEmptyError: string;
1882
- };
1883
- conditionformat: {
1884
- conditionformat_greaterThan: string;
1885
- conditionformat_greaterThan_title: string;
1886
- conditionformat_lessThan: string;
1887
- conditionformat_lessThan_title: string;
1888
- conditionformat_between: string;
1889
- conditionformat_between_title: string;
1890
- conditionformat_equal: string;
1891
- conditionformat_equal_title: string;
1892
- conditionformat_textContains: string;
1893
- conditionformat_textContains_title: string;
1894
- conditionformat_occurrenceDate: string;
1895
- conditionformat_occurrenceDate_title: string;
1896
- conditionformat_duplicateValue: string;
1897
- conditionformat_duplicateValue_title: string;
1898
- conditionformat_top10: string;
1899
- conditionformat_top10_percent: string;
1900
- conditionformat_top10_title: string;
1901
- conditionformat_last10: string;
1902
- conditionformat_last10_percent: string;
1903
- conditionformat_last10_title: string;
1904
- conditionformat_aboveAverage: string;
1905
- conditionformat_aboveAverage_title: string;
1906
- conditionformat_belowAverage: string;
1907
- conditionformat_belowAverage_title: string;
1908
- rule: string;
1909
- newRule: string;
1910
- editRule: string;
1911
- deleteRule: string;
1912
- deleteCellRule: string;
1913
- deleteSheetRule: string;
1914
- manageRules: string;
1915
- showRules: string;
1916
- highlightCellRules: string;
1917
- itemSelectionRules: string;
1918
- conditionformatManageRules: string;
1919
- format: string;
1920
- setFormat: string;
1921
- setAs: string;
1922
- setAsByArea: string;
1923
- applyRange: string;
1924
- selectRange: string;
1925
- selectRange_percent: string;
1926
- selectRange_average: string;
1927
- selectRange_value: string;
1928
- pleaseSelectRange: string;
1929
- selectDataRange: string;
1930
- selectCell: string;
1931
- pleaseSelectCell: string;
1932
- pleaseSelectADate: string;
1933
- pleaseEnterInteger: string;
1934
- onlySingleCell: string;
1935
- conditionValueCanOnly: string;
1936
- ruleTypeItem1: string;
1937
- ruleTypeItem2: string;
1938
- ruleTypeItem2_title: string;
1939
- ruleTypeItem3: string;
1940
- ruleTypeItem3_title: string;
1941
- ruleTypeItem4: string;
1942
- ruleTypeItem4_title: string;
1943
- ruleTypeItem5: string;
1944
- ruleTypeItem6: string;
1945
- formula: string;
1946
- textColor: string;
1947
- cellColor: string;
1948
- confirm: string;
1949
- confirmColor: string;
1950
- cancel: string;
1951
- close: string;
1952
- clearColorSelect: string;
1953
- sheet: string;
1954
- currentSheet: string;
1955
- dataBar: string;
1956
- dataBarColor: string;
1957
- gradientDataBar_1: string;
1958
- gradientDataBar_2: string;
1959
- gradientDataBar_3: string;
1960
- gradientDataBar_4: string;
1961
- gradientDataBar_5: string;
1962
- gradientDataBar_6: string;
1963
- solidColorDataBar_1: string;
1964
- solidColorDataBar_2: string;
1965
- solidColorDataBar_3: string;
1966
- solidColorDataBar_4: string;
1967
- solidColorDataBar_5: string;
1968
- solidColorDataBar_6: string;
1969
- colorGradation: string;
1970
- colorGradation_1: string;
1971
- colorGradation_2: string;
1972
- colorGradation_3: string;
1973
- colorGradation_4: string;
1974
- colorGradation_5: string;
1975
- colorGradation_6: string;
1976
- colorGradation_7: string;
1977
- colorGradation_8: string;
1978
- colorGradation_9: string;
1979
- colorGradation_10: string;
1980
- colorGradation_11: string;
1981
- colorGradation_12: string;
1982
- icons: string;
1983
- pleaseSelectIcon: string;
1984
- cellValue: string;
1985
- specificText: string;
1986
- occurrenceDate: string;
1987
- greaterThan: string;
1988
- lessThan: string;
1989
- between: string;
1990
- equal: string;
1991
- in: string;
1992
- to: string;
1993
- between2: string;
1994
- contain: string;
1995
- textContains: string;
1996
- duplicateValue: string;
1997
- uniqueValue: string;
1998
- top: string;
1999
- top10: string;
2000
- top10_percent: string;
2001
- last: string;
2002
- last10: string;
2003
- last10_percent: string;
2004
- oneself: string;
2005
- above: string;
2006
- aboveAverage: string;
2007
- below: string;
2008
- belowAverage: string;
2009
- all: string;
2010
- yesterday: string;
2011
- today: string;
2012
- tomorrow: string;
2013
- lastWeek: string;
2014
- thisWeek: string;
2015
- lastMonth: string;
2016
- thisMonth: string;
2017
- lastYear: string;
2018
- thisYear: string;
2019
- last7days: string;
2020
- last30days: string;
2021
- next7days: string;
2022
- next30days: string;
2023
- next60days: string;
2024
- chooseRuleType: string;
2025
- editRuleDescription: string;
2026
- newFormatRule: string;
2027
- editFormatRule: string;
2028
- formatStyle: string;
2029
- fillType: string;
2030
- color: string;
2031
- twocolor: string;
2032
- tricolor: string;
2033
- multicolor: string;
2034
- grayColor: string;
2035
- gradient: string;
2036
- solid: string;
2037
- maxValue: string;
2038
- medianValue: string;
2039
- minValue: string;
2040
- direction: string;
2041
- threeWayArrow: string;
2042
- fourWayArrow: string;
2043
- fiveWayArrow: string;
2044
- threeTriangles: string;
2045
- shape: string;
2046
- threeColorTrafficLight: string;
2047
- fourColorTrafficLight: string;
2048
- threeSigns: string;
2049
- greenRedBlackGradient: string;
2050
- rimless: string;
2051
- bordered: string;
2052
- mark: string;
2053
- threeSymbols: string;
2054
- tricolorFlag: string;
2055
- circled: string;
2056
- noCircle: string;
2057
- grade: string;
2058
- grade4: string;
2059
- grade5: string;
2060
- threeStars: string;
2061
- fiveQuadrantDiagram: string;
2062
- fiveBoxes: string;
2063
- };
2064
- insertLink: {
2065
- linkText: string;
2066
- linkType: string;
2067
- linkAddress: string;
2068
- linkSheet: string;
2069
- linkCell: string;
2070
- linkTooltip: string;
2071
- selectCellRange: string;
2072
- cellRangePlaceholder: string;
2073
- placeholder1: string;
2074
- placeholder2: string;
2075
- placeholder3: string;
2076
- tooltipInfo1: string;
2077
- invalidCellRangeTip: string;
2078
- openLink: string;
2079
- goTo: string;
2080
- };
2081
- linkTypeList: {
2082
- text: string;
2083
- value: string;
2084
- }[];
2085
- dataVerification: {
2086
- cellRange: string;
2087
- selectCellRange: string;
2088
- selectCellRange2: string;
2089
- verificationCondition: string;
2090
- allowMultiSelect: string;
2091
- dropdown: string;
2092
- checkbox: string;
2093
- number: string;
2094
- number_integer: string;
2095
- number_decimal: string;
2096
- text_content: string;
2097
- text_length: string;
2098
- date: string;
2099
- validity: string;
2100
- placeholder1: string;
2101
- placeholder2: string;
2102
- placeholder3: string;
2103
- placeholder4: string;
2104
- placeholder5: string;
2105
- selected: string;
2106
- notSelected: string;
2107
- between: string;
2108
- notBetween: string;
2109
- equal: string;
2110
- notEqualTo: string;
2111
- moreThanThe: string;
2112
- lessThan: string;
2113
- greaterOrEqualTo: string;
2114
- lessThanOrEqualTo: string;
2115
- include: string;
2116
- exclude: string;
2117
- earlierThan: string;
2118
- noEarlierThan: string;
2119
- laterThan: string;
2120
- noLaterThan: string;
2121
- identificationNumber: string;
2122
- phoneNumber: string;
2123
- remote: string;
2124
- prohibitInput: string;
2125
- hintShow: string;
2126
- deleteVerification: string;
2127
- tooltipInfo1: string;
2128
- tooltipInfo2: string;
2129
- tooltipInfo3: string;
2130
- tooltipInfo4: string;
2131
- tooltipInfo5: string;
2132
- tooltipInfo6: string;
2133
- tooltipInfo7: string;
2134
- textlengthInteger: string;
2135
- };
2136
- formula: {
2137
- sum: string;
2138
- average: string;
2139
- count: string;
2140
- max: string;
2141
- min: string;
2142
- ifGenerate: string;
2143
- find: string;
2144
- tipNotBelongToIf: string;
2145
- tipSelectCell: string;
2146
- ifGenCompareValueTitle: string;
2147
- ifGenSelectCellTitle: string;
2148
- ifGenRangeTitle: string;
2149
- ifGenRangeTo: string;
2150
- ifGenRangeEvaluate: string;
2151
- ifGenSelectRangeTitle: string;
2152
- ifGenCutWay: string;
2153
- ifGenCutSame: string;
2154
- ifGenCutNpiece: string;
2155
- ifGenCutCustom: string;
2156
- ifGenCutConfirm: string;
2157
- ifGenTipSelectCell: string;
2158
- ifGenTipSelectCellPlace: string;
2159
- ifGenTipSelectRange: string;
2160
- ifGenTipSelectRangePlace: string;
2161
- ifGenTipNotNullValue: string;
2162
- ifGenTipLableTitile: string;
2163
- ifGenTipRangeNotforNull: string;
2164
- ifGenTipCutValueNotforNull: string;
2165
- ifGenTipNotGenCondition: string;
2166
- };
2167
- formulaMore: {
2168
- valueTitle: string;
2169
- tipSelectDataRange: string;
2170
- tipDataRangeTile: string;
2171
- findFunctionTitle: string;
2172
- tipInputFunctionName: string;
2173
- Array: string;
2174
- Database: string;
2175
- Date: string;
2176
- Engineering: string;
2177
- Filter: string;
2178
- Financial: string;
2179
- luckysheet: string;
2180
- other: string;
2181
- Logical: string;
2182
- Lookup: string;
2183
- Math: string;
2184
- Operator: string;
2185
- Parser: string;
2186
- Statistical: string;
2187
- Text: string;
2188
- dataMining: string;
2189
- selectFunctionTitle: string;
2190
- calculationResult: string;
2191
- tipSuccessText: string;
2192
- tipParamErrorText: string;
2193
- helpClose: string;
2194
- helpCollapse: string;
2195
- helpExample: string;
2196
- helpAbstract: string;
2197
- execfunctionError: string;
2198
- execfunctionSelfError: string;
2199
- execfunctionSelfErrorResult: string;
2200
- allowRepeatText: string;
2201
- allowOptionText: string;
2202
- selectCategory: string;
2203
- };
2204
- drag: {
2205
- noMerge: string;
2206
- affectPivot: string;
2207
- noMulti: string;
2208
- noPaste: string;
2209
- noPartMerge: string;
2210
- inputCorrect: string;
2211
- notLessOne: string;
2212
- offsetColumnLessZero: string;
2213
- pasteMustKeybordAlert: string;
2214
- pasteMustKeybordAlertHTMLTitle: string;
2215
- pasteMustKeybordAlertHTML: string;
2216
- };
2217
- pivotTable: {
2218
- title: string;
2219
- closePannel: string;
2220
- editRange: string;
2221
- tipPivotFieldSelected: string;
2222
- tipClearSelectedField: string;
2223
- btnClearSelectedField: string;
2224
- btnFilter: string;
2225
- titleRow: string;
2226
- titleColumn: string;
2227
- titleValue: string;
2228
- tipShowColumn: string;
2229
- tipShowRow: string;
2230
- titleSelectionDataRange: string;
2231
- titleDataRange: string;
2232
- valueSum: string;
2233
- valueStatisticsSUM: string;
2234
- valueStatisticsCOUNT: string;
2235
- valueStatisticsCOUNTA: string;
2236
- valueStatisticsCOUNTUNIQUE: string;
2237
- valueStatisticsAVERAGE: string;
2238
- valueStatisticsMAX: string;
2239
- valueStatisticsMIN: string;
2240
- valueStatisticsMEDIAN: string;
2241
- valueStatisticsPRODUCT: string;
2242
- valueStatisticsSTDEV: string;
2243
- valueStatisticsSTDEVP: string;
2244
- valueStatisticslet: string;
2245
- valueStatisticsVARP: string;
2246
- errorNotAllowEdit: string;
2247
- errorNotAllowMulti: string;
2248
- errorSelectRange: string;
2249
- errorIsDamage: string;
2250
- errorNotAllowPivotData: string;
2251
- errorSelectionRange: string;
2252
- errorIncreaseRange: string;
2253
- titleAddColumn: string;
2254
- titleMoveColumn: string;
2255
- titleClearColumnFilter: string;
2256
- titleFilterColumn: string;
2257
- titleSort: string;
2258
- titleNoSort: string;
2259
- titleSortAsc: string;
2260
- titleSortDesc: string;
2261
- titleSortBy: string;
2262
- titleShowSum: string;
2263
- titleStasticTrue: string;
2264
- titleStasticFalse: string;
2265
- };
2266
- dropCell: {
2267
- copyCell: string;
2268
- sequence: string;
2269
- onlyFormat: string;
2270
- noFormat: string;
2271
- day: string;
2272
- workDay: string;
2273
- month: string;
2274
- year: string;
2275
- chineseNumber: string;
2276
- };
2277
- imageCtrl: {
2278
- borderTile: string;
2279
- borderCur: string;
2280
- };
2281
- protection: {
2282
- protectiontTitle: string;
2283
- enterPassword: string;
2284
- enterHint: string;
2285
- swichProtectionTip: string;
2286
- authorityTitle: string;
2287
- selectLockedCells: string;
2288
- selectunLockedCells: string;
2289
- formatCells: string;
2290
- formatColumns: string;
2291
- formatRows: string;
2292
- insertColumns: string;
2293
- insertRows: string;
2294
- insertHyperlinks: string;
2295
- deleteColumns: string;
2296
- deleteRows: string;
2297
- sort: string;
2298
- filter: string;
2299
- usePivotTablereports: string;
2300
- editObjects: string;
2301
- editScenarios: string;
2302
- allowRangeTitle: string;
2303
- allowRangeAdd: string;
2304
- allowRangeAddTitle: string;
2305
- allowRangeAddSqrf: string;
2306
- selectCellRange: string;
2307
- selectCellRangeHolder: string;
2308
- allowRangeAddTitlePassword: string;
2309
- allowRangeAddTitleHint: string;
2310
- allowRangeAddTitleHintTitle: string;
2311
- allowRangeAddtitleDefault: string;
2312
- rangeItemDblclick: string;
2313
- rangeItemHasPassword: string;
2314
- rangeItemErrorTitleNull: string;
2315
- rangeItemErrorRangeNull: string;
2316
- rangeItemErrorRange: string;
2317
- validationTitle: string;
2318
- validationTips: string;
2319
- validationInputHint: string;
2320
- checkPasswordNullalert: string;
2321
- checkPasswordWrongalert: string;
2322
- checkPasswordSucceedalert: string;
2323
- defaultRangeHintText: string;
2324
- defaultSheetHintText: string;
2325
- };
2326
- cellFormat: {
2327
- cellFormatTitle: string;
2328
- protection: string;
2329
- locked: string;
2330
- hidden: string;
2331
- protectionTips: string;
2332
- tipsPart: string;
2333
- tipsAll: string;
2334
- selectionIsNullAlert: string;
2335
- sheetDataIsNullAlert: string;
2336
- };
2337
- print: {
2338
- normalBtn: string;
2339
- layoutBtn: string;
2340
- pageBtn: string;
2341
- menuItemPrint: string;
2342
- menuItemAreas: string;
2343
- menuItemRows: string;
2344
- menuItemColumns: string;
2345
- };
2346
- edit: {
2347
- typing: string;
2348
- };
2349
- websocket: {
2350
- success: string;
2351
- refresh: string;
2352
- wait: string;
2353
- close: string;
2354
- contact: string;
2355
- support: string;
2356
- };
2357
- };
2358
- getWorkbookContext: () => import("@fileverse-dev/fortune-core").Context;
2359
- }>>;