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