@fileverse-dev/fortune-react 1.0.5 → 1.0.7

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 (422) hide show
  1. package/es/components/ChangeColor/index.css +76 -0
  2. package/{dist/packages/react/src → es}/components/ChangeColor/index.d.ts +7 -7
  3. package/es/components/ChangeColor/index.js +41 -0
  4. package/{dist/packages/react/src → es}/components/ConditionFormat/ConditionRules.d.ts +6 -6
  5. package/es/components/ConditionFormat/ConditionRules.js +323 -0
  6. package/es/components/ConditionFormat/index.css +210 -0
  7. package/{dist/packages/react/src → es}/components/ConditionFormat/index.d.ts +7 -7
  8. package/es/components/ConditionFormat/index.js +252 -0
  9. package/{dist/packages/react/src → es}/components/ContextMenu/Divider.d.ts +3 -3
  10. package/es/components/ContextMenu/Divider.js +7 -0
  11. package/{dist/packages/react/src → es}/components/ContextMenu/FilterMenu.d.ts +3 -3
  12. package/es/components/ContextMenu/FilterMenu.js +612 -0
  13. package/{dist/packages/react/src → es}/components/ContextMenu/Menu.d.ts +8 -8
  14. package/es/components/ContextMenu/Menu.js +25 -0
  15. package/{dist/packages/react/src → es}/components/ContextMenu/SheetTab.d.ts +4 -4
  16. package/es/components/ContextMenu/SheetTab.js +223 -0
  17. package/es/components/ContextMenu/index.css +322 -0
  18. package/{dist/packages/react/src → es}/components/ContextMenu/index.d.ts +5 -5
  19. package/es/components/ContextMenu/index.js +1054 -0
  20. package/es/components/CustomSort/index.css +23 -0
  21. package/{dist/packages/react/src → es}/components/CustomSort/index.d.ts +4 -4
  22. package/es/components/CustomSort/index.js +113 -0
  23. package/{dist/packages/react/src → es}/components/DataVerification/DropdownList.d.ts +4 -4
  24. package/es/components/DataVerification/DropdownList.js +126 -0
  25. package/{dist/packages/react/src → es}/components/DataVerification/RangeDialog.d.ts +4 -4
  26. package/es/components/DataVerification/RangeDialog.js +105 -0
  27. package/{dist/packages/react/src → es}/components/DataVerification/getDisplayedRangeTxt.d.ts +2 -2
  28. package/es/components/DataVerification/getDisplayedRangeTxt.js +9 -0
  29. package/es/components/DataVerification/index.css +202 -0
  30. package/{dist/packages/react/src → es}/components/DataVerification/index.d.ts +4 -4
  31. package/es/components/DataVerification/index.js +398 -0
  32. package/es/components/Dialog/index.css +64 -0
  33. package/{dist/packages/react/src → es}/components/Dialog/index.d.ts +15 -15
  34. package/es/components/Dialog/index.js +60 -0
  35. package/{dist/packages/react/src → es}/components/DuneChartsInputModal/DuneChartsInputModal.d.ts +11 -11
  36. package/es/components/DuneChartsInputModal/DuneChartsInputModal.js +95 -0
  37. package/es/components/DuneChartsInputModal/duneChartsInputModal.css +98 -0
  38. package/{dist/packages/react/src → es}/components/DunePreview/DunePreview.d.ts +13 -13
  39. package/es/components/DunePreview/DunePreview.js +46 -0
  40. package/es/components/DunePreview/index.css +57 -0
  41. package/{dist/packages/react/src → es}/components/FilterOption/index.d.ts +5 -5
  42. package/es/components/FilterOption/index.js +121 -0
  43. package/es/components/FormatSearch/index.css +19 -0
  44. package/{dist/packages/react/src → es}/components/FormatSearch/index.d.ts +6 -6
  45. package/es/components/FormatSearch/index.js +129 -0
  46. package/es/components/FormulaSearch/index.css +65 -0
  47. package/{dist/packages/react/src → es}/components/FormulaSearch/index.d.ts +5 -5
  48. package/es/components/FormulaSearch/index.js +198 -0
  49. package/{dist/packages/react/src → es}/components/FxEditor/NameBox.d.ts +3 -3
  50. package/es/components/FxEditor/NameBox.js +29 -0
  51. package/es/components/FxEditor/index.css +72 -0
  52. package/{dist/packages/react/src → es}/components/FxEditor/index.d.ts +4 -4
  53. package/es/components/FxEditor/index.js +167 -0
  54. package/es/components/IFrameBoxs/iFrameBoxs.css +16 -0
  55. package/{dist/packages/react/src → es}/components/IFrameBoxs/iFrameBoxs.d.ts +4 -4
  56. package/es/components/IFrameBoxs/iFrameBoxs.js +142 -0
  57. package/{dist/packages/react/src → es}/components/ImgBoxs/index.d.ts +3 -3
  58. package/es/components/ImgBoxs/index.js +219 -0
  59. package/es/components/LinkEidtCard/index.css +255 -0
  60. package/{dist/packages/react/src → es}/components/LinkEidtCard/index.d.ts +5 -5
  61. package/es/components/LinkEidtCard/index.js +238 -0
  62. package/es/components/LocationCondition/index.css +74 -0
  63. package/{dist/packages/react/src → es}/components/LocationCondition/index.d.ts +3 -3
  64. package/es/components/LocationCondition/index.js +195 -0
  65. package/{dist/packages/react/src → es}/components/MessageBox/index.d.ts +9 -9
  66. package/es/components/MessageBox/index.js +16 -0
  67. package/{dist/packages/react/src → es}/components/NotationBoxes/index.d.ts +3 -3
  68. package/es/components/NotationBoxes/index.js +105 -0
  69. package/{dist/packages/react/src → es}/components/ResetColumnWidth/index.d.ts +2 -2
  70. package/es/components/ResetColumnWidth/index.js +130 -0
  71. package/{dist/packages/react/src → es}/components/SVGDefines.d.ts +5 -5
  72. package/es/components/SVGDefines.js +1902 -0
  73. package/{dist/packages/react/src → es}/components/SVGIcon.d.ts +9 -9
  74. package/es/components/SVGIcon.js +18 -0
  75. package/es/components/SearchReplace/index.css +191 -0
  76. package/{dist/packages/react/src → es}/components/SearchReplace/index.d.ts +6 -6
  77. package/es/components/SearchReplace/index.js +294 -0
  78. package/es/components/Sheet/index.css +27 -0
  79. package/{dist/packages/react/src → es}/components/Sheet/index.d.ts +8 -8
  80. package/es/components/Sheet/index.js +173 -0
  81. package/{dist/packages/react/src → es}/components/SheetList/SheetHiddenButton.d.ts +8 -8
  82. package/es/components/SheetList/SheetHiddenButton.js +35 -0
  83. package/{dist/packages/react/src → es}/components/SheetList/SheetListItem.d.ts +9 -9
  84. package/es/components/SheetList/SheetListItem.js +72 -0
  85. package/es/components/SheetList/index.css +48 -0
  86. package/{dist/packages/react/src → es}/components/SheetList/index.d.ts +4 -4
  87. package/es/components/SheetList/index.js +30 -0
  88. package/{dist/packages/react/src → es}/components/SheetOverlay/ColumnHeader.d.ts +3 -3
  89. package/es/components/SheetOverlay/ColumnHeader.js +217 -0
  90. package/{dist/packages/react/src → es}/components/SheetOverlay/ContentEditable.d.ts +11 -11
  91. package/es/components/SheetOverlay/ContentEditable.js +74 -0
  92. package/es/components/SheetOverlay/FormulaHint/index.css +180 -0
  93. package/{dist/packages/react/src → es}/components/SheetOverlay/FormulaHint/index.d.ts +4 -4
  94. package/es/components/SheetOverlay/FormulaHint/index.js +348 -0
  95. package/{dist/packages/react/src → es}/components/SheetOverlay/FormulaSearch/constant.d.ts +63 -63
  96. package/es/components/SheetOverlay/FormulaSearch/constant.js +328 -0
  97. package/es/components/SheetOverlay/FormulaSearch/index.css +42 -0
  98. package/{dist/packages/react/src → es}/components/SheetOverlay/FormulaSearch/index.d.ts +4 -4
  99. package/es/components/SheetOverlay/FormulaSearch/index.js +261 -0
  100. package/{dist/packages/react/src → es}/components/SheetOverlay/InputBox.d.ts +3 -3
  101. package/es/components/SheetOverlay/InputBox.js +305 -0
  102. package/{dist/packages/react/src → es}/components/SheetOverlay/RowHeader.d.ts +3 -3
  103. package/es/components/SheetOverlay/RowHeader.js +187 -0
  104. package/es/components/SheetOverlay/ScrollBar/index.css +40 -0
  105. package/{dist/packages/react/src → es}/components/SheetOverlay/ScrollBar/index.d.ts +7 -7
  106. package/es/components/SheetOverlay/ScrollBar/index.js +47 -0
  107. package/es/components/SheetOverlay/index.css +939 -0
  108. package/{dist/packages/react/src → es}/components/SheetOverlay/index.d.ts +4 -4
  109. package/es/components/SheetOverlay/index.js +578 -0
  110. package/{dist/packages/react/src → es}/components/SheetTab/SheetItem.d.ts +8 -8
  111. package/es/components/SheetTab/SheetItem.js +228 -0
  112. package/es/components/SheetTab/index.css +280 -0
  113. package/{dist/packages/react/src → es}/components/SheetTab/index.d.ts +4 -4
  114. package/es/components/SheetTab/index.js +143 -0
  115. package/es/components/SplitColumn/index.css +121 -0
  116. package/{dist/packages/react/src → es}/components/SplitColumn/index.d.ts +3 -3
  117. package/es/components/SplitColumn/index.js +167 -0
  118. package/{dist/packages/react/src → es}/components/Toolbar/Button.d.ts +12 -12
  119. package/es/components/Toolbar/Button.js +32 -0
  120. package/{dist/packages/react/src → es}/components/Toolbar/ColorPicker.d.ts +6 -6
  121. package/es/components/Toolbar/ColorPicker.js +27 -0
  122. package/{dist/packages/react/src → es}/components/Toolbar/Combo.d.ts +12 -12
  123. package/es/components/Toolbar/Combo.js +102 -0
  124. package/{dist/packages/react/src → es}/components/Toolbar/CustomBorder.d.ts +7 -7
  125. package/es/components/Toolbar/CustomBorder.js +211 -0
  126. package/{dist/packages/react/src → es}/components/Toolbar/CustomButton.d.ts +11 -11
  127. package/es/components/Toolbar/CustomButton.js +29 -0
  128. package/{dist/packages/react/src → es}/components/Toolbar/CustomColor.d.ts +8 -8
  129. package/es/components/Toolbar/CustomColor.js +25 -0
  130. package/{dist/packages/react/src → es}/components/Toolbar/CustomIcon.d.ts +9 -9
  131. package/es/components/Toolbar/CustomIcon.js +38 -0
  132. package/{dist/packages/react/src → es}/components/Toolbar/Divider.d.ts +4 -4
  133. package/es/components/Toolbar/Divider.js +12 -0
  134. package/{dist/packages/react/src → es}/components/Toolbar/MoreItemsContainer.d.ts +6 -6
  135. package/es/components/Toolbar/MoreItemsContainer.js +17 -0
  136. package/{dist/packages/react/src → es}/components/Toolbar/Select.d.ts +14 -14
  137. package/es/components/Toolbar/Select.js +34 -0
  138. package/es/components/Toolbar/index.css +405 -0
  139. package/es/components/Toolbar/index.d.ts +10 -0
  140. package/es/components/Toolbar/index.js +1338 -0
  141. package/{dist/packages/react/src → es}/components/Workbook/api.d.ts +1177 -1177
  142. package/es/components/Workbook/api.js +395 -0
  143. package/es/components/Workbook/index.css +44 -0
  144. package/{dist/packages/react/src → es}/components/Workbook/index.d.ts +1185 -1185
  145. package/es/components/Workbook/index.js +586 -0
  146. package/es/components/ZoomControl/index.css +54 -0
  147. package/{dist/packages/react/src → es}/components/ZoomControl/index.d.ts +4 -4
  148. package/es/components/ZoomControl/index.js +111 -0
  149. package/{dist/packages/react/src → es}/components/index.d.ts +4 -4
  150. package/es/components/index.js +3 -0
  151. package/{dist/packages/react/src → es}/constants.d.ts +1 -1
  152. package/es/constants.js +4 -0
  153. package/{dist/packages/react/src → es}/context/index.d.ts +25 -25
  154. package/es/context/index.js +34 -0
  155. package/{dist/packages/react/src → es}/context/modal.d.ts +10 -10
  156. package/es/context/modal.js +43 -0
  157. package/{dist/packages/react/src → es}/hooks/useAlert.d.ts +4 -4
  158. package/es/hooks/useAlert.js +28 -0
  159. package/{dist/packages/react/src → es}/hooks/useDialog.d.ts +5 -5
  160. package/es/hooks/useDialog.js +28 -0
  161. package/{dist/packages/react/src → es}/hooks/useOutsideClick.d.ts +2 -2
  162. package/es/hooks/useOutsideClick.js +15 -0
  163. package/{dist/packages/react/src → es}/hooks/usePrevious.d.ts +2 -2
  164. package/es/hooks/usePrevious.js +9 -0
  165. package/es/index.css +27 -0
  166. package/{dist/packages/react/src → es}/index.d.ts +1 -1
  167. package/es/index.js +1 -0
  168. package/{dist/packages/react/src → es}/utils/datepickerStyles.d.ts +2 -2
  169. package/es/utils/datepickerStyles.js +8 -0
  170. package/lib/components/ChangeColor/index.css +76 -0
  171. package/lib/components/ChangeColor/index.d.ts +7 -0
  172. package/lib/components/ChangeColor/index.js +50 -0
  173. package/lib/components/ConditionFormat/ConditionRules.d.ts +6 -0
  174. package/lib/components/ConditionFormat/ConditionRules.js +332 -0
  175. package/lib/components/ConditionFormat/index.css +210 -0
  176. package/lib/components/ConditionFormat/index.d.ts +7 -0
  177. package/lib/components/ConditionFormat/index.js +261 -0
  178. package/lib/components/ContextMenu/Divider.d.ts +3 -0
  179. package/lib/components/ContextMenu/Divider.js +14 -0
  180. package/lib/components/ContextMenu/FilterMenu.d.ts +3 -0
  181. package/lib/components/ContextMenu/FilterMenu.js +621 -0
  182. package/lib/components/ContextMenu/Menu.d.ts +8 -0
  183. package/lib/components/ContextMenu/Menu.js +33 -0
  184. package/lib/components/ContextMenu/SheetTab.d.ts +4 -0
  185. package/lib/components/ContextMenu/SheetTab.js +232 -0
  186. package/lib/components/ContextMenu/index.css +322 -0
  187. package/lib/components/ContextMenu/index.d.ts +5 -0
  188. package/lib/components/ContextMenu/index.js +1063 -0
  189. package/lib/components/CustomSort/index.css +23 -0
  190. package/lib/components/CustomSort/index.d.ts +4 -0
  191. package/lib/components/CustomSort/index.js +122 -0
  192. package/lib/components/DataVerification/DropdownList.d.ts +4 -0
  193. package/lib/components/DataVerification/DropdownList.js +135 -0
  194. package/lib/components/DataVerification/RangeDialog.d.ts +4 -0
  195. package/lib/components/DataVerification/RangeDialog.js +114 -0
  196. package/lib/components/DataVerification/getDisplayedRangeTxt.d.ts +2 -0
  197. package/lib/components/DataVerification/getDisplayedRangeTxt.js +15 -0
  198. package/lib/components/DataVerification/index.css +202 -0
  199. package/lib/components/DataVerification/index.d.ts +4 -0
  200. package/lib/components/DataVerification/index.js +407 -0
  201. package/lib/components/Dialog/index.css +64 -0
  202. package/lib/components/Dialog/index.d.ts +15 -0
  203. package/lib/components/Dialog/index.js +69 -0
  204. package/lib/components/DuneChartsInputModal/DuneChartsInputModal.d.ts +11 -0
  205. package/lib/components/DuneChartsInputModal/DuneChartsInputModal.js +104 -0
  206. package/lib/components/DuneChartsInputModal/duneChartsInputModal.css +98 -0
  207. package/lib/components/DunePreview/DunePreview.d.ts +13 -0
  208. package/lib/components/DunePreview/DunePreview.js +53 -0
  209. package/lib/components/DunePreview/index.css +57 -0
  210. package/lib/components/FilterOption/index.d.ts +5 -0
  211. package/lib/components/FilterOption/index.js +130 -0
  212. package/lib/components/FormatSearch/index.css +19 -0
  213. package/lib/components/FormatSearch/index.d.ts +6 -0
  214. package/lib/components/FormatSearch/index.js +138 -0
  215. package/lib/components/FormulaSearch/index.css +65 -0
  216. package/lib/components/FormulaSearch/index.d.ts +5 -0
  217. package/lib/components/FormulaSearch/index.js +207 -0
  218. package/lib/components/FxEditor/NameBox.d.ts +3 -0
  219. package/lib/components/FxEditor/NameBox.js +38 -0
  220. package/lib/components/FxEditor/index.css +72 -0
  221. package/lib/components/FxEditor/index.d.ts +4 -0
  222. package/lib/components/FxEditor/index.js +176 -0
  223. package/lib/components/IFrameBoxs/iFrameBoxs.css +16 -0
  224. package/lib/components/IFrameBoxs/iFrameBoxs.d.ts +4 -0
  225. package/lib/components/IFrameBoxs/iFrameBoxs.js +151 -0
  226. package/lib/components/ImgBoxs/index.d.ts +3 -0
  227. package/lib/components/ImgBoxs/index.js +228 -0
  228. package/lib/components/LinkEidtCard/index.css +255 -0
  229. package/lib/components/LinkEidtCard/index.d.ts +5 -0
  230. package/lib/components/LinkEidtCard/index.js +247 -0
  231. package/lib/components/LocationCondition/index.css +74 -0
  232. package/lib/components/LocationCondition/index.d.ts +3 -0
  233. package/lib/components/LocationCondition/index.js +204 -0
  234. package/lib/components/MessageBox/index.d.ts +9 -0
  235. package/lib/components/MessageBox/index.js +23 -0
  236. package/lib/components/NotationBoxes/index.d.ts +3 -0
  237. package/lib/components/NotationBoxes/index.js +114 -0
  238. package/lib/components/ResetColumnWidth/index.d.ts +2 -0
  239. package/lib/components/ResetColumnWidth/index.js +138 -0
  240. package/lib/components/SVGDefines.d.ts +5 -0
  241. package/lib/components/SVGDefines.js +1909 -0
  242. package/lib/components/SVGIcon.d.ts +9 -0
  243. package/lib/components/SVGIcon.js +25 -0
  244. package/lib/components/SearchReplace/index.css +191 -0
  245. package/lib/components/SearchReplace/index.d.ts +6 -0
  246. package/lib/components/SearchReplace/index.js +303 -0
  247. package/lib/components/Sheet/index.css +27 -0
  248. package/lib/components/Sheet/index.d.ts +8 -0
  249. package/lib/components/Sheet/index.js +182 -0
  250. package/lib/components/SheetList/SheetHiddenButton.d.ts +8 -0
  251. package/lib/components/SheetList/SheetHiddenButton.js +44 -0
  252. package/lib/components/SheetList/SheetListItem.d.ts +9 -0
  253. package/lib/components/SheetList/SheetListItem.js +81 -0
  254. package/lib/components/SheetList/index.css +48 -0
  255. package/lib/components/SheetList/index.d.ts +4 -0
  256. package/lib/components/SheetList/index.js +39 -0
  257. package/lib/components/SheetOverlay/ColumnHeader.d.ts +3 -0
  258. package/lib/components/SheetOverlay/ColumnHeader.js +226 -0
  259. package/lib/components/SheetOverlay/ContentEditable.d.ts +11 -0
  260. package/lib/components/SheetOverlay/ContentEditable.js +83 -0
  261. package/lib/components/SheetOverlay/FormulaHint/index.css +180 -0
  262. package/lib/components/SheetOverlay/FormulaHint/index.d.ts +4 -0
  263. package/lib/components/SheetOverlay/FormulaHint/index.js +357 -0
  264. package/lib/components/SheetOverlay/FormulaSearch/constant.d.ts +63 -0
  265. package/lib/components/SheetOverlay/FormulaSearch/constant.js +334 -0
  266. package/lib/components/SheetOverlay/FormulaSearch/index.css +42 -0
  267. package/lib/components/SheetOverlay/FormulaSearch/index.d.ts +4 -0
  268. package/lib/components/SheetOverlay/FormulaSearch/index.js +270 -0
  269. package/lib/components/SheetOverlay/InputBox.d.ts +3 -0
  270. package/lib/components/SheetOverlay/InputBox.js +314 -0
  271. package/lib/components/SheetOverlay/RowHeader.d.ts +3 -0
  272. package/lib/components/SheetOverlay/RowHeader.js +196 -0
  273. package/lib/components/SheetOverlay/ScrollBar/index.css +40 -0
  274. package/lib/components/SheetOverlay/ScrollBar/index.d.ts +7 -0
  275. package/lib/components/SheetOverlay/ScrollBar/index.js +56 -0
  276. package/lib/components/SheetOverlay/index.css +939 -0
  277. package/lib/components/SheetOverlay/index.d.ts +4 -0
  278. package/lib/components/SheetOverlay/index.js +587 -0
  279. package/lib/components/SheetTab/SheetItem.d.ts +8 -0
  280. package/lib/components/SheetTab/SheetItem.js +237 -0
  281. package/lib/components/SheetTab/index.css +280 -0
  282. package/lib/components/SheetTab/index.d.ts +4 -0
  283. package/lib/components/SheetTab/index.js +152 -0
  284. package/lib/components/SplitColumn/index.css +121 -0
  285. package/lib/components/SplitColumn/index.d.ts +3 -0
  286. package/lib/components/SplitColumn/index.js +176 -0
  287. package/lib/components/Toolbar/Button.d.ts +12 -0
  288. package/lib/components/Toolbar/Button.js +39 -0
  289. package/lib/components/Toolbar/ColorPicker.d.ts +6 -0
  290. package/lib/components/Toolbar/ColorPicker.js +34 -0
  291. package/lib/components/Toolbar/Combo.d.ts +12 -0
  292. package/lib/components/Toolbar/Combo.js +111 -0
  293. package/lib/components/Toolbar/CustomBorder.d.ts +7 -0
  294. package/lib/components/Toolbar/CustomBorder.js +220 -0
  295. package/lib/components/Toolbar/CustomButton.d.ts +11 -0
  296. package/lib/components/Toolbar/CustomButton.js +36 -0
  297. package/lib/components/Toolbar/CustomColor.d.ts +8 -0
  298. package/lib/components/Toolbar/CustomColor.js +32 -0
  299. package/lib/components/Toolbar/CustomIcon.d.ts +9 -0
  300. package/lib/components/Toolbar/CustomIcon.js +46 -0
  301. package/lib/components/Toolbar/Divider.d.ts +4 -0
  302. package/lib/components/Toolbar/Divider.js +19 -0
  303. package/lib/components/Toolbar/MoreItemsContainer.d.ts +6 -0
  304. package/lib/components/Toolbar/MoreItemsContainer.js +25 -0
  305. package/lib/components/Toolbar/Select.d.ts +14 -0
  306. package/lib/components/Toolbar/Select.js +40 -0
  307. package/lib/components/Toolbar/index.css +405 -0
  308. package/lib/components/Toolbar/index.d.ts +10 -0
  309. package/lib/components/Toolbar/index.js +1347 -0
  310. package/lib/components/Workbook/api.d.ts +1177 -0
  311. package/lib/components/Workbook/api.js +402 -0
  312. package/lib/components/Workbook/index.css +44 -0
  313. package/{dist/stories/API.stories.d.ts → lib/components/Workbook/index.d.ts} +1185 -1210
  314. package/lib/components/Workbook/index.js +595 -0
  315. package/lib/components/ZoomControl/index.css +54 -0
  316. package/lib/components/ZoomControl/index.d.ts +4 -0
  317. package/lib/components/ZoomControl/index.js +120 -0
  318. package/lib/components/index.d.ts +4 -0
  319. package/lib/components/index.js +28 -0
  320. package/lib/constants.d.ts +1 -0
  321. package/lib/constants.js +10 -0
  322. package/lib/context/index.d.ts +25 -0
  323. package/lib/context/index.js +41 -0
  324. package/lib/context/modal.d.ts +10 -0
  325. package/lib/context/modal.js +50 -0
  326. package/lib/hooks/useAlert.d.ts +4 -0
  327. package/lib/hooks/useAlert.js +37 -0
  328. package/lib/hooks/useDialog.d.ts +5 -0
  329. package/lib/hooks/useDialog.js +37 -0
  330. package/lib/hooks/useOutsideClick.d.ts +2 -0
  331. package/lib/hooks/useOutsideClick.js +21 -0
  332. package/lib/hooks/usePrevious.d.ts +2 -0
  333. package/lib/hooks/usePrevious.js +15 -0
  334. package/lib/index.css +27 -0
  335. package/lib/index.d.ts +1 -0
  336. package/lib/index.js +16 -0
  337. package/lib/utils/datepickerStyles.d.ts +2 -0
  338. package/lib/utils/datepickerStyles.js +14 -0
  339. package/package.json +7 -6
  340. package/dist/index.css +0 -3915
  341. package/dist/index.esm.css +0 -3915
  342. package/dist/index.esm.js +0 -12972
  343. package/dist/index.js +0 -12992
  344. package/dist/index.umd.css +0 -3915
  345. package/dist/index.umd.js +0 -122442
  346. package/dist/index.umd.min.css +0 -1
  347. package/dist/index.umd.min.js +0 -50
  348. package/dist/packages/core/src/api/cell.d.ts +0 -10
  349. package/dist/packages/core/src/api/common.d.ts +0 -66
  350. package/dist/packages/core/src/api/errors.d.ts +0 -2
  351. package/dist/packages/core/src/api/index.d.ts +0 -9
  352. package/dist/packages/core/src/api/merge.d.ts +0 -5
  353. package/dist/packages/core/src/api/range.d.ts +0 -22
  354. package/dist/packages/core/src/api/rowcol.d.ts +0 -14
  355. package/dist/packages/core/src/api/sheet.d.ts +0 -10
  356. package/dist/packages/core/src/api/workbook.d.ts +0 -15
  357. package/dist/packages/core/src/canvas.d.ts +0 -46
  358. package/dist/packages/core/src/context.d.ts +0 -197
  359. package/dist/packages/core/src/events/copy.d.ts +0 -2
  360. package/dist/packages/core/src/events/index.d.ts +0 -4
  361. package/dist/packages/core/src/events/keyboard.d.ts +0 -6
  362. package/dist/packages/core/src/events/mouse.d.ts +0 -22
  363. package/dist/packages/core/src/events/paste.d.ts +0 -3
  364. package/dist/packages/core/src/index.d.ts +0 -10
  365. package/dist/packages/core/src/locale/en.d.ts +0 -992
  366. package/dist/packages/core/src/locale/es.d.ts +0 -1134
  367. package/dist/packages/core/src/locale/hi.d.ts +0 -1030
  368. package/dist/packages/core/src/locale/index.d.ts +0 -1049
  369. package/dist/packages/core/src/locale/zh.d.ts +0 -1048
  370. package/dist/packages/core/src/locale/zh_tw.d.ts +0 -1187
  371. package/dist/packages/core/src/modules/ConditionFormat.d.ts +0 -17
  372. package/dist/packages/core/src/modules/border.d.ts +0 -3
  373. package/dist/packages/core/src/modules/cell.d.ts +0 -32
  374. package/dist/packages/core/src/modules/clipboard.d.ts +0 -3
  375. package/dist/packages/core/src/modules/color.d.ts +0 -1
  376. package/dist/packages/core/src/modules/comment.d.ts +0 -97
  377. package/dist/packages/core/src/modules/conditionalFormat.d.ts +0 -2
  378. package/dist/packages/core/src/modules/cursor.d.ts +0 -3
  379. package/dist/packages/core/src/modules/dataVerification.d.ts +0 -11
  380. package/dist/packages/core/src/modules/dropCell.d.ts +0 -10
  381. package/dist/packages/core/src/modules/filter.d.ts +0 -45
  382. package/dist/packages/core/src/modules/format.d.ts +0 -6
  383. package/dist/packages/core/src/modules/formula.d.ts +0 -54
  384. package/dist/packages/core/src/modules/freeze.d.ts +0 -5
  385. package/dist/packages/core/src/modules/hyperlink.d.ts +0 -21
  386. package/dist/packages/core/src/modules/iframe.d.ts +0 -12
  387. package/dist/packages/core/src/modules/image.d.ts +0 -31
  388. package/dist/packages/core/src/modules/index.d.ts +0 -36
  389. package/dist/packages/core/src/modules/inline-string.d.ts +0 -36
  390. package/dist/packages/core/src/modules/location.d.ts +0 -6
  391. package/dist/packages/core/src/modules/locationCondition.d.ts +0 -21
  392. package/dist/packages/core/src/modules/merge.d.ts +0 -3
  393. package/dist/packages/core/src/modules/mobile.d.ts +0 -5
  394. package/dist/packages/core/src/modules/moveCells.d.ts +0 -5
  395. package/dist/packages/core/src/modules/protection.d.ts +0 -5
  396. package/dist/packages/core/src/modules/refresh.d.ts +0 -3
  397. package/dist/packages/core/src/modules/rowcol.d.ts +0 -19
  398. package/dist/packages/core/src/modules/screenshot.d.ts +0 -2
  399. package/dist/packages/core/src/modules/searchReplace.d.ts +0 -36
  400. package/dist/packages/core/src/modules/selection.d.ts +0 -46
  401. package/dist/packages/core/src/modules/sheet.d.ts +0 -10
  402. package/dist/packages/core/src/modules/sort.d.ts +0 -7
  403. package/dist/packages/core/src/modules/splitColumn.d.ts +0 -5
  404. package/dist/packages/core/src/modules/text.d.ts +0 -10
  405. package/dist/packages/core/src/modules/toolbar.d.ts +0 -32
  406. package/dist/packages/core/src/modules/validation.d.ts +0 -19
  407. package/dist/packages/core/src/modules/zoom.d.ts +0 -3
  408. package/dist/packages/core/src/settings.d.ts +0 -100
  409. package/dist/packages/core/src/types.d.ts +0 -371
  410. package/dist/packages/core/src/utils/freeze.d.ts +0 -7
  411. package/dist/packages/core/src/utils/index.d.ts +0 -18
  412. package/dist/packages/core/src/utils/patch.d.ts +0 -37
  413. package/dist/packages/react/src/components/Toolbar/index.d.ts +0 -10
  414. package/dist/stories/Collabration.stories.d.ts +0 -2359
  415. package/dist/stories/Features.stories.d.ts +0 -9430
  416. package/dist/stories/data/cell.d.ts +0 -983
  417. package/dist/stories/data/dataVerification.d.ts +0 -131
  418. package/dist/stories/data/empty.d.ts +0 -10
  419. package/dist/stories/data/formula.d.ts +0 -362
  420. package/dist/stories/data/freeze.d.ts +0 -34
  421. package/dist/stories/data/protected.d.ts +0 -40
  422. package/dist/stories/utils.d.ts +0 -1
