jodit-pro 2.0.0-beta.76 → 4.0.6

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 (335) hide show
  1. package/es2015/jodit.css +116 -119
  2. package/es2015/jodit.fat.min.css +1 -1
  3. package/es2015/jodit.fat.min.js +2 -2
  4. package/es2015/jodit.js +1173 -990
  5. package/es2015/jodit.min.css +1 -1
  6. package/es2015/jodit.min.js +2 -2
  7. package/es2015/plugins/autocomplete/autocomplete.js +1 -1
  8. package/es2015/plugins/autocomplete/autocomplete.min.js +1 -1
  9. package/es2015/plugins/backup/backup.css +1 -1
  10. package/es2015/plugins/backup/backup.js +1 -1
  11. package/es2015/plugins/backup/backup.min.js +1 -1
  12. package/es2015/plugins/button-generator/button-generator.css +1 -1
  13. package/es2015/plugins/button-generator/button-generator.js +1 -1
  14. package/es2015/plugins/button-generator/button-generator.min.css +1 -1
  15. package/es2015/plugins/button-generator/button-generator.min.js +1 -1
  16. package/es2015/plugins/change-case/change-case.js +1 -1
  17. package/es2015/plugins/change-case/change-case.min.js +1 -1
  18. package/es2015/plugins/color-picker/color-picker.css +1 -1
  19. package/es2015/plugins/color-picker/color-picker.js +1 -1
  20. package/es2015/plugins/color-picker/color-picker.min.css +1 -1
  21. package/es2015/plugins/color-picker/color-picker.min.js +1 -1
  22. package/es2015/plugins/emoji/emoji.css +1 -1
  23. package/es2015/plugins/emoji/emoji.js +1 -1
  24. package/es2015/plugins/emoji/emoji.min.js +1 -1
  25. package/es2015/plugins/export-docs/export-docs.js +1 -1
  26. package/es2015/plugins/export-docs/export-docs.min.js +1 -1
  27. package/es2015/plugins/finder/finder.css +2 -3
  28. package/es2015/plugins/finder/finder.js +2 -2
  29. package/es2015/plugins/finder/finder.min.css +1 -1
  30. package/es2015/plugins/finder/finder.min.js +1 -1
  31. package/es2015/plugins/google-maps/google-maps.css +1 -1
  32. package/es2015/plugins/google-maps/google-maps.js +1 -1
  33. package/es2015/plugins/google-maps/google-maps.min.css +1 -1
  34. package/es2015/plugins/google-maps/google-maps.min.js +1 -1
  35. package/es2015/plugins/google-search/google-search.js +1 -1
  36. package/es2015/plugins/google-search/google-search.min.js +1 -1
  37. package/es2015/plugins/highlight-signature/highlight-signature.js +1 -1
  38. package/es2015/plugins/highlight-signature/highlight-signature.min.js +1 -1
  39. package/es2015/plugins/iframe-editor/iframe-editor.css +1 -1
  40. package/es2015/plugins/iframe-editor/iframe-editor.js +1 -1
  41. package/es2015/plugins/iframe-editor/iframe-editor.min.js +1 -1
  42. package/es2015/plugins/keyboard/keyboard.css +1 -1
  43. package/es2015/plugins/keyboard/keyboard.js +1 -1
  44. package/es2015/plugins/keyboard/keyboard.min.css +1 -1
  45. package/es2015/plugins/keyboard/keyboard.min.js +1 -1
  46. package/es2015/plugins/mobile-view/mobile-view.js +1 -1
  47. package/es2015/plugins/mobile-view/mobile-view.min.js +1 -1
  48. package/es2015/plugins/page-break/page-break.js +1 -1
  49. package/es2015/plugins/page-break/page-break.min.js +1 -1
  50. package/es2015/plugins/paste-code/paste-code.css +1 -1
  51. package/es2015/plugins/paste-code/paste-code.js +41 -31
  52. package/es2015/plugins/paste-code/paste-code.min.js +2 -2
  53. package/es2015/plugins/paste-from-word/paste-from-word.js +1 -1
  54. package/es2015/plugins/paste-from-word/paste-from-word.min.js +1 -1
  55. package/es2015/plugins/show-blocks/show-blocks.js +1 -1
  56. package/es2015/plugins/show-blocks/show-blocks.min.js +1 -1
  57. package/es2015/plugins/todo-list/todo-list.css +1 -1
  58. package/es2015/plugins/todo-list/todo-list.js +1 -1
  59. package/es2015/plugins/todo-list/todo-list.min.js +1 -1
  60. package/es2015/plugins/translate/translate.css +1 -1
  61. package/es2015/plugins/translate/translate.js +1 -1
  62. package/es2015/plugins/translate/translate.min.css +1 -1
  63. package/es2015/plugins/translate/translate.min.js +1 -1
  64. package/es2015/plugins/tune-block/tune-block.css +1 -1
  65. package/es2015/plugins/tune-block/tune-block.js +1 -1
  66. package/es2015/plugins/tune-block/tune-block.min.js +1 -1
  67. package/es2018/jodit.css +116 -119
  68. package/es2018/jodit.fat.min.css +1 -1
  69. package/es2018/jodit.fat.min.js +2 -2
  70. package/es2018/jodit.js +1173 -990
  71. package/es2018/jodit.min.css +1 -1
  72. package/es2018/jodit.min.js +2 -2
  73. package/es2018/plugins/autocomplete/autocomplete.js +1 -1
  74. package/es2018/plugins/autocomplete/autocomplete.min.js +1 -1
  75. package/es2018/plugins/backup/backup.css +1 -1
  76. package/es2018/plugins/backup/backup.js +1 -1
  77. package/es2018/plugins/backup/backup.min.js +1 -1
  78. package/es2018/plugins/button-generator/button-generator.css +1 -1
  79. package/es2018/plugins/button-generator/button-generator.js +1 -1
  80. package/es2018/plugins/button-generator/button-generator.min.css +1 -1
  81. package/es2018/plugins/button-generator/button-generator.min.js +1 -1
  82. package/es2018/plugins/change-case/change-case.js +1 -1
  83. package/es2018/plugins/change-case/change-case.min.js +1 -1
  84. package/es2018/plugins/color-picker/color-picker.css +1 -1
  85. package/es2018/plugins/color-picker/color-picker.js +1 -1
  86. package/es2018/plugins/color-picker/color-picker.min.css +1 -1
  87. package/es2018/plugins/color-picker/color-picker.min.js +1 -1
  88. package/es2018/plugins/emoji/emoji.css +1 -1
  89. package/es2018/plugins/emoji/emoji.js +1 -1
  90. package/es2018/plugins/emoji/emoji.min.js +1 -1
  91. package/es2018/plugins/export-docs/export-docs.js +1 -1
  92. package/es2018/plugins/export-docs/export-docs.min.js +1 -1
  93. package/es2018/plugins/finder/finder.css +2 -3
  94. package/es2018/plugins/finder/finder.js +2 -2
  95. package/es2018/plugins/finder/finder.min.css +1 -1
  96. package/es2018/plugins/finder/finder.min.js +1 -1
  97. package/es2018/plugins/google-maps/google-maps.css +1 -1
  98. package/es2018/plugins/google-maps/google-maps.js +1 -1
  99. package/es2018/plugins/google-maps/google-maps.min.css +1 -1
  100. package/es2018/plugins/google-maps/google-maps.min.js +1 -1
  101. package/es2018/plugins/google-search/google-search.js +1 -1
  102. package/es2018/plugins/google-search/google-search.min.js +1 -1
  103. package/es2018/plugins/highlight-signature/highlight-signature.js +1 -1
  104. package/es2018/plugins/highlight-signature/highlight-signature.min.js +1 -1
  105. package/es2018/plugins/iframe-editor/iframe-editor.css +1 -1
  106. package/es2018/plugins/iframe-editor/iframe-editor.js +1 -1
  107. package/es2018/plugins/iframe-editor/iframe-editor.min.js +1 -1
  108. package/es2018/plugins/keyboard/keyboard.css +1 -1
  109. package/es2018/plugins/keyboard/keyboard.js +1 -1
  110. package/es2018/plugins/keyboard/keyboard.min.css +1 -1
  111. package/es2018/plugins/keyboard/keyboard.min.js +1 -1
  112. package/es2018/plugins/mobile-view/mobile-view.js +1 -1
  113. package/es2018/plugins/mobile-view/mobile-view.min.js +1 -1
  114. package/es2018/plugins/page-break/page-break.js +1 -1
  115. package/es2018/plugins/page-break/page-break.min.js +1 -1
  116. package/es2018/plugins/paste-code/paste-code.css +1 -1
  117. package/es2018/plugins/paste-code/paste-code.js +40 -30
  118. package/es2018/plugins/paste-code/paste-code.min.js +2 -2
  119. package/es2018/plugins/paste-from-word/paste-from-word.js +1 -1
  120. package/es2018/plugins/paste-from-word/paste-from-word.min.js +1 -1
  121. package/es2018/plugins/show-blocks/show-blocks.js +1 -1
  122. package/es2018/plugins/show-blocks/show-blocks.min.js +1 -1
  123. package/es2018/plugins/todo-list/todo-list.css +1 -1
  124. package/es2018/plugins/todo-list/todo-list.js +1 -1
  125. package/es2018/plugins/todo-list/todo-list.min.js +1 -1
  126. package/es2018/plugins/translate/translate.css +1 -1
  127. package/es2018/plugins/translate/translate.js +1 -1
  128. package/es2018/plugins/translate/translate.min.css +1 -1
  129. package/es2018/plugins/translate/translate.min.js +1 -1
  130. package/es2018/plugins/tune-block/tune-block.css +1 -1
  131. package/es2018/plugins/tune-block/tune-block.js +1 -1
  132. package/es2018/plugins/tune-block/tune-block.min.js +1 -1
  133. package/es2021/jodit.css +116 -119
  134. package/es2021/jodit.fat.min.css +1 -1
  135. package/es2021/jodit.fat.min.js +2 -2
  136. package/es2021/jodit.js +1172 -990
  137. package/es2021/jodit.min.css +1 -1
  138. package/es2021/jodit.min.js +2 -2
  139. package/es2021/plugins/autocomplete/autocomplete.js +1 -1
  140. package/es2021/plugins/autocomplete/autocomplete.min.js +1 -1
  141. package/es2021/plugins/backup/backup.css +1 -1
  142. package/es2021/plugins/backup/backup.js +1 -1
  143. package/es2021/plugins/backup/backup.min.js +1 -1
  144. package/es2021/plugins/button-generator/button-generator.css +1 -1
  145. package/es2021/plugins/button-generator/button-generator.js +1 -1
  146. package/es2021/plugins/button-generator/button-generator.min.css +1 -1
  147. package/es2021/plugins/button-generator/button-generator.min.js +1 -1
  148. package/es2021/plugins/change-case/change-case.js +1 -1
  149. package/es2021/plugins/change-case/change-case.min.js +1 -1
  150. package/es2021/plugins/color-picker/color-picker.css +1 -1
  151. package/es2021/plugins/color-picker/color-picker.js +1 -1
  152. package/es2021/plugins/color-picker/color-picker.min.css +1 -1
  153. package/es2021/plugins/color-picker/color-picker.min.js +1 -1
  154. package/es2021/plugins/emoji/emoji.css +1 -1
  155. package/es2021/plugins/emoji/emoji.js +1 -1
  156. package/es2021/plugins/emoji/emoji.min.js +1 -1
  157. package/es2021/plugins/export-docs/export-docs.js +1 -1
  158. package/es2021/plugins/export-docs/export-docs.min.js +1 -1
  159. package/es2021/plugins/finder/finder.css +2 -3
  160. package/es2021/plugins/finder/finder.js +2 -2
  161. package/es2021/plugins/finder/finder.min.css +1 -1
  162. package/es2021/plugins/finder/finder.min.js +1 -1
  163. package/es2021/plugins/google-maps/google-maps.css +1 -1
  164. package/es2021/plugins/google-maps/google-maps.js +1 -1
  165. package/es2021/plugins/google-maps/google-maps.min.css +1 -1
  166. package/es2021/plugins/google-maps/google-maps.min.js +1 -1
  167. package/es2021/plugins/google-search/google-search.js +1 -1
  168. package/es2021/plugins/google-search/google-search.min.js +1 -1
  169. package/es2021/plugins/highlight-signature/highlight-signature.js +1 -1
  170. package/es2021/plugins/highlight-signature/highlight-signature.min.js +1 -1
  171. package/es2021/plugins/iframe-editor/iframe-editor.css +1 -1
  172. package/es2021/plugins/iframe-editor/iframe-editor.js +1 -1
  173. package/es2021/plugins/iframe-editor/iframe-editor.min.js +1 -1
  174. package/es2021/plugins/keyboard/keyboard.css +1 -1
  175. package/es2021/plugins/keyboard/keyboard.js +1 -1
  176. package/es2021/plugins/keyboard/keyboard.min.css +1 -1
  177. package/es2021/plugins/keyboard/keyboard.min.js +1 -1
  178. package/es2021/plugins/mobile-view/mobile-view.js +1 -1
  179. package/es2021/plugins/mobile-view/mobile-view.min.js +1 -1
  180. package/es2021/plugins/page-break/page-break.js +1 -1
  181. package/es2021/plugins/page-break/page-break.min.js +1 -1
  182. package/es2021/plugins/paste-code/paste-code.css +1 -1
  183. package/es2021/plugins/paste-code/paste-code.js +40 -30
  184. package/es2021/plugins/paste-code/paste-code.min.js +2 -2
  185. package/es2021/plugins/paste-from-word/paste-from-word.js +1 -1
  186. package/es2021/plugins/paste-from-word/paste-from-word.min.js +1 -1
  187. package/es2021/plugins/show-blocks/show-blocks.js +1 -1
  188. package/es2021/plugins/show-blocks/show-blocks.min.js +1 -1
  189. package/es2021/plugins/todo-list/todo-list.css +1 -1
  190. package/es2021/plugins/todo-list/todo-list.js +1 -1
  191. package/es2021/plugins/todo-list/todo-list.min.js +1 -1
  192. package/es2021/plugins/translate/translate.css +1 -1
  193. package/es2021/plugins/translate/translate.js +1 -1
  194. package/es2021/plugins/translate/translate.min.css +1 -1
  195. package/es2021/plugins/translate/translate.min.js +1 -1
  196. package/es2021/plugins/tune-block/tune-block.css +1 -1
  197. package/es2021/plugins/tune-block/tune-block.js +1 -1
  198. package/es2021/plugins/tune-block/tune-block.min.js +1 -1
  199. package/es2021.en/jodit.css +116 -119
  200. package/es2021.en/jodit.fat.min.css +1 -1
  201. package/es2021.en/jodit.fat.min.js +2 -2
  202. package/es2021.en/jodit.js +1092 -910
  203. package/es2021.en/jodit.min.css +1 -1
  204. package/es2021.en/jodit.min.js +2 -2
  205. package/es2021.en/plugins/autocomplete/autocomplete.js +1 -1
  206. package/es2021.en/plugins/autocomplete/autocomplete.min.js +1 -1
  207. package/es2021.en/plugins/backup/backup.css +1 -1
  208. package/es2021.en/plugins/backup/backup.js +1 -1
  209. package/es2021.en/plugins/backup/backup.min.js +1 -1
  210. package/es2021.en/plugins/button-generator/button-generator.css +1 -1
  211. package/es2021.en/plugins/button-generator/button-generator.js +1 -1
  212. package/es2021.en/plugins/button-generator/button-generator.min.css +1 -1
  213. package/es2021.en/plugins/button-generator/button-generator.min.js +1 -1
  214. package/es2021.en/plugins/change-case/change-case.js +1 -1
  215. package/es2021.en/plugins/change-case/change-case.min.js +1 -1
  216. package/es2021.en/plugins/color-picker/color-picker.css +1 -1
  217. package/es2021.en/plugins/color-picker/color-picker.js +1 -1
  218. package/es2021.en/plugins/color-picker/color-picker.min.css +1 -1
  219. package/es2021.en/plugins/color-picker/color-picker.min.js +1 -1
  220. package/es2021.en/plugins/emoji/emoji.css +1 -1
  221. package/es2021.en/plugins/emoji/emoji.js +1 -1
  222. package/es2021.en/plugins/emoji/emoji.min.js +1 -1
  223. package/es2021.en/plugins/export-docs/export-docs.js +1 -1
  224. package/es2021.en/plugins/export-docs/export-docs.min.js +1 -1
  225. package/es2021.en/plugins/finder/finder.css +2 -3
  226. package/es2021.en/plugins/finder/finder.js +2 -2
  227. package/es2021.en/plugins/finder/finder.min.css +1 -1
  228. package/es2021.en/plugins/finder/finder.min.js +1 -1
  229. package/es2021.en/plugins/google-maps/google-maps.css +1 -1
  230. package/es2021.en/plugins/google-maps/google-maps.js +1 -1
  231. package/es2021.en/plugins/google-maps/google-maps.min.css +1 -1
  232. package/es2021.en/plugins/google-maps/google-maps.min.js +1 -1
  233. package/es2021.en/plugins/google-search/google-search.js +1 -1
  234. package/es2021.en/plugins/google-search/google-search.min.js +1 -1
  235. package/es2021.en/plugins/highlight-signature/highlight-signature.js +1 -1
  236. package/es2021.en/plugins/highlight-signature/highlight-signature.min.js +1 -1
  237. package/es2021.en/plugins/iframe-editor/iframe-editor.css +1 -1
  238. package/es2021.en/plugins/iframe-editor/iframe-editor.js +1 -1
  239. package/es2021.en/plugins/iframe-editor/iframe-editor.min.js +1 -1
  240. package/es2021.en/plugins/keyboard/keyboard.css +1 -1
  241. package/es2021.en/plugins/keyboard/keyboard.js +1 -1
  242. package/es2021.en/plugins/keyboard/keyboard.min.css +1 -1
  243. package/es2021.en/plugins/keyboard/keyboard.min.js +1 -1
  244. package/es2021.en/plugins/mobile-view/mobile-view.js +1 -1
  245. package/es2021.en/plugins/mobile-view/mobile-view.min.js +1 -1
  246. package/es2021.en/plugins/page-break/page-break.js +1 -1
  247. package/es2021.en/plugins/page-break/page-break.min.js +1 -1
  248. package/es2021.en/plugins/paste-code/paste-code.css +1 -1
  249. package/es2021.en/plugins/paste-code/paste-code.js +40 -30
  250. package/es2021.en/plugins/paste-code/paste-code.min.js +2 -2
  251. package/es2021.en/plugins/paste-from-word/paste-from-word.js +1 -1
  252. package/es2021.en/plugins/paste-from-word/paste-from-word.min.js +1 -1
  253. package/es2021.en/plugins/show-blocks/show-blocks.js +1 -1
  254. package/es2021.en/plugins/show-blocks/show-blocks.min.js +1 -1
  255. package/es2021.en/plugins/todo-list/todo-list.css +1 -1
  256. package/es2021.en/plugins/todo-list/todo-list.js +1 -1
  257. package/es2021.en/plugins/todo-list/todo-list.min.js +1 -1
  258. package/es2021.en/plugins/translate/translate.css +1 -1
  259. package/es2021.en/plugins/translate/translate.js +1 -1
  260. package/es2021.en/plugins/translate/translate.min.css +1 -1
  261. package/es2021.en/plugins/translate/translate.min.js +1 -1
  262. package/es2021.en/plugins/tune-block/tune-block.css +1 -1
  263. package/es2021.en/plugins/tune-block/tune-block.js +1 -1
  264. package/es2021.en/plugins/tune-block/tune-block.min.js +1 -1
  265. package/es5/jodit.css +118 -120
  266. package/es5/jodit.fat.min.css +1 -1
  267. package/es5/jodit.fat.min.js +2 -2
  268. package/es5/jodit.js +1212 -1059
  269. package/es5/jodit.min.css +3 -3
  270. package/es5/jodit.min.js +2 -2
  271. package/es5/plugins/autocomplete/autocomplete.js +1 -1
  272. package/es5/plugins/autocomplete/autocomplete.min.js +1 -1
  273. package/es5/plugins/backup/backup.css +1 -1
  274. package/es5/plugins/backup/backup.js +1 -1
  275. package/es5/plugins/backup/backup.min.js +1 -1
  276. package/es5/plugins/button-generator/button-generator.css +1 -1
  277. package/es5/plugins/button-generator/button-generator.js +1 -1
  278. package/es5/plugins/button-generator/button-generator.min.css +1 -1
  279. package/es5/plugins/button-generator/button-generator.min.js +1 -1
  280. package/es5/plugins/change-case/change-case.js +1 -1
  281. package/es5/plugins/change-case/change-case.min.js +1 -1
  282. package/es5/plugins/color-picker/color-picker.css +1 -1
  283. package/es5/plugins/color-picker/color-picker.js +1 -1
  284. package/es5/plugins/color-picker/color-picker.min.css +1 -1
  285. package/es5/plugins/color-picker/color-picker.min.js +1 -1
  286. package/es5/plugins/emoji/emoji.css +1 -1
  287. package/es5/plugins/emoji/emoji.js +1 -1
  288. package/es5/plugins/emoji/emoji.min.js +1 -1
  289. package/es5/plugins/export-docs/export-docs.js +1 -1
  290. package/es5/plugins/export-docs/export-docs.min.js +1 -1
  291. package/es5/plugins/finder/finder.css +2 -3
  292. package/es5/plugins/finder/finder.js +2 -2
  293. package/es5/plugins/finder/finder.min.css +1 -1
  294. package/es5/plugins/finder/finder.min.js +1 -1
  295. package/es5/plugins/google-maps/google-maps.css +1 -1
  296. package/es5/plugins/google-maps/google-maps.js +1 -1
  297. package/es5/plugins/google-maps/google-maps.min.css +1 -1
  298. package/es5/plugins/google-maps/google-maps.min.js +1 -1
  299. package/es5/plugins/google-search/google-search.js +1 -1
  300. package/es5/plugins/google-search/google-search.min.js +1 -1
  301. package/es5/plugins/highlight-signature/highlight-signature.js +1 -1
  302. package/es5/plugins/highlight-signature/highlight-signature.min.js +1 -1
  303. package/es5/plugins/iframe-editor/iframe-editor.css +1 -1
  304. package/es5/plugins/iframe-editor/iframe-editor.js +1 -1
  305. package/es5/plugins/iframe-editor/iframe-editor.min.js +1 -1
  306. package/es5/plugins/keyboard/keyboard.css +1 -1
  307. package/es5/plugins/keyboard/keyboard.js +1 -1
  308. package/es5/plugins/keyboard/keyboard.min.css +1 -1
  309. package/es5/plugins/keyboard/keyboard.min.js +1 -1
  310. package/es5/plugins/mobile-view/mobile-view.js +1 -1
  311. package/es5/plugins/mobile-view/mobile-view.min.js +1 -1
  312. package/es5/plugins/page-break/page-break.js +1 -1
  313. package/es5/plugins/page-break/page-break.min.js +1 -1
  314. package/es5/plugins/paste-code/paste-code.css +1 -1
  315. package/es5/plugins/paste-code/paste-code.js +44 -34
  316. package/es5/plugins/paste-code/paste-code.min.js +2 -2
  317. package/es5/plugins/paste-from-word/paste-from-word.js +1 -1
  318. package/es5/plugins/paste-from-word/paste-from-word.min.js +1 -1
  319. package/es5/plugins/show-blocks/show-blocks.js +1 -1
  320. package/es5/plugins/show-blocks/show-blocks.min.js +1 -1
  321. package/es5/plugins/todo-list/todo-list.css +1 -1
  322. package/es5/plugins/todo-list/todo-list.js +1 -1
  323. package/es5/plugins/todo-list/todo-list.min.js +1 -1
  324. package/es5/plugins/translate/translate.css +1 -1
  325. package/es5/plugins/translate/translate.js +1 -1
  326. package/es5/plugins/translate/translate.min.css +1 -1
  327. package/es5/plugins/translate/translate.min.js +1 -1
  328. package/es5/plugins/tune-block/tune-block.css +1 -1
  329. package/es5/plugins/tune-block/tune-block.js +1 -1
  330. package/es5/plugins/tune-block/tune-block.min.js +1 -1
  331. package/esm/plugins/autocomplete/autocomplete.js +1 -1
  332. package/esm/plugins/paste-code/paste-code.d.ts +5 -5
  333. package/esm/plugins/paste-code/paste-code.js +1 -1
  334. package/package.json +2 -2
  335. package/types/plugins/paste-code/paste-code.d.ts +5 -5
