@fileverse-dev/fortune-react 1.1.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (444) hide show
  1. package/es/assets/paint-roller.png +0 -0
  2. package/es/components/ChangeColor/index.css +76 -0
  3. package/{dist/packages/react/src → es}/components/ChangeColor/index.d.ts +7 -7
  4. package/es/components/ChangeColor/index.js +41 -0
  5. package/{dist/packages/react/src → es}/components/ConditionFormat/ConditionRules.d.ts +6 -6
  6. package/es/components/ConditionFormat/ConditionRules.js +323 -0
  7. package/es/components/ConditionFormat/index.css +210 -0
  8. package/{dist/packages/react/src → es}/components/ConditionFormat/index.d.ts +7 -7
  9. package/es/components/ConditionFormat/index.js +252 -0
  10. package/{dist/packages/react/src → es}/components/ContextMenu/Divider.d.ts +3 -3
  11. package/es/components/ContextMenu/Divider.js +7 -0
  12. package/{dist/packages/react/src → es}/components/ContextMenu/FilterMenu.d.ts +3 -3
  13. package/es/components/ContextMenu/FilterMenu.js +612 -0
  14. package/{dist/packages/react/src → es}/components/ContextMenu/Menu.d.ts +8 -8
  15. package/es/components/ContextMenu/Menu.js +25 -0
  16. package/{dist/packages/react/src → es}/components/ContextMenu/SheetTab.d.ts +4 -4
  17. package/es/components/ContextMenu/SheetTab.js +223 -0
  18. package/es/components/ContextMenu/index.css +322 -0
  19. package/{dist/packages/react/src → es}/components/ContextMenu/index.d.ts +5 -5
  20. package/es/components/ContextMenu/index.js +1054 -0
  21. package/es/components/CryptoDenominationSelector/index.css +67 -0
  22. package/es/components/CryptoDenominationSelector/index.d.ts +8 -0
  23. package/es/components/CryptoDenominationSelector/index.js +271 -0
  24. package/es/components/CustomSort/index.css +23 -0
  25. package/{dist/packages/react/src → es}/components/CustomSort/index.d.ts +4 -4
  26. package/es/components/CustomSort/index.js +113 -0
  27. package/{dist/packages/react/src → es}/components/DataVerification/DropdownList.d.ts +4 -4
  28. package/es/components/DataVerification/DropdownList.js +126 -0
  29. package/{dist/packages/react/src → es}/components/DataVerification/RangeDialog.d.ts +4 -4
  30. package/es/components/DataVerification/RangeDialog.js +105 -0
  31. package/{dist/packages/react/src → es}/components/DataVerification/getDisplayedRangeTxt.d.ts +2 -2
  32. package/es/components/DataVerification/getDisplayedRangeTxt.js +9 -0
  33. package/es/components/DataVerification/index.css +202 -0
  34. package/{dist/packages/react/src → es}/components/DataVerification/index.d.ts +4 -4
  35. package/es/components/DataVerification/index.js +398 -0
  36. package/es/components/Dialog/index.css +64 -0
  37. package/{dist/packages/react/src → es}/components/Dialog/index.d.ts +15 -15
  38. package/es/components/Dialog/index.js +72 -0
  39. package/{dist/packages/react/src → es}/components/DuneChartsInputModal/DuneChartsInputModal.d.ts +11 -11
  40. package/es/components/DuneChartsInputModal/DuneChartsInputModal.js +95 -0
  41. package/es/components/DuneChartsInputModal/duneChartsInputModal.css +98 -0
  42. package/{dist/packages/react/src → es}/components/DunePreview/DunePreview.d.ts +13 -13
  43. package/es/components/DunePreview/DunePreview.js +46 -0
  44. package/es/components/DunePreview/index.css +57 -0
  45. package/{dist/packages/react/src → es}/components/FilterOption/index.d.ts +5 -5
  46. package/es/components/FilterOption/index.js +121 -0
  47. package/es/components/FormatSearch/index.css +19 -0
  48. package/{dist/packages/react/src → es}/components/FormatSearch/index.d.ts +6 -6
  49. package/es/components/FormatSearch/index.js +133 -0
  50. package/es/components/FormulaSearch/index.css +65 -0
  51. package/{dist/packages/react/src → es}/components/FormulaSearch/index.d.ts +5 -5
  52. package/es/components/FormulaSearch/index.js +198 -0
  53. package/{dist/packages/react/src → es}/components/FxEditor/NameBox.d.ts +3 -3
  54. package/es/components/FxEditor/NameBox.js +29 -0
  55. package/es/components/FxEditor/index.css +72 -0
  56. package/{dist/packages/react/src → es}/components/FxEditor/index.d.ts +4 -4
  57. package/es/components/FxEditor/index.js +167 -0
  58. package/es/components/IFrameBoxs/iFrameBoxs.css +16 -0
  59. package/{dist/packages/react/src → es}/components/IFrameBoxs/iFrameBoxs.d.ts +4 -4
  60. package/es/components/IFrameBoxs/iFrameBoxs.js +142 -0
  61. package/{dist/packages/react/src → es}/components/ImgBoxs/index.d.ts +3 -3
  62. package/es/components/ImgBoxs/index.js +219 -0
  63. package/es/components/LinkEidtCard/index.css +255 -0
  64. package/{dist/packages/react/src → es}/components/LinkEidtCard/index.d.ts +5 -5
  65. package/es/components/LinkEidtCard/index.js +238 -0
  66. package/es/components/LocationCondition/index.css +74 -0
  67. package/{dist/packages/react/src → es}/components/LocationCondition/index.d.ts +3 -3
  68. package/es/components/LocationCondition/index.js +195 -0
  69. package/{dist/packages/react/src → es}/components/MessageBox/index.d.ts +9 -9
  70. package/es/components/MessageBox/index.js +16 -0
  71. package/{dist/packages/react/src → es}/components/NotationBoxes/index.d.ts +3 -3
  72. package/es/components/NotationBoxes/index.js +105 -0
  73. package/{dist/packages/react/src → es}/components/ResetColumnWidth/index.d.ts +2 -2
  74. package/es/components/ResetColumnWidth/index.js +130 -0
  75. package/{dist/packages/react/src → es}/components/SVGDefines.d.ts +5 -5
  76. package/es/components/SVGDefines.js +1961 -0
  77. package/{dist/packages/react/src → es}/components/SVGIcon.d.ts +9 -9
  78. package/es/components/SVGIcon.js +18 -0
  79. package/es/components/SearchReplace/index.css +191 -0
  80. package/{dist/packages/react/src → es}/components/SearchReplace/index.d.ts +6 -6
  81. package/es/components/SearchReplace/index.js +285 -0
  82. package/es/components/Sheet/index.css +27 -0
  83. package/{dist/packages/react/src → es}/components/Sheet/index.d.ts +8 -8
  84. package/es/components/Sheet/index.js +176 -0
  85. package/{dist/packages/react/src → es}/components/SheetList/SheetHiddenButton.d.ts +8 -8
  86. package/es/components/SheetList/SheetHiddenButton.js +35 -0
  87. package/{dist/packages/react/src → es}/components/SheetList/SheetListItem.d.ts +9 -9
  88. package/es/components/SheetList/SheetListItem.js +72 -0
  89. package/es/components/SheetList/index.css +48 -0
  90. package/{dist/packages/react/src → es}/components/SheetList/index.d.ts +4 -4
  91. package/es/components/SheetList/index.js +30 -0
  92. package/{dist/packages/react/src → es}/components/SheetOverlay/ColumnHeader.d.ts +3 -3
  93. package/es/components/SheetOverlay/ColumnHeader.js +217 -0
  94. package/{dist/packages/react/src → es}/components/SheetOverlay/ContentEditable.d.ts +11 -11
  95. package/es/components/SheetOverlay/ContentEditable.js +74 -0
  96. package/es/components/SheetOverlay/FormulaHint/index.css +180 -0
  97. package/{dist/packages/react/src → es}/components/SheetOverlay/FormulaHint/index.d.ts +4 -4
  98. package/es/components/SheetOverlay/FormulaHint/index.js +348 -0
  99. package/{dist/packages/react/src → es}/components/SheetOverlay/FormulaSearch/constant.d.ts +63 -63
  100. package/es/components/SheetOverlay/FormulaSearch/constant.js +328 -0
  101. package/es/components/SheetOverlay/FormulaSearch/index.css +44 -0
  102. package/{dist/packages/react/src → es}/components/SheetOverlay/FormulaSearch/index.d.ts +4 -4
  103. package/es/components/SheetOverlay/FormulaSearch/index.js +261 -0
  104. package/{dist/packages/react/src → es}/components/SheetOverlay/InputBox.d.ts +3 -3
  105. package/es/components/SheetOverlay/InputBox.js +395 -0
  106. package/{dist/packages/react/src → es}/components/SheetOverlay/RowHeader.d.ts +3 -3
  107. package/es/components/SheetOverlay/RowHeader.js +187 -0
  108. package/es/components/SheetOverlay/ScrollBar/index.css +40 -0
  109. package/{dist/packages/react/src → es}/components/SheetOverlay/ScrollBar/index.d.ts +7 -7
  110. package/es/components/SheetOverlay/ScrollBar/index.js +47 -0
  111. package/es/components/SheetOverlay/index.css +952 -0
  112. package/{dist/packages/react/src → es}/components/SheetOverlay/index.d.ts +4 -4
  113. package/es/components/SheetOverlay/index.js +580 -0
  114. package/{dist/packages/react/src → es}/components/SheetTab/SheetItem.d.ts +8 -8
  115. package/es/components/SheetTab/SheetItem.js +230 -0
  116. package/es/components/SheetTab/index.css +278 -0
  117. package/{dist/packages/react/src → es}/components/SheetTab/index.d.ts +4 -4
  118. package/es/components/SheetTab/index.js +191 -0
  119. package/es/components/SplitColumn/index.css +121 -0
  120. package/{dist/packages/react/src → es}/components/SplitColumn/index.d.ts +3 -3
  121. package/es/components/SplitColumn/index.js +167 -0
  122. package/{dist/packages/react/src → es}/components/Toolbar/Button.d.ts +12 -12
  123. package/es/components/Toolbar/Button.js +32 -0
  124. package/{dist/packages/react/src → es}/components/Toolbar/ColorPicker.d.ts +6 -6
  125. package/es/components/Toolbar/ColorPicker.js +27 -0
  126. package/{dist/packages/react/src → es}/components/Toolbar/Combo.d.ts +13 -12
  127. package/es/components/Toolbar/Combo.js +123 -0
  128. package/{dist/packages/react/src → es}/components/Toolbar/CustomBorder.d.ts +7 -7
  129. package/es/components/Toolbar/CustomBorder.js +211 -0
  130. package/{dist/packages/react/src → es}/components/Toolbar/CustomButton.d.ts +11 -11
  131. package/es/components/Toolbar/CustomButton.js +29 -0
  132. package/{dist/packages/react/src → es}/components/Toolbar/CustomColor.d.ts +8 -8
  133. package/es/components/Toolbar/CustomColor.js +25 -0
  134. package/{dist/packages/react/src → es}/components/Toolbar/CustomIcon.d.ts +9 -9
  135. package/es/components/Toolbar/CustomIcon.js +38 -0
  136. package/{dist/packages/react/src → es}/components/Toolbar/Divider.d.ts +4 -4
  137. package/es/components/Toolbar/Divider.js +12 -0
  138. package/{dist/packages/react/src → es}/components/Toolbar/MoreItemsContainer.d.ts +6 -6
  139. package/es/components/Toolbar/MoreItemsContainer.js +17 -0
  140. package/{dist/packages/react/src → es}/components/Toolbar/Select.d.ts +14 -14
  141. package/es/components/Toolbar/Select.js +34 -0
  142. package/es/components/Toolbar/index.css +411 -0
  143. package/es/components/Toolbar/index.d.ts +16 -0
  144. package/es/components/Toolbar/index.js +1722 -0
  145. package/{dist/packages/react/src → es}/components/Workbook/api.d.ts +1186 -1177
  146. package/es/components/Workbook/api.js +405 -0
  147. package/es/components/Workbook/index.css +48 -0
  148. package/{dist/packages/react/src → es}/components/Workbook/index.d.ts +1194 -1185
  149. package/es/components/Workbook/index.js +749 -0
  150. package/es/components/ZoomControl/index.css +54 -0
  151. package/{dist/packages/react/src → es}/components/ZoomControl/index.d.ts +4 -4
  152. package/es/components/ZoomControl/index.js +111 -0
  153. package/es/components/index.d.ts +5 -0
  154. package/es/components/index.js +3 -0
  155. package/es/constants.d.ts +27 -0
  156. package/es/constants.js +45 -0
  157. package/{dist/packages/react/src → es}/context/index.d.ts +25 -25
  158. package/es/context/index.js +34 -0
  159. package/{dist/packages/react/src → es}/context/modal.d.ts +10 -10
  160. package/es/context/modal.js +43 -0
  161. package/{dist/packages/react/src → es}/hooks/useAlert.d.ts +4 -4
  162. package/es/hooks/useAlert.js +28 -0
  163. package/{dist/packages/react/src → es}/hooks/useDialog.d.ts +5 -5
  164. package/es/hooks/useDialog.js +28 -0
  165. package/{dist/packages/react/src → es}/hooks/useOutsideClick.d.ts +2 -2
  166. package/es/hooks/useOutsideClick.js +15 -0
  167. package/{dist/packages/react/src → es}/hooks/usePrevious.d.ts +2 -2
  168. package/es/hooks/usePrevious.js +9 -0
  169. package/es/index.css +27 -0
  170. package/{dist/packages/react/src → es}/index.d.ts +1 -1
  171. package/es/index.js +1 -0
  172. package/es/utils/convertCellsToCrypto.d.ts +8 -0
  173. package/es/utils/convertCellsToCrypto.js +307 -0
  174. package/es/utils/cryptoApi.d.ts +3 -0
  175. package/es/utils/cryptoApi.js +190 -0
  176. package/{dist/packages/react/src → es}/utils/datepickerStyles.d.ts +2 -2
  177. package/es/utils/datepickerStyles.js +8 -0
  178. package/es/utils/updateCellsDecimalFormat.d.ts +6 -0
  179. package/es/utils/updateCellsDecimalFormat.js +80 -0
  180. package/lib/assets/paint-roller.png +0 -0
  181. package/lib/components/ChangeColor/index.css +76 -0
  182. package/lib/components/ChangeColor/index.d.ts +7 -0
  183. package/lib/components/ChangeColor/index.js +50 -0
  184. package/lib/components/ConditionFormat/ConditionRules.d.ts +6 -0
  185. package/lib/components/ConditionFormat/ConditionRules.js +332 -0
  186. package/lib/components/ConditionFormat/index.css +210 -0
  187. package/lib/components/ConditionFormat/index.d.ts +7 -0
  188. package/lib/components/ConditionFormat/index.js +261 -0
  189. package/lib/components/ContextMenu/Divider.d.ts +3 -0
  190. package/lib/components/ContextMenu/Divider.js +14 -0
  191. package/lib/components/ContextMenu/FilterMenu.d.ts +3 -0
  192. package/lib/components/ContextMenu/FilterMenu.js +621 -0
  193. package/lib/components/ContextMenu/Menu.d.ts +8 -0
  194. package/lib/components/ContextMenu/Menu.js +33 -0
  195. package/lib/components/ContextMenu/SheetTab.d.ts +4 -0
  196. package/lib/components/ContextMenu/SheetTab.js +232 -0
  197. package/lib/components/ContextMenu/index.css +322 -0
  198. package/lib/components/ContextMenu/index.d.ts +5 -0
  199. package/lib/components/ContextMenu/index.js +1063 -0
  200. package/lib/components/CryptoDenominationSelector/index.css +67 -0
  201. package/lib/components/CryptoDenominationSelector/index.d.ts +8 -0
  202. package/lib/components/CryptoDenominationSelector/index.js +280 -0
  203. package/lib/components/CustomSort/index.css +23 -0
  204. package/lib/components/CustomSort/index.d.ts +4 -0
  205. package/lib/components/CustomSort/index.js +122 -0
  206. package/lib/components/DataVerification/DropdownList.d.ts +4 -0
  207. package/lib/components/DataVerification/DropdownList.js +135 -0
  208. package/lib/components/DataVerification/RangeDialog.d.ts +4 -0
  209. package/lib/components/DataVerification/RangeDialog.js +114 -0
  210. package/lib/components/DataVerification/getDisplayedRangeTxt.d.ts +2 -0
  211. package/lib/components/DataVerification/getDisplayedRangeTxt.js +15 -0
  212. package/lib/components/DataVerification/index.css +202 -0
  213. package/lib/components/DataVerification/index.d.ts +4 -0
  214. package/lib/components/DataVerification/index.js +407 -0
  215. package/lib/components/Dialog/index.css +64 -0
  216. package/lib/components/Dialog/index.d.ts +15 -0
  217. package/lib/components/Dialog/index.js +81 -0
  218. package/lib/components/DuneChartsInputModal/DuneChartsInputModal.d.ts +11 -0
  219. package/lib/components/DuneChartsInputModal/DuneChartsInputModal.js +104 -0
  220. package/lib/components/DuneChartsInputModal/duneChartsInputModal.css +98 -0
  221. package/lib/components/DunePreview/DunePreview.d.ts +13 -0
  222. package/lib/components/DunePreview/DunePreview.js +53 -0
  223. package/lib/components/DunePreview/index.css +57 -0
  224. package/lib/components/FilterOption/index.d.ts +5 -0
  225. package/lib/components/FilterOption/index.js +130 -0
  226. package/lib/components/FormatSearch/index.css +19 -0
  227. package/lib/components/FormatSearch/index.d.ts +6 -0
  228. package/lib/components/FormatSearch/index.js +142 -0
  229. package/lib/components/FormulaSearch/index.css +65 -0
  230. package/lib/components/FormulaSearch/index.d.ts +5 -0
  231. package/lib/components/FormulaSearch/index.js +207 -0
  232. package/lib/components/FxEditor/NameBox.d.ts +3 -0
  233. package/lib/components/FxEditor/NameBox.js +38 -0
  234. package/lib/components/FxEditor/index.css +72 -0
  235. package/lib/components/FxEditor/index.d.ts +4 -0
  236. package/lib/components/FxEditor/index.js +176 -0
  237. package/lib/components/IFrameBoxs/iFrameBoxs.css +16 -0
  238. package/lib/components/IFrameBoxs/iFrameBoxs.d.ts +4 -0
  239. package/lib/components/IFrameBoxs/iFrameBoxs.js +151 -0
  240. package/lib/components/ImgBoxs/index.d.ts +3 -0
  241. package/lib/components/ImgBoxs/index.js +228 -0
  242. package/lib/components/LinkEidtCard/index.css +255 -0
  243. package/lib/components/LinkEidtCard/index.d.ts +5 -0
  244. package/lib/components/LinkEidtCard/index.js +247 -0
  245. package/lib/components/LocationCondition/index.css +74 -0
  246. package/lib/components/LocationCondition/index.d.ts +3 -0
  247. package/lib/components/LocationCondition/index.js +204 -0
  248. package/lib/components/MessageBox/index.d.ts +9 -0
  249. package/lib/components/MessageBox/index.js +23 -0
  250. package/lib/components/NotationBoxes/index.d.ts +3 -0
  251. package/lib/components/NotationBoxes/index.js +114 -0
  252. package/lib/components/ResetColumnWidth/index.d.ts +2 -0
  253. package/lib/components/ResetColumnWidth/index.js +138 -0
  254. package/lib/components/SVGDefines.d.ts +5 -0
  255. package/lib/components/SVGDefines.js +1968 -0
  256. package/lib/components/SVGIcon.d.ts +9 -0
  257. package/lib/components/SVGIcon.js +25 -0
  258. package/lib/components/SearchReplace/index.css +191 -0
  259. package/lib/components/SearchReplace/index.d.ts +6 -0
  260. package/lib/components/SearchReplace/index.js +294 -0
  261. package/lib/components/Sheet/index.css +27 -0
  262. package/lib/components/Sheet/index.d.ts +8 -0
  263. package/lib/components/Sheet/index.js +185 -0
  264. package/lib/components/SheetList/SheetHiddenButton.d.ts +8 -0
  265. package/lib/components/SheetList/SheetHiddenButton.js +44 -0
  266. package/lib/components/SheetList/SheetListItem.d.ts +9 -0
  267. package/lib/components/SheetList/SheetListItem.js +81 -0
  268. package/lib/components/SheetList/index.css +48 -0
  269. package/lib/components/SheetList/index.d.ts +4 -0
  270. package/lib/components/SheetList/index.js +39 -0
  271. package/lib/components/SheetOverlay/ColumnHeader.d.ts +3 -0
  272. package/lib/components/SheetOverlay/ColumnHeader.js +226 -0
  273. package/lib/components/SheetOverlay/ContentEditable.d.ts +11 -0
  274. package/lib/components/SheetOverlay/ContentEditable.js +83 -0
  275. package/lib/components/SheetOverlay/FormulaHint/index.css +180 -0
  276. package/lib/components/SheetOverlay/FormulaHint/index.d.ts +4 -0
  277. package/lib/components/SheetOverlay/FormulaHint/index.js +357 -0
  278. package/lib/components/SheetOverlay/FormulaSearch/constant.d.ts +63 -0
  279. package/lib/components/SheetOverlay/FormulaSearch/constant.js +334 -0
  280. package/lib/components/SheetOverlay/FormulaSearch/index.css +44 -0
  281. package/lib/components/SheetOverlay/FormulaSearch/index.d.ts +4 -0
  282. package/lib/components/SheetOverlay/FormulaSearch/index.js +270 -0
  283. package/lib/components/SheetOverlay/InputBox.d.ts +3 -0
  284. package/lib/components/SheetOverlay/InputBox.js +404 -0
  285. package/lib/components/SheetOverlay/RowHeader.d.ts +3 -0
  286. package/lib/components/SheetOverlay/RowHeader.js +196 -0
  287. package/lib/components/SheetOverlay/ScrollBar/index.css +40 -0
  288. package/lib/components/SheetOverlay/ScrollBar/index.d.ts +7 -0
  289. package/lib/components/SheetOverlay/ScrollBar/index.js +56 -0
  290. package/lib/components/SheetOverlay/index.css +952 -0
  291. package/lib/components/SheetOverlay/index.d.ts +4 -0
  292. package/lib/components/SheetOverlay/index.js +589 -0
  293. package/lib/components/SheetTab/SheetItem.d.ts +8 -0
  294. package/lib/components/SheetTab/SheetItem.js +239 -0
  295. package/lib/components/SheetTab/index.css +278 -0
  296. package/lib/components/SheetTab/index.d.ts +4 -0
  297. package/lib/components/SheetTab/index.js +200 -0
  298. package/lib/components/SplitColumn/index.css +121 -0
  299. package/lib/components/SplitColumn/index.d.ts +3 -0
  300. package/lib/components/SplitColumn/index.js +176 -0
  301. package/lib/components/Toolbar/Button.d.ts +12 -0
  302. package/lib/components/Toolbar/Button.js +39 -0
  303. package/lib/components/Toolbar/ColorPicker.d.ts +6 -0
  304. package/lib/components/Toolbar/ColorPicker.js +34 -0
  305. package/lib/components/Toolbar/Combo.d.ts +13 -0
  306. package/lib/components/Toolbar/Combo.js +132 -0
  307. package/lib/components/Toolbar/CustomBorder.d.ts +7 -0
  308. package/lib/components/Toolbar/CustomBorder.js +220 -0
  309. package/lib/components/Toolbar/CustomButton.d.ts +11 -0
  310. package/lib/components/Toolbar/CustomButton.js +36 -0
  311. package/lib/components/Toolbar/CustomColor.d.ts +8 -0
  312. package/lib/components/Toolbar/CustomColor.js +32 -0
  313. package/lib/components/Toolbar/CustomIcon.d.ts +9 -0
  314. package/lib/components/Toolbar/CustomIcon.js +46 -0
  315. package/lib/components/Toolbar/Divider.d.ts +4 -0
  316. package/lib/components/Toolbar/Divider.js +19 -0
  317. package/lib/components/Toolbar/MoreItemsContainer.d.ts +6 -0
  318. package/lib/components/Toolbar/MoreItemsContainer.js +25 -0
  319. package/lib/components/Toolbar/Select.d.ts +14 -0
  320. package/lib/components/Toolbar/Select.js +40 -0
  321. package/lib/components/Toolbar/index.css +411 -0
  322. package/lib/components/Toolbar/index.d.ts +16 -0
  323. package/lib/components/Toolbar/index.js +1731 -0
  324. package/lib/components/Workbook/api.d.ts +1186 -0
  325. package/lib/components/Workbook/api.js +412 -0
  326. package/lib/components/Workbook/index.css +48 -0
  327. package/{dist/stories/API.stories.d.ts → lib/components/Workbook/index.d.ts} +1194 -1210
  328. package/lib/components/Workbook/index.js +758 -0
  329. package/lib/components/ZoomControl/index.css +54 -0
  330. package/lib/components/ZoomControl/index.d.ts +4 -0
  331. package/lib/components/ZoomControl/index.js +120 -0
  332. package/lib/components/index.d.ts +5 -0
  333. package/lib/components/index.js +26 -0
  334. package/lib/constants.d.ts +27 -0
  335. package/lib/constants.js +52 -0
  336. package/lib/context/index.d.ts +25 -0
  337. package/lib/context/index.js +41 -0
  338. package/lib/context/modal.d.ts +10 -0
  339. package/lib/context/modal.js +50 -0
  340. package/lib/hooks/useAlert.d.ts +4 -0
  341. package/lib/hooks/useAlert.js +37 -0
  342. package/lib/hooks/useDialog.d.ts +5 -0
  343. package/lib/hooks/useDialog.js +37 -0
  344. package/lib/hooks/useOutsideClick.d.ts +2 -0
  345. package/lib/hooks/useOutsideClick.js +21 -0
  346. package/lib/hooks/usePrevious.d.ts +2 -0
  347. package/lib/hooks/usePrevious.js +15 -0
  348. package/lib/index.css +27 -0
  349. package/lib/index.d.ts +1 -0
  350. package/lib/index.js +16 -0
  351. package/lib/utils/convertCellsToCrypto.d.ts +8 -0
  352. package/lib/utils/convertCellsToCrypto.js +314 -0
  353. package/lib/utils/cryptoApi.d.ts +3 -0
  354. package/lib/utils/cryptoApi.js +198 -0
  355. package/lib/utils/datepickerStyles.d.ts +2 -0
  356. package/lib/utils/datepickerStyles.js +14 -0
  357. package/lib/utils/updateCellsDecimalFormat.d.ts +6 -0
  358. package/lib/utils/updateCellsDecimalFormat.js +86 -0
  359. package/package.json +8 -7
  360. package/dist/index.css +0 -3915
  361. package/dist/index.esm.css +0 -3915
  362. package/dist/index.esm.js +0 -12975
  363. package/dist/index.js +0 -12995
  364. package/dist/index.umd.css +0 -3915
  365. package/dist/index.umd.js +0 -122445
  366. package/dist/index.umd.min.css +0 -1
  367. package/dist/index.umd.min.js +0 -50
  368. package/dist/packages/core/src/api/cell.d.ts +0 -10
  369. package/dist/packages/core/src/api/common.d.ts +0 -66
  370. package/dist/packages/core/src/api/errors.d.ts +0 -2
  371. package/dist/packages/core/src/api/index.d.ts +0 -9
  372. package/dist/packages/core/src/api/merge.d.ts +0 -5
  373. package/dist/packages/core/src/api/range.d.ts +0 -22
  374. package/dist/packages/core/src/api/rowcol.d.ts +0 -14
  375. package/dist/packages/core/src/api/sheet.d.ts +0 -10
  376. package/dist/packages/core/src/api/workbook.d.ts +0 -15
  377. package/dist/packages/core/src/canvas.d.ts +0 -46
  378. package/dist/packages/core/src/context.d.ts +0 -197
  379. package/dist/packages/core/src/events/copy.d.ts +0 -2
  380. package/dist/packages/core/src/events/index.d.ts +0 -4
  381. package/dist/packages/core/src/events/keyboard.d.ts +0 -6
  382. package/dist/packages/core/src/events/mouse.d.ts +0 -22
  383. package/dist/packages/core/src/events/paste.d.ts +0 -3
  384. package/dist/packages/core/src/index.d.ts +0 -10
  385. package/dist/packages/core/src/locale/en.d.ts +0 -992
  386. package/dist/packages/core/src/locale/es.d.ts +0 -1134
  387. package/dist/packages/core/src/locale/hi.d.ts +0 -1030
  388. package/dist/packages/core/src/locale/index.d.ts +0 -1049
  389. package/dist/packages/core/src/locale/zh.d.ts +0 -1048
  390. package/dist/packages/core/src/locale/zh_tw.d.ts +0 -1187
  391. package/dist/packages/core/src/modules/ConditionFormat.d.ts +0 -17
  392. package/dist/packages/core/src/modules/border.d.ts +0 -3
  393. package/dist/packages/core/src/modules/cell.d.ts +0 -32
  394. package/dist/packages/core/src/modules/clipboard.d.ts +0 -3
  395. package/dist/packages/core/src/modules/color.d.ts +0 -1
  396. package/dist/packages/core/src/modules/comment.d.ts +0 -97
  397. package/dist/packages/core/src/modules/conditionalFormat.d.ts +0 -2
  398. package/dist/packages/core/src/modules/cursor.d.ts +0 -3
  399. package/dist/packages/core/src/modules/dataVerification.d.ts +0 -11
  400. package/dist/packages/core/src/modules/dropCell.d.ts +0 -10
  401. package/dist/packages/core/src/modules/filter.d.ts +0 -45
  402. package/dist/packages/core/src/modules/format.d.ts +0 -6
  403. package/dist/packages/core/src/modules/formula.d.ts +0 -54
  404. package/dist/packages/core/src/modules/freeze.d.ts +0 -5
  405. package/dist/packages/core/src/modules/hyperlink.d.ts +0 -21
  406. package/dist/packages/core/src/modules/iframe.d.ts +0 -12
  407. package/dist/packages/core/src/modules/image.d.ts +0 -31
  408. package/dist/packages/core/src/modules/index.d.ts +0 -36
  409. package/dist/packages/core/src/modules/inline-string.d.ts +0 -36
  410. package/dist/packages/core/src/modules/location.d.ts +0 -6
  411. package/dist/packages/core/src/modules/locationCondition.d.ts +0 -21
  412. package/dist/packages/core/src/modules/merge.d.ts +0 -3
  413. package/dist/packages/core/src/modules/mobile.d.ts +0 -5
  414. package/dist/packages/core/src/modules/moveCells.d.ts +0 -5
  415. package/dist/packages/core/src/modules/protection.d.ts +0 -5
  416. package/dist/packages/core/src/modules/refresh.d.ts +0 -3
  417. package/dist/packages/core/src/modules/rowcol.d.ts +0 -19
  418. package/dist/packages/core/src/modules/screenshot.d.ts +0 -2
  419. package/dist/packages/core/src/modules/searchReplace.d.ts +0 -36
  420. package/dist/packages/core/src/modules/selection.d.ts +0 -46
  421. package/dist/packages/core/src/modules/sheet.d.ts +0 -10
  422. package/dist/packages/core/src/modules/sort.d.ts +0 -7
  423. package/dist/packages/core/src/modules/splitColumn.d.ts +0 -5
  424. package/dist/packages/core/src/modules/text.d.ts +0 -10
  425. package/dist/packages/core/src/modules/toolbar.d.ts +0 -32
  426. package/dist/packages/core/src/modules/validation.d.ts +0 -19
  427. package/dist/packages/core/src/modules/zoom.d.ts +0 -3
  428. package/dist/packages/core/src/settings.d.ts +0 -100
  429. package/dist/packages/core/src/types.d.ts +0 -371
  430. package/dist/packages/core/src/utils/freeze.d.ts +0 -7
  431. package/dist/packages/core/src/utils/index.d.ts +0 -18
  432. package/dist/packages/core/src/utils/patch.d.ts +0 -37
  433. package/dist/packages/react/src/components/Toolbar/index.d.ts +0 -10
  434. package/dist/packages/react/src/components/index.d.ts +0 -4
  435. package/dist/packages/react/src/constants.d.ts +0 -1
  436. package/dist/stories/Collabration.stories.d.ts +0 -2359
  437. package/dist/stories/Features.stories.d.ts +0 -9430
  438. package/dist/stories/data/cell.d.ts +0 -983
  439. package/dist/stories/data/dataVerification.d.ts +0 -131
  440. package/dist/stories/data/empty.d.ts +0 -10
  441. package/dist/stories/data/formula.d.ts +0 -362
  442. package/dist/stories/data/freeze.d.ts +0 -34
  443. package/dist/stories/data/protected.d.ts +0 -40
  444. package/dist/stories/utils.d.ts +0 -1
@@ -1,1048 +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: 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;