@@ -1,1210 +1,1185 @@
1
- import React from "react";
2
- import { StoryFn } from "@storybook/react";
3
- import { Workbook } from "@fortune-sheet/react";
4
- import { Sheet } from "@fileverse-dev/fortune-core";
5
- declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@fileverse-dev/fortune-core").Settings & {
6
- onChange?: ((data: Sheet[]) => void) | undefined;
7
- onOp?: ((op: import("@fileverse-dev/fortune-core").Op[]) => void) | undefined;
8
- } & React.RefAttributes<{
9
- applyOp: (ops: import("@fileverse-dev/fortune-core").Op[]) => void;
10
- getCellValue: (row: number, column: number, options?: import("../packages/core/src/api").CommonOptions & {
11
- type?: "m" | "mc" | "v" | "f" | "ct" | "qp" | "spl" | "bg" | "lo" | "rt" | "ps" | "hl" | keyof import("@fileverse-dev/fortune-core").CellStyle | undefined;
12
- }) => any;
13
- onboardingActiveCell: (functionName: string) => void;
14
- initializeComment: (row: number, column: number) => void;
15
- setCellValue: (row: number, column: number, value: any, options?: import("../packages/core/src/api").CommonOptions & {
16
- type?: "m" | "mc" | "v" | "f" | "ct" | "qp" | "spl" | "bg" | "lo" | "rt" | "ps" | "hl" | keyof import("@fileverse-dev/fortune-core").CellStyle | undefined;
17
- }) => void;
18
- clearCell: (row: number, column: number, options?: import("../packages/core/src/api").CommonOptions) => void;
19
- 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;
20
- autoFillCell: (copyRange: import("@fileverse-dev/fortune-core").SingleRange, applyRange: import("@fileverse-dev/fortune-core").SingleRange, direction: "up" | "down" | "left" | "right") => void;
21
- freeze: (type: "column" | "row" | "both", range: {
22
- row: number;
23
- column: number;
24
- }, options?: import("../packages/core/src/api").CommonOptions) => void;
25
- insertRowOrColumn: (type: "column" | "row", index: number, count: number, direction?: "lefttop" | "rightbottom", options?: import("../packages/core/src/api").CommonOptions) => void;
26
- deleteRowOrColumn: (type: "column" | "row", start: number, end: number, options?: import("../packages/core/src/api").CommonOptions) => void;
27
- hideRowOrColumn: (rowOrColInfo: string[], type: "column" | "row") => void;
28
- showRowOrColumn: (rowOrColInfo: string[], type: "column" | "row") => void;
29
- setRowHeight: (rowInfo: Record<string, number>, options?: import("../packages/core/src/api").CommonOptions, custom?: boolean) => void;
30
- setColumnWidth: (columnInfo: Record<string, number>, options?: import("../packages/core/src/api").CommonOptions, custom?: boolean) => void;
31
- getRowHeight: (rows: number[], options?: import("../packages/core/src/api").CommonOptions) => Record<number, number>;
32
- getColumnWidth: (columns: number[], options?: import("../packages/core/src/api").CommonOptions) => Record<number, number>;
33
- getSelection: () => {
34
- row: number[];
35
- column: number[];
36
- }[] | undefined;
37
- getFlattenRange: (range: import("@fileverse-dev/fortune-core").Range) => {
38
- r: number;
39
- c: number;
40
- }[];
41
- getCellsByFlattenRange: (range?: {
42
- r: number;
43
- c: number;
44
- }[] | undefined) => (import("@fileverse-dev/fortune-core").Cell | null)[];
45
- getSelectionCoordinates: () => string[];
46
- getCellsByRange: (range: import("@fileverse-dev/fortune-core").Selection, options?: import("../packages/core/src/api").CommonOptions) => (import("@fileverse-dev/fortune-core").Cell | null)[][];
47
- getHtmlByRange: (range: import("@fileverse-dev/fortune-core").Range, options?: import("../packages/core/src/api").CommonOptions) => string | null;
48
- setSelection: (range: import("@fileverse-dev/fortune-core").Range, options?: import("../packages/core/src/api").CommonOptions) => void;
49
- setCellValuesByRange: (data: any[][], range: import("@fileverse-dev/fortune-core").SingleRange, options?: import("../packages/core/src/api").CommonOptions) => void;
50
- 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;
51
- mergeCells: (ranges: import("@fileverse-dev/fortune-core").Range, type: string, options?: import("../packages/core/src/api").CommonOptions) => void;
52
- cancelMerge: (ranges: import("@fileverse-dev/fortune-core").Range, options?: import("../packages/core/src/api").CommonOptions) => void;
53
- getAllSheets: () => Sheet[];
54
- getSheet: (options?: import("../packages/core/src/api").CommonOptions) => {
55
- celldata: import("@fileverse-dev/fortune-core").CellWithRowAndCol[];
56
- name: string;
57
- config?: import("@fileverse-dev/fortune-core").SheetConfig | undefined;
58
- order?: number | undefined;
59
- color?: string | undefined;
60
- data?: import("@fileverse-dev/fortune-core").CellMatrix | undefined;
61
- id?: string | undefined;
62
- images?: import("@fileverse-dev/fortune-core").Image[] | undefined;
63
- iframes?: {
64
- id: string;
65
- src: string;
66
- left: number;
67
- top: number;
68
- width: number;
69
- height: number;
70
- }[] | undefined;
71
- zoomRatio?: number | undefined;
72
- column?: number | undefined;
73
- row?: number | undefined;
74
- addRows?: number | undefined;
75
- status?: number | undefined;
76
- hide?: number | undefined;
77
- luckysheet_select_save?: import("@fileverse-dev/fortune-core").Selection[] | undefined;
78
- luckysheet_selection_range?: {
79
- row: number[];
80
- column: number[];
81
- }[] | undefined;
82
- calcChain?: any[] | undefined;
83
- defaultRowHeight?: number | undefined;
84
- defaultColWidth?: number | undefined;
85
- showGridLines?: number | boolean | undefined;
86
- pivotTable?: any;
87
- isPivotTable?: boolean | undefined;
88
- filter?: Record<string, any> | undefined;
89
- filter_select?: {
90
- row: number[];
91
- column: number[];
92
- } | undefined;
93
- luckysheet_conditionformat_save?: any[] | undefined;
94
- luckysheet_alternateformat_save?: any[] | undefined;
95
- dataVerification?: any;
96
- conditionRules?: import("@fileverse-dev/fortune-core").ConditionRulesProps | undefined;
97
- hyperlink?: Record<string, {
98
- linkType: string;
99
- linkAddress: string;
100
- }> | undefined;
101
- dynamicArray_compute?: any;
102
- dynamicArray?: any[] | undefined;
103
- frozen?: {
104
- type: "column" | "row" | "both" | "rangeRow" | "rangeColumn" | "rangeBoth";
105
- range?: {
106
- row_focus: number;
107
- column_focus: number;
108
- } | undefined;
109
- } | undefined;
110
- };
111
- addSheet: () => void;
112
- deleteSheet: (options?: import("../packages/core/src/api").CommonOptions) => void;
113
- updateSheet: (data: Sheet[]) => void;
114
- activateSheet: (options?: import("../packages/core/src/api").CommonOptions) => void;
115
- setSheetName: (name: string, options?: import("../packages/core/src/api").CommonOptions) => void;
116
- setSheetOrder: (orderList: Record<string, number>) => void;
117
- scroll: (options: {
118
- scrollLeft?: number | undefined;
119
- scrollTop?: number | undefined;
120
- targetRow?: number | undefined;
121
- targetColumn?: number | undefined;
122
- }) => void;
123
- addPresences: (newPresences: import("@fileverse-dev/fortune-core").Presence[]) => void;
124
- removePresences: (arr: {
125
- username: string;
126
- userId?: string | undefined;
127
- }[]) => void;
128
- handleUndo: () => void;
129
- handleRedo: () => void;
130
- calculateFormula: () => void;
131
- dataToCelldata: (data: import("@fileverse-dev/fortune-core").CellMatrix | undefined) => import("@fileverse-dev/fortune-core").CellWithRowAndCol[];
132
- celldataToData: (celldata: import("@fileverse-dev/fortune-core").CellWithRowAndCol[], rowCount?: number | undefined, colCount?: number | undefined) => import("@fileverse-dev/fortune-core").CellMatrix | null;
133
- insertFunction: (selectedFuncIndex: number, filteredFunctionList: any[], callback?: (() => void) | undefined) => void;
134
- getLocaleContext: () => {
135
- generalDialog: {
136
- partiallyError: string;
137
- readOnlyError: string;
138
- dataNullError: string;
139
- noSelectionError: string;
140
- cannotSelectMultiple: string;
141
- };
142
- functionlist: ({
143
- n: string;
144
- t: number;
145
- d: string;
146
- a: string;
147
- m: number[];
148
- p: {
149
- name: string;
150
- detail: string;
151
- example: string;
152
- require: string;
153
- repeat: string;
154
- type: string;
155
- }[];
156
- } | {
157
- n: string;
158
- t: number;
159
- d: string;
160
- a: string;
161
- p: {
162
- name: string;
163
- detail: string;
164
- example: string;
165
- require: string;
166
- repeat: string;
167
- type: string;
168
- }[];
169
- m?: undefined;
170
- } | {
171
- n: string;
172
- t: string;
173
- d: string;
174
- a: string;
175
- m: number[];
176
- p: {
177
- name: string;
178
- example: string;
179
- detail: string;
180
- require: string;
181
- repeat: string;
182
- type: string;
183
- }[];
184
- })[];
185
- toolbar: {
186
- toolbar: string;
187
- undo: string;
188
- redo: string;
189
- "clear-format": string;
190
- "format-painter": string;
191
- "currency-format": string;
192
- "percentage-format": string;
193
- "number-decrease": string;
194
- "number-increase": string;
195
- moreFormats: string;
196
- "border-all": string;
197
- "merge-all": string;
198
- font: string;
199
- "font-size": string;
200
- bold: string;
201
- italic: string;
202
- "strike-through": string;
203
- underline: string;
204
- "font-color": string;
205
- "align-left": string;
206
- "align-center": string;
207
- "align-right": string;
208
- "align-top": string;
209
- "align-mid": string;
210
- "align-bottom": string;
211
- chooseColor: string;
212
- resetColor: string;
213
- customColor: string;
214
- alternatingColors: string;
215
- confirmColor: string;
216
- cancelColor: string;
217
- collapse: string;
218
- background: string;
219
- border: string;
220
- borderStyle: string;
221
- "merge-cell": string;
222
- chooseMergeType: string;
223
- horizontalAlign: string;
224
- verticalAlign: string;
225
- alignment: string;
226
- textWrap: string;
227
- textWrapMode: string;
228
- textRotate: string;
229
- textRotateMode: string;
230
- freeze: string;
231
- sort: string;
232
- filter: string;
233
- sortAndFilter: string;
234
- findAndReplace: string;
235
- "formula-sum": string;
236
- autoSum: string;
237
- moreFunction: string;
238
- conditionalFormat: string;
239
- comment: string;
240
- pivotTable: string;
241
- chart: string;
242
- screenshot: string;
243
- splitColumn: string;
244
- insertImage: string;
245
- insertLink: string;
246
- dataVerification: string;
247
- protection: string;
248
- clearText: string;
249
- noColorSelectedText: string;
250
- toolMore: string;
251
- toolLess: string;
252
- toolClose: string;
253
- toolMoreTip: string;
254
- moreOptions: string;
255
- cellFormat: string;
256
- print: string;
257
- };
258
- alternatingColors: {
259
- applyRange: string;
260
- selectRange: string;
261
- header: string;
262
- footer: string;
263
- errorInfo: string;
264
- textTitle: string;
265
- custom: string;
266
- close: string;
267
- selectionTextColor: string;
268
- selectionCellColor: string;
269
- removeColor: string;
270
- colorShow: string;
271
- currentColor: string;
272
- tipSelectRange: string;
273
- errorNoRange: string;
274
- errorExistColors: string;
275
- };
276
- button: {
277
- confirm: string;
278
- apply: string;
279
- cancel: string;
280
- close: string;
281
- update: string;
282
- delete: string;
283
- insert: string;
284
- prevPage: string;
285
- nextPage: string;
286
- total: string;
287
- };
288
- paint: {
289
- start: string;
290
- end: string;
291
- tipSelectRange: string;
292
- tipNotMulti: string;
293
- };
294
- format: {
295
- moreCurrency: string;
296
- moreDateTime: string;
297
- moreNumber: string;
298
- titleCurrency: string;
299
- decimalPlaces: string;
300
- titleDateTime: string;
301
- titleNumber: string;
302
- tipDecimalPlaces: string;
303
- select: string;
304
- format: string;
305
- currency: string;
306
- };
307
- info: {
308
- detailUpdate: string;
309
- detailSave: string;
310
- row: string;
311
- column: string;
312
- loading: string;
313
- copy: string;
314
- return: string;
315
- rename: string;
316
- tips: string;
317
- noName: string;
318
- wait: string;
319
- add: string;
320
- addLast: string;
321
- backTop: string;
322
- pageInfo: string;
323
- nextPage: string;
324
- tipInputNumber: string;
325
- tipInputNumberLimit: string;
326
- tipRowHeightLimit: string;
327
- tipColumnWidthLimit: string;
328
- pageInfoFull: string;
329
- };
330
- currencyDetail: {
331
- name: string;
332
- pos: string;
333
- value: string;
334
- }[];
335
- defaultFmt: (currency: string) => ({
336
- text: string;
337
- value: string;
338
- example: string;
339
- icon?: undefined;
340
- } | {
341
- text: string;
342
- value: string;
343
- example: string;
344
- icon: string;
345
- })[];
346
- dateFmtList: {
347
- name: string;
348
- value: string;
349
- }[];
350
- fontFamily: {
351
- MicrosoftYaHei: string;
352
- };
353
- fontarray: string[];
354
- fontjson: {
355
- "times new roman": number;
356
- arial: number;
357
- tahoma: number;
358
- verdana: number;
359
- 微软雅黑: number;
360
- "microsoft yahei": number;
361
- 宋体: number;
362
- simsun: number;
363
- 黑体: number;
364
- simhei: number;
365
- 楷体: number;
366
- kaiti: number;
367
- 仿宋: number;
368
- fangsong: number;
369
- 新宋体: number;
370
- nsimsun: number;
371
- 华文新魏: number;
372
- stxinwei: number;
373
- 华文行楷: number;
374
- stxingkai: number;
375
- 华文隶书: number;
376
- stliti: number;
377
- };
378
- border: {
379
- borderTop: string;
380
- borderBottom: string;
381
- borderLeft: string;
382
- borderRight: string;
383
- borderNone: string;
384
- borderAll: string;
385
- borderOutside: string;
386
- borderInside: string;
387
- borderHorizontal: string;
388
- borderVertical: string;
389
- borderColor: string;
390
- borderSize: string;
391
- borderSlash: string;
392
- borderDefault: string;
393
- borderStyle: string;
394
- };
395
- merge: {
396
- mergeAll: string;
397
- mergeV: string;
398
- mergeH: string;
399
- mergeCancel: string;
400
- overlappingError: string;
401
- partiallyError: string;
402
- };
403
- align: {
404
- left: string;
405
- center: string;
406
- right: string;
407
- top: string;
408
- middle: string;
409
- bottom: string;
410
- };
411
- textWrap: {
412
- overflow: string;
413
- wrap: string;
414
- clip: string;
415
- };
416
- rotation: {
417
- none: string;
418
- angleup: string;
419
- angledown: string;
420
- vertical: string;
421
- rotationUp: string;
422
- rotationDown: string;
423
- };
424
- freezen: {
425
- default: string;
426
- freezenRow: string;
427
- freezenColumn: string;
428
- freezenRC: string;
429
- freezenRowRange: string;
430
- freezenColumnRange: string;
431
- freezenRCRange: string;
432
- freezenCancel: string;
433
- noSelectionError: string;
434
- rangeRCOverErrorTitle: string;
435
- rangeRCOverError: string;
436
- };
437
- sort: {
438
- asc: string;
439
- desc: string;
440
- custom: string;
441
- hasTitle: string;
442
- sortBy: string;
443
- addOthers: string;
444
- close: string;
445
- confirm: string;
446
- columnOperation: string;
447
- secondaryTitle: string;
448
- sortTitle: string;
449
- sortRangeTitle: string;
450
- sortRangeTitleTo: string;
451
- noRangeError: string;
452
- mergeError: string;
453
- };
454
- filter: {
455
- filter: string;
456
- clearFilter: string;
457
- sortByAsc: string;
458
- sortByDesc: string;
459
- filterByColor: string;
460
- filterByCondition: string;
461
- filterByValues: string;
462
- filiterInputNone: string;
463
- filiterInputTip: string;
464
- filiterRangeStartTip: string;
465
- filiterRangeEndTip: string;
466
- filterValueByAllBtn: string;
467
- filterValueByClearBtn: string;
468
- filterValueByInverseBtn: string;
469
- filterValueByTip: string;
470
- filterConfirm: string;
471
- filterCancel: string;
472
- conditionNone: string;
473
- conditionCellIsNull: string;
474
- conditionCellNotNull: string;
475
- conditionCellTextContain: string;
476
- conditionCellTextNotContain: string;
477
- conditionCellTextStart: string;
478
- conditionCellTextEnd: string;
479
- conditionCellTextEqual: string;
480
- conditionCellDateEqual: string;
481
- conditionCellDateBefore: string;
482
- conditionCellDateAfter: string;
483
- conditionCellGreater: string;
484
- conditionCellGreaterEqual: string;
485
- conditionCellLess: string;
486
- conditionCellLessEqual: string;
487
- conditionCellEqual: string;
488
- conditionCellNotEqual: string;
489
- conditionCellBetween: string;
490
- conditionCellNotBetween: string;
491
- filiterMoreDataTip: string;
492
- filiterMonthText: string;
493
- filiterYearText: string;
494
- filiterByColorTip: string;
495
- filiterByTextColorTip: string;
496
- filterContainerOneColorTip: string;
497
- filterDateFormatTip: string;
498
- valueBlank: string;
499
- mergeError: string;
500
- };
501
- rightclick: {
502
- copy: string;
503
- copyAs: string;
504
- paste: string;
505
- insert: string;
506
- image: string;
507
- link: string;
508
- delete: string;
509
- deleteCell: string;
510
- deleteSelected: string;
511
- hide: string;
512
- hideSelected: string;
513
- showHide: string;
514
- to: string;
515
- left: string;
516
- right: string;
517
- top: string;
518
- bottom: string;
519
- moveLeft: string;
520
- moveUp: string;
521
- add: string;
522
- row: string;
523
- column: string;
524
- width: string;
525
- height: string;
526
- number: string;
527
- confirm: string;
528
- orderAZ: string;
529
- orderZA: string;
530
- clearContent: string;
531
- matrix: string;
532
- sortSelection: string;
533
- filterSelection: string;
534
- chartGeneration: string;
535
- firstLineTitle: string;
536
- untitled: string;
537
- array1: string;
538
- array2: string;
539
- array3: string;
540
- diagonal: string;
541
- antiDiagonal: string;
542
- diagonalOffset: string;
543
- offset: string;
544
- boolean: string;
545
- flip: string;
546
- upAndDown: string;
547
- leftAndRight: string;
548
- clockwise: string;
549
- counterclockwise: string;
550
- transpose: string;
551
- matrixCalculation: string;
552
- plus: string;
553
- minus: string;
554
- multiply: string;
555
- divided: string;
556
- power: string;
557
- root: string;
558
- log: string;
559
- delete0: string;
560
- removeDuplicate: string;
561
- byRow: string;
562
- byCol: string;
563
- generateNewMatrix: string;
564
- noMulti: string;
565
- cannotDeleteAllRow: string;
566
- cannotDeleteAllColumn: string;
567
- cannotDeleteRowReadOnly: string;
568
- cannotDeleteColumnReadOnly: string;
569
- cannotInsertOnRowReadOnly: string;
570
- cannotInsertOnColumnReadOnly: string;
571
- rowOverLimit: string;
572
- columnOverLimit: string;
573
- conditionFormat: string;
574
- };
575
- comment: {
576
- insert: string;
577
- edit: string;
578
- delete: string;
579
- showOne: string;
580
- showAll: string;
581
- };
582
- screenshot: {
583
- screenshotTipNoSelection: string;
584
- screenshotTipTitle: string;
585
- screenshotTipHasMerge: string;
586
- screenshotTipHasMulti: string;
587
- screenshotTipSuccess: string;
588
- screenshotImageName: string;
589
- downLoadClose: string;
590
- downLoadCopy: string;
591
- downLoadBtn: string;
592
- browserNotTip: string;
593
- rightclickTip: string;
594
- successTip: string;
595
- };
596
- splitText: {
597
- splitDelimiters: string;
598
- splitOther: string;
599
- splitContinueSymbol: string;
600
- splitDataPreview: string;
601
- splitTextTitle: string;
602
- splitConfirmToExe: string;
603
- splitSymbols: {
604
- name: string;
605
- value: string;
606
- }[];
607
- tipNoMulti: string;
608
- tipNoMultiColumn: string;
609
- tipNoSelect: string;
610
- };
611
- imageText: {
612
- imageSetting: string;
613
- close: string;
614
- conventional: string;
615
- moveCell1: string;
616
- moveCell2: string;
617
- moveCell3: string;
618
- fixedPos: string;
619
- border: string;
620
- width: string;
621
- radius: string;
622
- style: string;
623
- solid: string;
624
- dashed: string;
625
- dotted: string;
626
- double: string;
627
- color: string;
628
- };
629
- punctuation: {
630
- tab: string;
631
- semicolon: string;
632
- comma: string;
633
- space: string;
634
- };
635
- findAndReplace: {
636
- find: string;
637
- replace: string;
638
- goto: string;
639
- location: string;
640
- formula: string;
641
- date: string;
642
- number: string;
643
- string: string;
644
- error: string;
645
- condition: string;
646
- rowSpan: string;
647
- columnSpan: string;
648
- locationExample: string;
649
- lessTwoRowTip: string;
650
- lessTwoColumnTip: string;
651
- findTextbox: string;
652
- replaceTextbox: string;
653
- regexTextbox: string;
654
- wholeTextbox: string;
655
- distinguishTextbox: string;
656
- allReplaceBtn: string;
657
- replaceBtn: string;
658
- allFindBtn: string;
659
- findBtn: string;
660
- noFindTip: string;
661
- modeTip: string;
662
- searchTargetSheet: string;
663
- searchTargetCell: string;
664
- searchTargetValue: string;
665
- searchInputTip: string;
666
- noReplceTip: string;
667
- noMatchTip: string;
668
- successTip: string;
669
- locationConstant: string;
670
- locationFormula: string;
671
- locationDate: string;
672
- locationDigital: string;
673
- locationString: string;
674
- locationBool: string;
675
- locationError: string;
676
- locationNull: string;
677
- locationCondition: string;
678
- locationRowSpan: string;
679
- locationColumnSpan: string;
680
- locationTiplessTwoRow: string;
681
- locationTiplessTwoColumn: string;
682
- locationTipNotFindCell: string;
683
- };
684
- sheetconfig: {
685
- delete: string;
686
- copy: string;
687
- rename: string;
688
- changeColor: string;
689
- hide: string;
690
- unhide: string;
691
- moveLeft: string;
692
- moveRight: string;
693
- resetColor: string;
694
- cancelText: string;
695
- chooseText: string;
696
- focus: string;
697
- tipNameRepeat: string;
698
- noMoreSheet: string;
699
- confirmDelete: string;
700
- redoDelete: string;
701
- noHide: string;
702
- chartEditNoOpt: string;
703
- sheetNameSpecCharError: string;
704
- sheetNamecannotIsEmptyError: string;
705
- };
706
- conditionformat: {
707
- conditionformat_greaterThan: string;
708
- conditionformat_greaterThan_title: string;
709
- conditionformat_lessThan: string;
710
- conditionformat_lessThan_title: string;
711
- conditionformat_between: string;
712
- conditionformat_between_title: string;
713
- conditionformat_equal: string;
714
- conditionformat_equal_title: string;
715
- conditionformat_textContains: string;
716
- conditionformat_textContains_title: string;
717
- conditionformat_occurrenceDate: string;
718
- conditionformat_occurrenceDate_title: string;
719
- conditionformat_duplicateValue: string;
720
- conditionformat_duplicateValue_title: string;
721
- conditionformat_top10: string;
722
- conditionformat_top10_percent: string;
723
- conditionformat_top10_title: string;
724
- conditionformat_last10: string;
725
- conditionformat_last10_percent: string;
726
- conditionformat_last10_title: string;
727
- conditionformat_aboveAverage: string;
728
- conditionformat_aboveAverage_title: string;
729
- conditionformat_belowAverage: string;
730
- conditionformat_belowAverage_title: string;
731
- rule: string;
732
- newRule: string;
733
- editRule: string;
734
- deleteRule: string;
735
- deleteCellRule: string;
736
- deleteSheetRule: string;
737
- manageRules: string;
738
- showRules: string;
739
- highlightCellRules: string;
740
- itemSelectionRules: string;
741
- conditionformatManageRules: string;
742
- format: string;
743
- setFormat: string;
744
- setAs: string;
745
- setAsByArea: string;
746
- applyRange: string;
747
- selectRange: string;
748
- selectRange_percent: string;
749
- selectRange_average: string;
750
- selectRange_value: string;
751
- pleaseSelectRange: string;
752
- selectDataRange: string;
753
- selectCell: string;
754
- pleaseSelectCell: string;
755
- pleaseSelectADate: string;
756
- pleaseEnterInteger: string;
757
- onlySingleCell: string;
758
- conditionValueCanOnly: string;
759
- ruleTypeItem1: string;
760
- ruleTypeItem2: string;
761
- ruleTypeItem2_title: string;
762
- ruleTypeItem3: string;
763
- ruleTypeItem3_title: string;
764
- ruleTypeItem4: string;
765
- ruleTypeItem4_title: string;
766
- ruleTypeItem5: string;
767
- ruleTypeItem6: string;
768
- formula: string;
769
- textColor: string;
770
- cellColor: string;
771
- confirm: string;
772
- confirmColor: string;
773
- cancel: string;
774
- close: string;
775
- clearColorSelect: string;
776
- sheet: string;
777
- currentSheet: string;
778
- dataBar: string;
779
- dataBarColor: string;
780
- gradientDataBar_1: string;
781
- gradientDataBar_2: string;
782
- gradientDataBar_3: string;
783
- gradientDataBar_4: string;
784
- gradientDataBar_5: string;
785
- gradientDataBar_6: string;
786
- solidColorDataBar_1: string;
787
- solidColorDataBar_2: string;
788
- solidColorDataBar_3: string;
789
- solidColorDataBar_4: string;
790
- solidColorDataBar_5: string;
791
- solidColorDataBar_6: string;
792
- colorGradation: string;
793
- colorGradation_1: string;
794
- colorGradation_2: string;
795
- colorGradation_3: string;
796
- colorGradation_4: string;
797
- colorGradation_5: string;
798
- colorGradation_6: string;
799
- colorGradation_7: string;
800
- colorGradation_8: string;
801
- colorGradation_9: string;
802
- colorGradation_10: string;
803
- colorGradation_11: string;
804
- colorGradation_12: string;
805
- icons: string;
806
- pleaseSelectIcon: string;
807
- cellValue: string;
808
- specificText: string;
809
- occurrenceDate: string;
810
- greaterThan: string;
811
- lessThan: string;
812
- between: string;
813
- equal: string;
814
- in: string;
815
- to: string;
816
- between2: string;
817
- contain: string;
818
- textContains: string;
819
- duplicateValue: string;
820
- uniqueValue: string;
821
- top: string;
822
- top10: string;
823
- top10_percent: string;
824
- last: string;
825
- last10: string;
826
- last10_percent: string;
827
- oneself: string;
828
- above: string;
829
- aboveAverage: string;
830
- below: string;
831
- belowAverage: string;
832
- all: string;
833
- yesterday: string;
834
- today: string;
835
- tomorrow: string;
836
- lastWeek: string;
837
- thisWeek: string;
838
- lastMonth: string;
839
- thisMonth: string;
840
- lastYear: string;
841
- thisYear: string;
842
- last7days: string;
843
- last30days: string;
844
- next7days: string;
845
- next30days: string;
846
- next60days: string;
847
- chooseRuleType: string;
848
- editRuleDescription: string;
849
- newFormatRule: string;
850
- editFormatRule: string;
851
- formatStyle: string;
852
- fillType: string;
853
- color: string;
854
- twocolor: string;
855
- tricolor: string;
856
- multicolor: string;
857
- grayColor: string;
858
- gradient: string;
859
- solid: string;
860
- maxValue: string;
861
- medianValue: string;
862
- minValue: string;
863
- direction: string;
864
- threeWayArrow: string;
865
- fourWayArrow: string;
866
- fiveWayArrow: string;
867
- threeTriangles: string;
868
- shape: string;
869
- threeColorTrafficLight: string;
870
- fourColorTrafficLight: string;
871
- threeSigns: string;
872
- greenRedBlackGradient: string;
873
- rimless: string;
874
- bordered: string;
875
- mark: string;
876
- threeSymbols: string;
877
- tricolorFlag: string;
878
- circled: string;
879
- noCircle: string;
880
- grade: string;
881
- grade4: string;
882
- grade5: string;
883
- threeStars: string;
884
- fiveQuadrantDiagram: string;
885
- fiveBoxes: string;
886
- };
887
- insertLink: {
888
- linkText: string;
889
- linkType: string;
890
- linkAddress: string;
891
- linkSheet: string;
892
- linkCell: string;
893
- linkTooltip: string;
894
- selectCellRange: string;
895
- cellRangePlaceholder: string;
896
- placeholder1: string;
897
- placeholder2: string;
898
- placeholder3: string;
899
- tooltipInfo1: string;
900
- invalidCellRangeTip: string;
901
- openLink: string;
902
- goTo: string;
903
- };
904
- linkTypeList: {
905
- text: string;
906
- value: string;
907
- }[];
908
- dataVerification: {
909
- cellRange: string;
910
- selectCellRange: string;
911
- selectCellRange2: string;
912
- verificationCondition: string;
913
- allowMultiSelect: string;
914
- dropdown: string;
915
- checkbox: string;
916
- number: string;
917
- number_integer: string;
918
- number_decimal: string;
919
- text_content: string;
920
- text_length: string;
921
- date: string;
922
- validity: string;
923
- placeholder1: string;
924
- placeholder2: string;
925
- placeholder3: string;
926
- placeholder4: string;
927
- placeholder5: string;
928
- selected: string;
929
- notSelected: string;
930
- between: string;
931
- notBetween: string;
932
- equal: string;
933
- notEqualTo: string;
934
- moreThanThe: string;
935
- lessThan: string;
936
- greaterOrEqualTo: string;
937
- lessThanOrEqualTo: string;
938
- include: string;
939
- exclude: string;
940
- earlierThan: string;
941
- noEarlierThan: string;
942
- laterThan: string;
943
- noLaterThan: string;
944
- identificationNumber: string;
945
- phoneNumber: string;
946
- remote: string;
947
- prohibitInput: string;
948
- hintShow: string;
949
- deleteVerification: string;
950
- tooltipInfo1: string;
951
- tooltipInfo2: string;
952
- tooltipInfo3: string;
953
- tooltipInfo4: string;
954
- tooltipInfo5: string;
955
- tooltipInfo6: string;
956
- tooltipInfo7: string;
957
- textlengthInteger: string;
958
- };
959
- formula: {
960
- sum: string;
961
- average: string;
962
- count: string;
963
- max: string;
964
- min: string;
965
- ifGenerate: string;
966
- find: string;
967
- tipNotBelongToIf: string;
968
- tipSelectCell: string;
969
- ifGenCompareValueTitle: string;
970
- ifGenSelectCellTitle: string;
971
- ifGenRangeTitle: string;
972
- ifGenRangeTo: string;
973
- ifGenRangeEvaluate: string;
974
- ifGenSelectRangeTitle: string;
975
- ifGenCutWay: string;
976
- ifGenCutSame: string;
977
- ifGenCutNpiece: string;
978
- ifGenCutCustom: string;
979
- ifGenCutConfirm: string;
980
- ifGenTipSelectCell: string;
981
- ifGenTipSelectCellPlace: string;
982
- ifGenTipSelectRange: string;
983
- ifGenTipSelectRangePlace: string;
984
- ifGenTipNotNullValue: string;
985
- ifGenTipLableTitile: string;
986
- ifGenTipRangeNotforNull: string;
987
- ifGenTipCutValueNotforNull: string;
988
- ifGenTipNotGenCondition: string;
989
- };
990
- formulaMore: {
991
- valueTitle: string;
992
- tipSelectDataRange: string;
993
- tipDataRangeTile: string;
994
- findFunctionTitle: string;
995
- tipInputFunctionName: string;
996
- Array: string;
997
- Database: string;
998
- Date: string;
999
- Engineering: string;
1000
- Filter: string;
1001
- Financial: string;
1002
- luckysheet: string;
1003
- other: string;
1004
- Logical: string;
1005
- Lookup: string;
1006
- Math: string;
1007
- Operator: string;
1008
- Parser: string;
1009
- Statistical: string;
1010
- Text: string;
1011
- dataMining: string;
1012
- selectFunctionTitle: string;
1013
- calculationResult: string;
1014
- tipSuccessText: string;
1015
- tipParamErrorText: string;
1016
- helpClose: string;
1017
- helpCollapse: string;
1018
- helpExample: string;
1019
- helpAbstract: string;
1020
- execfunctionError: string;
1021
- execfunctionSelfError: string;
1022
- execfunctionSelfErrorResult: string;
1023
- allowRepeatText: string;
1024
- allowOptionText: string;
1025
- selectCategory: string;
1026
- };
1027
- drag: {
1028
- noMerge: string;
1029
- affectPivot: string;
1030
- noMulti: string;
1031
- noPaste: string;
1032
- noPartMerge: string;
1033
- inputCorrect: string;
1034
- notLessOne: string;
1035
- offsetColumnLessZero: string;
1036
- pasteMustKeybordAlert: string;
1037
- pasteMustKeybordAlertHTMLTitle: string;
1038
- pasteMustKeybordAlertHTML: string;
1039
- };
1040
- pivotTable: {
1041
- title: string;
1042
- closePannel: string;
1043
- editRange: string;
1044
- tipPivotFieldSelected: string;
1045
- tipClearSelectedField: string;
1046
- btnClearSelectedField: string;
1047
- btnFilter: string;
1048
- titleRow: string;
1049
- titleColumn: string;
1050
- titleValue: string;
1051
- tipShowColumn: string;
1052
- tipShowRow: string;
1053
- titleSelectionDataRange: string;
1054
- titleDataRange: string;
1055
- valueSum: string;
1056
- valueStatisticsSUM: string;
1057
- valueStatisticsCOUNT: string;
1058
- valueStatisticsCOUNTA: string;
1059
- valueStatisticsCOUNTUNIQUE: string;
1060
- valueStatisticsAVERAGE: string;
1061
- valueStatisticsMAX: string;
1062
- valueStatisticsMIN: string;
1063
- valueStatisticsMEDIAN: string;
1064
- valueStatisticsPRODUCT: string;
1065
- valueStatisticsSTDEV: string;
1066
- valueStatisticsSTDEVP: string;
1067
- valueStatisticslet: string;
1068
- valueStatisticsVARP: string;
1069
- errorNotAllowEdit: string;
1070
- errorNotAllowMulti: string;
1071
- errorSelectRange: string;
1072
- errorIsDamage: string;
1073
- errorNotAllowPivotData: string;
1074
- errorSelectionRange: string;
1075
- errorIncreaseRange: string;
1076
- titleAddColumn: string;
1077
- titleMoveColumn: string;
1078
- titleClearColumnFilter: string;
1079
- titleFilterColumn: string;
1080
- titleSort: string;
1081
- titleNoSort: string;
1082
- titleSortAsc: string;
1083
- titleSortDesc: string;
1084
- titleSortBy: string;
1085
- titleShowSum: string;
1086
- titleStasticTrue: string;
1087
- titleStasticFalse: string;
1088
- };
1089
- dropCell: {
1090
- copyCell: string;
1091
- sequence: string;
1092
- onlyFormat: string;
1093
- noFormat: string;
1094
- day: string;
1095
- workDay: string;
1096
- month: string;
1097
- year: string;
1098
- chineseNumber: string;
1099
- };
1100
- imageCtrl: {
1101
- borderTile: string;
1102
- borderCur: string;
1103
- };
1104
- protection: {
1105
- protectiontTitle: string;
1106
- enterPassword: string;
1107
- enterHint: string;
1108
- swichProtectionTip: string;
1109
- authorityTitle: string;
1110
- selectLockedCells: string;
1111
- selectunLockedCells: string;
1112
- formatCells: string;
1113
- formatColumns: string;
1114
- formatRows: string;
1115
- insertColumns: string;
1116
- insertRows: string;
1117
- insertHyperlinks: string;
1118
- deleteColumns: string;
1119
- deleteRows: string;
1120
- sort: string;
1121
- filter: string;
1122
- usePivotTablereports: string;
1123
- editObjects: string;
1124
- editScenarios: string;
1125
- allowRangeTitle: string;
1126
- allowRangeAdd: string;
1127
- allowRangeAddTitle: string;
1128
- allowRangeAddSqrf: string;
1129
- selectCellRange: string;
1130
- selectCellRangeHolder: string;
1131
- allowRangeAddTitlePassword: string;
1132
- allowRangeAddTitleHint: string;
1133
- allowRangeAddTitleHintTitle: string;
1134
- allowRangeAddtitleDefault: string;
1135
- rangeItemDblclick: string;
1136
- rangeItemHasPassword: string;
1137
- rangeItemErrorTitleNull: string;
1138
- rangeItemErrorRangeNull: string;
1139
- rangeItemErrorRange: string;
1140
- validationTitle: string;
1141
- validationTips: string;
1142
- validationInputHint: string;
1143
- checkPasswordNullalert: string;
1144
- checkPasswordWrongalert: string;
1145
- checkPasswordSucceedalert: string;
1146
- defaultRangeHintText: string;
1147
- defaultSheetHintText: string;
1148
- };
1149
- cellFormat: {
1150
- cellFormatTitle: string;
1151
- protection: string;
1152
- locked: string;
1153
- hidden: string;
1154
- protectionTips: string;
1155
- tipsPart: string;
1156
- tipsAll: string;
1157
- selectionIsNullAlert: string;
1158
- sheetDataIsNullAlert: string;
1159
- };
1160
- print: {
1161
- normalBtn: string;
1162
- layoutBtn: string;
1163
- pageBtn: string;
1164
- menuItemPrint: string;
1165
- menuItemAreas: string;
1166
- menuItemRows: string;
1167
- menuItemColumns: string;
1168
- };
1169
- edit: {
1170
- typing: string;
1171
- };
1172
- websocket: {
1173
- success: string;
1174
- refresh: string;
1175
- wait: string;
1176
- close: string;
1177
- contact: string;
1178
- support: string;
1179
- };
1180
- };
1181
- getWorkbookContext: () => import("@fileverse-dev/fortune-core").Context;
1182
- }>>;
1183
- export default _default;
1184
- export declare const GetCellValue: StoryFn<typeof Workbook>;
1185
- export declare const SetCellValue: StoryFn<typeof Workbook>;
1186
- export declare const ClearCell: StoryFn<typeof Workbook>;
1187
- export declare const SetCellFormat: StoryFn<typeof Workbook>;
1188
- export declare const AutoFillCell: StoryFn<typeof Workbook>;
1189
- export declare const Freeze: StoryFn<typeof Workbook>;
1190
- export declare const InsertRowCol: StoryFn<typeof Workbook>;
1191
- export declare const DeleteRowCol: StoryFn<typeof Workbook>;
1192
- export declare const GetRowHeight: StoryFn<typeof Workbook>;
1193
- export declare const GetColumnWidth: StoryFn<typeof Workbook>;
1194
- export declare const SetRowHeight: StoryFn<typeof Workbook>;
1195
- export declare const HideRow: StoryFn<typeof Workbook>;
1196
- export declare const ShowRow: StoryFn<typeof Workbook>;
1197
- export declare const SetColumnWidth: StoryFn<typeof Workbook>;
1198
- export declare const GetSelection: StoryFn<typeof Workbook>;
1199
- export declare const SetSelection: StoryFn<typeof Workbook>;
1200
- export declare const MergeCells: StoryFn<typeof Workbook>;
1201
- export declare const GetAllSheets: StoryFn<typeof Workbook>;
1202
- export declare const AddSheet: StoryFn<typeof Workbook>;
1203
- export declare const DeleteSheet: StoryFn<typeof Workbook>;
1204
- export declare const UpdateSheet: StoryFn<typeof Workbook>;
1205
- export declare const ActivateSheet: StoryFn<typeof Workbook>;
1206
- export declare const SetSheetName: StoryFn<typeof Workbook>;
1207
- export declare const SetSheetOrder: StoryFn<typeof Workbook>;
1208
- export declare const Scroll: StoryFn<typeof Workbook>;
1209
- export declare const Undo: StoryFn<typeof Workbook>;
1210
- export declare const Redo: StoryFn<typeof Workbook>;
1
+ import { Settings, Context, CellWithRowAndCol, Sheet as SheetType, Op, CellMatrix } from "@fileverse-dev/fortune-core";
2
+ import React from "react";
3
+ import "./index.css";
4
+ import { generateAPIs } from "./api";
5
+ export type WorkbookInstance = ReturnType<typeof generateAPIs>;
6
+ type AdditionalProps = {
7
+ onChange?: (data: SheetType[]) => void;
8
+ onOp?: (op: Op[]) => void;
9
+ };
10
+ declare const Workbook: React.ForwardRefExoticComponent<Settings & AdditionalProps & React.RefAttributes<{
11
+ applyOp: (ops: Op[]) => void;
12
+ getCellValue: (row: number, column: number, options?: import("@fileverse-dev/fortune-core/lib/api").CommonOptions & {
13
+ type?: "rt" | "m" | "v" | "mc" | "f" | "ct" | "qp" | "spl" | "bg" | "lo" | "ps" | "hl" | keyof import("@fileverse-dev/fortune-core").CellStyle | undefined;
14
+ }) => any;
15
+ onboardingActiveCell: (functionName: string) => void;
16
+ initializeComment: (row: number, column: number) => void;
17
+ setCellValue: (row: number, column: number, value: any, options?: import("@fileverse-dev/fortune-core/lib/api").CommonOptions & {
18
+ type?: "rt" | "m" | "v" | "mc" | "f" | "ct" | "qp" | "spl" | "bg" | "lo" | "ps" | "hl" | keyof import("@fileverse-dev/fortune-core").CellStyle | undefined;
19
+ }) => void;
20
+ clearCell: (row: number, column: number, options?: import("@fileverse-dev/fortune-core/lib/api").CommonOptions) => void;
21
+ setCellFormat: (row: number, column: number, attr: "rt" | "m" | "v" | "mc" | "f" | "ct" | "qp" | "spl" | "bg" | "lo" | "ps" | "hl" | keyof import("@fileverse-dev/fortune-core").CellStyle, value: any, options?: import("@fileverse-dev/fortune-core/lib/api").CommonOptions) => void;
22
+ autoFillCell: (copyRange: import("@fileverse-dev/fortune-core").SingleRange, applyRange: import("@fileverse-dev/fortune-core").SingleRange, direction: "left" | "right" | "down" | "up") => void;
23
+ freeze: (type: "column" | "both" | "row", range: {
24
+ row: number;
25
+ column: number;
26
+ }, options?: import("@fileverse-dev/fortune-core/lib/api").CommonOptions) => void;
27
+ insertRowOrColumn: (type: "column" | "row", index: number, count: number, direction?: "lefttop" | "rightbottom", options?: import("@fileverse-dev/fortune-core/lib/api").CommonOptions) => void;
28
+ deleteRowOrColumn: (type: "column" | "row", start: number, end: number, options?: import("@fileverse-dev/fortune-core/lib/api").CommonOptions) => void;
29
+ hideRowOrColumn: (rowOrColInfo: string[], type: "column" | "row") => void;
30
+ showRowOrColumn: (rowOrColInfo: string[], type: "column" | "row") => void;
31
+ setRowHeight: (rowInfo: Record<string, number>, options?: import("@fileverse-dev/fortune-core/lib/api").CommonOptions, custom?: boolean) => void;
32
+ setColumnWidth: (columnInfo: Record<string, number>, options?: import("@fileverse-dev/fortune-core/lib/api").CommonOptions, custom?: boolean) => void;
33
+ getRowHeight: (rows: number[], options?: import("@fileverse-dev/fortune-core/lib/api").CommonOptions) => Record<number, number>;
34
+ getColumnWidth: (columns: number[], options?: import("@fileverse-dev/fortune-core/lib/api").CommonOptions) => Record<number, number>;
35
+ getSelection: () => {
36
+ row: number[];
37
+ column: number[];
38
+ }[] | undefined;
39
+ getFlattenRange: (range: import("@fileverse-dev/fortune-core").Range) => {
40
+ r: number;
41
+ c: number;
42
+ }[];
43
+ getCellsByFlattenRange: (range?: {
44
+ r: number;
45
+ c: number;
46
+ }[] | undefined) => (import("@fileverse-dev/fortune-core").Cell | null)[];
47
+ getSelectionCoordinates: () => string[];
48
+ getCellsByRange: (range: import("@fileverse-dev/fortune-core").Selection, options?: import("@fileverse-dev/fortune-core/lib/api").CommonOptions) => (import("@fileverse-dev/fortune-core").Cell | null)[][];
49
+ getHtmlByRange: (range: import("@fileverse-dev/fortune-core").Range, options?: import("@fileverse-dev/fortune-core/lib/api").CommonOptions) => string | null;
50
+ setSelection: (range: import("@fileverse-dev/fortune-core").Range, options?: import("@fileverse-dev/fortune-core/lib/api").CommonOptions) => void;
51
+ setCellValuesByRange: (data: any[][], range: import("@fileverse-dev/fortune-core").SingleRange, options?: import("@fileverse-dev/fortune-core/lib/api").CommonOptions) => void;
52
+ setCellFormatByRange: (attr: "rt" | "m" | "v" | "mc" | "f" | "ct" | "qp" | "spl" | "bg" | "lo" | "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("@fileverse-dev/fortune-core/lib/api").CommonOptions) => void;
53
+ mergeCells: (ranges: import("@fileverse-dev/fortune-core").Range, type: string, options?: import("@fileverse-dev/fortune-core/lib/api").CommonOptions) => void;
54
+ cancelMerge: (ranges: import("@fileverse-dev/fortune-core").Range, options?: import("@fileverse-dev/fortune-core/lib/api").CommonOptions) => void;
55
+ getAllSheets: () => SheetType[];
56
+ getSheet: (options?: import("@fileverse-dev/fortune-core/lib/api").CommonOptions) => {
57
+ celldata: CellWithRowAndCol[];
58
+ name: string;
59
+ config?: import("@fileverse-dev/fortune-core").SheetConfig | undefined;
60
+ order?: number | undefined;
61
+ color?: string | undefined;
62
+ data?: CellMatrix | undefined;
63
+ id?: string | undefined;
64
+ images?: import("@fileverse-dev/fortune-core").Image[] | undefined;
65
+ iframes?: {
66
+ id: string;
67
+ src: string;
68
+ left: number;
69
+ top: number;
70
+ width: number;
71
+ height: number;
72
+ }[] | undefined;
73
+ zoomRatio?: number | undefined;
74
+ column?: number | undefined;
75
+ row?: number | undefined;
76
+ addRows?: number | undefined;
77
+ status?: number | undefined;
78
+ hide?: number | undefined;
79
+ luckysheet_select_save?: import("@fileverse-dev/fortune-core").Selection[] | undefined;
80
+ luckysheet_selection_range?: {
81
+ row: number[];
82
+ column: number[];
83
+ }[] | undefined;
84
+ calcChain?: any[] | undefined;
85
+ defaultRowHeight?: number | undefined;
86
+ defaultColWidth?: number | undefined;
87
+ showGridLines?: number | boolean | undefined;
88
+ pivotTable?: any;
89
+ isPivotTable?: boolean | undefined;
90
+ filter?: Record<string, any> | undefined;
91
+ filter_select?: {
92
+ row: number[];
93
+ column: number[];
94
+ } | undefined;
95
+ luckysheet_conditionformat_save?: any[] | undefined;
96
+ luckysheet_alternateformat_save?: any[] | undefined;
97
+ dataVerification?: any;
98
+ conditionRules?: import("@fileverse-dev/fortune-core").ConditionRulesProps | undefined;
99
+ hyperlink?: Record<string, {
100
+ linkType: string;
101
+ linkAddress: string;
102
+ }> | undefined;
103
+ dynamicArray_compute?: any;
104
+ dynamicArray?: any[] | undefined;
105
+ frozen?: {
106
+ type: "column" | "rangeColumn" | "rangeBoth" | "both" | "row" | "rangeRow";
107
+ range?: {
108
+ row_focus: number;
109
+ column_focus: number;
110
+ } | undefined;
111
+ } | undefined;
112
+ };
113
+ addSheet: () => void;
114
+ deleteSheet: (options?: import("@fileverse-dev/fortune-core/lib/api").CommonOptions) => void;
115
+ updateSheet: (data: SheetType[]) => void;
116
+ activateSheet: (options?: import("@fileverse-dev/fortune-core/lib/api").CommonOptions) => void;
117
+ setSheetName: (name: string, options?: import("@fileverse-dev/fortune-core/lib/api").CommonOptions) => void;
118
+ setSheetOrder: (orderList: Record<string, number>) => void;
119
+ scroll: (options: {
120
+ scrollLeft?: number | undefined;
121
+ scrollTop?: number | undefined;
122
+ targetRow?: number | undefined;
123
+ targetColumn?: number | undefined;
124
+ }) => void;
125
+ addPresences: (newPresences: import("@fileverse-dev/fortune-core").Presence[]) => void;
126
+ removePresences: (arr: {
127
+ username: string;
128
+ userId?: string | undefined;
129
+ }[]) => void;
130
+ handleUndo: () => void;
131
+ handleRedo: () => void;
132
+ calculateFormula: () => void;
133
+ dataToCelldata: (data: CellMatrix | undefined) => CellWithRowAndCol[];
134
+ celldataToData: (celldata: CellWithRowAndCol[], rowCount?: number | undefined, colCount?: number | undefined) => CellMatrix | null;
135
+ insertFunction: (selectedFuncIndex: number, filteredFunctionList: any[], callback?: (() => void) | undefined) => void;
136
+ getLocaleContext: () => {
137
+ generalDialog: {
138
+ partiallyError: string;
139
+ readOnlyError: string;
140
+ dataNullError: string;
141
+ noSelectionError: string;
142
+ cannotSelectMultiple: string;
143
+ };
144
+ functionlist: ({
145
+ n: string;
146
+ t: number;
147
+ d: string;
148
+ a: string;
149
+ m: number[];
150
+ p: {
151
+ name: string;
152
+ detail: string;
153
+ example: string;
154
+ require: string;
155
+ repeat: string;
156
+ type: string;
157
+ }[];
158
+ } | {
159
+ n: string;
160
+ t: number;
161
+ d: string;
162
+ a: string;
163
+ p: {
164
+ name: string;
165
+ detail: string;
166
+ example: string;
167
+ require: string;
168
+ repeat: string;
169
+ type: string;
170
+ }[];
171
+ m?: undefined;
172
+ } | {
173
+ n: string;
174
+ t: string;
175
+ d: string;
176
+ a: string;
177
+ m: number[];
178
+ p: {
179
+ name: string;
180
+ example: string;
181
+ detail: string;
182
+ require: string;
183
+ repeat: string;
184
+ type: string;
185
+ }[];
186
+ })[];
187
+ toolbar: {
188
+ toolbar: string;
189
+ undo: string;
190
+ redo: string;
191
+ "clear-format": string;
192
+ "format-painter": string;
193
+ "currency-format": string;
194
+ "percentage-format": string;
195
+ "number-decrease": string;
196
+ "number-increase": string;
197
+ moreFormats: string;
198
+ "border-all": string;
199
+ "merge-all": string;
200
+ font: string;
201
+ "font-size": string;
202
+ bold: string;
203
+ italic: string;
204
+ "strike-through": string;
205
+ underline: string;
206
+ "font-color": string;
207
+ "align-left": string;
208
+ "align-center": string;
209
+ "align-right": string;
210
+ "align-top": string;
211
+ "align-mid": string;
212
+ "align-bottom": string;
213
+ chooseColor: string;
214
+ resetColor: string;
215
+ customColor: string;
216
+ alternatingColors: string;
217
+ confirmColor: string;
218
+ cancelColor: string;
219
+ collapse: string;
220
+ background: string;
221
+ border: string;
222
+ borderStyle: string;
223
+ "merge-cell": string;
224
+ chooseMergeType: string;
225
+ horizontalAlign: string;
226
+ verticalAlign: string;
227
+ alignment: string;
228
+ textWrap: string;
229
+ textWrapMode: string;
230
+ textRotate: string;
231
+ textRotateMode: string;
232
+ freeze: string;
233
+ sort: string;
234
+ filter: string;
235
+ sortAndFilter: string;
236
+ findAndReplace: string;
237
+ "formula-sum": string;
238
+ autoSum: string;
239
+ moreFunction: string;
240
+ conditionalFormat: string;
241
+ comment: string;
242
+ pivotTable: string;
243
+ chart: string;
244
+ screenshot: string;
245
+ splitColumn: string;
246
+ insertImage: string;
247
+ insertLink: string;
248
+ dataVerification: string;
249
+ protection: string;
250
+ clearText: string;
251
+ noColorSelectedText: string;
252
+ toolMore: string;
253
+ toolLess: string;
254
+ toolClose: string;
255
+ toolMoreTip: string;
256
+ moreOptions: string;
257
+ cellFormat: string;
258
+ print: string;
259
+ };
260
+ alternatingColors: {
261
+ applyRange: string;
262
+ selectRange: string;
263
+ header: string;
264
+ footer: string;
265
+ errorInfo: string;
266
+ textTitle: string;
267
+ custom: string;
268
+ close: string;
269
+ selectionTextColor: string;
270
+ selectionCellColor: string;
271
+ removeColor: string;
272
+ colorShow: string;
273
+ currentColor: string;
274
+ tipSelectRange: string;
275
+ errorNoRange: string;
276
+ errorExistColors: string;
277
+ };
278
+ button: {
279
+ confirm: string;
280
+ apply: string;
281
+ cancel: string;
282
+ close: string;
283
+ update: string;
284
+ delete: string;
285
+ insert: string;
286
+ prevPage: string;
287
+ nextPage: string;
288
+ total: string;
289
+ };
290
+ paint: {
291
+ start: string;
292
+ end: string;
293
+ tipSelectRange: string;
294
+ tipNotMulti: string;
295
+ };
296
+ format: {
297
+ moreCurrency: string;
298
+ moreDateTime: string;
299
+ moreNumber: string;
300
+ titleCurrency: string;
301
+ decimalPlaces: string;
302
+ titleDateTime: string;
303
+ titleNumber: string;
304
+ tipDecimalPlaces: string;
305
+ select: string;
306
+ format: string;
307
+ currency: string;
308
+ };
309
+ info: {
310
+ detailUpdate: string;
311
+ detailSave: string;
312
+ row: string;
313
+ column: string;
314
+ loading: string;
315
+ copy: string;
316
+ return: string;
317
+ rename: string;
318
+ tips: string;
319
+ noName: string;
320
+ wait: string;
321
+ add: string;
322
+ addLast: string;
323
+ backTop: string;
324
+ pageInfo: string;
325
+ nextPage: string;
326
+ tipInputNumber: string;
327
+ tipInputNumberLimit: string;
328
+ tipRowHeightLimit: string;
329
+ tipColumnWidthLimit: string;
330
+ pageInfoFull: string;
331
+ };
332
+ currencyDetail: {
333
+ name: string;
334
+ pos: string;
335
+ value: string;
336
+ }[];
337
+ defaultFmt: (currency: string) => ({
338
+ text: string;
339
+ value: string;
340
+ example: string;
341
+ icon?: undefined;
342
+ } | {
343
+ text: string;
344
+ value: string;
345
+ example: string;
346
+ icon: string;
347
+ })[];
348
+ dateFmtList: {
349
+ name: string;
350
+ value: string;
351
+ }[];
352
+ fontFamily: {
353
+ MicrosoftYaHei: string;
354
+ };
355
+ fontarray: string[];
356
+ fontjson: {
357
+ "times new roman": number;
358
+ arial: number;
359
+ tahoma: number;
360
+ verdana: number;
361
+ 微软雅黑: number;
362
+ "microsoft yahei": number;
363
+ 宋体: number;
364
+ simsun: number;
365
+ 黑体: number;
366
+ simhei: number;
367
+ 楷体: number;
368
+ kaiti: number;
369
+ 仿宋: number;
370
+ fangsong: number;
371
+ 新宋体: number;
372
+ nsimsun: number;
373
+ 华文新魏: number;
374
+ stxinwei: number;
375
+ 华文行楷: number;
376
+ stxingkai: number;
377
+ 华文隶书: number;
378
+ stliti: number;
379
+ };
380
+ border: {
381
+ borderTop: string;
382
+ borderBottom: string;
383
+ borderLeft: string;
384
+ borderRight: string;
385
+ borderNone: string;
386
+ borderAll: string;
387
+ borderOutside: string;
388
+ borderInside: string;
389
+ borderHorizontal: string;
390
+ borderVertical: string;
391
+ borderColor: string;
392
+ borderSize: string;
393
+ borderSlash: string;
394
+ borderDefault: string;
395
+ borderStyle: string;
396
+ };
397
+ merge: {
398
+ mergeAll: string;
399
+ mergeV: string;
400
+ mergeH: string;
401
+ mergeCancel: string;
402
+ overlappingError: string;
403
+ partiallyError: string;
404
+ };
405
+ align: {
406
+ left: string;
407
+ center: string;
408
+ right: string;
409
+ top: string;
410
+ middle: string;
411
+ bottom: string;
412
+ };
413
+ textWrap: {
414
+ overflow: string;
415
+ wrap: string;
416
+ clip: string;
417
+ };
418
+ rotation: {
419
+ none: string;
420
+ angleup: string;
421
+ angledown: string;
422
+ vertical: string;
423
+ rotationUp: string;
424
+ rotationDown: string;
425
+ };
426
+ freezen: {
427
+ default: string;
428
+ freezenRow: string;
429
+ freezenColumn: string;
430
+ freezenRC: string;
431
+ freezenRowRange: string;
432
+ freezenColumnRange: string;
433
+ freezenRCRange: string;
434
+ freezenCancel: string;
435
+ noSelectionError: string;
436
+ rangeRCOverErrorTitle: string;
437
+ rangeRCOverError: string;
438
+ };
439
+ sort: {
440
+ asc: string;
441
+ desc: string;
442
+ custom: string;
443
+ hasTitle: string;
444
+ sortBy: string;
445
+ addOthers: string;
446
+ close: string;
447
+ confirm: string;
448
+ columnOperation: string;
449
+ secondaryTitle: string;
450
+ sortTitle: string;
451
+ sortRangeTitle: string;
452
+ sortRangeTitleTo: string;
453
+ noRangeError: string;
454
+ mergeError: string;
455
+ };
456
+ filter: {
457
+ filter: string;
458
+ clearFilter: string;
459
+ sortByAsc: string;
460
+ sortByDesc: string;
461
+ filterByColor: string;
462
+ filterByCondition: string;
463
+ filterByValues: string;
464
+ filiterInputNone: string;
465
+ filiterInputTip: string;
466
+ filiterRangeStartTip: string;
467
+ filiterRangeEndTip: string;
468
+ filterValueByAllBtn: string;
469
+ filterValueByClearBtn: string;
470
+ filterValueByInverseBtn: string;
471
+ filterValueByTip: string;
472
+ filterConfirm: string;
473
+ filterCancel: string;
474
+ conditionNone: string;
475
+ conditionCellIsNull: string;
476
+ conditionCellNotNull: string;
477
+ conditionCellTextContain: string;
478
+ conditionCellTextNotContain: string;
479
+ conditionCellTextStart: string;
480
+ conditionCellTextEnd: string;
481
+ conditionCellTextEqual: string;
482
+ conditionCellDateEqual: string;
483
+ conditionCellDateBefore: string;
484
+ conditionCellDateAfter: string;
485
+ conditionCellGreater: string;
486
+ conditionCellGreaterEqual: string;
487
+ conditionCellLess: string;
488
+ conditionCellLessEqual: string;
489
+ conditionCellEqual: string;
490
+ conditionCellNotEqual: string;
491
+ conditionCellBetween: string;
492
+ conditionCellNotBetween: string;
493
+ filiterMoreDataTip: string;
494
+ filiterMonthText: string;
495
+ filiterYearText: string;
496
+ filiterByColorTip: string;
497
+ filiterByTextColorTip: string;
498
+ filterContainerOneColorTip: string;
499
+ filterDateFormatTip: string;
500
+ valueBlank: string;
501
+ mergeError: string;
502
+ };
503
+ rightclick: {
504
+ copy: string;
505
+ copyAs: string;
506
+ paste: string;
507
+ insert: string;
508
+ image: string;
509
+ link: string;
510
+ delete: string;
511
+ deleteCell: string;
512
+ deleteSelected: string;
513
+ hide: string;
514
+ hideSelected: string;
515
+ showHide: string;
516
+ to: string;
517
+ left: string;
518
+ right: string;
519
+ top: string;
520
+ bottom: string;
521
+ moveLeft: string;
522
+ moveUp: string;
523
+ add: string;
524
+ row: string;
525
+ column: string;
526
+ width: string;
527
+ height: string;
528
+ number: string;
529
+ confirm: string;
530
+ orderAZ: string;
531
+ orderZA: string;
532
+ clearContent: string;
533
+ matrix: string;
534
+ sortSelection: string;
535
+ filterSelection: string;
536
+ chartGeneration: string;
537
+ firstLineTitle: string;
538
+ untitled: string;
539
+ array1: string;
540
+ array2: string;
541
+ array3: string;
542
+ diagonal: string;
543
+ antiDiagonal: string;
544
+ diagonalOffset: string;
545
+ offset: string;
546
+ boolean: string;
547
+ flip: string;
548
+ upAndDown: string;
549
+ leftAndRight: string;
550
+ clockwise: string;
551
+ counterclockwise: string;
552
+ transpose: string;
553
+ matrixCalculation: string;
554
+ plus: string;
555
+ minus: string;
556
+ multiply: string;
557
+ divided: string;
558
+ power: string;
559
+ root: string;
560
+ log: string;
561
+ delete0: string;
562
+ removeDuplicate: string;
563
+ byRow: string;
564
+ byCol: string;
565
+ generateNewMatrix: string;
566
+ noMulti: string;
567
+ cannotDeleteAllRow: string;
568
+ cannotDeleteAllColumn: string;
569
+ cannotDeleteRowReadOnly: string;
570
+ cannotDeleteColumnReadOnly: string;
571
+ cannotInsertOnRowReadOnly: string;
572
+ cannotInsertOnColumnReadOnly: string;
573
+ rowOverLimit: string;
574
+ columnOverLimit: string;
575
+ conditionFormat: string;
576
+ };
577
+ comment: {
578
+ insert: string;
579
+ edit: string;
580
+ delete: string;
581
+ showOne: string;
582
+ showAll: string;
583
+ };
584
+ screenshot: {
585
+ screenshotTipNoSelection: string;
586
+ screenshotTipTitle: string;
587
+ screenshotTipHasMerge: string;
588
+ screenshotTipHasMulti: string;
589
+ screenshotTipSuccess: string;
590
+ screenshotImageName: string;
591
+ downLoadClose: string;
592
+ downLoadCopy: string;
593
+ downLoadBtn: string;
594
+ browserNotTip: string;
595
+ rightclickTip: string;
596
+ successTip: string;
597
+ };
598
+ splitText: {
599
+ splitDelimiters: string;
600
+ splitOther: string;
601
+ splitContinueSymbol: string;
602
+ splitDataPreview: string;
603
+ splitTextTitle: string;
604
+ splitConfirmToExe: string;
605
+ splitSymbols: {
606
+ name: string;
607
+ value: string;
608
+ }[];
609
+ tipNoMulti: string;
610
+ tipNoMultiColumn: string;
611
+ tipNoSelect: string;
612
+ };
613
+ imageText: {
614
+ imageSetting: string;
615
+ close: string;
616
+ conventional: string;
617
+ moveCell1: string;
618
+ moveCell2: string;
619
+ moveCell3: string;
620
+ fixedPos: string;
621
+ border: string;
622
+ width: string;
623
+ radius: string;
624
+ style: string;
625
+ solid: string;
626
+ dashed: string;
627
+ dotted: string;
628
+ double: string;
629
+ color: string;
630
+ };
631
+ punctuation: {
632
+ tab: string;
633
+ semicolon: string;
634
+ comma: string;
635
+ space: string;
636
+ };
637
+ findAndReplace: {
638
+ find: string;
639
+ replace: string;
640
+ goto: string;
641
+ location: string;
642
+ formula: string;
643
+ date: string;
644
+ number: string;
645
+ string: string;
646
+ error: string;
647
+ condition: string;
648
+ rowSpan: string;
649
+ columnSpan: string;
650
+ locationExample: string;
651
+ lessTwoRowTip: string;
652
+ lessTwoColumnTip: string;
653
+ findTextbox: string;
654
+ replaceTextbox: string;
655
+ regexTextbox: string;
656
+ wholeTextbox: string;
657
+ distinguishTextbox: string;
658
+ allReplaceBtn: string;
659
+ replaceBtn: string;
660
+ allFindBtn: string;
661
+ findBtn: string;
662
+ noFindTip: string;
663
+ modeTip: string;
664
+ searchTargetSheet: string;
665
+ searchTargetCell: string;
666
+ searchTargetValue: string;
667
+ searchInputTip: string;
668
+ noReplceTip: string;
669
+ noMatchTip: string;
670
+ successTip: string;
671
+ locationConstant: string;
672
+ locationFormula: string;
673
+ locationDate: string;
674
+ locationDigital: string;
675
+ locationString: string;
676
+ locationBool: string;
677
+ locationError: string;
678
+ locationNull: string;
679
+ locationCondition: string;
680
+ locationRowSpan: string;
681
+ locationColumnSpan: string;
682
+ locationTiplessTwoRow: string;
683
+ locationTiplessTwoColumn: string;
684
+ locationTipNotFindCell: string;
685
+ };
686
+ sheetconfig: {
687
+ delete: string;
688
+ copy: string;
689
+ rename: string;
690
+ changeColor: string;
691
+ hide: string;
692
+ unhide: string;
693
+ moveLeft: string;
694
+ moveRight: string;
695
+ resetColor: string;
696
+ cancelText: string;
697
+ chooseText: string;
698
+ focus: string;
699
+ tipNameRepeat: string;
700
+ noMoreSheet: string;
701
+ confirmDelete: string;
702
+ redoDelete: string;
703
+ noHide: string;
704
+ chartEditNoOpt: string;
705
+ sheetNameSpecCharError: string;
706
+ sheetNamecannotIsEmptyError: string;
707
+ };
708
+ conditionformat: {
709
+ conditionformat_greaterThan: string;
710
+ conditionformat_greaterThan_title: string;
711
+ conditionformat_lessThan: string;
712
+ conditionformat_lessThan_title: string;
713
+ conditionformat_between: string;
714
+ conditionformat_between_title: string;
715
+ conditionformat_equal: string;
716
+ conditionformat_equal_title: string;
717
+ conditionformat_textContains: string;
718
+ conditionformat_textContains_title: string;
719
+ conditionformat_occurrenceDate: string;
720
+ conditionformat_occurrenceDate_title: string;
721
+ conditionformat_duplicateValue: string;
722
+ conditionformat_duplicateValue_title: string;
723
+ conditionformat_top10: string;
724
+ conditionformat_top10_percent: string;
725
+ conditionformat_top10_title: string;
726
+ conditionformat_last10: string;
727
+ conditionformat_last10_percent: string;
728
+ conditionformat_last10_title: string;
729
+ conditionformat_aboveAverage: string;
730
+ conditionformat_aboveAverage_title: string;
731
+ conditionformat_belowAverage: string;
732
+ conditionformat_belowAverage_title: string;
733
+ rule: string;
734
+ newRule: string;
735
+ editRule: string;
736
+ deleteRule: string;
737
+ deleteCellRule: string;
738
+ deleteSheetRule: string;
739
+ manageRules: string;
740
+ showRules: string;
741
+ highlightCellRules: string;
742
+ itemSelectionRules: string;
743
+ conditionformatManageRules: string;
744
+ format: string;
745
+ setFormat: string;
746
+ setAs: string;
747
+ setAsByArea: string;
748
+ applyRange: string;
749
+ selectRange: string;
750
+ selectRange_percent: string;
751
+ selectRange_average: string;
752
+ selectRange_value: string;
753
+ pleaseSelectRange: string;
754
+ selectDataRange: string;
755
+ selectCell: string;
756
+ pleaseSelectCell: string;
757
+ pleaseSelectADate: string;
758
+ pleaseEnterInteger: string;
759
+ onlySingleCell: string;
760
+ conditionValueCanOnly: string;
761
+ ruleTypeItem1: string;
762
+ ruleTypeItem2: string;
763
+ ruleTypeItem2_title: string;
764
+ ruleTypeItem3: string;
765
+ ruleTypeItem3_title: string;
766
+ ruleTypeItem4: string;
767
+ ruleTypeItem4_title: string;
768
+ ruleTypeItem5: string;
769
+ ruleTypeItem6: string;
770
+ formula: string;
771
+ textColor: string;
772
+ cellColor: string;
773
+ confirm: string;
774
+ confirmColor: string;
775
+ cancel: string;
776
+ close: string;
777
+ clearColorSelect: string;
778
+ sheet: string;
779
+ currentSheet: string;
780
+ dataBar: string;
781
+ dataBarColor: string;
782
+ gradientDataBar_1: string;
783
+ gradientDataBar_2: string;
784
+ gradientDataBar_3: string;
785
+ gradientDataBar_4: string;
786
+ gradientDataBar_5: string;
787
+ gradientDataBar_6: string;
788
+ solidColorDataBar_1: string;
789
+ solidColorDataBar_2: string;
790
+ solidColorDataBar_3: string;
791
+ solidColorDataBar_4: string;
792
+ solidColorDataBar_5: string;
793
+ solidColorDataBar_6: string;
794
+ colorGradation: string;
795
+ colorGradation_1: string;
796
+ colorGradation_2: string;
797
+ colorGradation_3: string;
798
+ colorGradation_4: string;
799
+ colorGradation_5: string;
800
+ colorGradation_6: string;
801
+ colorGradation_7: string;
802
+ colorGradation_8: string;
803
+ colorGradation_9: string;
804
+ colorGradation_10: string;
805
+ colorGradation_11: string;
806
+ colorGradation_12: string;
807
+ icons: string;
808
+ pleaseSelectIcon: string;
809
+ cellValue: string;
810
+ specificText: string;
811
+ occurrenceDate: string;
812
+ greaterThan: string;
813
+ lessThan: string;
814
+ between: string;
815
+ equal: string;
816
+ in: string;
817
+ to: string;
818
+ between2: string;
819
+ contain: string;
820
+ textContains: string;
821
+ duplicateValue: string;
822
+ uniqueValue: string;
823
+ top: string;
824
+ top10: string;
825
+ top10_percent: string;
826
+ last: string;
827
+ last10: string;
828
+ last10_percent: string;
829
+ oneself: string;
830
+ above: string;
831
+ aboveAverage: string;
832
+ below: string;
833
+ belowAverage: string;
834
+ all: string;
835
+ yesterday: string;
836
+ today: string;
837
+ tomorrow: string;
838
+ lastWeek: string;
839
+ thisWeek: string;
840
+ lastMonth: string;
841
+ thisMonth: string;
842
+ lastYear: string;
843
+ thisYear: string;
844
+ last7days: string;
845
+ last30days: string;
846
+ next7days: string;
847
+ next30days: string;
848
+ next60days: string;
849
+ chooseRuleType: string;
850
+ editRuleDescription: string;
851
+ newFormatRule: string;
852
+ editFormatRule: string;
853
+ formatStyle: string;
854
+ fillType: string;
855
+ color: string;
856
+ twocolor: string;
857
+ tricolor: string;
858
+ multicolor: string;
859
+ grayColor: string;
860
+ gradient: string;
861
+ solid: string;
862
+ maxValue: string;
863
+ medianValue: string;
864
+ minValue: string;
865
+ direction: string;
866
+ threeWayArrow: string;
867
+ fourWayArrow: string;
868
+ fiveWayArrow: string;
869
+ threeTriangles: string;
870
+ shape: string;
871
+ threeColorTrafficLight: string;
872
+ fourColorTrafficLight: string;
873
+ threeSigns: string;
874
+ greenRedBlackGradient: string;
875
+ rimless: string;
876
+ bordered: string;
877
+ mark: string;
878
+ threeSymbols: string;
879
+ tricolorFlag: string;
880
+ circled: string;
881
+ noCircle: string;
882
+ grade: string;
883
+ grade4: string;
884
+ grade5: string;
885
+ threeStars: string;
886
+ fiveQuadrantDiagram: string;
887
+ fiveBoxes: string;
888
+ };
889
+ insertLink: {
890
+ linkText: string;
891
+ linkType: string;
892
+ linkAddress: string;
893
+ linkSheet: string;
894
+ linkCell: string;
895
+ linkTooltip: string;
896
+ selectCellRange: string;
897
+ cellRangePlaceholder: string;
898
+ placeholder1: string;
899
+ placeholder2: string;
900
+ placeholder3: string;
901
+ tooltipInfo1: string;
902
+ invalidCellRangeTip: string;
903
+ openLink: string;
904
+ goTo: string;
905
+ };
906
+ linkTypeList: {
907
+ text: string;
908
+ value: string;
909
+ }[];
910
+ dataVerification: {
911
+ cellRange: string;
912
+ selectCellRange: string;
913
+ selectCellRange2: string;
914
+ verificationCondition: string;
915
+ allowMultiSelect: string;
916
+ dropdown: string;
917
+ checkbox: string;
918
+ number: string;
919
+ number_integer: string;
920
+ number_decimal: string;
921
+ text_content: string;
922
+ text_length: string;
923
+ date: string;
924
+ validity: string;
925
+ placeholder1: string;
926
+ placeholder2: string;
927
+ placeholder3: string;
928
+ placeholder4: string;
929
+ placeholder5: string;
930
+ selected: string;
931
+ notSelected: string;
932
+ between: string;
933
+ notBetween: string;
934
+ equal: string;
935
+ notEqualTo: string;
936
+ moreThanThe: string;
937
+ lessThan: string;
938
+ greaterOrEqualTo: string;
939
+ lessThanOrEqualTo: string;
940
+ include: string;
941
+ exclude: string;
942
+ earlierThan: string;
943
+ noEarlierThan: string;
944
+ laterThan: string;
945
+ noLaterThan: string;
946
+ identificationNumber: string;
947
+ phoneNumber: string;
948
+ remote: string;
949
+ prohibitInput: string;
950
+ hintShow: string;
951
+ deleteVerification: string;
952
+ tooltipInfo1: string;
953
+ tooltipInfo2: string;
954
+ tooltipInfo3: string;
955
+ tooltipInfo4: string;
956
+ tooltipInfo5: string;
957
+ tooltipInfo6: string;
958
+ tooltipInfo7: string;
959
+ textlengthInteger: string;
960
+ };
961
+ formula: {
962
+ sum: string;
963
+ average: string;
964
+ count: string;
965
+ max: string;
966
+ min: string;
967
+ ifGenerate: string;
968
+ find: string;
969
+ tipNotBelongToIf: string;
970
+ tipSelectCell: string;
971
+ ifGenCompareValueTitle: string;
972
+ ifGenSelectCellTitle: string;
973
+ ifGenRangeTitle: string;
974
+ ifGenRangeTo: string;
975
+ ifGenRangeEvaluate: string;
976
+ ifGenSelectRangeTitle: string;
977
+ ifGenCutWay: string;
978
+ ifGenCutSame: string;
979
+ ifGenCutNpiece: string;
980
+ ifGenCutCustom: string;
981
+ ifGenCutConfirm: string;
982
+ ifGenTipSelectCell: string;
983
+ ifGenTipSelectCellPlace: string;
984
+ ifGenTipSelectRange: string;
985
+ ifGenTipSelectRangePlace: string;
986
+ ifGenTipNotNullValue: string;
987
+ ifGenTipLableTitile: string;
988
+ ifGenTipRangeNotforNull: string;
989
+ ifGenTipCutValueNotforNull: string;
990
+ ifGenTipNotGenCondition: string;
991
+ };
992
+ formulaMore: {
993
+ valueTitle: string;
994
+ tipSelectDataRange: string;
995
+ tipDataRangeTile: string;
996
+ findFunctionTitle: string;
997
+ tipInputFunctionName: string;
998
+ Array: string;
999
+ Database: string;
1000
+ Date: string;
1001
+ Engineering: string;
1002
+ Filter: string;
1003
+ Financial: string;
1004
+ luckysheet: string;
1005
+ other: string;
1006
+ Logical: string;
1007
+ Lookup: string;
1008
+ Math: string;
1009
+ Operator: string;
1010
+ Parser: string;
1011
+ Statistical: string;
1012
+ Text: string;
1013
+ dataMining: string;
1014
+ selectFunctionTitle: string;
1015
+ calculationResult: string;
1016
+ tipSuccessText: string;
1017
+ tipParamErrorText: string;
1018
+ helpClose: string;
1019
+ helpCollapse: string;
1020
+ helpExample: string;
1021
+ helpAbstract: string;
1022
+ execfunctionError: string;
1023
+ execfunctionSelfError: string;
1024
+ execfunctionSelfErrorResult: string;
1025
+ allowRepeatText: string;
1026
+ allowOptionText: string;
1027
+ selectCategory: string;
1028
+ };
1029
+ drag: {
1030
+ noMerge: string;
1031
+ affectPivot: string;
1032
+ noMulti: string;
1033
+ noPaste: string;
1034
+ noPartMerge: string;
1035
+ inputCorrect: string;
1036
+ notLessOne: string;
1037
+ offsetColumnLessZero: string;
1038
+ pasteMustKeybordAlert: string;
1039
+ pasteMustKeybordAlertHTMLTitle: string;
1040
+ pasteMustKeybordAlertHTML: string;
1041
+ };
1042
+ pivotTable: {
1043
+ title: string;
1044
+ closePannel: string;
1045
+ editRange: string;
1046
+ tipPivotFieldSelected: string;
1047
+ tipClearSelectedField: string;
1048
+ btnClearSelectedField: string;
1049
+ btnFilter: string;
1050
+ titleRow: string;
1051
+ titleColumn: string;
1052
+ titleValue: string;
1053
+ tipShowColumn: string;
1054
+ tipShowRow: string;
1055
+ titleSelectionDataRange: string;
1056
+ titleDataRange: string;
1057
+ valueSum: string;
1058
+ valueStatisticsSUM: string;
1059
+ valueStatisticsCOUNT: string;
1060
+ valueStatisticsCOUNTA: string;
1061
+ valueStatisticsCOUNTUNIQUE: string;
1062
+ valueStatisticsAVERAGE: string;
1063
+ valueStatisticsMAX: string;
1064
+ valueStatisticsMIN: string;
1065
+ valueStatisticsMEDIAN: string;
1066
+ valueStatisticsPRODUCT: string;
1067
+ valueStatisticsSTDEV: string;
1068
+ valueStatisticsSTDEVP: string;
1069
+ valueStatisticslet: string;
1070
+ valueStatisticsVARP: string;
1071
+ errorNotAllowEdit: string;
1072
+ errorNotAllowMulti: string;
1073
+ errorSelectRange: string;
1074
+ errorIsDamage: string;
1075
+ errorNotAllowPivotData: string;
1076
+ errorSelectionRange: string;
1077
+ errorIncreaseRange: string;
1078
+ titleAddColumn: string;
1079
+ titleMoveColumn: string;
1080
+ titleClearColumnFilter: string;
1081
+ titleFilterColumn: string;
1082
+ titleSort: string;
1083
+ titleNoSort: string;
1084
+ titleSortAsc: string;
1085
+ titleSortDesc: string;
1086
+ titleSortBy: string;
1087
+ titleShowSum: string;
1088
+ titleStasticTrue: string;
1089
+ titleStasticFalse: string;
1090
+ };
1091
+ dropCell: {
1092
+ copyCell: string;
1093
+ sequence: string;
1094
+ onlyFormat: string;
1095
+ noFormat: string;
1096
+ day: string;
1097
+ workDay: string;
1098
+ month: string;
1099
+ year: string;
1100
+ chineseNumber: string;
1101
+ };
1102
+ imageCtrl: {
1103
+ borderTile: string;
1104
+ borderCur: string;
1105
+ };
1106
+ protection: {
1107
+ protectiontTitle: string;
1108
+ enterPassword: string;
1109
+ enterHint: string;
1110
+ swichProtectionTip: string;
1111
+ authorityTitle: string;
1112
+ selectLockedCells: string;
1113
+ selectunLockedCells: string;
1114
+ formatCells: string;
1115
+ formatColumns: string;
1116
+ formatRows: string;
1117
+ insertColumns: string;
1118
+ insertRows: string;
1119
+ insertHyperlinks: string;
1120
+ deleteColumns: string;
1121
+ deleteRows: string;
1122
+ sort: string;
1123
+ filter: string;
1124
+ usePivotTablereports: string;
1125
+ editObjects: string;
1126
+ editScenarios: string;
1127
+ allowRangeTitle: string;
1128
+ allowRangeAdd: string;
1129
+ allowRangeAddTitle: string;
1130
+ allowRangeAddSqrf: string;
1131
+ selectCellRange: string;
1132
+ selectCellRangeHolder: string;
1133
+ allowRangeAddTitlePassword: string;
1134
+ allowRangeAddTitleHint: string;
1135
+ allowRangeAddTitleHintTitle: string;
1136
+ allowRangeAddtitleDefault: string;
1137
+ rangeItemDblclick: string;
1138
+ rangeItemHasPassword: string;
1139
+ rangeItemErrorTitleNull: string;
1140
+ rangeItemErrorRangeNull: string;
1141
+ rangeItemErrorRange: string;
1142
+ validationTitle: string;
1143
+ validationTips: string;
1144
+ validationInputHint: string;
1145
+ checkPasswordNullalert: string;
1146
+ checkPasswordWrongalert: string;
1147
+ checkPasswordSucceedalert: string;
1148
+ defaultRangeHintText: string;
1149
+ defaultSheetHintText: string;
1150
+ };
1151
+ cellFormat: {
1152
+ cellFormatTitle: string;
1153
+ protection: string;
1154
+ locked: string;
1155
+ hidden: string;
1156
+ protectionTips: string;
1157
+ tipsPart: string;
1158
+ tipsAll: string;
1159
+ selectionIsNullAlert: string;
1160
+ sheetDataIsNullAlert: string;
1161
+ };
1162
+ print: {
1163
+ normalBtn: string;
1164
+ layoutBtn: string;
1165
+ pageBtn: string;
1166
+ menuItemPrint: string;
1167
+ menuItemAreas: string;
1168
+ menuItemRows: string;
1169
+ menuItemColumns: string;
1170
+ };
1171
+ edit: {
1172
+ typing: string;
1173
+ };
1174
+ websocket: {
1175
+ success: string;
1176
+ refresh: string;
1177
+ wait: string;
1178
+ close: string;
1179
+ contact: string;
1180
+ support: string;
1181
+ };
1182
+ };
1183
+ getWorkbookContext: () => Context;
1184
+ }>>;
1185
+ export default Workbook;