assui 3.2.43 → 3.2.45

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 (525) hide show
  1. package/es/a-select/index.d.ts +5 -5
  2. package/es/a-select/index.js +59 -88
  3. package/es/a-select/style/index.css +47 -52
  4. package/es/a-select/style/index.js +2 -2
  5. package/es/a-select/style/index.less +1 -2
  6. package/es/area-text/index.d.ts +2 -2
  7. package/es/area-text/index.js +5 -9
  8. package/es/area-text/style/index.js +1 -1
  9. package/es/beautiful-dnd/index.js +1 -1
  10. package/es/button-drawer/index.d.ts +8 -10
  11. package/es/button-drawer/index.js +61 -94
  12. package/es/button-drawer/style/index.js +1 -1
  13. package/es/button-modal/index.d.ts +8 -10
  14. package/es/button-modal/index.js +60 -93
  15. package/es/button-modal/style/index.js +1 -1
  16. package/es/client-only/index.d.ts +2 -2
  17. package/es/client-only/index.js +1 -1
  18. package/es/client-only/useClientOnly.js +22 -24
  19. package/es/color-select/index.d.ts +18 -18
  20. package/es/color-select/index.js +68 -113
  21. package/es/color-select/style/index.css +47 -52
  22. package/es/color-select/style/index.js +1 -1
  23. package/es/complex-val-select/index.d.ts +13 -25
  24. package/es/complex-val-select/index.js +54 -71
  25. package/es/complex-val-select/style/index.js +1 -1
  26. package/es/condition-input/index.d.ts +13 -21
  27. package/es/condition-input/index.js +51 -67
  28. package/es/condition-input/parse2RegexOption.d.ts +7 -10
  29. package/es/condition-input/parse2RegexOption.js +21 -31
  30. package/es/condition-input/style/index.js +1 -1
  31. package/es/condition-select/index.d.ts +1 -7
  32. package/es/condition-select/index.js +85 -141
  33. package/es/condition-select/style/index.js +3 -3
  34. package/es/condition-select/types.d.ts +14 -16
  35. package/es/condition-select/types.js +1 -1
  36. package/es/condition-select/utils/index.d.ts +2 -5
  37. package/es/condition-select/utils/index.js +2 -2
  38. package/es/condition-select-input/index.d.ts +29 -29
  39. package/es/condition-select-input/index.js +106 -196
  40. package/es/condition-select-input/style/index.d.ts +1 -1
  41. package/es/condition-select-input/style/index.js +3 -3
  42. package/es/config-provider/context.d.ts +1 -1
  43. package/es/config-provider/context.js +2 -2
  44. package/es/config-provider/index.d.ts +3 -27
  45. package/es/config-provider/index.js +5 -9
  46. package/es/copy-to-clipboard/index.d.ts +18 -20
  47. package/es/copy-to-clipboard/index.js +44 -63
  48. package/es/copy-to-clipboard/style/index.css +14 -23
  49. package/es/copy-to-clipboard/style/index.js +1 -1
  50. package/es/count-down/index.d.ts +3 -3
  51. package/es/count-down/index.js +26 -44
  52. package/es/count-up/index.d.ts +2 -2
  53. package/es/count-up/index.js +1 -1
  54. package/es/flex/index.d.ts +18 -21
  55. package/es/flex/index.js +32 -64
  56. package/es/flex/style/index.css +47 -52
  57. package/es/flex/style/index.js +1 -1
  58. package/es/flex/utils/gapSize.js +1 -1
  59. package/es/flex/utils/index.d.ts +3 -27
  60. package/es/flex/utils/index.js +19 -53
  61. package/es/highlight-textarea/HighlighedContents.d.ts +3 -6
  62. package/es/highlight-textarea/HighlighedContents.js +5 -9
  63. package/es/highlight-textarea/extractSpansOfClasses.d.ts +10 -10
  64. package/es/highlight-textarea/extractSpansOfClasses.js +45 -62
  65. package/es/highlight-textarea/getRanges.js +34 -41
  66. package/es/highlight-textarea/getType.js +2 -6
  67. package/es/highlight-textarea/index.d.ts +7 -14
  68. package/es/highlight-textarea/index.js +70 -114
  69. package/es/highlight-textarea/style/index.css +55 -125
  70. package/es/highlight-textarea/style/index.js +1 -1
  71. package/es/highlight-textarea/types.d.ts +7 -26
  72. package/es/highlight-textarea/types.js +1 -1
  73. package/es/highlight-words/index.d.ts +2 -6
  74. package/es/highlight-words/index.js +1 -1
  75. package/es/img-crop/EasyCrop.d.ts +2 -6
  76. package/es/img-crop/EasyCrop.js +79 -104
  77. package/es/img-crop/getCroppedImg.d.ts +3 -8
  78. package/es/img-crop/getCroppedImg.js +118 -155
  79. package/es/img-crop/index.d.ts +29 -29
  80. package/es/img-crop/index.js +340 -490
  81. package/es/img-crop/style/index.css +47 -52
  82. package/es/img-crop/style/index.d.ts +1 -1
  83. package/es/img-crop/style/index.js +3 -3
  84. package/es/index.d.ts +56 -62
  85. package/es/index.js +29 -29
  86. package/es/json-editor/index.d.ts +5 -7
  87. package/es/json-editor/index.js +62 -91
  88. package/es/json-editor/style/index.js +1 -1
  89. package/es/keep-tab/index.d.ts +17 -17
  90. package/es/keep-tab/index.js +78 -125
  91. package/es/keep-tab/style/index.css +32 -72
  92. package/es/keep-tab/style/index.js +1 -1
  93. package/es/label-auto-complete/index.d.ts +3 -3
  94. package/es/label-auto-complete/index.js +58 -82
  95. package/es/label-auto-complete/style/index.css +50 -61
  96. package/es/label-auto-complete/style/index.js +2 -2
  97. package/es/label-condition-input/index.d.ts +11 -12
  98. package/es/label-condition-input/index.js +62 -100
  99. package/es/label-condition-input/style/index.css +47 -52
  100. package/es/label-condition-input/style/index.js +1 -1
  101. package/es/label-condition-select-input/index.d.ts +33 -35
  102. package/es/label-condition-select-input/index.js +109 -198
  103. package/es/label-condition-select-input/style/index.css +47 -52
  104. package/es/label-condition-select-input/style/index.d.ts +1 -1
  105. package/es/label-condition-select-input/style/index.js +2 -2
  106. package/es/label-customize-range-picker/defaultRadioList.d.ts +28 -34
  107. package/es/label-customize-range-picker/defaultRadioList.js +114 -206
  108. package/es/label-customize-range-picker/index.d.ts +24 -27
  109. package/es/label-customize-range-picker/index.js +141 -300
  110. package/es/label-customize-range-picker/style/index.css +47 -52
  111. package/es/label-customize-range-picker/style/index.d.ts +2 -2
  112. package/es/label-customize-range-picker/style/index.js +4 -4
  113. package/es/label-customize-range-picker/utils/index.d.ts +3 -9
  114. package/es/label-customize-range-picker/utils/index.js +29 -57
  115. package/es/label-date-picker/index.d.ts +2 -2
  116. package/es/label-date-picker/index.js +57 -81
  117. package/es/label-date-picker/style/index.css +47 -52
  118. package/es/label-date-picker/style/index.js +2 -2
  119. package/es/label-input/index.d.ts +25 -29
  120. package/es/label-input/index.js +80 -122
  121. package/es/label-input/style/index.css +47 -52
  122. package/es/label-input/style/index.js +1 -1
  123. package/es/label-number-input/index.d.ts +6 -6
  124. package/es/label-number-input/index.js +63 -101
  125. package/es/label-number-input/style/index.css +48 -54
  126. package/es/label-number-input/style/index.js +1 -1
  127. package/es/label-range-number/index.d.ts +17 -17
  128. package/es/label-range-number/index.js +95 -156
  129. package/es/label-range-number/style/index.css +47 -52
  130. package/es/label-range-number/style/index.js +1 -1
  131. package/es/label-range-picker/index.d.ts +3 -3
  132. package/es/label-range-picker/index.js +71 -103
  133. package/es/label-range-picker/style/index.css +47 -52
  134. package/es/label-range-picker/style/index.js +2 -2
  135. package/es/label-select/index.d.ts +5 -7
  136. package/es/label-select/index.js +69 -100
  137. package/es/label-select/style/index.css +51 -65
  138. package/es/label-select/style/index.js +2 -2
  139. package/es/label-text-area/index.d.ts +17 -21
  140. package/es/label-text-area/index.js +64 -97
  141. package/es/label-text-area/style/index.css +47 -52
  142. package/es/label-text-area/style/index.js +1 -1
  143. package/es/label-tree-select/index.d.ts +7 -8
  144. package/es/label-tree-select/index.js +61 -98
  145. package/es/label-tree-select/style/index.css +48 -55
  146. package/es/label-tree-select/style/index.js +2 -2
  147. package/es/messages/ar_EG.d.ts +24 -24
  148. package/es/messages/ar_EG.js +5 -5
  149. package/es/messages/bg_BG.d.ts +24 -24
  150. package/es/messages/bg_BG.js +5 -5
  151. package/es/messages/cs_CZ.d.ts +24 -24
  152. package/es/messages/cs_CZ.js +5 -5
  153. package/es/messages/de_DE.d.ts +24 -24
  154. package/es/messages/de_DE.js +5 -5
  155. package/es/messages/en_US.d.ts +24 -24
  156. package/es/messages/en_US.js +5 -5
  157. package/es/messages/es_ES.d.ts +24 -24
  158. package/es/messages/es_ES.js +5 -5
  159. package/es/messages/fi_FI.d.ts +24 -24
  160. package/es/messages/fi_FI.js +5 -5
  161. package/es/messages/fr_FR.d.ts +24 -24
  162. package/es/messages/fr_FR.js +5 -5
  163. package/es/messages/id_ID.d.ts +24 -24
  164. package/es/messages/id_ID.js +5 -5
  165. package/es/messages/index.d.ts +23 -27
  166. package/es/messages/index.js +3 -3
  167. package/es/messages/it_IT.d.ts +24 -24
  168. package/es/messages/it_IT.js +5 -5
  169. package/es/messages/ja_JP.d.ts +24 -24
  170. package/es/messages/ja_JP.js +5 -5
  171. package/es/messages/ko_KR.d.ts +24 -24
  172. package/es/messages/ko_KR.js +5 -5
  173. package/es/messages/ms_MY.d.ts +24 -24
  174. package/es/messages/ms_MY.js +5 -5
  175. package/es/messages/nb_NO.d.ts +24 -24
  176. package/es/messages/nb_NO.js +5 -5
  177. package/es/messages/nl_NL.d.ts +24 -24
  178. package/es/messages/nl_NL.js +5 -5
  179. package/es/messages/pt_PT.d.ts +24 -24
  180. package/es/messages/pt_PT.js +5 -5
  181. package/es/messages/ro_RO.d.ts +24 -24
  182. package/es/messages/ro_RO.js +5 -5
  183. package/es/messages/ru_RU.d.ts +24 -24
  184. package/es/messages/ru_RU.js +5 -5
  185. package/es/messages/sv_SE.d.ts +24 -24
  186. package/es/messages/sv_SE.js +5 -5
  187. package/es/messages/th_TH.d.ts +24 -24
  188. package/es/messages/th_TH.js +5 -5
  189. package/es/messages/ug_UG.d.ts +24 -24
  190. package/es/messages/ug_UG.js +5 -5
  191. package/es/messages/vi_VN.d.ts +24 -24
  192. package/es/messages/vi_VN.js +5 -5
  193. package/es/messages/zh_CN.d.ts +24 -24
  194. package/es/messages/zh_CN.js +5 -5
  195. package/es/messages/zh_TW.d.ts +24 -24
  196. package/es/messages/zh_TW.js +5 -5
  197. package/es/multipart-upload/getMultipartUploadHandler.d.ts +1 -3
  198. package/es/multipart-upload/getMultipartUploadHandler.js +6 -8
  199. package/es/multipart-upload/index.d.ts +33 -39
  200. package/es/multipart-upload/index.js +121 -217
  201. package/es/multipart-upload/parse2RegexOption.d.ts +7 -10
  202. package/es/multipart-upload/parse2RegexOption.js +21 -31
  203. package/es/multipart-upload/style/index.css +47 -52
  204. package/es/multipart-upload/style/index.js +2 -2
  205. package/es/number-format-input/index.js +25 -36
  206. package/es/number-format-input/style/index.js +1 -1
  207. package/es/number-input/const/dataTypeEnum.d.ts +2 -2
  208. package/es/number-input/const/dataTypeEnum.js +1 -1
  209. package/es/number-input/const/numberType.d.ts +2 -2
  210. package/es/number-input/const/numberType.js +1 -1
  211. package/es/number-input/index.d.ts +35 -37
  212. package/es/number-input/index.js +65 -94
  213. package/es/number-input/style/index.js +1 -1
  214. package/es/number-input/utils.d.ts +6 -15
  215. package/es/number-input/utils.js +2 -2
  216. package/es/rc-echart/core.d.ts +13 -13
  217. package/es/rc-echart/core.js +19 -28
  218. package/es/rc-echart/index.d.ts +12 -12
  219. package/es/rc-echart/index.js +16 -26
  220. package/es/rc-motion/index.d.ts +2 -14
  221. package/es/rc-motion/index.js +1 -1
  222. package/es/rc-qrcode/index.d.ts +8 -11
  223. package/es/rc-qrcode/index.js +17 -21
  224. package/es/rc-qrcode/useQrcode.d.ts +2 -5
  225. package/es/rc-qrcode/useQrcode.js +33 -38
  226. package/es/rc-transition-group/index.js +1 -1
  227. package/es/resizable/index.d.ts +1 -10
  228. package/es/resizable/index.js +1 -1
  229. package/es/resizable/style/index.js +1 -1
  230. package/es/rich-text-editor/index.d.ts +18 -18
  231. package/es/rich-text-editor/index.js +45 -78
  232. package/es/rich-text-editor/lang/zh_CN.d.ts +404 -404
  233. package/es/rich-text-editor/lang/zh_CN.js +393 -416
  234. package/es/rich-text-editor/plugins/code/index.js +20 -25
  235. package/es/rich-text-editor/style/index.css +47 -52
  236. package/es/rich-text-editor/style/index.js +1 -1
  237. package/es/single-img-upload/index.d.ts +8 -8
  238. package/es/single-img-upload/index.js +230 -338
  239. package/es/single-img-upload/style/index.css +47 -52
  240. package/es/single-img-upload/style/index.js +4 -4
  241. package/es/sortable-hoc/index.js +1 -1
  242. package/es/split-pane/index.d.ts +53 -53
  243. package/es/split-pane/index.js +13 -17
  244. package/es/split-pane/style/index.js +1 -1
  245. package/es/step-number-input/const/countType.d.ts +2 -2
  246. package/es/step-number-input/const/countType.js +1 -1
  247. package/es/step-number-input/const/numberType.d.ts +2 -2
  248. package/es/step-number-input/const/numberType.js +1 -1
  249. package/es/step-number-input/index.d.ts +31 -31
  250. package/es/step-number-input/index.js +85 -135
  251. package/es/step-number-input/style/index.css +47 -52
  252. package/es/step-number-input/style/index.js +2 -2
  253. package/es/table-col/index.d.ts +3 -3
  254. package/es/table-col/index.js +7 -11
  255. package/es/table-col/style/index.js +1 -1
  256. package/es/text-area/index.d.ts +8 -13
  257. package/es/text-area/index.js +48 -64
  258. package/es/text-area/style/index.js +1 -1
  259. package/es/text-input/index.d.ts +1 -3
  260. package/es/text-input/index.js +58 -76
  261. package/es/text-input/style/index.css +53 -123
  262. package/es/text-input/style/index.js +1 -1
  263. package/lib/a-select/index.d.ts +5 -5
  264. package/lib/a-select/index.js +69 -102
  265. package/lib/a-select/style/index.css +47 -52
  266. package/lib/a-select/style/index.js +5 -5
  267. package/lib/a-select/style/index.less +1 -2
  268. package/lib/area-text/index.d.ts +2 -2
  269. package/lib/area-text/index.js +13 -21
  270. package/lib/area-text/style/index.js +4 -4
  271. package/lib/beautiful-dnd/index.js +37 -52
  272. package/lib/button-drawer/index.d.ts +8 -10
  273. package/lib/button-drawer/index.js +101 -153
  274. package/lib/button-drawer/style/index.js +4 -4
  275. package/lib/button-modal/index.d.ts +8 -10
  276. package/lib/button-modal/index.js +99 -151
  277. package/lib/button-modal/style/index.js +4 -4
  278. package/lib/client-only/index.d.ts +2 -2
  279. package/lib/client-only/index.js +5 -5
  280. package/lib/client-only/useClientOnly.js +26 -28
  281. package/lib/color-select/index.d.ts +18 -18
  282. package/lib/color-select/index.js +112 -180
  283. package/lib/color-select/style/index.css +47 -52
  284. package/lib/color-select/style/index.js +5 -5
  285. package/lib/complex-val-select/index.d.ts +13 -25
  286. package/lib/complex-val-select/index.js +102 -140
  287. package/lib/complex-val-select/style/index.js +4 -4
  288. package/lib/condition-input/index.d.ts +13 -21
  289. package/lib/condition-input/index.js +96 -131
  290. package/lib/condition-input/parse2RegexOption.d.ts +7 -10
  291. package/lib/condition-input/parse2RegexOption.js +33 -47
  292. package/lib/condition-input/style/index.js +4 -4
  293. package/lib/condition-select/index.d.ts +1 -7
  294. package/lib/condition-select/index.js +94 -154
  295. package/lib/condition-select/style/index.js +6 -6
  296. package/lib/condition-select/types.d.ts +14 -16
  297. package/lib/condition-select/types.js +4 -4
  298. package/lib/condition-select/utils/index.d.ts +2 -5
  299. package/lib/condition-select/utils/index.js +5 -5
  300. package/lib/condition-select-input/index.d.ts +29 -29
  301. package/lib/condition-select-input/index.js +150 -259
  302. package/lib/condition-select-input/style/index.d.ts +1 -1
  303. package/lib/condition-select-input/style/index.js +6 -6
  304. package/lib/config-provider/context.d.ts +1 -1
  305. package/lib/config-provider/context.js +11 -15
  306. package/lib/config-provider/index.d.ts +3 -27
  307. package/lib/config-provider/index.js +61 -69
  308. package/lib/copy-to-clipboard/index.d.ts +18 -20
  309. package/lib/copy-to-clipboard/index.js +86 -124
  310. package/lib/copy-to-clipboard/style/index.css +14 -23
  311. package/lib/copy-to-clipboard/style/index.js +4 -4
  312. package/lib/count-down/index.d.ts +3 -3
  313. package/lib/count-down/index.js +36 -58
  314. package/lib/count-up/index.d.ts +2 -2
  315. package/lib/count-up/index.js +39 -54
  316. package/lib/flex/index.d.ts +18 -21
  317. package/lib/flex/index.js +42 -78
  318. package/lib/flex/style/index.css +47 -52
  319. package/lib/flex/style/index.js +4 -4
  320. package/lib/flex/utils/gapSize.js +4 -4
  321. package/lib/flex/utils/index.d.ts +3 -27
  322. package/lib/flex/utils/index.js +27 -65
  323. package/lib/highlight-textarea/HighlighedContents.d.ts +3 -6
  324. package/lib/highlight-textarea/HighlighedContents.js +16 -24
  325. package/lib/highlight-textarea/extractSpansOfClasses.d.ts +10 -10
  326. package/lib/highlight-textarea/extractSpansOfClasses.js +54 -75
  327. package/lib/highlight-textarea/getRanges.js +44 -55
  328. package/lib/highlight-textarea/getType.js +6 -10
  329. package/lib/highlight-textarea/index.d.ts +7 -14
  330. package/lib/highlight-textarea/index.js +113 -176
  331. package/lib/highlight-textarea/style/index.css +55 -125
  332. package/lib/highlight-textarea/style/index.js +4 -4
  333. package/lib/highlight-textarea/types.d.ts +7 -26
  334. package/lib/highlight-textarea/types.js +4 -4
  335. package/lib/highlight-words/index.d.ts +2 -6
  336. package/lib/highlight-words/index.js +9 -13
  337. package/lib/img-crop/EasyCrop.d.ts +2 -6
  338. package/lib/img-crop/EasyCrop.js +120 -164
  339. package/lib/img-crop/getCroppedImg.d.ts +3 -8
  340. package/lib/img-crop/getCroppedImg.js +121 -158
  341. package/lib/img-crop/index.d.ts +29 -29
  342. package/lib/img-crop/index.js +383 -555
  343. package/lib/img-crop/style/index.css +47 -52
  344. package/lib/img-crop/style/index.d.ts +1 -1
  345. package/lib/img-crop/style/index.js +6 -6
  346. package/lib/index.d.ts +56 -62
  347. package/lib/index.js +202 -254
  348. package/lib/json-editor/index.d.ts +5 -7
  349. package/lib/json-editor/index.js +108 -156
  350. package/lib/json-editor/style/index.js +5 -5
  351. package/lib/keep-tab/index.d.ts +17 -17
  352. package/lib/keep-tab/index.js +120 -186
  353. package/lib/keep-tab/style/index.css +32 -72
  354. package/lib/keep-tab/style/index.js +4 -4
  355. package/lib/label-auto-complete/index.d.ts +3 -3
  356. package/lib/label-auto-complete/index.js +71 -103
  357. package/lib/label-auto-complete/style/index.css +50 -61
  358. package/lib/label-auto-complete/style/index.js +5 -5
  359. package/lib/label-condition-input/index.d.ts +11 -12
  360. package/lib/label-condition-input/index.js +77 -119
  361. package/lib/label-condition-input/style/index.css +47 -52
  362. package/lib/label-condition-input/style/index.js +4 -4
  363. package/lib/label-condition-select-input/index.d.ts +33 -35
  364. package/lib/label-condition-select-input/index.js +154 -262
  365. package/lib/label-condition-select-input/style/index.css +47 -52
  366. package/lib/label-condition-select-input/style/index.d.ts +1 -1
  367. package/lib/label-condition-select-input/style/index.js +6 -6
  368. package/lib/label-customize-range-picker/defaultRadioList.d.ts +28 -34
  369. package/lib/label-customize-range-picker/defaultRadioList.js +156 -297
  370. package/lib/label-customize-range-picker/index.d.ts +24 -27
  371. package/lib/label-customize-range-picker/index.js +186 -363
  372. package/lib/label-customize-range-picker/style/index.css +47 -52
  373. package/lib/label-customize-range-picker/style/index.d.ts +2 -2
  374. package/lib/label-customize-range-picker/style/index.js +8 -8
  375. package/lib/label-customize-range-picker/utils/index.d.ts +3 -9
  376. package/lib/label-customize-range-picker/utils/index.js +38 -75
  377. package/lib/label-date-picker/index.d.ts +2 -2
  378. package/lib/label-date-picker/index.js +68 -96
  379. package/lib/label-date-picker/style/index.css +47 -52
  380. package/lib/label-date-picker/style/index.js +5 -5
  381. package/lib/label-input/index.d.ts +25 -29
  382. package/lib/label-input/index.js +96 -142
  383. package/lib/label-input/style/index.css +47 -52
  384. package/lib/label-input/style/index.js +4 -4
  385. package/lib/label-number-input/index.d.ts +6 -6
  386. package/lib/label-number-input/index.js +78 -122
  387. package/lib/label-number-input/style/index.css +48 -54
  388. package/lib/label-number-input/style/index.js +4 -4
  389. package/lib/label-range-number/index.d.ts +17 -17
  390. package/lib/label-range-number/index.js +107 -172
  391. package/lib/label-range-number/style/index.css +47 -52
  392. package/lib/label-range-number/style/index.js +4 -4
  393. package/lib/label-range-picker/index.d.ts +3 -3
  394. package/lib/label-range-picker/index.js +83 -122
  395. package/lib/label-range-picker/style/index.css +47 -52
  396. package/lib/label-range-picker/style/index.js +5 -5
  397. package/lib/label-select/index.d.ts +5 -7
  398. package/lib/label-select/index.js +83 -130
  399. package/lib/label-select/style/index.css +51 -65
  400. package/lib/label-select/style/index.js +5 -5
  401. package/lib/label-text-area/index.d.ts +17 -21
  402. package/lib/label-text-area/index.js +77 -114
  403. package/lib/label-text-area/style/index.css +47 -52
  404. package/lib/label-text-area/style/index.js +4 -4
  405. package/lib/label-tree-select/index.d.ts +7 -8
  406. package/lib/label-tree-select/index.js +72 -113
  407. package/lib/label-tree-select/style/index.css +48 -55
  408. package/lib/label-tree-select/style/index.js +5 -5
  409. package/lib/messages/ar_EG.d.ts +24 -24
  410. package/lib/messages/ar_EG.js +8 -8
  411. package/lib/messages/bg_BG.d.ts +24 -24
  412. package/lib/messages/bg_BG.js +8 -8
  413. package/lib/messages/cs_CZ.d.ts +24 -24
  414. package/lib/messages/cs_CZ.js +8 -8
  415. package/lib/messages/de_DE.d.ts +24 -24
  416. package/lib/messages/de_DE.js +8 -8
  417. package/lib/messages/en_US.d.ts +24 -24
  418. package/lib/messages/en_US.js +8 -8
  419. package/lib/messages/es_ES.d.ts +24 -24
  420. package/lib/messages/es_ES.js +8 -8
  421. package/lib/messages/fi_FI.d.ts +24 -24
  422. package/lib/messages/fi_FI.js +8 -8
  423. package/lib/messages/fr_FR.d.ts +24 -24
  424. package/lib/messages/fr_FR.js +8 -8
  425. package/lib/messages/id_ID.d.ts +24 -24
  426. package/lib/messages/id_ID.js +8 -8
  427. package/lib/messages/index.d.ts +23 -27
  428. package/lib/messages/index.js +7 -7
  429. package/lib/messages/it_IT.d.ts +24 -24
  430. package/lib/messages/it_IT.js +8 -8
  431. package/lib/messages/ja_JP.d.ts +24 -24
  432. package/lib/messages/ja_JP.js +8 -8
  433. package/lib/messages/ko_KR.d.ts +24 -24
  434. package/lib/messages/ko_KR.js +8 -8
  435. package/lib/messages/ms_MY.d.ts +24 -24
  436. package/lib/messages/ms_MY.js +8 -8
  437. package/lib/messages/nb_NO.d.ts +24 -24
  438. package/lib/messages/nb_NO.js +8 -8
  439. package/lib/messages/nl_NL.d.ts +24 -24
  440. package/lib/messages/nl_NL.js +8 -8
  441. package/lib/messages/pt_PT.d.ts +24 -24
  442. package/lib/messages/pt_PT.js +8 -8
  443. package/lib/messages/ro_RO.d.ts +24 -24
  444. package/lib/messages/ro_RO.js +8 -8
  445. package/lib/messages/ru_RU.d.ts +24 -24
  446. package/lib/messages/ru_RU.js +8 -8
  447. package/lib/messages/sv_SE.d.ts +24 -24
  448. package/lib/messages/sv_SE.js +8 -8
  449. package/lib/messages/th_TH.d.ts +24 -24
  450. package/lib/messages/th_TH.js +8 -8
  451. package/lib/messages/ug_UG.d.ts +24 -24
  452. package/lib/messages/ug_UG.js +8 -8
  453. package/lib/messages/vi_VN.d.ts +24 -24
  454. package/lib/messages/vi_VN.js +8 -8
  455. package/lib/messages/zh_CN.d.ts +24 -24
  456. package/lib/messages/zh_CN.js +8 -8
  457. package/lib/messages/zh_TW.d.ts +24 -24
  458. package/lib/messages/zh_TW.js +8 -8
  459. package/lib/multipart-upload/getMultipartUploadHandler.d.ts +1 -3
  460. package/lib/multipart-upload/getMultipartUploadHandler.js +10 -12
  461. package/lib/multipart-upload/index.d.ts +33 -39
  462. package/lib/multipart-upload/index.js +165 -286
  463. package/lib/multipart-upload/parse2RegexOption.d.ts +7 -10
  464. package/lib/multipart-upload/parse2RegexOption.js +33 -47
  465. package/lib/multipart-upload/style/index.css +47 -52
  466. package/lib/multipart-upload/style/index.js +5 -5
  467. package/lib/number-format-input/index.js +34 -49
  468. package/lib/number-format-input/style/index.js +4 -4
  469. package/lib/number-input/const/dataTypeEnum.d.ts +2 -2
  470. package/lib/number-input/const/dataTypeEnum.js +4 -4
  471. package/lib/number-input/const/numberType.d.ts +2 -2
  472. package/lib/number-input/const/numberType.js +4 -4
  473. package/lib/number-input/index.d.ts +35 -37
  474. package/lib/number-input/index.js +105 -153
  475. package/lib/number-input/style/index.js +4 -4
  476. package/lib/number-input/utils.d.ts +6 -15
  477. package/lib/number-input/utils.js +5 -5
  478. package/lib/rc-echart/core.d.ts +13 -13
  479. package/lib/rc-echart/core.js +60 -88
  480. package/lib/rc-echart/index.d.ts +12 -12
  481. package/lib/rc-echart/index.js +57 -86
  482. package/lib/rc-motion/index.d.ts +2 -14
  483. package/lib/rc-motion/index.js +9 -13
  484. package/lib/rc-qrcode/index.d.ts +8 -11
  485. package/lib/rc-qrcode/index.js +62 -85
  486. package/lib/rc-qrcode/useQrcode.d.ts +2 -5
  487. package/lib/rc-qrcode/useQrcode.js +42 -51
  488. package/lib/rc-transition-group/index.js +37 -52
  489. package/lib/resizable/index.d.ts +1 -10
  490. package/lib/resizable/index.js +9 -9
  491. package/lib/resizable/style/index.js +4 -4
  492. package/lib/rich-text-editor/index.d.ts +18 -18
  493. package/lib/rich-text-editor/index.js +70 -107
  494. package/lib/rich-text-editor/lang/zh_CN.d.ts +404 -404
  495. package/lib/rich-text-editor/lang/zh_CN.js +397 -420
  496. package/lib/rich-text-editor/plugins/code/index.js +29 -38
  497. package/lib/rich-text-editor/style/index.css +47 -52
  498. package/lib/rich-text-editor/style/index.js +4 -4
  499. package/lib/single-img-upload/index.d.ts +8 -8
  500. package/lib/single-img-upload/index.js +273 -400
  501. package/lib/single-img-upload/style/index.css +47 -52
  502. package/lib/single-img-upload/style/index.js +7 -7
  503. package/lib/sortable-hoc/index.js +37 -52
  504. package/lib/split-pane/index.d.ts +53 -53
  505. package/lib/split-pane/index.js +22 -33
  506. package/lib/split-pane/style/index.js +4 -4
  507. package/lib/step-number-input/const/countType.d.ts +2 -2
  508. package/lib/step-number-input/const/countType.js +4 -4
  509. package/lib/step-number-input/const/numberType.d.ts +2 -2
  510. package/lib/step-number-input/const/numberType.js +4 -4
  511. package/lib/step-number-input/index.d.ts +31 -31
  512. package/lib/step-number-input/index.js +133 -204
  513. package/lib/step-number-input/style/index.css +47 -52
  514. package/lib/step-number-input/style/index.js +5 -5
  515. package/lib/table-col/index.d.ts +3 -3
  516. package/lib/table-col/index.js +15 -23
  517. package/lib/table-col/style/index.js +4 -4
  518. package/lib/text-area/index.d.ts +8 -13
  519. package/lib/text-area/index.js +89 -124
  520. package/lib/text-area/style/index.js +4 -4
  521. package/lib/text-input/index.d.ts +1 -3
  522. package/lib/text-input/index.js +67 -89
  523. package/lib/text-input/style/index.css +53 -123
  524. package/lib/text-input/style/index.js +4 -4
  525. package/package.json +4 -4