package/es5/jodit.css CHANGED
@@ -1,14 +1,14 @@
1
1
  /*!
2
2
  * jodit-pro - PRO Version of Jodit Editor
3
3
  * Author: Chupurnov Valeriy <chupurnov@gmail.com>
4
- * Version: v2.0.0-beta.76
4
+ * Version: v4.0.6
5
5
  * Url: https://xdsoft.net/jodit/pro/
6
6
  * License(s): SEE LICENSE IN LICENSE.md
7
7
  */
8
8
  /*!
9
9
  * jodit-pro - PRO Version of Jodit Editor
10
10
  * Author: Chupurnov Valeriy <chupurnov@gmail.com>
11
- * Version: v2.0.0-beta.76
11
+ * Version: v4.0.6
12
12
  * Url: https://xdsoft.net/jodit/pro/
13
13
  * License(s): SEE LICENSE IN LICENSE.md
14
14
  */
@@ -16,23 +16,23 @@
16
16
  /*!
17
17
  * Jodit Editor (https://xdsoft.net/jodit/)
18
18
  * Released under MIT see LICENSE.txt in the project root for license information.
19
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
19
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20
20
  */
21
21
 
22
22
  /*!
23
23
  * Jodit Editor (https://xdsoft.net/jodit/)
24
24
  * Released under MIT see LICENSE.txt in the project root for license information.
25
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26
26
  */
