@ckeditor/ckeditor5-uploadcare 0.0.0-internal-20251210.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (428) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/LICENSE.md +22 -0
  3. package/README.md +47 -0
  4. package/build/translations/af.js +1 -0
  5. package/build/translations/ar.js +1 -0
  6. package/build/translations/ast.js +1 -0
  7. package/build/translations/az.js +1 -0
  8. package/build/translations/be.js +1 -0
  9. package/build/translations/bg.js +1 -0
  10. package/build/translations/bn.js +1 -0
  11. package/build/translations/bs.js +1 -0
  12. package/build/translations/ca.js +1 -0
  13. package/build/translations/cs.js +1 -0
  14. package/build/translations/da.js +1 -0
  15. package/build/translations/de-ch.js +1 -0
  16. package/build/translations/de.js +1 -0
  17. package/build/translations/el.js +1 -0
  18. package/build/translations/en-au.js +1 -0
  19. package/build/translations/en-gb.js +1 -0
  20. package/build/translations/eo.js +1 -0
  21. package/build/translations/es-co.js +1 -0
  22. package/build/translations/es.js +1 -0
  23. package/build/translations/et.js +1 -0
  24. package/build/translations/eu.js +1 -0
  25. package/build/translations/fa.js +1 -0
  26. package/build/translations/fi.js +1 -0
  27. package/build/translations/fr.js +1 -0
  28. package/build/translations/gl.js +1 -0
  29. package/build/translations/gu.js +1 -0
  30. package/build/translations/he.js +1 -0
  31. package/build/translations/hi.js +1 -0
  32. package/build/translations/hr.js +1 -0
  33. package/build/translations/hu.js +1 -0
  34. package/build/translations/hy.js +1 -0
  35. package/build/translations/id.js +1 -0
  36. package/build/translations/it.js +1 -0
  37. package/build/translations/ja.js +1 -0
  38. package/build/translations/jv.js +1 -0
  39. package/build/translations/kk.js +1 -0
  40. package/build/translations/km.js +1 -0
  41. package/build/translations/kn.js +1 -0
  42. package/build/translations/ko.js +1 -0
  43. package/build/translations/ku.js +1 -0
  44. package/build/translations/lt.js +1 -0
  45. package/build/translations/lv.js +1 -0
  46. package/build/translations/ms.js +1 -0
  47. package/build/translations/nb.js +1 -0
  48. package/build/translations/ne.js +1 -0
  49. package/build/translations/nl.js +1 -0
  50. package/build/translations/no.js +1 -0
  51. package/build/translations/oc.js +1 -0
  52. package/build/translations/pl.js +1 -0
  53. package/build/translations/pt-br.js +1 -0
  54. package/build/translations/pt.js +1 -0
  55. package/build/translations/ro.js +1 -0
  56. package/build/translations/ru.js +1 -0
  57. package/build/translations/si.js +1 -0
  58. package/build/translations/sk.js +1 -0
  59. package/build/translations/sl.js +1 -0
  60. package/build/translations/sq.js +1 -0
  61. package/build/translations/sr-latn.js +1 -0
  62. package/build/translations/sr.js +1 -0
  63. package/build/translations/sv.js +1 -0
  64. package/build/translations/th.js +1 -0
  65. package/build/translations/ti.js +1 -0
  66. package/build/translations/tk.js +1 -0
  67. package/build/translations/tr.js +1 -0
  68. package/build/translations/tt.js +1 -0
  69. package/build/translations/ug.js +1 -0
  70. package/build/translations/uk.js +1 -0
  71. package/build/translations/ur.js +1 -0
  72. package/build/translations/uz.js +1 -0
  73. package/build/translations/vi.js +1 -0
  74. package/build/translations/zh-cn.js +1 -0
  75. package/build/translations/zh.js +1 -0
  76. package/build/uploadcare.js +5 -0
  77. package/ckeditor5-metadata.json +47 -0
  78. package/dist/index-content.css +5 -0
  79. package/dist/index-editor.css +265 -0
  80. package/dist/index.css +315 -0
  81. package/dist/index.js +25 -0
  82. package/dist/translations/af.d.ts +8 -0
  83. package/dist/translations/af.js +23 -0
  84. package/dist/translations/af.umd.js +23 -0
  85. package/dist/translations/ar.d.ts +8 -0
  86. package/dist/translations/ar.js +23 -0
  87. package/dist/translations/ar.umd.js +23 -0
  88. package/dist/translations/ast.d.ts +8 -0
  89. package/dist/translations/ast.js +23 -0
  90. package/dist/translations/ast.umd.js +23 -0
  91. package/dist/translations/az.d.ts +8 -0
  92. package/dist/translations/az.js +23 -0
  93. package/dist/translations/az.umd.js +23 -0
  94. package/dist/translations/be.d.ts +8 -0
  95. package/dist/translations/be.js +23 -0
  96. package/dist/translations/be.umd.js +23 -0
  97. package/dist/translations/bg.d.ts +8 -0
  98. package/dist/translations/bg.js +23 -0
  99. package/dist/translations/bg.umd.js +23 -0
  100. package/dist/translations/bn.d.ts +8 -0
  101. package/dist/translations/bn.js +23 -0
  102. package/dist/translations/bn.umd.js +23 -0
  103. package/dist/translations/bs.d.ts +8 -0
  104. package/dist/translations/bs.js +23 -0
  105. package/dist/translations/bs.umd.js +23 -0
  106. package/dist/translations/ca.d.ts +8 -0
  107. package/dist/translations/ca.js +23 -0
  108. package/dist/translations/ca.umd.js +23 -0
  109. package/dist/translations/cs.d.ts +8 -0
  110. package/dist/translations/cs.js +23 -0
  111. package/dist/translations/cs.umd.js +23 -0
  112. package/dist/translations/da.d.ts +8 -0
  113. package/dist/translations/da.js +23 -0
  114. package/dist/translations/da.umd.js +23 -0
  115. package/dist/translations/de-ch.d.ts +8 -0
  116. package/dist/translations/de-ch.js +23 -0
  117. package/dist/translations/de-ch.umd.js +23 -0
  118. package/dist/translations/de.d.ts +8 -0
  119. package/dist/translations/de.js +23 -0
  120. package/dist/translations/de.umd.js +23 -0
  121. package/dist/translations/el.d.ts +8 -0
  122. package/dist/translations/el.js +23 -0
  123. package/dist/translations/el.umd.js +23 -0
  124. package/dist/translations/en-au.d.ts +8 -0
  125. package/dist/translations/en-au.js +23 -0
  126. package/dist/translations/en-au.umd.js +23 -0
  127. package/dist/translations/en-gb.d.ts +8 -0
  128. package/dist/translations/en-gb.js +23 -0
  129. package/dist/translations/en-gb.umd.js +23 -0
  130. package/dist/translations/en.d.ts +8 -0
  131. package/dist/translations/en.js +23 -0
  132. package/dist/translations/en.umd.js +23 -0
  133. package/dist/translations/eo.d.ts +8 -0
  134. package/dist/translations/eo.js +23 -0
  135. package/dist/translations/eo.umd.js +23 -0
  136. package/dist/translations/es-co.d.ts +8 -0
  137. package/dist/translations/es-co.js +23 -0
  138. package/dist/translations/es-co.umd.js +23 -0
  139. package/dist/translations/es.d.ts +8 -0
  140. package/dist/translations/es.js +23 -0
  141. package/dist/translations/es.umd.js +23 -0
  142. package/dist/translations/et.d.ts +8 -0
  143. package/dist/translations/et.js +23 -0
  144. package/dist/translations/et.umd.js +23 -0
  145. package/dist/translations/eu.d.ts +8 -0
  146. package/dist/translations/eu.js +23 -0
  147. package/dist/translations/eu.umd.js +23 -0
  148. package/dist/translations/fa.d.ts +8 -0
  149. package/dist/translations/fa.js +23 -0
  150. package/dist/translations/fa.umd.js +23 -0
  151. package/dist/translations/fi.d.ts +8 -0
  152. package/dist/translations/fi.js +23 -0
  153. package/dist/translations/fi.umd.js +23 -0
  154. package/dist/translations/fr.d.ts +8 -0
  155. package/dist/translations/fr.js +23 -0
  156. package/dist/translations/fr.umd.js +23 -0
  157. package/dist/translations/gl.d.ts +8 -0
  158. package/dist/translations/gl.js +23 -0
  159. package/dist/translations/gl.umd.js +23 -0
  160. package/dist/translations/gu.d.ts +8 -0
  161. package/dist/translations/gu.js +23 -0
  162. package/dist/translations/gu.umd.js +23 -0
  163. package/dist/translations/he.d.ts +8 -0
  164. package/dist/translations/he.js +23 -0
  165. package/dist/translations/he.umd.js +23 -0
  166. package/dist/translations/hi.d.ts +8 -0
  167. package/dist/translations/hi.js +23 -0
  168. package/dist/translations/hi.umd.js +23 -0
  169. package/dist/translations/hr.d.ts +8 -0
  170. package/dist/translations/hr.js +23 -0
  171. package/dist/translations/hr.umd.js +23 -0
  172. package/dist/translations/hu.d.ts +8 -0
  173. package/dist/translations/hu.js +23 -0
  174. package/dist/translations/hu.umd.js +23 -0
  175. package/dist/translations/hy.d.ts +8 -0
  176. package/dist/translations/hy.js +23 -0
  177. package/dist/translations/hy.umd.js +23 -0
  178. package/dist/translations/id.d.ts +8 -0
  179. package/dist/translations/id.js +23 -0
  180. package/dist/translations/id.umd.js +23 -0
  181. package/dist/translations/it.d.ts +8 -0
  182. package/dist/translations/it.js +23 -0
  183. package/dist/translations/it.umd.js +23 -0
  184. package/dist/translations/ja.d.ts +8 -0
  185. package/dist/translations/ja.js +23 -0
  186. package/dist/translations/ja.umd.js +23 -0
  187. package/dist/translations/jv.d.ts +8 -0
  188. package/dist/translations/jv.js +23 -0
  189. package/dist/translations/jv.umd.js +23 -0
  190. package/dist/translations/kk.d.ts +8 -0
  191. package/dist/translations/kk.js +23 -0
  192. package/dist/translations/kk.umd.js +23 -0
  193. package/dist/translations/km.d.ts +8 -0
  194. package/dist/translations/km.js +23 -0
  195. package/dist/translations/km.umd.js +23 -0
  196. package/dist/translations/kn.d.ts +8 -0
  197. package/dist/translations/kn.js +23 -0
  198. package/dist/translations/kn.umd.js +23 -0
  199. package/dist/translations/ko.d.ts +8 -0
  200. package/dist/translations/ko.js +23 -0
  201. package/dist/translations/ko.umd.js +23 -0
  202. package/dist/translations/ku.d.ts +8 -0
  203. package/dist/translations/ku.js +23 -0
  204. package/dist/translations/ku.umd.js +23 -0
  205. package/dist/translations/lt.d.ts +8 -0
  206. package/dist/translations/lt.js +23 -0
  207. package/dist/translations/lt.umd.js +23 -0
  208. package/dist/translations/lv.d.ts +8 -0
  209. package/dist/translations/lv.js +23 -0
  210. package/dist/translations/lv.umd.js +23 -0
  211. package/dist/translations/ms.d.ts +8 -0
  212. package/dist/translations/ms.js +23 -0
  213. package/dist/translations/ms.umd.js +23 -0
  214. package/dist/translations/nb.d.ts +8 -0
  215. package/dist/translations/nb.js +23 -0
  216. package/dist/translations/nb.umd.js +23 -0
  217. package/dist/translations/ne.d.ts +8 -0
  218. package/dist/translations/ne.js +23 -0
  219. package/dist/translations/ne.umd.js +23 -0
  220. package/dist/translations/nl.d.ts +8 -0
  221. package/dist/translations/nl.js +23 -0
  222. package/dist/translations/nl.umd.js +23 -0
  223. package/dist/translations/no.d.ts +8 -0
  224. package/dist/translations/no.js +23 -0
  225. package/dist/translations/no.umd.js +23 -0
  226. package/dist/translations/oc.d.ts +8 -0
  227. package/dist/translations/oc.js +23 -0
  228. package/dist/translations/oc.umd.js +23 -0
  229. package/dist/translations/pl.d.ts +8 -0
  230. package/dist/translations/pl.js +23 -0
  231. package/dist/translations/pl.umd.js +23 -0
  232. package/dist/translations/pt-br.d.ts +8 -0
  233. package/dist/translations/pt-br.js +23 -0
  234. package/dist/translations/pt-br.umd.js +23 -0
  235. package/dist/translations/pt.d.ts +8 -0
  236. package/dist/translations/pt.js +23 -0
  237. package/dist/translations/pt.umd.js +23 -0
  238. package/dist/translations/ro.d.ts +8 -0
  239. package/dist/translations/ro.js +23 -0
  240. package/dist/translations/ro.umd.js +23 -0
  241. package/dist/translations/ru.d.ts +8 -0
  242. package/dist/translations/ru.js +23 -0
  243. package/dist/translations/ru.umd.js +23 -0
  244. package/dist/translations/si.d.ts +8 -0
  245. package/dist/translations/si.js +23 -0
  246. package/dist/translations/si.umd.js +23 -0
  247. package/dist/translations/sk.d.ts +8 -0
  248. package/dist/translations/sk.js +23 -0
  249. package/dist/translations/sk.umd.js +23 -0
  250. package/dist/translations/sl.d.ts +8 -0
  251. package/dist/translations/sl.js +23 -0
  252. package/dist/translations/sl.umd.js +23 -0
  253. package/dist/translations/sq.d.ts +8 -0
  254. package/dist/translations/sq.js +23 -0
  255. package/dist/translations/sq.umd.js +23 -0
  256. package/dist/translations/sr-latn.d.ts +8 -0
  257. package/dist/translations/sr-latn.js +23 -0
  258. package/dist/translations/sr-latn.umd.js +23 -0
  259. package/dist/translations/sr.d.ts +8 -0
  260. package/dist/translations/sr.js +23 -0
  261. package/dist/translations/sr.umd.js +23 -0
  262. package/dist/translations/sv.d.ts +8 -0
  263. package/dist/translations/sv.js +23 -0
  264. package/dist/translations/sv.umd.js +23 -0
  265. package/dist/translations/th.d.ts +8 -0
  266. package/dist/translations/th.js +23 -0
  267. package/dist/translations/th.umd.js +23 -0
  268. package/dist/translations/ti.d.ts +8 -0
  269. package/dist/translations/ti.js +23 -0
  270. package/dist/translations/ti.umd.js +23 -0
  271. package/dist/translations/tk.d.ts +8 -0
  272. package/dist/translations/tk.js +23 -0
  273. package/dist/translations/tk.umd.js +23 -0
  274. package/dist/translations/tr.d.ts +8 -0
  275. package/dist/translations/tr.js +23 -0
  276. package/dist/translations/tr.umd.js +23 -0
  277. package/dist/translations/tt.d.ts +8 -0
  278. package/dist/translations/tt.js +23 -0
  279. package/dist/translations/tt.umd.js +23 -0
  280. package/dist/translations/ug.d.ts +8 -0
  281. package/dist/translations/ug.js +23 -0
  282. package/dist/translations/ug.umd.js +23 -0
  283. package/dist/translations/uk.d.ts +8 -0
  284. package/dist/translations/uk.js +23 -0
  285. package/dist/translations/uk.umd.js +23 -0
  286. package/dist/translations/ur.d.ts +8 -0
  287. package/dist/translations/ur.js +23 -0
  288. package/dist/translations/ur.umd.js +23 -0
  289. package/dist/translations/uz.d.ts +8 -0
  290. package/dist/translations/uz.js +23 -0
  291. package/dist/translations/uz.umd.js +23 -0
  292. package/dist/translations/vi.d.ts +8 -0
  293. package/dist/translations/vi.js +23 -0
  294. package/dist/translations/vi.umd.js +23 -0
  295. package/dist/translations/zh-cn.d.ts +8 -0
  296. package/dist/translations/zh-cn.js +23 -0
  297. package/dist/translations/zh-cn.umd.js +23 -0
  298. package/dist/translations/zh.d.ts +8 -0
  299. package/dist/translations/zh.js +23 -0
  300. package/dist/translations/zh.umd.js +23 -0
  301. package/lang/contexts.json +24 -0
  302. package/lang/translations/af.po +100 -0
  303. package/lang/translations/ar.po +100 -0
  304. package/lang/translations/ast.po +100 -0
  305. package/lang/translations/az.po +100 -0
  306. package/lang/translations/be.po +100 -0
  307. package/lang/translations/bg.po +100 -0
  308. package/lang/translations/bn.po +100 -0
  309. package/lang/translations/bs.po +100 -0
  310. package/lang/translations/ca.po +100 -0
  311. package/lang/translations/cs.po +100 -0
  312. package/lang/translations/da.po +100 -0
  313. package/lang/translations/de-ch.po +100 -0
  314. package/lang/translations/de.po +100 -0
  315. package/lang/translations/el.po +100 -0
  316. package/lang/translations/en-au.po +100 -0
  317. package/lang/translations/en-gb.po +100 -0
  318. package/lang/translations/en.po +100 -0
  319. package/lang/translations/eo.po +100 -0
  320. package/lang/translations/es-co.po +100 -0
  321. package/lang/translations/es.po +100 -0
  322. package/lang/translations/et.po +100 -0
  323. package/lang/translations/eu.po +100 -0
  324. package/lang/translations/fa.po +100 -0
  325. package/lang/translations/fi.po +100 -0
  326. package/lang/translations/fr.po +100 -0
  327. package/lang/translations/gl.po +100 -0
  328. package/lang/translations/gu.po +100 -0
  329. package/lang/translations/he.po +100 -0
  330. package/lang/translations/hi.po +100 -0
  331. package/lang/translations/hr.po +100 -0
  332. package/lang/translations/hu.po +100 -0
  333. package/lang/translations/hy.po +100 -0
  334. package/lang/translations/id.po +100 -0
  335. package/lang/translations/it.po +100 -0
  336. package/lang/translations/ja.po +100 -0
  337. package/lang/translations/jv.po +100 -0
  338. package/lang/translations/kk.po +100 -0
  339. package/lang/translations/km.po +100 -0
  340. package/lang/translations/kn.po +100 -0
  341. package/lang/translations/ko.po +100 -0
  342. package/lang/translations/ku.po +100 -0
  343. package/lang/translations/lt.po +100 -0
  344. package/lang/translations/lv.po +100 -0
  345. package/lang/translations/ms.po +100 -0
  346. package/lang/translations/nb.po +100 -0
  347. package/lang/translations/ne.po +100 -0
  348. package/lang/translations/nl.po +100 -0
  349. package/lang/translations/no.po +100 -0
  350. package/lang/translations/oc.po +100 -0
  351. package/lang/translations/pl.po +100 -0
  352. package/lang/translations/pt-br.po +100 -0
  353. package/lang/translations/pt.po +100 -0
  354. package/lang/translations/ro.po +100 -0
  355. package/lang/translations/ru.po +100 -0
  356. package/lang/translations/si.po +100 -0
  357. package/lang/translations/sk.po +100 -0
  358. package/lang/translations/sl.po +100 -0
  359. package/lang/translations/sq.po +100 -0
  360. package/lang/translations/sr-latn.po +100 -0
  361. package/lang/translations/sr.po +100 -0
  362. package/lang/translations/sv.po +100 -0
  363. package/lang/translations/th.po +100 -0
  364. package/lang/translations/ti.po +100 -0
  365. package/lang/translations/tk.po +100 -0
  366. package/lang/translations/tr.po +100 -0
  367. package/lang/translations/tt.po +100 -0
  368. package/lang/translations/ug.po +100 -0
  369. package/lang/translations/uk.po +100 -0
  370. package/lang/translations/ur.po +100 -0
  371. package/lang/translations/uz.po +100 -0
  372. package/lang/translations/vi.po +100 -0
  373. package/lang/translations/zh-cn.po +100 -0
  374. package/lang/translations/zh.po +100 -0
  375. package/package.json +81 -0
  376. package/src/augmentation.d.ts +30 -0
  377. package/src/augmentation.js +23 -0
  378. package/src/index.d.ts +18 -0
  379. package/src/index.js +23 -0
  380. package/src/ui/uploadcarecontroller.d.ts +26 -0
  381. package/src/ui/uploadcarecontroller.js +24 -0
  382. package/src/ui/uploadcareformview.d.ts +23 -0
  383. package/src/ui/uploadcareformview.js +23 -0
  384. package/src/uploadcare.d.ts +48 -0
  385. package/src/uploadcare.js +23 -0
  386. package/src/uploadcarecommand.d.ts +38 -0
  387. package/src/uploadcarecommand.js +23 -0
  388. package/src/uploadcareconfig.d.ts +280 -0
  389. package/src/uploadcareconfig.js +23 -0
  390. package/src/uploadcareediting.d.ts +59 -0
  391. package/src/uploadcareediting.js +23 -0
  392. package/src/uploadcareimageedit/ui/uploadcareimageeditcontroller.d.ts +78 -0
  393. package/src/uploadcareimageedit/ui/uploadcareimageeditcontroller.js +24 -0
  394. package/src/uploadcareimageedit/ui/uploadcareimageeditformeditingview.d.ts +25 -0
  395. package/src/uploadcareimageedit/ui/uploadcareimageeditformeditingview.js +23 -0
  396. package/src/uploadcareimageedit/ui/uploadcareimageeditformerrorview.d.ts +24 -0
  397. package/src/uploadcareimageedit/ui/uploadcareimageeditformerrorview.js +23 -0
  398. package/src/uploadcareimageedit/ui/uploadcareimageeditformloadingview.d.ts +24 -0
  399. package/src/uploadcareimageedit/ui/uploadcareimageeditformloadingview.js +23 -0
  400. package/src/uploadcareimageedit/ui/uploadcareimageeditformview.d.ts +32 -0
  401. package/src/uploadcareimageedit/ui/uploadcareimageeditformview.js +23 -0
  402. package/src/uploadcareimageedit/uploadcareimageeditcommand.d.ts +49 -0
  403. package/src/uploadcareimageedit/uploadcareimageeditcommand.js +23 -0
  404. package/src/uploadcareimageedit/uploadcareimageeditediting.d.ts +38 -0
  405. package/src/uploadcareimageedit/uploadcareimageeditediting.js +23 -0
  406. package/src/uploadcareimageedit/uploadcareimageeditui.d.ts +47 -0
  407. package/src/uploadcareimageedit/uploadcareimageeditui.js +23 -0
  408. package/src/uploadcareimageedit/uploadcareimagereplacecommand.d.ts +23 -0
  409. package/src/uploadcareimageedit/uploadcareimagereplacecommand.js +23 -0
  410. package/src/uploadcareimageedit.d.ts +32 -0
  411. package/src/uploadcareimageedit.js +23 -0
  412. package/src/uploadcareui.d.ts +41 -0
  413. package/src/uploadcareui.js +23 -0
  414. package/src/uploadcareuploadadapter.d.ts +39 -0
  415. package/src/uploadcareuploadadapter.js +23 -0
  416. package/src/utils/common-translations.d.ts +5 -0
  417. package/src/utils/common-translations.js +23 -0
  418. package/src/utils/dialogfocusmanagerview.d.ts +29 -0
  419. package/src/utils/dialogfocusmanagerview.js +23 -0
  420. package/src/utils/editingutils.d.ts +5 -0
  421. package/src/utils/editingutils.js +23 -0
  422. package/src/utils/isancestor.d.ts +8 -0
  423. package/src/utils/isancestor.js +23 -0
  424. package/src/utils/uploadutils.d.ts +5 -0
  425. package/src/utils/uploadutils.js +23 -0
  426. package/theme/uploadcare-form.css +198 -0
  427. package/theme/uploadcare-theme.css +20 -0
  428. package/theme/uploadcareimageedit.css +64 -0
