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