@fileverse-dev/fortune-core 1.0.26 → 2.0.0

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