@@ -0,0 +1,100 @@
1
+ # Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2
+ #
3
+ # Want to contribute to this file? Submit your changes via a GitHub Pull Request.
4
+ #
5
+ # Check out the official contributor's guide:
6
+ # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
7
+ #
8
+ msgid ""
9
+ msgstr ""
10
+ "Language: vi\n"
11
+ "Plural-Forms: nplurals=1; plural=0;\n"
12
+ "Content-Type: text/plain; charset=UTF-8\n"
13
+
14
+ msgctxt "The label for the insert image with Dropbox dropdown button."
15
+ msgid "Insert with Dropbox"
16
+ msgstr "Chèn bằng Dropbox"
17
+
18
+ msgctxt "The label for the replace image with Dropbox dropdown button."
19
+ msgid "Replace with Dropbox"
20
+ msgstr "Thay thế bằng Dropbox"
21
+
22
+ msgctxt "The label for the insert image with Dropbox menu bar button (inside 'Image' menu)."
23
+ msgid "With Dropbox"
24
+ msgstr "Bằng Dropbox"
25
+
26
+ msgctxt "The label for the insert image with Facebook dropdown button."
27
+ msgid "Insert with Facebook"
28
+ msgstr "Chèn bằng Facebook"
29
+
30
+ msgctxt "The label for the replace image with Facebook dropdown button."
31
+ msgid "Replace with Facebook"
32
+ msgstr "Thay thế bằng Facebook"
33
+
34
+ msgctxt "The label for the insert image with Facebook menu bar button (inside 'Image' menu)."
35
+ msgid "With Facebook"
36
+ msgstr "Bằng Facebook"
37
+
38
+ msgctxt "The label for the insert image with Google Drive dropdown button."
39
+ msgid "Insert with Google Drive"
40
+ msgstr "Chèn bằng Google Drive"
41
+
42
+ msgctxt "The label for the replace image with Google Drive dropdown button."
43
+ msgid "Replace with Google Drive"
44
+ msgstr "Thay thế bằng Google Drive"
45
+
46
+ msgctxt "The label for the insert image with Google Drive menu bar button (inside 'Image' menu)."
47
+ msgid "With Google Drive"
48
+ msgstr "Bằng Google Drive"
49
+
50
+ msgctxt "The label for the insert image with Google Photos dropdown button."
51
+ msgid "Insert with Google Photos"
52
+ msgstr "Chèn bằng Google Photos"
53
+
54
+ msgctxt "The label for the replace image with Google Photos dropdown button."
55
+ msgid "Replace with Google Photos"
56
+ msgstr "Thay thế bằng Google Photos"
57
+
58
+ msgctxt "The label for the insert image with Google Photos menu bar button (inside 'Image' menu)."
59
+ msgid "With Google Photos"
60
+ msgstr "Bằng Google Photos"
61
+
62
+ msgctxt "The label for the insert image with OneDrive dropdown button."
63
+ msgid "Insert with OneDrive"
64
+ msgstr "Chèn bằng OneDrive"
65
+
66
+ msgctxt "The label for the replace image with OneDrive dropdown button."
67
+ msgid "Replace with OneDrive"
68
+ msgstr "Thay thế bằng OneDrive"
69
+
70
+ msgctxt "The label for the insert image with OneDrive menu bar button (inside 'Image' menu)."
71
+ msgid "With OneDrive"
72
+ msgstr "Bằng OneDrive"
73
+
74
+ msgctxt "The label for the replace image via URL dropdown button."
75
+ msgid "Replace via URL"
76
+ msgstr "Thay thế qua URL"
77
+
78
+ msgctxt "The label for the image edit button and dialog."
79
+ msgid "Edit Image (Uploadcare)"
80
+ msgstr "Chỉnh sửa hình ảnh"
81
+
82
+ msgctxt "The label shown in the image edit dialog when the image is being uploaded."
83
+ msgid "Loading image..."
84
+ msgstr "Đang tải ảnh..."
85
+
86
+ msgctxt "The main text shown in the image edit dialog when the image upload failed."
87
+ msgid "Unable to load"
88
+ msgstr "Không thể tải"
89
+
90
+ msgctxt "The detailed information shown in the image edit dialog when the image upload failed."
91
+ msgid "We were unable to load the image due to network connection issues."
92
+ msgstr "Chúng tôi không thể tải hình ảnh do sự cố kết nối mạng."
93
+
94
+ msgctxt "The label of a button shown in the image edit dialog when the image upload fails."
95
+ msgid "Try again (Uploadcare)"
96
+ msgstr "Thử lại"
97
+
98
+ msgctxt "The detailed information shown in the image edit dialog when the image upload fails due to 'NotFound' error."
99
+ msgid "The image was not found. Its source may have been removed."
100
+ msgstr "Không tìm thấy hình ảnh. Nguồn của hình ảnh có thể đã bị xóa."
@@ -0,0 +1,100 @@
1
+ # Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2
+ #
3
+ # Want to contribute to this file? Submit your changes via a GitHub Pull Request.
4
+ #
5
+ # Check out the official contributor's guide:
6
+ # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
7
+ #
8
+ msgid ""
9
+ msgstr ""
10
+ "Language: zh_CN\n"
11
+ "Plural-Forms: nplurals=1; plural=0;\n"
12
+ "Content-Type: text/plain; charset=UTF-8\n"
13
+
14
+ msgctxt "The label for the insert image with Dropbox dropdown button."
15
+ msgid "Insert with Dropbox"
16
+ msgstr "通过 Dropbox 插入"
17
+
18
+ msgctxt "The label for the replace image with Dropbox dropdown button."
19
+ msgid "Replace with Dropbox"
20
+ msgstr "通过 Dropbox 替换"
21
+
22
+ msgctxt "The label for the insert image with Dropbox menu bar button (inside 'Image' menu)."
23
+ msgid "With Dropbox"
24
+ msgstr "通过 Dropbox"
25
+
26
+ msgctxt "The label for the insert image with Facebook dropdown button."
27
+ msgid "Insert with Facebook"
28
+ msgstr "通过 Facebook 插入"
29
+
30
+ msgctxt "The label for the replace image with Facebook dropdown button."
31
+ msgid "Replace with Facebook"
32
+ msgstr "通过 Facebook 替换"
33
+
34
+ msgctxt "The label for the insert image with Facebook menu bar button (inside 'Image' menu)."
35
+ msgid "With Facebook"
36
+ msgstr "通过 Facebook"
37
+
38
+ msgctxt "The label for the insert image with Google Drive dropdown button."
39
+ msgid "Insert with Google Drive"
40
+ msgstr "通过 Google Drive 插入"
41
+
42
+ msgctxt "The label for the replace image with Google Drive dropdown button."
43
+ msgid "Replace with Google Drive"
44
+ msgstr "通过 Google Drive 替换"
45
+
46
+ msgctxt "The label for the insert image with Google Drive menu bar button (inside 'Image' menu)."
47
+ msgid "With Google Drive"
48
+ msgstr "通过 Google Drive"
49
+
50
+ msgctxt "The label for the insert image with Google Photos dropdown button."
51
+ msgid "Insert with Google Photos"
52
+ msgstr "通过 Google Photos 插入"
53
+
54
+ msgctxt "The label for the replace image with Google Photos dropdown button."
55
+ msgid "Replace with Google Photos"
56
+ msgstr "通过 Google Photos 替换"
57
+
58
+ msgctxt "The label for the insert image with Google Photos menu bar button (inside 'Image' menu)."
59
+ msgid "With Google Photos"
60
+ msgstr "通过 Google Photos"
61
+
62
+ msgctxt "The label for the insert image with OneDrive dropdown button."
63
+ msgid "Insert with OneDrive"
64
+ msgstr "通过 OneDrive 插入"
65
+
66
+ msgctxt "The label for the replace image with OneDrive dropdown button."
67
+ msgid "Replace with OneDrive"
68
+ msgstr "通过 OneDrive 替换"
69
+
70
+ msgctxt "The label for the insert image with OneDrive menu bar button (inside 'Image' menu)."
71
+ msgid "With OneDrive"
72
+ msgstr "通过 OneDrive"
73
+
74
+ msgctxt "The label for the replace image via URL dropdown button."
75
+ msgid "Replace via URL"
76
+ msgstr "通过 URL 替换"
77
+
78
+ msgctxt "The label for the image edit button and dialog."
79
+ msgid "Edit Image (Uploadcare)"
80
+ msgstr "编辑图片"
81
+
82
+ msgctxt "The label shown in the image edit dialog when the image is being uploaded."
83
+ msgid "Loading image..."
84
+ msgstr "正在加载图像……"
85
+
86
+ msgctxt "The main text shown in the image edit dialog when the image upload failed."
87
+ msgid "Unable to load"
88
+ msgstr "无法加载"
89
+
90
+ msgctxt "The detailed information shown in the image edit dialog when the image upload failed."
91
+ msgid "We were unable to load the image due to network connection issues."
92
+ msgstr "由于网络连接问题,我们无法加载图片。"
93
+
94
+ msgctxt "The label of a button shown in the image edit dialog when the image upload fails."
95
+ msgid "Try again (Uploadcare)"
96
+ msgstr "重试"
97
+
98
+ msgctxt "The detailed information shown in the image edit dialog when the image upload fails due to 'NotFound' error."
99
+ msgid "The image was not found. Its source may have been removed."
100
+ msgstr "未找到图片。其源可能已被删除。"
@@ -0,0 +1,100 @@
1
+ # Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2
+ #
3
+ # Want to contribute to this file? Submit your changes via a GitHub Pull Request.
4
+ #
5
+ # Check out the official contributor's guide:
6
+ # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
7
+ #
8
+ msgid ""
9
+ msgstr ""
10
+ "Language: zh_TW\n"
11
+ "Plural-Forms: nplurals=1; plural=0;\n"
12
+ "Content-Type: text/plain; charset=UTF-8\n"
13
+
14
+ msgctxt "The label for the insert image with Dropbox dropdown button."
15
+ msgid "Insert with Dropbox"
16
+ msgstr "使用 Dropbox 插入"
17
+
18
+ msgctxt "The label for the replace image with Dropbox dropdown button."
19
+ msgid "Replace with Dropbox"
20
+ msgstr "使用 Dropbox 替換"
21
+
22
+ msgctxt "The label for the insert image with Dropbox menu bar button (inside 'Image' menu)."
23
+ msgid "With Dropbox"
24
+ msgstr "使用 Dropbox"
25
+
26
+ msgctxt "The label for the insert image with Facebook dropdown button."
27
+ msgid "Insert with Facebook"
28
+ msgstr "使用 Facebook 插入"
29
+
30
+ msgctxt "The label for the replace image with Facebook dropdown button."
31
+ msgid "Replace with Facebook"
32
+ msgstr "插入 Facebook 替換"
33
+
34
+ msgctxt "The label for the insert image with Facebook menu bar button (inside 'Image' menu)."
35
+ msgid "With Facebook"
36
+ msgstr "使用 Facebook"
37
+
38
+ msgctxt "The label for the insert image with Google Drive dropdown button."
39
+ msgid "Insert with Google Drive"
40
+ msgstr "使用 Google 雲端硬碟插入"
41
+
42
+ msgctxt "The label for the replace image with Google Drive dropdown button."
43
+ msgid "Replace with Google Drive"
44
+ msgstr "使用 Google 雲端硬碟替換"
45
+
46
+ msgctxt "The label for the insert image with Google Drive menu bar button (inside 'Image' menu)."
47
+ msgid "With Google Drive"
48
+ msgstr "使用 Google 雲端硬碟"
49
+
50
+ msgctxt "The label for the insert image with Google Photos dropdown button."
51
+ msgid "Insert with Google Photos"
52
+ msgstr "使用 Google 相簿插入"
53
+
54
+ msgctxt "The label for the replace image with Google Photos dropdown button."
55
+ msgid "Replace with Google Photos"
56
+ msgstr "使用 Google 相簿替換"
57
+
58
+ msgctxt "The label for the insert image with Google Photos menu bar button (inside 'Image' menu)."
59
+ msgid "With Google Photos"
60
+ msgstr "使用 Google 相簿"
61
+
62
+ msgctxt "The label for the insert image with OneDrive dropdown button."
63
+ msgid "Insert with OneDrive"
64
+ msgstr "使用 OneDrive 插入"
65
+
66
+ msgctxt "The label for the replace image with OneDrive dropdown button."
67
+ msgid "Replace with OneDrive"
68
+ msgstr "使用 OneDrive 替換"
69
+
70
+ msgctxt "The label for the insert image with OneDrive menu bar button (inside 'Image' menu)."
71
+ msgid "With OneDrive"
72
+ msgstr "使用 OneDrive"
73
+
74
+ msgctxt "The label for the replace image via URL dropdown button."
75
+ msgid "Replace via URL"
76
+ msgstr "透過 URL 替換"
77
+
78
+ msgctxt "The label for the image edit button and dialog."
79
+ msgid "Edit Image (Uploadcare)"
80
+ msgstr "編輯圖片"
81
+
82
+ msgctxt "The label shown in the image edit dialog when the image is being uploaded."
83
+ msgid "Loading image..."
84
+ msgstr "正在載入圖片..."
85
+
86
+ msgctxt "The main text shown in the image edit dialog when the image upload failed."
87
+ msgid "Unable to load"
88
+ msgstr "無法上傳"
89
+
90
+ msgctxt "The detailed information shown in the image edit dialog when the image upload failed."
91
+ msgid "We were unable to load the image due to network connection issues."
92
+ msgstr "由於網路連線問題,我們無法上傳影像。"
93
+
94
+ msgctxt "The label of a button shown in the image edit dialog when the image upload fails."
95
+ msgid "Try again (Uploadcare)"
96
+ msgstr "重試"
97
+
98
+ msgctxt "The detailed information shown in the image edit dialog when the image upload fails due to 'NotFound' error."
99
+ msgid "The image was not found. Its source may have been removed."
100
+ msgstr "找不到影像。影像來源可能已移除。"
package/package.json ADDED
@@ -0,0 +1,81 @@
1
+ {
2
+ "name": "@ckeditor/ckeditor5-uploadcare",
3
+ "version": "0.0.0-internal-20251210.0",
4
+ "description": "Uploadcare feature for CKEditor 5.",
5
+ "license": "SEE LICENSE IN LICENSE.md",
6
+ "author": "CKSource (http://cksource.com/)",
7
+ "homepage": "https://ckeditor.com/ckeditor-5",
8
+ "keywords": [
9
+ "CKEditor",
10
+ "ckeditor5",
11
+ "ckeditor 5",
12
+ "WYSIWYG",
13
+ "WYSIWYW",
14
+ "text",
15
+ "rich-text",
16
+ "richtext",
17
+ "editor",
18
+ "editing",
19
+ "html",
20
+ "operational transformation",
21
+ "ot",
22
+ "Uploadcare",
23
+ "framework"
24
+ ],
25
+ "dependencies": {
26
+ "@ckeditor/ckeditor5-core": "0.0.0-internal-20251210.0",
27
+ "@ckeditor/ckeditor5-icons": "0.0.0-internal-20251210.0",
28
+ "@ckeditor/ckeditor5-image": "0.0.0-internal-20251210.0",
29
+ "@ckeditor/ckeditor5-theme-lark": "0.0.0-internal-20251210.0",
30
+ "@ckeditor/ckeditor5-ui": "0.0.0-internal-20251210.0",
31
+ "@ckeditor/ckeditor5-upload": "0.0.0-internal-20251210.0",
32
+ "@ckeditor/ckeditor5-utils": "0.0.0-internal-20251210.0",
33
+ "ckeditor5": "0.0.0-internal-20251210.0",
34
+ "@uploadcare/file-uploader": "1.19.4",
35
+ "@uploadcare/upload-client": "6.14.3"
36
+ },
37
+ "sideEffects": [
38
+ "*.css",
39
+ "build/**/*.js",
40
+ "dist/translations/*.umd.js"
41
+ ],
42
+ "type": "module",
43
+ "main": "src/index.js",
44
+ "files": [
45
+ "dist",
46
+ "lang",
47
+ "src/**/*.js",
48
+ "src/**/*.d.ts",
49
+ "theme",
50
+ "build",
51
+ "ckeditor5-metadata.json",
52
+ "CHANGELOG.md"
53
+ ],
54
+ "bugs": {
55
+ "url": "https://support.ckeditor.com/hc/en-us/requests/new"
56
+ },
57
+ "types": "src/index.d.ts",
58
+ "exports": {
59
+ ".": {
60
+ "types": "./src/index.d.ts",
61
+ "import": "./src/index.js",
62
+ "default": "./src/index.js"
63
+ },
64
+ "./dist/*": {
65
+ "types": "./src/index.d.ts",
66
+ "import": "./dist/*",
67
+ "default": "./dist/*"
68
+ },
69
+ "./src/*": {
70
+ "types": "./src/*.d.ts",
71
+ "import": "./src/*",
72
+ "default": "./src/*"
73
+ },
74
+ "./build/*": "./build/*",
75
+ "./lang/*": "./lang/*",
76
+ "./theme/*": "./theme/*",
77
+ "./ckeditor5-metadata.json": "./ckeditor5-metadata.json",
78
+ "./package.json": "./package.json"
79
+ },
80
+ "obfuscated": true
81
+ }
@@ -0,0 +1,30 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
+ */
5
+ import type { Uploadcare, UploadcareEditing, UploadcareCommand, UploadcareConfig } from './index.js';
6
+ import { type UploadcareImageEditCommand } from './uploadcareimageedit/uploadcareimageeditcommand.js';
7
+ import { type UploadcareImageEdit } from './uploadcareimageedit.js';
8
+ import { type UploadcareImageEditEditing } from './uploadcareimageedit/uploadcareimageeditediting.js';
9
+ import { type UploadcareImageEditUI } from './uploadcareimageedit/uploadcareimageeditui.js';
10
+ declare module '@ckeditor/ckeditor5-core' {
11
+ interface EditorConfig {
12
+ /**
13
+ * The configuration of the {@link module:uploadcare/uploadcare~Uploadcare Uploadcare feature}.
14
+ *
15
+ * Read more in {@link module:uploadcare/uploadcareconfig~UploadcareConfig}.
16
+ */
17
+ uploadcare?: UploadcareConfig;
18
+ }
19
+ interface PluginsMap {
20
+ [Uploadcare.pluginName]: Uploadcare;
21
+ [UploadcareEditing.pluginName]: UploadcareEditing;
22
+ [UploadcareImageEdit.pluginName]: UploadcareImageEdit;
23
+ [UploadcareImageEditEditing.pluginName]: UploadcareImageEditEditing;
24
+ [UploadcareImageEditUI.pluginName]: UploadcareImageEditUI;
25
+ }
26
+ interface CommandsMap {
27
+ uploadcare: UploadcareCommand;
28
+ uploadcareImageEdit: UploadcareImageEditCommand;
29
+ }
30
+ }
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ export{};
package/src/index.d.ts ADDED
@@ -0,0 +1,18 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
+ */
5
+ /**
6
+ * @module uploadcare
7
+ */
8
+ export { Uploadcare } from './uploadcare.js';
9
+ export { UploadcareEditing } from './uploadcareediting.js';
10
+ export { UploadcareUI } from './uploadcareui.js';
11
+ export { UploadcareImageEdit } from './uploadcareimageedit.js';
12
+ export { UploadcareImageEditUI, type UploadcareImageCache } from './uploadcareimageedit/uploadcareimageeditui.js';
13
+ export { UploadcareImageEditEditing } from './uploadcareimageedit/uploadcareimageeditediting.js';
14
+ export { UploadcareImageEditCommand } from './uploadcareimageedit/uploadcareimageeditcommand.js';
15
+ export { UploadcareCommand } from './uploadcarecommand.js';
16
+ export { UploadcareUploadAdapter } from './uploadcareuploadadapter.js';
17
+ export type { UploadcareConfig, UploadcareSource, UploadcareAssetImageDefinition, UploadcareExcludedKeys, UploadcareUploaderConfig, UploadcareEditorConfig, UploadcareSourceValue, UploadcareAssetImageAttributesDefinition, UploadcareLocaleDefinition, UploadcareLocaleDefinitionResolver } from './uploadcareconfig.js';
18
+ import './augmentation.js';
package/src/index.js ADDED
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ (function(_0x2f955c,_0xc039c6){var _0x3e30f3=_0x5e9f,_0x6a9211=_0x2f955c();while(!![]){try{var _0x53b51b=parseInt(_0x3e30f3(0xb8))/0x1*(-parseInt(_0x3e30f3(0xba))/0x2)+-parseInt(_0x3e30f3(0xb0))/0x3+-parseInt(_0x3e30f3(0xb7))/0x4*(-parseInt(_0x3e30f3(0xb4))/0x5)+parseInt(_0x3e30f3(0xb9))/0x6*(parseInt(_0x3e30f3(0xb5))/0x7)+parseInt(_0x3e30f3(0xb6))/0x8+parseInt(_0x3e30f3(0xb2))/0x9*(parseInt(_0x3e30f3(0xb1))/0xa)+-parseInt(_0x3e30f3(0xb3))/0xb;if(_0x53b51b===_0xc039c6)break;else _0x6a9211['push'](_0x6a9211['shift']());}catch(_0x4e7285){_0x6a9211['push'](_0x6a9211['shift']());}}}(_0x1aa4,0x7778d));export{Uploadcare}from'./uploadcare.js';export{UploadcareEditing}from'./uploadcareediting.js';export{UploadcareUI}from'./uploadcareui.js';export{UploadcareImageEdit}from'./uploadcareimageedit.js';function _0x1aa4(){var _0x3e72cf=['246NkNiuO','1860COhjHM','4790hVIJDP','887406PEaENV','30gHmINJ','344178BhLdDl','2125046iuSjhS','145APnHjr','9653qtZahT','5434400ZgEWZQ','47724AVLVwx'];_0x1aa4=function(){return _0x3e72cf;};return _0x1aa4();}export{UploadcareImageEditUI}from'./uploadcareimageedit/uploadcareimageeditui.js';export{UploadcareImageEditEditing}from'./uploadcareimageedit/uploadcareimageeditediting.js';export{UploadcareImageEditCommand}from'./uploadcareimageedit/uploadcareimageeditcommand.js';function _0x5e9f(_0x4fa440,_0x359dc0){var _0x1aa48d=_0x1aa4();return _0x5e9f=function(_0x5e9f44,_0x6dda5e){_0x5e9f44=_0x5e9f44-0xb0;var _0x33878c=_0x1aa48d[_0x5e9f44];return _0x33878c;},_0x5e9f(_0x4fa440,_0x359dc0);}export{UploadcareCommand}from'./uploadcarecommand.js';export{UploadcareUploadAdapter}from'./uploadcareuploadadapter.js';import'./augmentation.js';
@@ -0,0 +1,26 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
+ */
5
+ import type { Editor } from 'ckeditor5/src/core.js';
6
+ import { UploadcareSource } from '../uploadcareconfig.js';
7
+ import { type UploadcareEditing } from '../uploadcareediting.js';
8
+ declare const UploadcareController_base: {
9
+ new (): import("ckeditor5/src/utils.js").Observable;
10
+ prototype: import("ckeditor5/src/utils.js").Observable;
11
+ };
12
+ /**
13
+ * The Uploadcare controller. It is used by the {@link module:uploadcare/uploadcarecommand~UploadcareCommand Uploadcare command}
14
+ * to initialize the uploading flow. The controller opens the dialog with the context of the chosen uploading source.
15
+ */
16
+ export declare class UploadcareController extends /* #__PURE__ -- @preserve */ UploadcareController_base {
17
+ /**
18
+ * @inheritDoc
19
+ */
20
+ constructor(editor: Editor, editing: UploadcareEditing, source: UploadcareSource);
21
+ /**
22
+ * Destroys the controller and its components.
23
+ */
24
+ destroy(): void;
25
+ }
26
+ export {};
@@ -0,0 +1,24 @@
1
+ /*
2
+ * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ const _0x36c4c7=_0x24b6;(function(_0x43f211,_0x2bdf31){const _0x15afc4=_0x24b6,_0x396ce0=_0x43f211();while(!![]){try{const _0x1e74c0=parseInt(_0x15afc4(0x1fd))/0x1*(-parseInt(_0x15afc4(0x232))/0x2)+parseInt(_0x15afc4(0x21c))/0x3*(parseInt(_0x15afc4(0x21d))/0x4)+parseInt(_0x15afc4(0x214))/0x5*(parseInt(_0x15afc4(0x1fa))/0x6)+parseInt(_0x15afc4(0x1fb))/0x7*(-parseInt(_0x15afc4(0x1fe))/0x8)+-parseInt(_0x15afc4(0x23a))/0x9*(-parseInt(_0x15afc4(0x203))/0xa)+parseInt(_0x15afc4(0x1f7))/0xb+-parseInt(_0x15afc4(0x1ff))/0xc;if(_0x1e74c0===_0x2bdf31)break;else _0x396ce0['push'](_0x396ce0['shift']());}catch(_0x3fca80){_0x396ce0['push'](_0x396ce0['shift']());}}}(_0x342c,0x25cb2));function _0x24b6(_0x343772,_0x35fea4){const _0x342c3a=_0x342c();return _0x24b6=function(_0x24b6f9,_0x2c31e0){_0x24b6f9=_0x24b6f9-0x1f3;let _0x31b86c=_0x342c3a[_0x24b6f9];return _0x31b86c;},_0x24b6(_0x343772,_0x35fea4);}function _0x342c(){const _0x1ee0e4=['_dialog','idle','removeAllFiles','addEventListener','linkHref','doneFlow','model','getAPI','text','insertImage','ctxElement','2UpbjvK','source-list','getSelectedElement','element','imageInline','editing','allEntries','EDITOR_TOP_CENTER','696042TStiUc','image','get','selection','setCurrentActivity','_formView','isOpen','_initDialog','_editing','1905882SPYSoW','show','Local','389346kWHExx','7xjWZvA','setAttribute','227131lCdLpE','685216crSeOM','2017608RRGAER','uploadCare','removeSelectionAttribute','attributes','10aGqufU','getLastPosition','setSelection','change','hide','getOutputCollectionState','Replace','ucContextId','stopListening','configElement','status','focus','width','stopDelegating','done-click','_editor','_insertAsset','10fEVGbU','_type','initFlow','document','_initListeners','execute','plugins','_api','111iIYDuH','27604xvnXkM','detail','_insertImage','length','imageBlock','view','uuid','imageInfo','Insert','destroy'];_0x342c=function(){return _0x1ee0e4;};return _0x342c();}import{IconUploadcareImageUpload as _0x31e880}from'ckeditor5/src/icons.js';import{ObservableMixin as _0x314cd5}from'ckeditor5/src/utils.js';import{Dialog as _0x2b4d1c,DialogViewPosition as _0x1d6db7}from'ckeditor5/src/ui.js';import{UploadcareFormView as _0x183242}from'./uploadcareformview.js';import{UploadcareSource as _0x400af3}from'../uploadcareconfig.js';import{getTranslation as _0x4d9fa2}from'../utils/common-translations.js';import{getImageUrls as _0x246da5,getImageDimension as _0x1dae49}from'../utils/editingutils.js';import{isAncestor as _0x40d32c}from'../utils/isancestor.js';export class UploadcareController extends/* #__PURE__ -- @preserve */
24
+ _0x314cd5(){[_0x36c4c7(0x212)];[_0x36c4c7(0x227)];[_0x36c4c7(0x1f6)];[_0x36c4c7(0x21b)];[_0x36c4c7(0x215)]=null;[_0x36c4c7(0x1f3)]=null;constructor(_0x95a834,_0x3bd9ec,_0x2dd71a){const _0x5db138=_0x36c4c7;super(),this[_0x5db138(0x212)]=_0x95a834,this[_0x5db138(0x1f6)]=_0x3bd9ec,this[_0x5db138(0x227)]=_0x95a834[_0x5db138(0x21a)][_0x5db138(0x23c)](_0x2b4d1c),this[_0x5db138(0x21b)]=_0x3bd9ec[_0x5db138(0x231)][_0x5db138(0x22e)](),this[_0x5db138(0x215)]=_0x2dd71a,this[_0x5db138(0x1f6)][_0x5db138(0x20c)][_0x5db138(0x1fc)](_0x5db138(0x233),this[_0x5db138(0x215)]),this[_0x5db138(0x1f5)](),this[_0x5db138(0x218)](),this[_0x5db138(0x21b)][_0x5db138(0x216)]();}[_0x36c4c7(0x226)](){const _0x4b9e82=_0x36c4c7;this[_0x4b9e82(0x1f3)]&&(this[_0x4b9e82(0x1f3)][_0x4b9e82(0x226)](),this[_0x4b9e82(0x1f3)]=null),this[_0x4b9e82(0x21b)]&&this[_0x4b9e82(0x21b)][_0x4b9e82(0x22c)](),this[_0x4b9e82(0x20b)](),this[_0x4b9e82(0x210)]();}[_0x36c4c7(0x1f5)](){const _0x1c7884=_0x36c4c7,{locale:_0x25e914,model:_0x255301}=this[_0x1c7884(0x212)],_0x3605c4=_0x255301[_0x1c7884(0x217)][_0x1c7884(0x23d)][_0x1c7884(0x234)](),_0x1624f3=_0x3605c4&&(_0x3605c4['is'](_0x1c7884(0x235),_0x1c7884(0x221))||_0x3605c4['is'](_0x1c7884(0x235),_0x1c7884(0x236)));this[_0x1c7884(0x1f3)]=new _0x183242(_0x25e914,this[_0x1c7884(0x1f6)][_0x1c7884(0x20a)]),this[_0x1c7884(0x227)][_0x1c7884(0x1f8)]({'id':_0x1c7884(0x200),'icon':_0x31e880,'title':_0x4d9fa2(_0x25e914,this[_0x1c7884(0x215)],_0x1624f3?_0x1c7884(0x209):_0x1c7884(0x225))[_0x1c7884(0x22f)],'content':this[_0x1c7884(0x1f3)],'position':_0x1d6db7[_0x1c7884(0x239)],'isModal':!0x0,'onShow':()=>{const _0x13845d=_0x1c7884;this[_0x13845d(0x1f3)][_0x13845d(0x20e)]();},'onHide':()=>{const _0x153085=_0x1c7884;this[_0x153085(0x21b)][_0x153085(0x229)](),this[_0x153085(0x212)][_0x153085(0x237)][_0x153085(0x222)][_0x153085(0x20e)](),this[_0x153085(0x226)]();},'keystrokeHandlerOptions':{'filter':_0x391117=>!_0x40d32c(_0x391117,this[_0x1c7884(0x1f3)][_0x1c7884(0x235)])}});}[_0x36c4c7(0x218)](){const _0x31bc19=_0x36c4c7;this[_0x31bc19(0x1f6)][_0x31bc19(0x231)][_0x31bc19(0x22a)](_0x31bc19(0x211),()=>{const _0x48c66c=_0x31bc19,{allEntries:_0x46c635}=this[_0x48c66c(0x21b)][_0x48c66c(0x208)]();this[_0x48c66c(0x212)][_0x48c66c(0x22d)][_0x48c66c(0x206)](_0x3ac2b7=>{const _0x169eb3=_0x48c66c,_0x3c7902=_0x46c635[_0x169eb3(0x220)];for(const _0x2b3742 of _0x46c635){const _0x12a1fc=_0x2b3742===_0x46c635[_0x3c7902-0x1],{cdnUrl:_0x2ecb49,fileInfo:_0x4e0757}=_0x2b3742;if(!_0x2ecb49||!_0x4e0757)continue;const {width:_0xbc68dd,height:_0x48fead}=_0x4e0757[_0x169eb3(0x224)],_0x461dc0=_0x1dae49(_0x2ecb49,_0xbc68dd,_0x48fead),_0x14edf8=_0x246da5(_0x2ecb49,_0x461dc0[_0x169eb3(0x20f)]),_0x57f1f2={'id':_0x4e0757[_0x169eb3(0x223)],'type':_0x169eb3(0x23b),'attributes':{'imageDimension':_0x461dc0,..._0x14edf8}};this[_0x169eb3(0x213)](_0x57f1f2,_0x12a1fc,_0x3ac2b7);}}),this[_0x48c66c(0x227)][_0x48c66c(0x207)]();}),this[_0x31bc19(0x1f6)][_0x31bc19(0x231)][_0x31bc19(0x22a)](_0x31bc19(0x206),_0x13a886=>{const _0x4d6aa5=_0x31bc19;_0x4d6aa5(0x228)===_0x13a886[_0x4d6aa5(0x21e)][_0x4d6aa5(0x20d)]&&!_0x13a886[_0x4d6aa5(0x21e)][_0x4d6aa5(0x238)][_0x4d6aa5(0x220)]&&this[_0x4d6aa5(0x227)][_0x4d6aa5(0x1f4)]&&(this[_0x4d6aa5(0x215)]===_0x400af3[_0x4d6aa5(0x1f9)]?this[_0x4d6aa5(0x21b)][_0x4d6aa5(0x23e)](_0x400af3[_0x4d6aa5(0x1f9)]):this[_0x4d6aa5(0x21b)][_0x4d6aa5(0x216)]());});}[_0x36c4c7(0x213)](_0x2cac0f,_0x26e1be,_0x15914d){const _0xcb3533=_0x36c4c7,_0x391329=this[_0xcb3533(0x212)][_0xcb3533(0x22d)][_0xcb3533(0x217)][_0xcb3533(0x23d)],_0x3c8d6c=_0x391329[_0xcb3533(0x234)](),_0x28ae1a=!(!_0x3c8d6c||!_0x3c8d6c['is'](_0xcb3533(0x235),_0xcb3533(0x236)));_0x15914d[_0xcb3533(0x201)](_0xcb3533(0x22b)),this[_0xcb3533(0x21f)](_0x2cac0f,_0x28ae1a),_0x26e1be||_0x15914d[_0xcb3533(0x205)](_0x391329[_0xcb3533(0x204)]());}[_0x36c4c7(0x21f)](_0x4054e7,_0x21ddf0){const _0x1e5adc=_0x36c4c7,_0x1ec513=this[_0x1e5adc(0x212)],{imageDimension:_0x346a36,imageFallbackUrl:_0x48cf38,imageSources:_0x2d0e2e}=_0x4054e7[_0x1e5adc(0x202)];_0x1ec513[_0x1e5adc(0x219)](_0x1e5adc(0x230),{'imageType':_0x21ddf0?_0x1e5adc(0x236):null,'source':{'uploadcareImageId':_0x4054e7['id'],'src':_0x48cf38,'sources':_0x2d0e2e,..._0x346a36}});}}
@@ -0,0 +1,23 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
+ */
5
+ /**
6
+ * @module uploadcare/ui/uploadcareformview
7
+ */
8
+ import { type Locale } from 'ckeditor5/src/utils.js';
9
+ import { DialogFocusManagerView } from '../utils/dialogfocusmanagerview.js';
10
+ import '../../theme/uploadcare-form.css';
11
+ /**
12
+ * A class representing the form view of the Uploadcare feature.
13
+ */
14
+ export declare class UploadcareFormView extends DialogFocusManagerView {
15
+ /**
16
+ * @inheritDoc
17
+ */
18
+ constructor(locale: Locale, id: string);
19
+ /**
20
+ * @inheritDoc
21
+ */
22
+ focus(): void;
23
+ }
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ var _0x1d767a=_0x51ad;function _0x4195(){var _0x1cf05e=['32dGHFUy','767527kVCmlv','ck-reset_all-excluded','1120482HIWWyj','setTemplate','uploader-','1442lbkvtJ','3SJFQIO','11UhrMOM','3581008PogXSD','element','ck-uploadcare-form','104570hoQyDg','focus','ck-uploadcare-theme','div','1031686CDwHAT','getFocusableElement','uc-file-uploader-inline','13704lzzrPS','20rGHkOR','2276652TGeoen','uc-light'];_0x4195=function(){return _0x1cf05e;};return _0x4195();}function _0x51ad(_0x55d6e0,_0x38fb8e){var _0x41956b=_0x4195();return _0x51ad=function(_0x51ad26,_0xa4ab03){_0x51ad26=_0x51ad26-0x81;var _0x892650=_0x41956b[_0x51ad26];return _0x892650;},_0x51ad(_0x55d6e0,_0x38fb8e);}(function(_0x324ffa,_0x42f14e){var _0x39d223=_0x51ad,_0x1c2e94=_0x324ffa();while(!![]){try{var _0xba8855=-parseInt(_0x39d223(0x91))/0x1+-parseInt(_0x39d223(0x89))/0x2*(-parseInt(_0x39d223(0x97))/0x3)+-parseInt(_0x39d223(0x90))/0x4*(-parseInt(_0x39d223(0x85))/0x5)+-parseInt(_0x39d223(0x8c))/0x6*(-parseInt(_0x39d223(0x96))/0x7)+parseInt(_0x39d223(0x82))/0x8+parseInt(_0x39d223(0x93))/0x9*(-parseInt(_0x39d223(0x8d))/0xa)+-parseInt(_0x39d223(0x81))/0xb*(parseInt(_0x39d223(0x8e))/0xc);if(_0xba8855===_0x42f14e)break;else _0x1c2e94['push'](_0x1c2e94['shift']());}catch(_0xa1ea09){_0x1c2e94['push'](_0x1c2e94['shift']());}}}(_0x4195,0x60721));import{DialogFocusManagerView as _0x28fa92}from'../utils/dialogfocusmanagerview.js';import'../../theme/uploadcare-form.css';export class UploadcareFormView extends _0x28fa92{constructor(_0x263d1e,_0x43d373){var _0x505895=_0x51ad;super(_0x263d1e),this[_0x505895(0x94)]({'tag':_0x505895(0x88),'attributes':{'class':['ck',_0x505895(0x92),_0x505895(0x84)],'tabindex':'-1'},'children':[{'tag':_0x505895(0x8b),'attributes':{'class':[_0x505895(0x8f),_0x505895(0x87)],'ctx-name':_0x505895(0x95)+_0x43d373}},this[_0x505895(0x8a)]()]});}[_0x1d767a(0x86)](){var _0xf3cf43=_0x1d767a;this[_0xf3cf43(0x83)][_0xf3cf43(0x86)]();}}
@@ -0,0 +1,48 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
+ */
5
+ /**
6
+ * @module uploadcare/uploadcare
7
+ * @publicApi
8
+ */
9
+ import { Plugin, type Editor } from 'ckeditor5/src/core.js';
10
+ import { UploadcareUI } from './uploadcareui.js';
11
+ import { UploadcareEditing } from './uploadcareediting.js';
12
+ import * as UC from '@uploadcare/file-uploader';
13
+ declare global {
14
+ interface HTMLElementTagNameMap {
15
+ 'uc-config': HTMLElement;
16
+ 'uc-upload-ctx-provider': UC.UploaderBlock;
17
+ 'uc-file-uploader-inline': UC.FileUploaderInline;
18
+ 'uc-cloud-image-editor': UC.CloudImageEditor;
19
+ }
20
+ }
21
+ /**
22
+ * The Uploadcare feature, a bridge between the CKEditor 5 WYSIWYG editor and the Uploadcare file uploader.
23
+ *
24
+ * Check out the {@glink features/images/image-upload/image-upload Image upload} guide to learn about other ways to upload
25
+ * images into CKEditor 5.
26
+ */
27
+ export declare class Uploadcare extends Plugin {
28
+ /**
29
+ * @inheritDoc
30
+ */
31
+ static get requires(): readonly [typeof UploadcareEditing, typeof UploadcareUI];
32
+ /**
33
+ * @inheritDoc
34
+ */
35
+ static get pluginName(): "Uploadcare";
36
+ /**
37
+ * @inheritDoc
38
+ */
39
+ static get isOfficialPlugin(): true;
40
+ /**
41
+ * @inheritDoc
42
+ */
43
+ static get isPremiumPlugin(): true;
44
+ /**
45
+ * @inheritDoc
46
+ */
47
+ constructor(editor: Editor);
48
+ }