27
27
  /*!
28
28
  * Jodit Editor (https://xdsoft.net/jodit/)
29
29
  * Released under MIT see LICENSE.txt in the project root for license information.
30
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31
31
  */
32
32
  /*!
33
33
  * Jodit Editor (https://xdsoft.net/jodit/)
34
34
  * Released under MIT see LICENSE.txt in the project root for license information.
35
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36
36
  */
37
37
  .jodit-wysiwyg {
38
38
  outline: 0;
@@ -73,7 +73,7 @@
73
73
  /*!
74
74
  * Jodit Editor (https://xdsoft.net/jodit/)
75
75
  * Released under MIT see LICENSE.txt in the project root for license information.
76
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
76
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
77
77
  */
78
78
  .jodit-form {
79
79
  font-family: -apple-system, blinkmacsystemfont, 'Segoe UI', roboto,
@@ -359,7 +359,7 @@ input:focus + .jodit-switcher__slider {
359
359
  /*!
360
360
  * Jodit Editor (https://xdsoft.net/jodit/)
361
361
  * Released under MIT see LICENSE.txt in the project root for license information.
362
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
362
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
363
363
  */
364
364
  .jodit-button-group {
365
365
  display: -webkit-box;
@@ -409,7 +409,7 @@ input:focus + .jodit-switcher__slider {
409
409
  /*!
410
410
  * Jodit Editor (https://xdsoft.net/jodit/)
411
411
  * Released under MIT see LICENSE.txt in the project root for license information.
412
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
412
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
413
413
  */
414
414
  .jodit_text_icons .jodit_icon {
415
415
  width: auto;
@@ -447,7 +447,7 @@ input:focus + .jodit-switcher__slider {
447
447
  /*!
448
448
  * Jodit Editor (https://xdsoft.net/jodit/)
449
449
  * Released under MIT see LICENSE.txt in the project root for license information.
450
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
450
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
451
451
  */
452
452
  .jodit-grid {
453
453
  display: -webkit-box;
@@ -591,7 +591,7 @@ input:focus + .jodit-switcher__slider {
591
591
  /*!
592
592
  * Jodit Editor (https://xdsoft.net/jodit/)
593
593
  * Released under MIT see LICENSE.txt in the project root for license information.
594
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
594
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
595
595
  */
596
596
  @-webkit-keyframes rotate {
597
597
  to {
@@ -641,7 +641,7 @@ svg.jodit-icon {
641
641
  /*!
642
642
  * Jodit Editor (https://xdsoft.net/jodit/)
643
643
  * Released under MIT see LICENSE.txt in the project root for license information.
644
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
644
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
645
645
  */
646
646
  .jodit,
647
647
  .jodit-container,
@@ -720,7 +720,7 @@ svg.jodit-icon {
720
720
  /*!
721
721
  * Jodit Editor (https://xdsoft.net/jodit/)
722
722
  * Released under MIT see LICENSE.txt in the project root for license information.
723
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
723
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
724
724
  */
725
725
  .jodit-context-menu {
726
726
  position: static;
@@ -743,6 +743,9 @@ svg.jodit-icon {
743
743
  -webkit-transform: translate3d(0, 0, 0);
744
744
  transform: translate3d(0, 0, 0);
745
745
  z-index: 30000005;
746
+ font-family: -apple-system, blinkmacsystemfont, 'Segoe UI', roboto,
747
+ oxygen-sans, ubuntu, cantarell, 'Helvetica Neue', sans-serif;
748
+ font-size: 14px;
746
749
  }
747
750
  .jodit-context-menu__content {
748
751
  font-family: -apple-system, blinkmacsystemfont, 'Segoe UI', roboto,
@@ -767,22 +770,17 @@ svg.jodit-icon {
767
770
  display: -ms-flexbox;
768
771
  display: flex;
769
772
  }
770
- .jodit-context-menu__actions {
771
- font-family: -apple-system, blinkmacsystemfont, 'Segoe UI', roboto,
772
- oxygen-sans, ubuntu, cantarell, 'Helvetica Neue', sans-serif;
773
- font-size: 14px;
774
- }
775
- .jodit-context-menu__actions button {
773
+ .jodit-context-menu button {
776
774
  width: 100%;
777
775
  }
778
- .jodit-context-menu_theme_dark .jodit-context-menu__content {
776
+ .jodit-context-menu_theme_dark {
779
777
  background-color: #575757;
780
778
  }
781
779
 
782
780
  /*!
783
781
  * Jodit Editor (https://xdsoft.net/jodit/)
784
782
  * Released under MIT see LICENSE.txt in the project root for license information.
785
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
783
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
786
784
  */
787
785
  .jodit-popup {
788
786
  position: static;
@@ -827,7 +825,7 @@ svg.jodit-icon {
827
825
  /*!
828
826
  * Jodit Editor (https://xdsoft.net/jodit/)
829
827
  * Released under MIT see LICENSE.txt in the project root for license information.
830
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
828
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
831
829
  */
832
830
  .jodit-ui-group {
833
831
  display: -webkit-inline-box;
@@ -865,7 +863,7 @@ svg.jodit-icon {
865
863
  /*!
866
864
  * Jodit Editor (https://xdsoft.net/jodit/)
867
865
  * Released under MIT see LICENSE.txt in the project root for license information.
868
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
866
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
869
867
  */
870
868
  .jodit-ui-button-icon-text__icon {
871
869
  display: none;
@@ -1574,7 +1572,7 @@ svg.jodit-icon {
1574
1572
  /*!
1575
1573
  * Jodit Editor (https://xdsoft.net/jodit/)
1576
1574
  * Released under MIT see LICENSE.txt in the project root for license information.
1577
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1575
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1578
1576
  */
1579
1577
  .jodit-ui-list {
1580
1578
  display: -webkit-box;
@@ -1669,7 +1667,7 @@ svg.jodit-icon {
1669
1667
  /*!
1670
1668
  * Jodit Editor (https://xdsoft.net/jodit/)
1671
1669
  * Released under MIT see LICENSE.txt in the project root for license information.
1672
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1670
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1673
1671
  */
1674
1672
  .jodit-ui-tooltip {
1675
1673
  position: fixed;
@@ -1719,7 +1717,7 @@ svg.jodit-icon {
1719
1717
  /*!
1720
1718
  * Jodit Editor (https://xdsoft.net/jodit/)
1721
1719
  * Released under MIT see LICENSE.txt in the project root for license information.
1722
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1720
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1723
1721
  */
1724
1722
  .jodit-dialog {
1725
1723
  font-family: -apple-system, blinkmacsystemfont, 'Segoe UI', roboto,
@@ -2063,7 +2061,7 @@ svg.jodit-icon {
2063
2061
  /*!
2064
2062
  * Jodit Editor (https://xdsoft.net/jodit/)
2065
2063
  * Released under MIT see LICENSE.txt in the project root for license information.
2066
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2064
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2067
2065
  */
2068
2066
  .jodit-toolbar__box:not(:empty) {
2069
2067
  overflow: hidden;
@@ -2081,7 +2079,7 @@ svg.jodit-icon {
2081
2079
  /*!
2082
2080
  * Jodit Editor (https://xdsoft.net/jodit/)
2083
2081
  * Released under MIT see LICENSE.txt in the project root for license information.
2084
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2082
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2085
2083
  */
2086
2084
  .jodit-ui-messages {
2087
2085
  position: absolute;
@@ -2702,7 +2700,7 @@ svg.jodit-icon {
2702
2700
  /*!
2703
2701
  * Jodit Editor (https://xdsoft.net/jodit/)
2704
2702
  * Released under MIT see LICENSE.txt in the project root for license information.
2705
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2703
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2706
2704
  */
2707
2705
  @-webkit-keyframes pulse {
2708
2706
  30% {
@@ -2783,7 +2781,7 @@ svg.jodit-icon {
2783
2781
  /*!
2784
2782
  * Jodit Editor (https://xdsoft.net/jodit/)
2785
2783
  * Released under MIT see LICENSE.txt in the project root for license information.
2786
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2784
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2787
2785
  */
2788
2786
  .jodit-toolbar-collection,
2789
2787
  .jodit-toolbar-editor-collection {
@@ -2950,7 +2948,7 @@ svg.jodit-icon {
2950
2948
  /*!
2951
2949
  * Jodit Editor (https://xdsoft.net/jodit/)
2952
2950
  * Released under MIT see LICENSE.txt in the project root for license information.
2953
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2951
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2954
2952
  */
2955
2953
  .jodit-toolbar-button {
2956
2954
  display: -webkit-box;
@@ -3249,7 +3247,7 @@ svg.jodit-icon {
3249
3247
  /*!
3250
3248
  * Jodit Editor (https://xdsoft.net/jodit/)
3251
3249
  * Released under MIT see LICENSE.txt in the project root for license information.
3252
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
3250
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
3253
3251
  */
3254
3252
  .jodit-toolbar-content {
3255
3253
  position: relative;
@@ -3948,14 +3946,14 @@ svg.jodit-icon {
3948
3946
  /*!
3949
3947
  * Jodit Editor (https://xdsoft.net/jodit/)
3950
3948
  * Released under MIT see LICENSE.txt in the project root for license information.
3951
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
3949
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
3952
3950
  */
3953
3951
  /*!
3954
3952
  * Jodit Editor (https://xdsoft.net/jodit/)
3955
3953
  * Released under MIT see LICENSE.txt in the project root for license information.
3956
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
3954
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
3957
3955
  */
3958
- .jodit-filebrowser {
3956
+ .jodit-file-browser {
3959
3957
  display: -webkit-box;
3960
3958
  display: -ms-flexbox;
3961
3959
  display: flex;
@@ -3963,18 +3961,18 @@ svg.jodit-icon {
3963
3961
  font-family: -apple-system, blinkmacsystemfont, 'Segoe UI', roboto,
3964
3962
  oxygen-sans, ubuntu, cantarell, 'Helvetica Neue', sans-serif;
3965
3963
  }
3966
- .jodit-filebrowser_no-files_true {
3964
+ .jodit-file-browser_no-files_true {
3967
3965
  padding: 8px;
3968
3966
  }
3969
3967
  @media (max-width: 480px) {
3970
- .jodit-filebrowser {
3968
+ .jodit-file-browser {
3971
3969
  -webkit-box-orient: vertical;
3972
3970
  -webkit-box-direction: reverse;
3973
3971
  -ms-flex-flow: column-reverse;
3974
3972
  flex-flow: column-reverse;
3975
3973
  }
3976
3974
  }
3977
- .jodit-dialog .jodit-dialog__header-title.jodit-filebrowser__title-box {
3975
+ .jodit-dialog .jodit-dialog__header-title.jodit-file-browser__title-box {
3978
3976
  display: -webkit-box;
3979
3977
  display: -ms-flexbox;
3980
3978
  display: flex;
@@ -3986,9 +3984,9 @@ svg.jodit-icon {
3986
3984
  /*!
3987
3985
  * Jodit Editor (https://xdsoft.net/jodit/)
3988
3986
  * Released under MIT see LICENSE.txt in the project root for license information.
3989
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
3987
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
3990
3988
  */
3991
- .jodit-filebrowser-preview {
3989
+ .jodit-file-browser-preview {
3992
3990
  position: relative;
3993
3991
  display: -webkit-box;
3994
3992
  display: -ms-flexbox;
@@ -4008,7 +4006,7 @@ svg.jodit-icon {
4008
4006
  text-align: center;
4009
4007
  }
4010
4008
  @media (max-width: 768px) {
4011
- .jodit-filebrowser-preview {
4009
+ .jodit-file-browser-preview {
4012
4010
  min-width: auto;
4013
4011
  max-width: 100%;
4014
4012
  height: 100%;
@@ -4016,7 +4014,7 @@ svg.jodit-icon {
4016
4014
  max-height: 100%;
4017
4015
  }
4018
4016
  }
4019
- .jodit-filebrowser-preview__box {
4017
+ .jodit-file-browser-preview__box {
4020
4018
  display: -webkit-box;
4021
4019
  display: -ms-flexbox;
4022
4020
  display: flex;
@@ -4030,18 +4028,18 @@ svg.jodit-icon {
4030
4028
  -ms-flex-pack: center;
4031
4029
  justify-content: center;
4032
4030
  }
4033
- .jodit-filebrowser-preview__navigation {
4031
+ .jodit-file-browser-preview__navigation {
4034
4032
  position: absolute;
4035
4033
  top: 0;
4036
4034
  left: 0;
4037
4035
  height: 100%;
4038
4036
  cursor: pointer;
4039
4037
  }
4040
- .jodit-filebrowser-preview__navigation_arrow_next {
4038
+ .jodit-file-browser-preview__navigation_arrow_next {
4041
4039
  right: 0;
4042
4040
  left: auto;
4043
4041
  }
4044
- .jodit-filebrowser-preview__navigation svg {
4042
+ .jodit-file-browser-preview__navigation svg {
4045
4043
  position: relative;
4046
4044
  top: 50%;
4047
4045
  width: 45px;
@@ -4053,10 +4051,10 @@ svg.jodit-icon {
4053
4051
  -webkit-transition: fill 0.3s linear;
4054
4052
  transition: fill 0.3s linear;
4055
4053
  }
4056
- .jodit-filebrowser-preview__navigation:hover svg {
4054
+ .jodit-file-browser-preview__navigation:hover svg {
4057
4055
  fill: #000;
4058
4056
  }
4059
- .jodit-filebrowser-preview img {
4057
+ .jodit-file-browser-preview img {
4060
4058
  max-width: 100%;
4061
4059
  max-height: 100%;
4062
4060
  }
@@ -4064,7 +4062,7 @@ svg.jodit-icon {
4064
4062
  /*!
4065
4063
  * Jodit Editor (https://xdsoft.net/jodit/)
4066
4064
  * Released under MIT see LICENSE.txt in the project root for license information.
4067
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4065
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4068
4066
  */
4069
4067
  .jodit-image-editor {
4070
4068
  overflow: hidden;
@@ -4282,17 +4280,17 @@ svg.jodit-icon {
4282
4280
  justify-content: center;
4283
4281
  }
4284
4282
 
4285
- .jodit-filebrowser-files {
4283
+ .jodit-file-browser-files {
4286
4284
  position: relative;
4287
4285
  display: none;
4288
4286
  height: 100%;
4289
4287
  vertical-align: top;
4290
4288
  overflow-anchor: auto;
4291
4289
  }
4292
- .jodit-filebrowser-files .jodit-button {
4290
+ .jodit-file-browser-files .jodit-button {
4293
4291
  border-radius: 0;
4294
4292
  }
4295
- .jodit-filebrowser-files_loading_true::before {
4293
+ .jodit-file-browser-files_loading_true::before {
4296
4294
  position: absolute;
4297
4295
  top: 0;
4298
4296
  left: 0;
@@ -4300,7 +4298,7 @@ svg.jodit-icon {
4300
4298
  height: 100%;
4301
4299
  content: '';
4302
4300
  }
4303
- .jodit-filebrowser-files_loading_true::after {
4301
+ .jodit-file-browser-files_loading_true::after {
4304
4302
  position: absolute;
4305
4303
  top: 50%;
4306
4304
  left: 50%;
@@ -4318,18 +4316,18 @@ svg.jodit-icon {
4318
4316
  vertical-align: middle;
4319
4317
  will-change: transform;
4320
4318
  }
4321
- .jodit-filebrowser-files::-webkit-scrollbar {
4319
+ .jodit-file-browser-files::-webkit-scrollbar {
4322
4320
  width: calc(8px / 2);
4323
4321
  }
4324
- .jodit-filebrowser-files::-webkit-scrollbar-track {
4322
+ .jodit-file-browser-files::-webkit-scrollbar-track {
4325
4323
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
4326
4324
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
4327
4325
  }
4328
- .jodit-filebrowser-files::-webkit-scrollbar-thumb {
4326
+ .jodit-file-browser-files::-webkit-scrollbar-thumb {
4329
4327
  background-color: darkgrey;
4330
4328
  outline: 1px solid slategrey;
4331
4329
  }
4332
- .jodit-filebrowser-files_active_true {
4330
+ .jodit-file-browser-files_active_true {
4333
4331
  display: -webkit-box;
4334
4332
  display: -ms-flexbox;
4335
4333
  display: flex;
@@ -4341,7 +4339,7 @@ svg.jodit-icon {
4341
4339
  padding: calc(8px / 2);
4342
4340
  overflow-y: auto;
4343
4341
  }
4344
- .jodit-filebrowser-files__item {
4342
+ .jodit-file-browser-files__item {
4345
4343
  position: relative;
4346
4344
  display: -webkit-box;
4347
4345
  display: -ms-flexbox;
@@ -4363,26 +4361,26 @@ svg.jodit-icon {
4363
4361
  transition: border 0.1s linear, bottom 0.1s linear;
4364
4362
  }
4365
4363
  @media (max-width: 480px) {
4366
- .jodit-filebrowser-files__item {
4364
+ .jodit-file-browser-files__item {
4367
4365
  width: calc(50% - 8px);
4368
4366
  }
4369
4367
  }
4370
- .jodit-filebrowser-files__item img {
4368
+ .jodit-file-browser-files__item img {
4371
4369
  max-width: 100%;
4372
4370
  }
4373
- .jodit-filebrowser-files__item:hover {
4371
+ .jodit-file-browser-files__item:hover {
4374
4372
  border-color: #433b5c;
4375
4373
  }
4376
- .jodit-filebrowser-files__item_active_true {
4374
+ .jodit-file-browser-files__item_active_true {
4377
4375
  border-color: #1e88e5;
4378
4376
  background-color: #b5b5b5;
4379
4377
  }
4380
- .jodit-filebrowser-files__item_active_true .jodit-filebrowser-files__item-info {
4378
+ .jodit-file-browser-files__item_active_true .jodit-file-browser-files__item-info {
4381
4379
  background-color: #b5b5b5;
4382
4380
  color: white;
4383
4381
  text-shadow: none;
4384
4382
  }
4385
- .jodit-filebrowser-files__item-info {
4383
+ .jodit-file-browser-files__item-info {
4386
4384
  position: absolute;
4387
4385
  right: 0;
4388
4386
  bottom: 0;
@@ -4400,24 +4398,24 @@ svg.jodit-icon {
4400
4398
  transition: opacity 400ms ease;
4401
4399
  white-space: normal;
4402
4400
  }
4403
- .jodit-filebrowser-files__item-info > span {
4401
+ .jodit-file-browser-files__item-info > span {
4404
4402
  display: block;
4405
4403
  overflow: hidden;
4406
4404
  font-size: 0.75em;
4407
4405
  text-overflow: ellipsis;
4408
4406
  white-space: nowrap;
4409
4407
  }
4410
- .jodit-filebrowser-files__item-info > span.jodit-filebrowser-files__item-info-filename {
4408
+ .jodit-file-browser-files__item-info > span.jodit-file-browser-files__item-info-filename {
4411
4409
  font-size: 0.9em;
4412
4410
  font-weight: bold;
4413
4411
  }
4414
- .jodit-filebrowser-files__item:hover:not(.jodit-filebrowser-files__item_active_true) .jodit-filebrowser-files__item-info {
4412
+ .jodit-file-browser-files__item:hover:not(.jodit-file-browser-files__item_active_true) .jodit-file-browser-files__item-info {
4415
4413
  bottom: -100px;
4416
4414
  }
4417
- .jodit-filebrowser-files_view_list {
4415
+ .jodit-file-browser-files_view_list {
4418
4416
  scroll-behavior: smooth;
4419
4417
  }
4420
- .jodit-filebrowser-files_view_list a {
4418
+ .jodit-file-browser-files_view_list a {
4421
4419
  display: block;
4422
4420
  width: 100%;
4423
4421
  height: 26px;
@@ -4427,14 +4425,14 @@ svg.jodit-icon {
4427
4425
  text-align: left;
4428
4426
  white-space: nowrap;
4429
4427
  }
4430
- .jodit-filebrowser-files_view_list a img {
4428
+ .jodit-file-browser-files_view_list a img {
4431
4429
  display: inline-block;
4432
4430
  min-width: 16px;
4433
4431
  max-width: 16px;
4434
4432
  margin-left: 4px;
4435
4433
  vertical-align: middle;
4436
4434
  }
4437
- .jodit-filebrowser-files_view_list a .jodit-filebrowser-files__item-info {
4435
+ .jodit-file-browser-files_view_list a .jodit-file-browser-files__item-info {
4438
4436
  position: static;
4439
4437
  display: inline-block;
4440
4438
  width: calc(100% - 20px);
@@ -4446,44 +4444,44 @@ svg.jodit-icon {
4446
4444
  line-height: inherit;
4447
4445
  vertical-align: middle;
4448
4446
  }
4449
- .jodit-filebrowser-files_view_list a .jodit-filebrowser-files__item-info > span {
4447
+ .jodit-file-browser-files_view_list a .jodit-file-browser-files__item-info > span {
4450
4448
  display: inline-block;
4451
4449
  height: 100%;
4452
4450
  font-size: 12px;
4453
4451
  }
4454
- .jodit-filebrowser-files_view_list a .jodit-filebrowser-files__item-info-filename {
4452
+ .jodit-file-browser-files_view_list a .jodit-file-browser-files__item-info-filename {
4455
4453
  width: 50%;
4456
4454
  }
4457
- .jodit-filebrowser-files_view_list a .jodit-filebrowser-files__item-info-filesize {
4455
+ .jodit-file-browser-files_view_list a .jodit-file-browser-files__item-info-filesize {
4458
4456
  width: 25%;
4459
4457
  }
4460
- .jodit-filebrowser-files_view_list a .jodit-filebrowser-files__item-info-filechanged {
4458
+ .jodit-file-browser-files_view_list a .jodit-file-browser-files__item-info-filechanged {
4461
4459
  width: 25%;
4462
4460
  }
4463
- .jodit-filebrowser-files_view_list a:hover {
4461
+ .jodit-file-browser-files_view_list a:hover {
4464
4462
  background-color: #433b5c;
4465
4463
  }
4466
- .jodit-filebrowser-files_view_list a:hover .jodit-filebrowser-files__item-info {
4464
+ .jodit-file-browser-files_view_list a:hover .jodit-file-browser-files__item-info {
4467
4465
  color: #fff;
4468
4466
  text-shadow: none;
4469
4467
  }
4470
- .jodit-filebrowser-files_view_list a::before {
4468
+ .jodit-file-browser-files_view_list a::before {
4471
4469
  display: inline-block;
4472
4470
  height: 100%;
4473
4471
  content: '';
4474
4472
  vertical-align: middle;
4475
4473
  }
4476
- .jodit-filebrowser-tree {
4474
+ .jodit-file-browser-tree {
4477
4475
  position: relative;
4478
4476
  display: none;
4479
4477
  height: 100%;
4480
4478
  vertical-align: top;
4481
4479
  overflow-anchor: auto;
4482
4480
  }
4483
- .jodit-filebrowser-tree .jodit-button {
4481
+ .jodit-file-browser-tree .jodit-button {
4484
4482
  border-radius: 0;
4485
4483
  }
4486
- .jodit-filebrowser-tree_loading_true::before {
4484
+ .jodit-file-browser-tree_loading_true::before {
4487
4485
  position: absolute;
4488
4486
  top: 0;
4489
4487
  left: 0;
@@ -4491,7 +4489,7 @@ svg.jodit-icon {
4491
4489
  height: 100%;
4492
4490
  content: '';
4493
4491
  }
4494
- .jodit-filebrowser-tree_loading_true::after {
4492
+ .jodit-file-browser-tree_loading_true::after {
4495
4493
  position: absolute;
4496
4494
  top: 50%;
4497
4495
  left: 50%;
@@ -4509,18 +4507,18 @@ svg.jodit-icon {
4509
4507
  vertical-align: middle;
4510
4508
  will-change: transform;
4511
4509
  }
4512
- .jodit-filebrowser-tree::-webkit-scrollbar {
4510
+ .jodit-file-browser-tree::-webkit-scrollbar {
4513
4511
  width: calc(8px / 2);
4514
4512
  }
4515
- .jodit-filebrowser-tree::-webkit-scrollbar-track {
4513
+ .jodit-file-browser-tree::-webkit-scrollbar-track {
4516
4514
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
4517
4515
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
4518
4516
  }
4519
- .jodit-filebrowser-tree::-webkit-scrollbar-thumb {
4517
+ .jodit-file-browser-tree::-webkit-scrollbar-thumb {
4520
4518
  background-color: darkgrey;
4521
4519
  outline: 1px solid slategrey;
4522
4520
  }
4523
- .jodit-filebrowser-tree_active_true {
4521
+ .jodit-file-browser-tree_active_true {
4524
4522
  z-index: 2;
4525
4523
  display: -webkit-box;
4526
4524
  display: -ms-flexbox;
@@ -4532,28 +4530,28 @@ svg.jodit-icon {
4532
4530
  -webkit-box-direction: normal;
4533
4531
  -ms-flex-direction: column;
4534
4532
  flex-direction: column;
4535
- background-color: #3f3f3f;
4533
+ background-color: undefined;
4536
4534
  overflow-y: auto;
4537
4535
  }
4538
4536
  @media (max-width: 480px) {
4539
- .jodit-filebrowser-tree_active_true {
4537
+ .jodit-file-browser-tree_active_true {
4540
4538
  width: auto;
4541
4539
  max-width: 100%;
4542
4540
  height: 100px;
4543
4541
  }
4544
4542
  }
4545
- .jodit-filebrowser-tree_active_true::-webkit-scrollbar {
4543
+ .jodit-file-browser-tree_active_true::-webkit-scrollbar {
4546
4544
  width: calc(8px / 2);
4547
4545
  }
4548
- .jodit-filebrowser-tree_active_true::-webkit-scrollbar-track {
4546
+ .jodit-file-browser-tree_active_true::-webkit-scrollbar-track {
4549
4547
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
4550
4548
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
4551
4549
  }
4552
- .jodit-filebrowser-tree_active_true::-webkit-scrollbar-thumb {
4550
+ .jodit-file-browser-tree_active_true::-webkit-scrollbar-thumb {
4553
4551
  background-color: rgba(127, 127, 127, 0.5);
4554
4552
  outline: 1px solid slategrey;
4555
4553
  }
4556
- .jodit-filebrowser-tree__item {
4554
+ .jodit-file-browser-tree__item {
4557
4555
  position: relative;
4558
4556
  display: -webkit-box;
4559
4557
  display: -ms-flexbox;
@@ -4573,13 +4571,13 @@ svg.jodit-icon {
4573
4571
  transition: background-color 0.2s ease 0s;
4574
4572
  word-break: break-all;
4575
4573
  }
4576
- .jodit-filebrowser-tree__item-title {
4574
+ .jodit-file-browser-tree__item-title {
4577
4575
  -webkit-box-flex: 1;
4578
4576
  -ms-flex: 1;
4579
4577
  flex: 1;
4580
4578
  color: #b1b1b1;
4581
4579
  }
4582
- .jodit-filebrowser-tree__item .jodit-icon_folder {
4580
+ .jodit-file-browser-tree__item .jodit-icon_folder {
4583
4581
  display: -webkit-box;
4584
4582
  display: -ms-flexbox;
4585
4583
  display: flex;
@@ -4594,25 +4592,25 @@ svg.jodit-icon {
4594
4592
  margin-left: calc(8px / 2);
4595
4593
  opacity: 0.3;
4596
4594
  }
4597
- .jodit-filebrowser-tree__item .jodit-icon_folder svg {
4595
+ .jodit-file-browser-tree__item .jodit-icon_folder svg {
4598
4596
  width: 12px;
4599
4597
  height: 12px;
4600
4598
  fill: #b1b1b1 !important;
4601
4599
  stroke: #b1b1b1 !important;
4602
4600
  }
4603
- .jodit-filebrowser-tree__item .jodit-icon_folder:hover {
4601
+ .jodit-file-browser-tree__item .jodit-icon_folder:hover {
4604
4602
  background: #696969;
4605
4603
  }
4606
- .jodit-filebrowser-tree__item:hover {
4604
+ .jodit-file-browser-tree__item:hover {
4607
4605
  background-color: #ecebe9;
4608
4606
  }
4609
- .jodit-filebrowser-tree__item:hover-title {
4607
+ .jodit-file-browser-tree__item:hover-title {
4610
4608
  color: #222;
4611
4609
  }
4612
- .jodit-filebrowser-tree__item:hover i.jodit-icon_folder {
4610
+ .jodit-file-browser-tree__item:hover i.jodit-icon_folder {
4613
4611
  opacity: 0.6;
4614
4612
  }
4615
- .jodit-filebrowser-tree__source-title {
4613
+ .jodit-file-browser-tree__source-title {
4616
4614
  position: relative;
4617
4615
  display: block;
4618
4616
  padding: 2px 4px;
@@ -4626,14 +4624,14 @@ svg.jodit-icon {
4626
4624
  user-select: none;
4627
4625
  word-break: break-all;
4628
4626
  }
4629
- a + .jodit-filebrowser-tree__source-title {
4627
+ a + .jodit-file-browser-tree__source-title {
4630
4628
  margin-top: 8px;
4631
4629
  }
4632
4630
 
4633
4631
  /*!
4634
4632
  * Jodit Editor (https://xdsoft.net/jodit/)
4635
4633
  * Released under MIT see LICENSE.txt in the project root for license information.
4636
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4634
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4637
4635
  */
4638
4636
  .jodit-status-bar {
4639
4637
  display: -webkit-box;
@@ -4729,7 +4727,7 @@ a + .jodit-filebrowser-tree__source-title {
4729
4727
  /*!
4730
4728
  * Jodit Editor (https://xdsoft.net/jodit/)
4731
4729
  * Released under MIT see LICENSE.txt in the project root for license information.
4732
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4730
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4733
4731
  */
4734
4732
  .jodit-drag-and-drop__file-box {
4735
4733
  position: relative;
@@ -4776,7 +4774,7 @@ a + .jodit-filebrowser-tree__source-title {
4776
4774
  /*!
4777
4775
  * Jodit Editor (https://xdsoft.net/jodit/)
4778
4776
  * Released under MIT see LICENSE.txt in the project root for license information.
4779
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4777
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4780
4778
  */
4781
4779
  .jodit-about {
4782
4780
  padding: 20px;
@@ -4798,7 +4796,7 @@ a + .jodit-filebrowser-tree__source-title {
4798
4796
  /*!
4799
4797
  * Jodit Editor (https://xdsoft.net/jodit/)
4800
4798
  * Released under MIT see LICENSE.txt in the project root for license information.
4801
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4799
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4802
4800
  */
4803
4801
  .jodit-add-new-line {
4804
4802
  position: fixed;
@@ -4856,7 +4854,7 @@ a + .jodit-filebrowser-tree__source-title {
4856
4854
  /*!
4857
4855
  * Jodit Editor (https://xdsoft.net/jodit/)
4858
4856
  * Released under MIT see LICENSE.txt in the project root for license information.
4859
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4857
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4860
4858
  */
4861
4859
  .jodit-color-picker {
4862
4860
  margin: 0;
@@ -4919,7 +4917,7 @@ a + .jodit-filebrowser-tree__source-title {
4919
4917
  /*!
4920
4918
  * Jodit Editor (https://xdsoft.net/jodit/)
4921
4919
  * Released under MIT see LICENSE.txt in the project root for license information.
4922
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4920
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4923
4921
  */
4924
4922
  .jodit-tabs {
4925
4923
  font-family: -apple-system, blinkmacsystemfont, 'Segoe UI', roboto,
@@ -4979,7 +4977,7 @@ a + .jodit-filebrowser-tree__source-title {
4979
4977
  /*!
4980
4978
  * Jodit Editor (https://xdsoft.net/jodit/)
4981
4979
  * Released under MIT see LICENSE.txt in the project root for license information.
4982
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4980
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4983
4981
  */
4984
4982
  .jodit_fullsize-box_true {
4985
4983
  position: static !important;
@@ -5012,7 +5010,7 @@ html.jodit_fullsize-box_true {
5012
5010
  /*!
5013
5011
  * Jodit Editor (https://xdsoft.net/jodit/)
5014
5012
  * Released under MIT see LICENSE.txt in the project root for license information.
5015
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5013
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5016
5014
  */
5017
5015
  .jodit-properties__unlock > svg,
5018
5016
  .jodit-properties__lock > svg {
@@ -5074,7 +5072,7 @@ html.jodit_fullsize-box_true {
5074
5072
  /*!
5075
5073
  * Jodit Editor (https://xdsoft.net/jodit/)
5076
5074
  * Released under MIT see LICENSE.txt in the project root for license information.
5077
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5075
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5078
5076
  */
5079
5077
  .jodit-popup-inline__container {
5080
5078
  z-index: 1300;
@@ -5084,7 +5082,7 @@ html.jodit_fullsize-box_true {
5084
5082
  /*!
5085
5083
  * Jodit Editor (https://xdsoft.net/jodit/)
5086
5084
  * Released under MIT see LICENSE.txt in the project root for license information.
5087
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5085
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5088
5086
  */
5089
5087
  .jodit-paste-storage {
5090
5088
  max-width: 600px;
@@ -5137,7 +5135,7 @@ html.jodit_fullsize-box_true {
5137
5135
  /*!
5138
5136
  * Jodit Editor (https://xdsoft.net/jodit/)
5139
5137
  * Released under MIT see LICENSE.txt in the project root for license information.
5140
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5138
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5141
5139
  */
5142
5140
  .jodit-placeholder {
5143
5141
  position: absolute;
@@ -5230,7 +5228,7 @@ html.jodit_fullsize-box_true {
5230
5228
  /*!
5231
5229
  * Jodit Editor (https://xdsoft.net/jodit/)
5232
5230
  * Released under MIT see LICENSE.txt in the project root for license information.
5233
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5231
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5234
5232
  */
5235
5233
  [data-jodit_iframe_wrapper] {
5236
5234
  position: relative;
@@ -5329,7 +5327,7 @@ html.jodit_fullsize-box_true {
5329
5327
  /*!
5330
5328
  * Jodit Editor (https://xdsoft.net/jodit/)
5331
5329
  * Released under MIT see LICENSE.txt in the project root for license information.
5332
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5330
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5333
5331
  */
5334
5332
  .jodit-ui-search {
5335
5333
  position: absolute;
@@ -5482,7 +5480,7 @@ html.jodit_fullsize-box_true {
5482
5480
  /*!
5483
5481
  * Jodit Editor (https://xdsoft.net/jodit/)
5484
5482
  * Released under MIT see LICENSE.txt in the project root for license information.
5485
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5483
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5486
5484
  */
5487
5485
  .jodit-container:not(.jodit_inline) {
5488
5486
  min-height: 100px;
@@ -5520,7 +5518,7 @@ html.jodit_fullsize-box_true {
5520
5518
  /*!
5521
5519
  * Jodit Editor (https://xdsoft.net/jodit/)
5522
5520
  * Released under MIT see LICENSE.txt in the project root for license information.
5523
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5521
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5524
5522
  */
5525
5523
  .jodit-source {
5526
5524
  position: relative;
@@ -5594,7 +5592,7 @@ html.jodit_fullsize-box_true {
5594
5592
  /*!
5595
5593
  * Jodit Editor (https://xdsoft.net/jodit/)
5596
5594
  * Released under MIT see LICENSE.txt in the project root for license information.
5597
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5595
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5598
5596
  */
5599
5597
  .jodit_sticky-dummy_toolbar {
5600
5598
  display: none;
@@ -5614,7 +5612,7 @@ html.jodit_fullsize-box_true {
5614
5612
  /*!
5615
5613
  * Jodit Editor (https://xdsoft.net/jodit/)
5616
5614
  * Released under MIT see LICENSE.txt in the project root for license information.
5617
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5615
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5618
5616
  */
5619
5617
  .jodit-symbols {
5620
5618
  width: 460px;
@@ -5670,7 +5668,7 @@ html.jodit_fullsize-box_true {
5670
5668
  /*!
5671
5669
  * Jodit Editor (https://xdsoft.net/jodit/)
5672
5670
  * Released under MIT see LICENSE.txt in the project root for license information.
5673
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5671
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5674
5672
  */
5675
5673
  .jodit-context table,
5676
5674
  .jodit-wysiwyg table {
@@ -5813,7 +5811,7 @@ html.jodit_fullsize-box_true {
5813
5811
  /*!
5814
5812
  * Jodit Editor (https://xdsoft.net/jodit/)
5815
5813
  * Released under MIT see LICENSE.txt in the project root for license information.
5816
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5814
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5817
5815
  */
5818
5816
  .jodit-xpath {
5819
5817
  display: -webkit-box;
@@ -5842,7 +5840,7 @@ html.jodit_fullsize-box_true {
5842
5840
  /*!
5843
5841
  * Jodit Editor (https://xdsoft.net/jodit/)
5844
5842
  * Released under MIT see LICENSE.txt in the project root for license information.
5845
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5843
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5846
5844
  */
5847
5845
  .jodit-dialog_theme_dark .jodit-toolbar-collection_mode_horizontal {
5848
5846
  background-image: repeating-linear-gradient(transparent 0, transparent calc(calc(14px + calc((14px - 4px) * 2) + 2px * 2) - 1px), #6b6b6b calc(14px + calc((14px - 4px) * 2) + 2px * 2));