@@ -1,407 +1,407 @@
1
1
  declare const _default: {
2
- 'Redo': string;
3
- 'Undo': string;
4
- 'Cut': string;
5
- 'Copy': string;
6
- 'Paste': string;
7
- 'Select all': string;
8
- 'New document': string;
9
- 'Ok': string;
10
- 'Cancel': string;
11
- 'Visual aids': string;
12
- 'Bold': string;
13
- 'Italic': string;
14
- 'Underline': string;
15
- 'Strikethrough': string;
16
- 'Superscript': string;
17
- 'Subscript': string;
18
- 'Clear formatting': string;
19
- 'Remove': string;
20
- 'Align left': string;
21
- 'Align center': string;
22
- 'Align right': string;
23
- 'No alignment': string;
24
- 'Justify': string;
25
- 'Bullet list': string;
26
- 'Numbered list': string;
27
- 'Decrease indent': string;
28
- 'Increase indent': string;
29
- 'Close': string;
30
- 'Formats': string;
31
- "Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.": string;
32
- 'Headings': string;
33
- 'Heading 1': string;
34
- 'Heading 2': string;
35
- 'Heading 3': string;
36
- 'Heading 4': string;
37
- 'Heading 5': string;
38
- 'Heading 6': string;
39
- 'Preformatted': string;
40
- 'Div': string;
41
- 'Pre': string;
42
- 'Code': string;
43
- 'Paragraph': string;
44
- 'Blockquote': string;
45
- 'Inline': string;
46
- 'Blocks': string;
47
- 'Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.': string;
48
- 'Fonts': string;
49
- 'Font sizes': string;
50
- 'Class': string;
51
- 'Browse for an image': string;
52
- 'OR': string;
53
- 'Drop an image here': string;
54
- 'Upload': string;
55
- 'Uploading image': string;
56
- 'Block': string;
57
- 'Align': string;
58
- 'Default': string;
59
- 'Circle': string;
60
- 'Disc': string;
61
- 'Square': string;
62
- 'Lower Alpha': string;
63
- 'Lower Greek': string;
64
- 'Lower Roman': string;
65
- 'Upper Alpha': string;
66
- 'Upper Roman': string;
67
- 'Anchor...': string;
68
- 'Anchor': string;
69
- 'Name': string;
70
- 'ID': string;
71
- 'ID should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.': string;
72
- 'You have unsaved changes are you sure you want to navigate away?': string;
73
- 'Restore last draft': string;
74
- 'Special character...': string;
75
- 'Special Character': string;
76
- 'Source code': string;
77
- 'Insert/Edit code sample': string;
78
- 'Language': string;
79
- 'Code sample...': string;
80
- 'Left to right': string;
81
- 'Right to left': string;
82
- 'Title': string;
83
- 'Fullscreen': string;
84
- 'Action': string;
85
- 'Shortcut': string;
86
- 'Help': string;
87
- 'Address': string;
88
- 'Focus to menubar': string;
89
- 'Focus to toolbar': string;
90
- 'Focus to element path': string;
91
- 'Focus to contextual toolbar': string;
92
- 'Insert link (if link plugin activated)': string;
93
- 'Save (if save plugin activated)': string;
94
- 'Find (if searchreplace plugin activated)': string;
95
- 'Plugins installed ({0}):': string;
96
- 'Premium plugins:': string;
97
- 'Learn more...': string;
98
- 'You are using {0}': string;
99
- 'Plugins': string;
100
- 'Handy Shortcuts': string;
101
- 'Horizontal line': string;
102
- 'Insert/edit image': string;
103
- 'Alternative description': string;
104
- 'Accessibility': string;
105
- 'Image is decorative': string;
106
- 'Source': string;
107
- 'Dimensions': string;
108
- 'Constrain proportions': string;
109
- 'General': string;
110
- 'Advanced': string;
111
- 'Style': string;
112
- 'Vertical space': string;
113
- 'Horizontal space': string;
114
- 'Border': string;
115
- 'Insert image': string;
116
- 'Image...': string;
117
- 'Image list': string;
118
- 'Resize': string;
119
- 'Insert date/time': string;
120
- 'Date/time': string;
121
- 'Insert/edit link': string;
122
- 'Text to display': string;
123
- 'Url': string;
124
- 'Open link in...': string;
125
- 'Current window': string;
126
- 'None': string;
127
- 'New window': string;
128
- 'Open link': string;
129
- 'Remove link': string;
130
- 'Anchors': string;
131
- 'Link...': string;
132
- 'Paste or type a link': string;
133
- 'The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?': string;
134
- 'The URL you entered seems to be an external link. Do you want to add the required http:// prefix?': string;
135
- 'The URL you entered seems to be an external link. Do you want to add the required https:// prefix?': string;
136
- 'Link list': string;
137
- 'Insert video': string;
138
- 'Insert/edit video': string;
139
- 'Insert/edit media': string;
140
- 'Alternative source': string;
141
- 'Alternative source URL': string;
142
- 'Media poster (Image URL)': string;
143
- 'Paste your embed code below:': string;
144
- 'Embed': string;
145
- 'Media...': string;
146
- 'Nonbreaking space': string;
147
- 'Page break': string;
148
- 'Paste as text': string;
149
- 'Preview': string;
150
- 'Print': string;
151
- 'Print...': string;
152
- 'Save': string;
153
- 'Find': string;
154
- 'Replace with': string;
155
- 'Replace': string;
156
- 'Replace all': string;
157
- 'Previous': string;
158
- 'Next': string;
159
- 'Find and Replace': string;
160
- 'Find and replace...': string;
161
- 'Could not find the specified string.': string;
162
- 'Match case': string;
163
- 'Find whole words only': string;
164
- 'Find in selection': string;
165
- 'Insert table': string;
166
- 'Table properties': string;
167
- 'Delete table': string;
168
- 'Cell': string;
169
- 'Row': string;
170
- 'Column': string;
171
- 'Cell properties': string;
172
- 'Merge cells': string;
173
- 'Split cell': string;
174
- 'Insert row before': string;
175
- 'Insert row after': string;
176
- 'Delete row': string;
177
- 'Row properties': string;
178
- 'Cut row': string;
179
- 'Cut column': string;
180
- 'Copy row': string;
181
- 'Copy column': string;
182
- 'Paste row before': string;
183
- 'Paste column before': string;
184
- 'Paste row after': string;
185
- 'Paste column after': string;
186
- 'Insert column before': string;
187
- 'Insert column after': string;
188
- 'Delete column': string;
189
- 'Cols': string;
190
- 'Rows': string;
191
- 'Width': string;
192
- 'Height': string;
193
- 'Cell spacing': string;
194
- 'Cell padding': string;
195
- 'Row clipboard actions': string;
196
- 'Column clipboard actions': string;
197
- 'Table styles': string;
198
- 'Cell styles': string;
199
- 'Column header': string;
200
- 'Row header': string;
201
- 'Table caption': string;
202
- 'Caption': string;
203
- 'Show caption': string;
204
- 'Left': string;
205
- 'Center': string;
206
- 'Right': string;
207
- 'Cell type': string;
208
- 'Scope': string;
209
- 'Alignment': string;
210
- 'Horizontal align': string;
211
- 'Vertical align': string;
212
- 'Top': string;
213
- 'Middle': string;
214
- 'Bottom': string;
215
- 'Header cell': string;
216
- 'Row group': string;
217
- 'Column group': string;
218
- 'Row type': string;
219
- 'Header': string;
220
- 'Body': string;
221
- 'Footer': string;
222
- 'Border color': string;
223
- 'Solid': string;
224
- 'Dotted': string;
225
- 'Dashed': string;
226
- 'Double': string;
227
- 'Groove': string;
228
- 'Ridge': string;
229
- 'Inset': string;
230
- 'Outset': string;
231
- 'Hidden': string;
232
- 'Insert template...': string;
233
- 'Templates': string;
234
- 'Template': string;
235
- 'Insert Template': string;
236
- 'Text color': string;
237
- 'Background color': string;
238
- 'Custom...': string;
239
- 'Custom color': string;
240
- 'No color': string;
241
- 'Remove color': string;
242
- 'Show blocks': string;
243
- 'Show invisible characters': string;
244
- 'Word count': string;
245
- 'Count': string;
246
- 'Document': string;
247
- 'Selection': string;
248
- 'Words': string;
249
- 'Words: {0}': string;
250
- '{0} words': string;
251
- 'File': string;
252
- 'Edit': string;
253
- 'Insert': string;
254
- 'View': string;
255
- 'Format': string;
256
- 'Table': string;
257
- 'Tools': string;
258
- 'Powered by {0}': string;
259
- 'Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help': string;
260
- 'Image title': string;
261
- 'Border width': string;
262
- 'Border style': string;
263
- 'Error': string;
264
- 'Warn': string;
265
- 'Valid': string;
266
- 'To open the popup, press Shift+Enter': string;
267
- 'Rich Text Area': string;
268
- 'Rich Text Area. Press ALT-0 for help.': string;
269
- 'System Font': string;
270
- 'Failed to upload image: {0}': string;
271
- 'Failed to load plugin: {0} from url {1}': string;
272
- 'Failed to load plugin url: {0}': string;
273
- 'Failed to initialize plugin: {0}': string;
274
- 'example': string;
275
- 'Search': string;
276
- 'All': string;
277
- 'Currency': string;
278
- 'Text': string;
279
- 'Quotations': string;
280
- 'Mathematical': string;
281
- 'Extended Latin': string;
282
- 'Symbols': string;
283
- 'Arrows': string;
284
- 'User Defined': string;
285
- 'dollar sign': string;
286
- 'currency sign': string;
287
- 'euro-currency sign': string;
288
- 'colon sign': string;
289
- 'cruzeiro sign': string;
290
- 'french franc sign': string;
291
- 'lira sign': string;
292
- 'mill sign': string;
293
- 'naira sign': string;
294
- 'peseta sign': string;
295
- 'rupee sign': string;
296
- 'won sign': string;
297
- 'new sheqel sign': string;
298
- 'dong sign': string;
299
- 'kip sign': string;
300
- 'tugrik sign': string;
301
- 'drachma sign': string;
302
- 'german penny symbol': string;
303
- 'peso sign': string;
304
- 'guarani sign': string;
305
- 'austral sign': string;
306
- 'hryvnia sign': string;
307
- 'cedi sign': string;
308
- 'livre tournois sign': string;
309
- 'spesmilo sign': string;
310
- 'tenge sign': string;
311
- 'indian rupee sign': string;
312
- 'turkish lira sign': string;
313
- 'nordic mark sign': string;
314
- 'manat sign': string;
315
- 'ruble sign': string;
316
- 'yen character': string;
317
- 'yuan character': string;
318
- 'yuan character, in hong kong and taiwan': string;
319
- 'yen/yuan character variant one': string;
320
- 'Emojis': string;
321
- 'Emojis...': string;
322
- 'Loading emojis...': string;
323
- 'Could not load emojis': string;
324
- 'People': string;
325
- 'Animals and Nature': string;
326
- 'Food and Drink': string;
327
- 'Activity': string;
328
- 'Travel and Places': string;
329
- 'Objects': string;
330
- 'Flags': string;
331
- 'Characters': string;
332
- 'Characters (no spaces)': string;
333
- '{0} characters': string;
334
- 'Error: Form submit field collision.': string;
335
- 'Error: No form element found.': string;
336
- 'Color swatch': string;
337
- 'Color Picker': string;
338
- 'Invalid hex color code: {0}': string;
339
- 'Invalid input': string;
340
- 'R': string;
341
- 'Red component': string;
342
- 'G': string;
343
- 'Green component': string;
344
- 'B': string;
345
- 'Blue component': string;
346
- '#': string;
347
- 'Hex color code': string;
348
- 'Range 0 to 255': string;
349
- 'Turquoise': string;
350
- 'Green': string;
351
- 'Blue': string;
352
- 'Purple': string;
353
- 'Navy Blue': string;
354
- 'Dark Turquoise': string;
355
- 'Dark Green': string;
356
- 'Medium Blue': string;
357
- 'Medium Purple': string;
358
- 'Midnight Blue': string;
359
- 'Yellow': string;
360
- 'Orange': string;
361
- 'Red': string;
362
- 'Light Gray': string;
363
- 'Gray': string;
364
- 'Dark Yellow': string;
365
- 'Dark Orange': string;
366
- 'Dark Red': string;
367
- 'Medium Gray': string;
368
- 'Dark Gray': string;
369
- 'Light Green': string;
370
- 'Light Yellow': string;
371
- 'Light Red': string;
372
- 'Light Purple': string;
373
- 'Light Blue': string;
374
- 'Dark Purple': string;
375
- 'Dark Blue': string;
376
- 'Black': string;
377
- 'White': string;
378
- 'Switch to or from fullscreen mode': string;
379
- 'Open help dialog': string;
380
- 'history': string;
381
- 'styles': string;
382
- 'formatting': string;
383
- 'alignment': string;
384
- 'indentation': string;
385
- 'Font': string;
386
- 'Size': string;
387
- 'More...': string;
388
- 'Select...': string;
389
- 'Preferences': string;
390
- 'Yes': string;
391
- 'No': string;
392
- 'Keyboard Navigation': string;
393
- 'Version': string;
394
- 'Code view': string;
395
- 'Open popup menu for split buttons': string;
396
- 'List Properties': string;
397
- 'List properties...': string;
398
- 'Start list at number': string;
399
- 'Line height': string;
400
- 'Dropped file type is not supported': string;
401
- 'Loading...': string;
402
- 'ImageProxy HTTP error: Rejected request': string;
403
- 'ImageProxy HTTP error: Could not find Image Proxy': string;
404
- 'ImageProxy HTTP error: Incorrect Image Proxy URL': string;
405
- 'ImageProxy HTTP error: Unknown ImageProxy error': string;
2
+ Redo: string;
3
+ Undo: string;
4
+ Cut: string;
5
+ Copy: string;
6
+ Paste: string;
7
+ 'Select all': string;
8
+ 'New document': string;
9
+ Ok: string;
10
+ Cancel: string;
11
+ 'Visual aids': string;
12
+ Bold: string;
13
+ Italic: string;
14
+ Underline: string;
15
+ Strikethrough: string;
16
+ Superscript: string;
17
+ Subscript: string;
18
+ 'Clear formatting': string;
19
+ Remove: string;
20
+ 'Align left': string;
21
+ 'Align center': string;
22
+ 'Align right': string;
23
+ 'No alignment': string;
24
+ Justify: string;
25
+ 'Bullet list': string;
26
+ 'Numbered list': string;
27
+ 'Decrease indent': string;
28
+ 'Increase indent': string;
29
+ Close: string;
30
+ Formats: string;
31
+ "Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.": string;
32
+ Headings: string;
33
+ 'Heading 1': string;
34
+ 'Heading 2': string;
35
+ 'Heading 3': string;
36
+ 'Heading 4': string;
37
+ 'Heading 5': string;
38
+ 'Heading 6': string;
39
+ Preformatted: string;
40
+ Div: string;
41
+ Pre: string;
42
+ Code: string;
43
+ Paragraph: string;
44
+ Blockquote: string;
45
+ Inline: string;
46
+ Blocks: string;
47
+ 'Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.': string;
48
+ Fonts: string;
49
+ 'Font sizes': string;
50
+ Class: string;
51
+ 'Browse for an image': string;
52
+ OR: string;
53
+ 'Drop an image here': string;
54
+ Upload: string;
55
+ 'Uploading image': string;
56
+ Block: string;
57
+ Align: string;
58
+ Default: string;
59
+ Circle: string;
60
+ Disc: string;
61
+ Square: string;
62
+ 'Lower Alpha': string;
63
+ 'Lower Greek': string;
64
+ 'Lower Roman': string;
65
+ 'Upper Alpha': string;
66
+ 'Upper Roman': string;
67
+ 'Anchor...': string;
68
+ Anchor: string;
69
+ Name: string;
70
+ ID: string;
71
+ 'ID should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.': string;
72
+ 'You have unsaved changes are you sure you want to navigate away?': string;
73
+ 'Restore last draft': string;
74
+ 'Special character...': string;
75
+ 'Special Character': string;
76
+ 'Source code': string;
77
+ 'Insert/Edit code sample': string;
78
+ Language: string;
79
+ 'Code sample...': string;
80
+ 'Left to right': string;
81
+ 'Right to left': string;
82
+ Title: string;
83
+ Fullscreen: string;
84
+ Action: string;
85
+ Shortcut: string;
86
+ Help: string;
87
+ Address: string;
88
+ 'Focus to menubar': string;
89
+ 'Focus to toolbar': string;
90
+ 'Focus to element path': string;
91
+ 'Focus to contextual toolbar': string;
92
+ 'Insert link (if link plugin activated)': string;
93
+ 'Save (if save plugin activated)': string;
94
+ 'Find (if searchreplace plugin activated)': string;
95
+ 'Plugins installed ({0}):': string;
96
+ 'Premium plugins:': string;
97
+ 'Learn more...': string;
98
+ 'You are using {0}': string;
99
+ Plugins: string;
100
+ 'Handy Shortcuts': string;
101
+ 'Horizontal line': string;
102
+ 'Insert/edit image': string;
103
+ 'Alternative description': string;
104
+ Accessibility: string;
105
+ 'Image is decorative': string;
106
+ Source: string;
107
+ Dimensions: string;
108
+ 'Constrain proportions': string;
109
+ General: string;
110
+ Advanced: string;
111
+ Style: string;
112
+ 'Vertical space': string;
113
+ 'Horizontal space': string;
114
+ Border: string;
115
+ 'Insert image': string;
116
+ 'Image...': string;
117
+ 'Image list': string;
118
+ Resize: string;
119
+ 'Insert date/time': string;
120
+ 'Date/time': string;
121
+ 'Insert/edit link': string;
122
+ 'Text to display': string;
123
+ Url: string;
124
+ 'Open link in...': string;
125
+ 'Current window': string;
126
+ None: string;
127
+ 'New window': string;
128
+ 'Open link': string;
129
+ 'Remove link': string;
130
+ Anchors: string;
131
+ 'Link...': string;
132
+ 'Paste or type a link': string;
133
+ 'The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?': string;
134
+ 'The URL you entered seems to be an external link. Do you want to add the required http:// prefix?': string;
135
+ 'The URL you entered seems to be an external link. Do you want to add the required https:// prefix?': string;
136
+ 'Link list': string;
137
+ 'Insert video': string;
138
+ 'Insert/edit video': string;
139
+ 'Insert/edit media': string;
140
+ 'Alternative source': string;
141
+ 'Alternative source URL': string;
142
+ 'Media poster (Image URL)': string;
143
+ 'Paste your embed code below:': string;
144
+ Embed: string;
145
+ 'Media...': string;
146
+ 'Nonbreaking space': string;
147
+ 'Page break': string;
148
+ 'Paste as text': string;
149
+ Preview: string;
150
+ Print: string;
151
+ 'Print...': string;
152
+ Save: string;
153
+ Find: string;
154
+ 'Replace with': string;
155
+ Replace: string;
156
+ 'Replace all': string;
157
+ Previous: string;
158
+ Next: string;
159
+ 'Find and Replace': string;
160
+ 'Find and replace...': string;
161
+ 'Could not find the specified string.': string;
162
+ 'Match case': string;
163
+ 'Find whole words only': string;
164
+ 'Find in selection': string;
165
+ 'Insert table': string;
166
+ 'Table properties': string;
167
+ 'Delete table': string;
168
+ Cell: string;
169
+ Row: string;
170
+ Column: string;
171
+ 'Cell properties': string;
172
+ 'Merge cells': string;
173
+ 'Split cell': string;
174
+ 'Insert row before': string;
175
+ 'Insert row after': string;
176
+ 'Delete row': string;
177
+ 'Row properties': string;
178
+ 'Cut row': string;
179
+ 'Cut column': string;
180
+ 'Copy row': string;
181
+ 'Copy column': string;
182
+ 'Paste row before': string;
183
+ 'Paste column before': string;
184
+ 'Paste row after': string;
185
+ 'Paste column after': string;
186
+ 'Insert column before': string;
187
+ 'Insert column after': string;
188
+ 'Delete column': string;
189
+ Cols: string;
190
+ Rows: string;
191
+ Width: string;
192
+ Height: string;
193
+ 'Cell spacing': string;
194
+ 'Cell padding': string;
195
+ 'Row clipboard actions': string;
196
+ 'Column clipboard actions': string;
197
+ 'Table styles': string;
198
+ 'Cell styles': string;
199
+ 'Column header': string;
200
+ 'Row header': string;
201
+ 'Table caption': string;
202
+ Caption: string;
203
+ 'Show caption': string;
204
+ Left: string;
205
+ Center: string;
206
+ Right: string;
207
+ 'Cell type': string;
208
+ Scope: string;
209
+ Alignment: string;
210
+ 'Horizontal align': string;
211
+ 'Vertical align': string;
212
+ Top: string;
213
+ Middle: string;
214
+ Bottom: string;
215
+ 'Header cell': string;
216
+ 'Row group': string;
217
+ 'Column group': string;
218
+ 'Row type': string;
219
+ Header: string;
220
+ Body: string;
221
+ Footer: string;
222
+ 'Border color': string;
223
+ Solid: string;
224
+ Dotted: string;
225
+ Dashed: string;
226
+ Double: string;
227
+ Groove: string;
228
+ Ridge: string;
229
+ Inset: string;
230
+ Outset: string;
231
+ Hidden: string;
232
+ 'Insert template...': string;
233
+ Templates: string;
234
+ Template: string;
235
+ 'Insert Template': string;
236
+ 'Text color': string;
237
+ 'Background color': string;
238
+ 'Custom...': string;
239
+ 'Custom color': string;
240
+ 'No color': string;
241
+ 'Remove color': string;
242
+ 'Show blocks': string;
243
+ 'Show invisible characters': string;
244
+ 'Word count': string;
245
+ Count: string;
246
+ Document: string;
247
+ Selection: string;
248
+ Words: string;
249
+ 'Words: {0}': string;
250
+ '{0} words': string;
251
+ File: string;
252
+ Edit: string;
253
+ Insert: string;
254
+ View: string;
255
+ Format: string;
256
+ Table: string;
257
+ Tools: string;
258
+ 'Powered by {0}': string;
259
+ 'Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help': string;
260
+ 'Image title': string;
261
+ 'Border width': string;
262
+ 'Border style': string;
263
+ Error: string;
264
+ Warn: string;
265
+ Valid: string;
266
+ 'To open the popup, press Shift+Enter': string;
267
+ 'Rich Text Area': string;
268
+ 'Rich Text Area. Press ALT-0 for help.': string;
269
+ 'System Font': string;
270
+ 'Failed to upload image: {0}': string;
271
+ 'Failed to load plugin: {0} from url {1}': string;
272
+ 'Failed to load plugin url: {0}': string;
273
+ 'Failed to initialize plugin: {0}': string;
274
+ example: string;
275
+ Search: string;
276
+ All: string;
277
+ Currency: string;
278
+ Text: string;
279
+ Quotations: string;
280
+ Mathematical: string;
281
+ 'Extended Latin': string;
282
+ Symbols: string;
283
+ Arrows: string;
284
+ 'User Defined': string;
285
+ 'dollar sign': string;
286
+ 'currency sign': string;
287
+ 'euro-currency sign': string;
288
+ 'colon sign': string;
289
+ 'cruzeiro sign': string;
290
+ 'french franc sign': string;
291
+ 'lira sign': string;
292
+ 'mill sign': string;
293
+ 'naira sign': string;
294
+ 'peseta sign': string;
295
+ 'rupee sign': string;
296
+ 'won sign': string;
297
+ 'new sheqel sign': string;
298
+ 'dong sign': string;
299
+ 'kip sign': string;
300
+ 'tugrik sign': string;
301
+ 'drachma sign': string;
302
+ 'german penny symbol': string;
303
+ 'peso sign': string;
304
+ 'guarani sign': string;
305
+ 'austral sign': string;
306
+ 'hryvnia sign': string;
307
+ 'cedi sign': string;
308
+ 'livre tournois sign': string;
309
+ 'spesmilo sign': string;
310
+ 'tenge sign': string;
311
+ 'indian rupee sign': string;
312
+ 'turkish lira sign': string;
313
+ 'nordic mark sign': string;
314
+ 'manat sign': string;
315
+ 'ruble sign': string;
316
+ 'yen character': string;
317
+ 'yuan character': string;
318
+ 'yuan character, in hong kong and taiwan': string;
319
+ 'yen/yuan character variant one': string;
320
+ Emojis: string;
321
+ 'Emojis...': string;
322
+ 'Loading emojis...': string;
323
+ 'Could not load emojis': string;
324
+ People: string;
325
+ 'Animals and Nature': string;
326
+ 'Food and Drink': string;
327
+ Activity: string;
328
+ 'Travel and Places': string;
329
+ Objects: string;
330
+ Flags: string;
331
+ Characters: string;
332
+ 'Characters (no spaces)': string;
333
+ '{0} characters': string;
334
+ 'Error: Form submit field collision.': string;
335
+ 'Error: No form element found.': string;
336
+ 'Color swatch': string;
337
+ 'Color Picker': string;
338
+ 'Invalid hex color code: {0}': string;
339
+ 'Invalid input': string;
340
+ R: string;
341
+ 'Red component': string;
342
+ G: string;
343
+ 'Green component': string;
344
+ B: string;
345
+ 'Blue component': string;
346
+ '#': string;
347
+ 'Hex color code': string;
348
+ 'Range 0 to 255': string;
349
+ Turquoise: string;
350
+ Green: string;
351
+ Blue: string;
352
+ Purple: string;
353
+ 'Navy Blue': string;
354
+ 'Dark Turquoise': string;
355
+ 'Dark Green': string;
356
+ 'Medium Blue': string;
357
+ 'Medium Purple': string;
358
+ 'Midnight Blue': string;
359
+ Yellow: string;
360
+ Orange: string;
361
+ Red: string;
362
+ 'Light Gray': string;
363
+ Gray: string;
364
+ 'Dark Yellow': string;
365
+ 'Dark Orange': string;
366
+ 'Dark Red': string;
367
+ 'Medium Gray': string;
368
+ 'Dark Gray': string;
369
+ 'Light Green': string;
370
+ 'Light Yellow': string;
371
+ 'Light Red': string;
372
+ 'Light Purple': string;
373
+ 'Light Blue': string;
374
+ 'Dark Purple': string;
375
+ 'Dark Blue': string;
376
+ Black: string;
377
+ White: string;
378
+ 'Switch to or from fullscreen mode': string;
379
+ 'Open help dialog': string;
380
+ history: string;
381
+ styles: string;
382
+ formatting: string;
383
+ alignment: string;
384
+ indentation: string;
385
+ Font: string;
386
+ Size: string;
387
+ 'More...': string;
388
+ 'Select...': string;
389
+ Preferences: string;
390
+ Yes: string;
391
+ No: string;
392
+ 'Keyboard Navigation': string;
393
+ Version: string;
394
+ 'Code view': string;
395
+ 'Open popup menu for split buttons': string;
396
+ 'List Properties': string;
397
+ 'List properties...': string;
398
+ 'Start list at number': string;
399
+ 'Line height': string;
400
+ 'Dropped file type is not supported': string;
401
+ 'Loading...': string;
402
+ 'ImageProxy HTTP error: Rejected request': string;
403
+ 'ImageProxy HTTP error: Could not find Image Proxy': string;
404
+ 'ImageProxy HTTP error: Incorrect Image Proxy URL': string;
405
+ 'ImageProxy HTTP error: Unknown ImageProxy error': string;
406
406
  };
407
407
  export default _default;