activeadmin_froala_editor 0.2.12 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (151) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.txt +1 -1
  3. data/README.md +37 -3
  4. data/app/assets/javascripts/activeadmin/froala_editor/froala_editor.min.js +3 -3
  5. data/app/assets/javascripts/activeadmin/froala_editor/froala_editor.pkgd.min.js +3 -3
  6. data/app/assets/javascripts/activeadmin/froala_editor/languages/ar.js +2 -2
  7. data/app/assets/javascripts/activeadmin/froala_editor/languages/bs.js +2 -2
  8. data/app/assets/javascripts/activeadmin/froala_editor/languages/cs.js +2 -2
  9. data/app/assets/javascripts/activeadmin/froala_editor/languages/da.js +2 -2
  10. data/app/assets/javascripts/activeadmin/froala_editor/languages/de.js +2 -2
  11. data/app/assets/javascripts/activeadmin/froala_editor/languages/el.js +2 -2
  12. data/app/assets/javascripts/activeadmin/froala_editor/languages/en_ca.js +2 -2
  13. data/app/assets/javascripts/activeadmin/froala_editor/languages/en_gb.js +2 -2
  14. data/app/assets/javascripts/activeadmin/froala_editor/languages/es.js +21 -2
  15. data/app/assets/javascripts/activeadmin/froala_editor/languages/et.js +2 -2
  16. data/app/assets/javascripts/activeadmin/froala_editor/languages/fa.js +2 -2
  17. data/app/assets/javascripts/activeadmin/froala_editor/languages/fi.js +2 -2
  18. data/app/assets/javascripts/activeadmin/froala_editor/languages/fr.js +6 -2
  19. data/app/assets/javascripts/activeadmin/froala_editor/languages/he.js +2 -2
  20. data/app/assets/javascripts/activeadmin/froala_editor/languages/hr.js +2 -2
  21. data/app/assets/javascripts/activeadmin/froala_editor/languages/hu.js +2 -2
  22. data/app/assets/javascripts/activeadmin/froala_editor/languages/id.js +2 -2
  23. data/app/assets/javascripts/activeadmin/froala_editor/languages/it.js +19 -4
  24. data/app/assets/javascripts/activeadmin/froala_editor/languages/ja.js +2 -2
  25. data/app/assets/javascripts/activeadmin/froala_editor/languages/ko.js +41 -13
  26. data/app/assets/javascripts/activeadmin/froala_editor/languages/ku.js +2 -2
  27. data/app/assets/javascripts/activeadmin/froala_editor/languages/me.js +2 -2
  28. data/app/assets/javascripts/activeadmin/froala_editor/languages/nb.js +2 -2
  29. data/app/assets/javascripts/activeadmin/froala_editor/languages/nl.js +2 -2
  30. data/app/assets/javascripts/activeadmin/froala_editor/languages/pl.js +19 -2
  31. data/app/assets/javascripts/activeadmin/froala_editor/languages/pt_br.js +2 -2
  32. data/app/assets/javascripts/activeadmin/froala_editor/languages/pt_pt.js +19 -2
  33. data/app/assets/javascripts/activeadmin/froala_editor/languages/ro.js +2 -2
  34. data/app/assets/javascripts/activeadmin/froala_editor/languages/ru.js +2 -2
  35. data/app/assets/javascripts/activeadmin/froala_editor/languages/sk.js +2 -2
  36. data/app/assets/javascripts/activeadmin/froala_editor/languages/sl.js +2 -2
  37. data/app/assets/javascripts/activeadmin/froala_editor/languages/sr.js +2 -2
  38. data/app/assets/javascripts/activeadmin/froala_editor/languages/sv.js +2 -2
  39. data/app/assets/javascripts/activeadmin/froala_editor/languages/th.js +2 -2
  40. data/app/assets/javascripts/activeadmin/froala_editor/languages/tr.js +2 -2
  41. data/app/assets/javascripts/activeadmin/froala_editor/languages/uk.js +2 -2
  42. data/app/assets/javascripts/activeadmin/froala_editor/languages/vi.js +2 -2
  43. data/app/assets/javascripts/activeadmin/froala_editor/languages/zh_cn.js +2 -2
  44. data/app/assets/javascripts/activeadmin/froala_editor/languages/zh_tw.js +2 -2
  45. data/app/assets/javascripts/activeadmin/froala_editor/plugins/align.min.js +2 -2
  46. data/app/assets/javascripts/activeadmin/froala_editor/plugins/char_counter.min.js +3 -3
  47. data/app/assets/javascripts/activeadmin/froala_editor/plugins/code_beautifier.min.js +2 -2
  48. data/app/assets/javascripts/activeadmin/froala_editor/plugins/code_view.min.js +2 -2
  49. data/app/assets/javascripts/activeadmin/froala_editor/plugins/colors.min.js +2 -2
  50. data/app/assets/javascripts/activeadmin/froala_editor/plugins/cryptojs.min.js +2 -2
  51. data/app/assets/javascripts/activeadmin/froala_editor/plugins/draggable.min.js +2 -2
  52. data/app/assets/javascripts/activeadmin/froala_editor/plugins/edit_in_popup.min.js +2 -2
  53. data/app/assets/javascripts/activeadmin/froala_editor/plugins/emoticons.min.js +2 -2
  54. data/app/assets/javascripts/activeadmin/froala_editor/plugins/entities.min.js +2 -2
  55. data/app/assets/javascripts/activeadmin/froala_editor/plugins/file.min.js +3 -3
  56. data/app/assets/javascripts/activeadmin/froala_editor/plugins/files_manager.min.js +3 -3
  57. data/app/assets/javascripts/activeadmin/froala_editor/plugins/font_family.min.js +2 -2
  58. data/app/assets/javascripts/activeadmin/froala_editor/plugins/font_size.min.js +2 -2
  59. data/app/assets/javascripts/activeadmin/froala_editor/plugins/forms.min.js +2 -2
  60. data/app/assets/javascripts/activeadmin/froala_editor/plugins/fullscreen.min.js +3 -3
  61. data/app/assets/javascripts/activeadmin/froala_editor/plugins/help.min.js +2 -2
  62. data/app/assets/javascripts/activeadmin/froala_editor/plugins/image.min.js +3 -3
  63. data/app/assets/javascripts/activeadmin/froala_editor/plugins/image_manager.min.js +3 -3
  64. data/app/assets/javascripts/activeadmin/froala_editor/plugins/inline_class.min.js +2 -2
  65. data/app/assets/javascripts/activeadmin/froala_editor/plugins/inline_style.min.js +2 -2
  66. data/app/assets/javascripts/activeadmin/froala_editor/plugins/line_breaker.min.js +2 -2
  67. data/app/assets/javascripts/activeadmin/froala_editor/plugins/line_height.min.js +3 -3
  68. data/app/assets/javascripts/activeadmin/froala_editor/plugins/link.min.js +3 -3
  69. data/app/assets/javascripts/activeadmin/froala_editor/plugins/lists.min.js +3 -3
  70. data/app/assets/javascripts/activeadmin/froala_editor/plugins/markdown.min.js +7 -0
  71. data/app/assets/javascripts/activeadmin/froala_editor/plugins/paragraph_format.min.js +3 -3
  72. data/app/assets/javascripts/activeadmin/froala_editor/plugins/paragraph_style.min.js +3 -3
  73. data/app/assets/javascripts/activeadmin/froala_editor/plugins/print.min.js +2 -2
  74. data/app/assets/javascripts/activeadmin/froala_editor/plugins/quick_insert.min.js +3 -3
  75. data/app/assets/javascripts/activeadmin/froala_editor/plugins/quote.min.js +3 -3
  76. data/app/assets/javascripts/activeadmin/froala_editor/plugins/save.min.js +2 -2
  77. data/app/assets/javascripts/activeadmin/froala_editor/plugins/special_characters.min.js +2 -2
  78. data/app/assets/javascripts/activeadmin/froala_editor/plugins/table.min.js +3 -3
  79. data/app/assets/javascripts/activeadmin/froala_editor/plugins/track_changes.min.js +7 -0
  80. data/app/assets/javascripts/activeadmin/froala_editor/plugins/trim_video.min.js +2 -2
  81. data/app/assets/javascripts/activeadmin/froala_editor/plugins/url.min.js +3 -3
  82. data/app/assets/javascripts/activeadmin/froala_editor/plugins/video.min.js +3 -3
  83. data/app/assets/javascripts/activeadmin/froala_editor/plugins/word_paste.min.js +3 -3
  84. data/app/assets/javascripts/activeadmin/froala_editor/plugins.pkgd.min.js +3 -3
  85. data/app/assets/javascripts/activeadmin/froala_editor/third_party/embedly.min.js +3 -3
  86. data/app/assets/javascripts/activeadmin/froala_editor/third_party/font_awesome.min.js +3 -3
  87. data/app/assets/javascripts/activeadmin/froala_editor/third_party/image_tui.min.js +2 -2
  88. data/app/assets/javascripts/activeadmin/froala_editor/third_party/showdown.min.js +7 -0
  89. data/app/assets/javascripts/activeadmin/froala_editor/third_party/spell_checker.min.js +2 -2
  90. data/app/assets/javascripts/activeadmin/froala_editor_input.js +4 -1
  91. data/app/assets/stylesheets/activeadmin/_froala_editor_input.scss +2 -2
  92. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.css +83 -18
  93. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.min.css +3 -3
  94. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css +240 -26
  95. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.min.css +3 -3
  96. data/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css +4 -4
  97. data/app/assets/stylesheets/activeadmin/froala_editor/froala_style.min.css +3 -3
  98. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/char_counter.css +2 -2
  99. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/char_counter.min.css +2 -2
  100. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/code_view.css +2 -2
  101. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/code_view.min.css +2 -2
  102. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/colors.css +2 -2
  103. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/colors.min.css +2 -2
  104. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/draggable.css +2 -2
  105. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/draggable.min.css +2 -2
  106. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/emoticons.css +2 -2
  107. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/emoticons.min.css +2 -2
  108. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/file.css +2 -2
  109. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/file.min.css +2 -2
  110. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/files_manager.css +8 -8
  111. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/files_manager.min.css +3 -3
  112. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/fullscreen.css +4 -2
  113. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/fullscreen.min.css +3 -3
  114. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/help.css +2 -2
  115. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/help.min.css +2 -2
  116. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image.css +4 -2
  117. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image.min.css +3 -3
  118. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image_manager.css +2 -2
  119. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image_manager.min.css +2 -2
  120. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/line_breaker.css +2 -2
  121. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/line_breaker.min.css +2 -2
  122. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/markdown.css +149 -0
  123. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/markdown.min.css +7 -0
  124. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/quick_insert.css +2 -2
  125. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/quick_insert.min.css +2 -2
  126. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/special_characters.css +2 -2
  127. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/special_characters.min.css +2 -2
  128. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/table.css +2 -2
  129. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/table.min.css +2 -2
  130. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/trim_video.css +2 -2
  131. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/trim_video.min.css +2 -2
  132. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/video.css +2 -2
  133. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/video.min.css +2 -2
  134. data/app/assets/stylesheets/activeadmin/froala_editor/plugins.pkgd.css +157 -8
  135. data/app/assets/stylesheets/activeadmin/froala_editor/plugins.pkgd.min.css +3 -3
  136. data/app/assets/stylesheets/activeadmin/froala_editor/themes/dark.css +36 -17
  137. data/app/assets/stylesheets/activeadmin/froala_editor/themes/dark.min.css +3 -3
  138. data/app/assets/stylesheets/activeadmin/froala_editor/themes/gray.css +36 -17
  139. data/app/assets/stylesheets/activeadmin/froala_editor/themes/gray.min.css +3 -3
  140. data/app/assets/stylesheets/activeadmin/froala_editor/themes/royal.css +36 -17
  141. data/app/assets/stylesheets/activeadmin/froala_editor/themes/royal.min.css +3 -3
  142. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/embedly.css +2 -2
  143. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/embedly.min.css +2 -2
  144. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/font_awesome.css +2 -2
  145. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/font_awesome.min.css +2 -2
  146. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/image_tui.css +2 -2
  147. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/image_tui.min.css +2 -2
  148. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/spell_checker.css +2 -2
  149. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/spell_checker.min.css +2 -2
  150. data/lib/activeadmin/froala_editor/version.rb +2 -1
  151. metadata +15 -146
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2021 Froala Labs
4
+ * Copyright 2014-2022 Froala Labs
5
5
  */
6
6
 
7
7
  (function (global, factory) {
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2021 Froala Labs
4
+ * Copyright 2014-2022 Froala Labs
5
5
  */
6
6
 
7
7
  (function (global, factory) {
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2021 Froala Labs
4
+ * Copyright 2014-2022 Froala Labs
5
5
  */
6
6
 
7
7
  (function (global, factory) {
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2021 Froala Labs
4
+ * Copyright 2014-2022 Froala Labs
5
5
  */
6
6
 
7
7
  (function (global, factory) {
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2021 Froala Labs
4
+ * Copyright 2014-2022 Froala Labs
5
5
  */
6
6
 
7
7
  (function (global, factory) {
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2021 Froala Labs
4
+ * Copyright 2014-2022 Froala Labs
5
5
  */
6
6
 
7
7
  (function (global, factory) {
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2021 Froala Labs
4
+ * Copyright 2014-2022 Froala Labs
5
5
  */
6
6
 
7
7
  (function (global, factory) {
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2021 Froala Labs
4
+ * Copyright 2014-2022 Froala Labs
5
5
  */
6
6
 
7
7
  (function (global, factory) {
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2021 Froala Labs
4
+ * Copyright 2014-2022 Froala Labs
5
5
  */
6
6
 
7
7
  (function (global, factory) {
@@ -19,6 +19,25 @@
19
19
  translation: {
20
20
  // Place holder
21
21
  'Type something': 'Escriba algo',
22
+ // Missing translations
23
+ 'More Text': 'Más texto',
24
+ 'Text Color': 'Color de texto',
25
+ 'Background Color': 'Color de fondo',
26
+ 'Inline Class': 'Clase en línea',
27
+ 'Default': 'Defecto',
28
+ 'Lower Alpha': 'Alpha inferiores',
29
+ 'Lower Greek': 'Griegas inferiores',
30
+ 'Lower Roman': 'Romanas inferiores',
31
+ 'Upper Alpha': 'Alpha superiores',
32
+ 'Upper Roman': 'Romanas superiores',
33
+ 'Circle': 'Circulo',
34
+ 'Disc': 'Dto',
35
+ 'Square': 'Cuadrado',
36
+ 'Single': 'Soltero',
37
+ 'Double': 'Doble',
38
+ 'More Rich': 'Más Rico',
39
+ 'More Misc': 'Más Diverso',
40
+ 'Download PDF': 'Descargar PDF',
22
41
  // Basic formatting
23
42
  'Bold': 'Negrita',
24
43
  'Italic': "It\xE1lica",
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2021 Froala Labs
4
+ * Copyright 2014-2022 Froala Labs
5
5
  */
6
6
 
7
7
  (function (global, factory) {
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2021 Froala Labs
4
+ * Copyright 2014-2022 Froala Labs
5
5
  */
6
6
 
7
7
  (function (global, factory) {
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2021 Froala Labs
4
+ * Copyright 2014-2022 Froala Labs
5
5
  */
6
6
 
7
7
  (function (global, factory) {
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2021 Froala Labs
4
+ * Copyright 2014-2022 Froala Labs
5
5
  */
6
6
 
7
7
  (function (global, factory) {
@@ -153,6 +153,10 @@
153
153
  'Align Middle': 'Aligner au centre',
154
154
  'Align Bottom': 'Aligner en bas',
155
155
  'Cell Style': 'Style de cellule',
156
+ 'Dashed Borders': 'Bordures pointillées',
157
+ 'Alternate Rows': 'Lignes alternatives',
158
+ 'Highlighted': 'Souligné',
159
+ 'Thick': 'Épais',
156
160
  // Files
157
161
  'Upload File': "T\xE9l\xE9verser un fichier",
158
162
  'Drop file': 'Cliquer pour parcourir',
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2021 Froala Labs
4
+ * Copyright 2014-2022 Froala Labs
5
5
  */
6
6
 
7
7
  (function (global, factory) {
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2021 Froala Labs
4
+ * Copyright 2014-2022 Froala Labs
5
5
  */
6
6
 
7
7
  (function (global, factory) {
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2021 Froala Labs
4
+ * Copyright 2014-2022 Froala Labs
5
5
  */
6
6
 
7
7
  (function (global, factory) {
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2021 Froala Labs
4
+ * Copyright 2014-2022 Froala Labs
5
5
  */
6
6
 
7
7
  (function (global, factory) {
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2021 Froala Labs
4
+ * Copyright 2014-2022 Froala Labs
5
5
  */
6
6
 
7
7
  (function (global, factory) {
@@ -19,6 +19,21 @@
19
19
  translation: {
20
20
  // Place holder
21
21
  'Type something': 'Digita qualcosa',
22
+ //Missing translations
23
+ 'Text Color': 'Colore del testo',
24
+ 'Background Color': 'Colore di sfondo',
25
+ 'Inline Class': 'Classe inline',
26
+ 'Default': 'Predefinito',
27
+ 'Lower Alpha': 'Alfa minuscole',
28
+ 'Lower Greek': 'Greche minuscole',
29
+ 'Lower Roman': 'Romane minuscole',
30
+ 'Upper Alpha': 'Alfa maiuscole',
31
+ 'Upper Roman': 'Romane maiuscole',
32
+ 'Circle': 'Cerchio',
33
+ 'Disc': 'Disco',
34
+ 'Square': 'Quadrato',
35
+ 'Double': 'Doppio',
36
+ 'Download PDF': 'Scarica il PDF',
22
37
  // Basic formatting
23
38
  'Bold': 'Grassetto',
24
39
  'Italic': 'Corsivo',
@@ -267,8 +282,8 @@
267
282
  'Characters': 'Caratteri',
268
283
  'Words': 'Parole',
269
284
  // More Buttons
270
- 'More Text': 'Altro testo',
271
- 'More Paragraph': 'Altro paragrafo',
285
+ 'More Text': 'Altro Testo',
286
+ 'More Paragraph': 'Altro Paragrafo',
272
287
  'More Rich': 'Altro Ricco',
273
288
  'More Misc': 'Altro Varie'
274
289
  },
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2021 Froala Labs
4
+ * Copyright 2014-2022 Froala Labs
5
5
  */
6
6
 
7
7
  (function (global, factory) {
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2021 Froala Labs
4
+ * Copyright 2014-2022 Froala Labs
5
5
  */
6
6
 
7
7
  (function (global, factory) {
@@ -12,13 +12,46 @@
12
12
 
13
13
  FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
14
14
 
15
- /**
16
- * Korean
17
- */
15
+ function _defineProperty(obj, key, value) {
16
+ if (key in obj) {
17
+ Object.defineProperty(obj, key, {
18
+ value: value,
19
+ enumerable: true,
20
+ configurable: true,
21
+ writable: true
22
+ });
23
+ } else {
24
+ obj[key] = value;
25
+ }
26
+
27
+ return obj;
28
+ }
29
+
30
+ var _translation;
18
31
  FE.LANGUAGE['ko'] = {
19
- translation: {
32
+ translation: (_translation = {
20
33
  // Place holder
21
34
  'Type something': "\uB0B4\uC6A9\uC744 \uC785\uB825\uD558\uC138\uC694",
35
+ // Missing translations
36
+ 'More Text': '더 많은 텍스트',
37
+ 'Text Color': '텍스트 색상',
38
+ 'Background Color': '배경색',
39
+ 'Inline Class': '인라인 클래스',
40
+ 'Default': '기본값',
41
+ 'Lower Alpha': '소문자 알파',
42
+ 'Lower Greek': '그리스어 소문자',
43
+ 'Lower Roman': '로만 소문자',
44
+ 'Upper Alpha': '알파 대문자',
45
+ 'Upper Roman': '로만 대문자',
46
+ 'Circle': '서클',
47
+ 'Disc': '디스크',
48
+ 'Square': '정사각형',
49
+ 'Single': '싱글',
50
+ 'Double': '더블',
51
+ 'More Rich': '풍부한 콘텐츠',
52
+ 'More Misc': '더 기타',
53
+ 'Insert Files': '파일 삽입',
54
+ 'Download PDF': 'PDF 다운로드',
22
55
  // Basic formatting
23
56
  'Bold': "\uAD75\uAC8C",
24
57
  'Italic': "\uAE30\uC6B8\uC784\uAF34",
@@ -264,13 +297,8 @@
264
297
  'Clean': "\uC815\uB9AC",
265
298
  'Word Paste Detected': "\uC6CC\uB4DC \uBD99\uC5EC \uB123\uAE30\uAC00 \uAC80\uCD9C \uB418\uC5C8\uC2B5\uB2C8\uB2E4.",
266
299
  // Character Counter
267
- 'Characters': '문자',
268
- // More Buttons
269
- 'More Text': '더 본문',
270
- 'More Paragraph': '더 절',
271
- 'More Rich': '더 풍부한',
272
- 'More Misc': '더 기타'
273
- },
300
+ 'Characters': '문자'
301
+ }, _defineProperty(_translation, "More Text", '더 본문'), _defineProperty(_translation, 'More Paragraph', '더 절'), _defineProperty(_translation, "More Rich", '더 풍부한'), _defineProperty(_translation, "More Misc", '더 기타'), _translation),
274
302
  direction: 'ltr'
275
303
  };
276
304
 
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2021 Froala Labs
4
+ * Copyright 2014-2022 Froala Labs
5
5
  */
6
6
 
7
7
  (function (global, factory) {
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2021 Froala Labs
4
+ * Copyright 2014-2022 Froala Labs
5
5
  */
6
6
 
7
7
  (function (global, factory) {
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2021 Froala Labs
4
+ * Copyright 2014-2022 Froala Labs
5
5
  */
6
6
 
7
7
  (function (global, factory) {
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2021 Froala Labs
4
+ * Copyright 2014-2022 Froala Labs
5
5
  */
6
6
 
7
7
  (function (global, factory) {
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2021 Froala Labs
4
+ * Copyright 2014-2022 Froala Labs
5
5
  */
6
6
 
7
7
  (function (global, factory) {
@@ -19,6 +19,23 @@
19
19
  translation: {
20
20
  // Place holder
21
21
  'Type something': "Wpisz co\u015B",
22
+ // Missing translations
23
+ 'Text Color': 'Kolor tekstu',
24
+ 'Background Color': 'Kolor tła',
25
+ 'Inline Class': 'Klasa inline',
26
+ 'Default': 'Domyślna',
27
+ 'Lower Alpha': 'Małe litery alfabetu',
28
+ 'Lower Greek': 'Małe litery greckie',
29
+ 'Lower Roman': 'Małe litery rzymskie',
30
+ 'Upper Alpha': 'Wielkie litery alfabetu',
31
+ 'Upper Roman': 'Wielkie litery rzymskie',
32
+ 'Circle': 'Okrąg',
33
+ 'Disc': 'Dysk',
34
+ 'Square': 'Kwadrat',
35
+ 'Single': 'Pojedynczy',
36
+ 'Double': 'Podwójnie',
37
+ 'Insert Files': 'Wstaw pliki',
38
+ 'Download PDF': 'Pobierz PDF',
22
39
  // Basic formatting
23
40
  'Bold': 'Pogrubienie',
24
41
  'Italic': 'Kursywa',
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2021 Froala Labs
4
+ * Copyright 2014-2022 Froala Labs
5
5
  */
6
6
 
7
7
  (function (global, factory) {
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2021 Froala Labs
4
+ * Copyright 2014-2022 Froala Labs
5
5
  */
6
6
 
7
7
  (function (global, factory) {
@@ -19,6 +19,23 @@
19
19
  translation: {
20
20
  // Place holder
21
21
  'Type something': 'Digite algo',
22
+ // Missing translations
23
+ 'Text Color': 'Cor do texto',
24
+ 'Background Color': 'Cor de fundo',
25
+ 'Inline Class': 'Classe Inline',
26
+ 'Default': 'Padrão',
27
+ 'Lower Alpha': 'Alfa minúsculo',
28
+ 'Lower Greek': 'Grego minúsculo',
29
+ 'Lower Roman': 'Roman minúsculo',
30
+ 'Upper Alpha': 'Alfa maiúsculo',
31
+ 'Upper Roman': 'Roman maiúscula',
32
+ 'Circle': 'Círculo',
33
+ 'Disc': 'Disco',
34
+ 'Square': 'Quadrado',
35
+ 'Single': 'Único',
36
+ 'Double': 'Duplo',
37
+ 'Insert Files': 'Inserir arquivos',
38
+ 'Download PDF': 'Baixar PDF',
22
39
  // Basic formatting
23
40
  'Bold': 'Negrito',
24
41
  'Italic': "It\xE1lico",
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2021 Froala Labs
4
+ * Copyright 2014-2022 Froala Labs
5
5
  */
6
6
 
7
7
  (function (global, factory) {
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2021 Froala Labs
4
+ * Copyright 2014-2022 Froala Labs
5
5
  */
6
6
 
7
7
  (function (global, factory) {
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2021 Froala Labs
4
+ * Copyright 2014-2022 Froala Labs
5
5
  */
6
6
 
7
7
  (function (global, factory) {
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2021 Froala Labs
4
+ * Copyright 2014-2022 Froala Labs
5
5
  */
6
6
 
7
7
  (function (global, factory) {
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2021 Froala Labs
4
+ * Copyright 2014-2022 Froala Labs
5
5
  */
6
6
 
7
7
  (function (global, factory) {
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2021 Froala Labs
4
+ * Copyright 2014-2022 Froala Labs
5
5
  */
6
6
 
7
7
  (function (global, factory) {
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2021 Froala Labs
4
+ * Copyright 2014-2022 Froala Labs
5
5
  */
6
6
 
7
7
  (function (global, factory) {
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2021 Froala Labs
4
+ * Copyright 2014-2022 Froala Labs
5
5
  */
6
6
 
7
7
  (function (global, factory) {
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2021 Froala Labs
4
+ * Copyright 2014-2022 Froala Labs
5
5
  */
6
6
 
7
7
  (function (global, factory) {
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2021 Froala Labs
4
+ * Copyright 2014-2022 Froala Labs
5
5
  */
6
6
 
7
7
  (function (global, factory) {
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2021 Froala Labs
4
+ * Copyright 2014-2022 Froala Labs
5
5
  */
6
6
 
7
7
  (function (global, factory) {
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2021 Froala Labs
4
+ * Copyright 2014-2022 Froala Labs
5
5
  */
6
6
 
7
7
  (function (global, factory) {
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2021 Froala Labs
4
+ * Copyright 2014-2022 Froala Labs
5
5
  */
6
6
 
7
7
  !function(n,t){"object"==typeof exports&&"undefined"!=typeof module?t(require("froala-editor")):"function"==typeof define&&define.amd?define(["froala-editor"],t):t(n.FroalaEditor)}(this,function(i){"use strict";(i=i&&i.hasOwnProperty("default")?i["default"]:i).PLUGINS.align=function(a){var l=a.$;return{apply:function r(n){var t=a.selection.element();if(l(t).parents(".fr-img-caption").length)l(t).css("text-align",n);else{a.selection.save(),a.html.wrap(!0,!0,!0,!0),a.selection.restore();for(var e=a.selection.blocks(),i=0;i<e.length;i++)l(e[i]).css("text-align",n).removeClass("fr-temp-div"),""===l(e[i]).attr("class")&&l(e[i]).removeAttr("class"),""===l(e[i]).attr("style")&&l(e[i]).removeAttr("style");a.selection.save(),a.html.unwrap(),a.selection.restore()}},refresh:function i(n){var t=a.selection.blocks();if(t.length){var e=a.helpers.getAlignment(l(t[0]));n.find("> *").first().replaceWith(a.icon.create("align-".concat(e)))}},refreshOnShow:function o(n,t){var e=a.selection.blocks();if(e.length){var i=a.helpers.getAlignment(l(e[0]));t.find('a.fr-command[data-param1="'.concat(i,'"]')).addClass("fr-active").attr("aria-selected",!0)}},refreshForToolbar:function s(n){var t=a.selection.blocks();if(t.length){var e=a.helpers.getAlignment(l(t[0]));e=e.charAt(0).toUpperCase()+e.slice(1),"align".concat(e)===n.attr("data-cmd")&&n.addClass("fr-active")}}}},i.DefineIcon("align",{NAME:"align-left",SVG_KEY:"alignLeft"}),i.DefineIcon("align-left",{NAME:"align-left",SVG_KEY:"alignLeft"}),i.DefineIcon("align-right",{NAME:"align-right",SVG_KEY:"alignRight"}),i.DefineIcon("align-center",{NAME:"align-center",SVG_KEY:"alignCenter"}),i.DefineIcon("align-justify",{NAME:"align-justify",SVG_KEY:"alignJustify"}),i.RegisterCommand("align",{type:"dropdown",title:"Align",options:{left:"Align Left",center:"Align Center",right:"Align Right",justify:"Align Justify"},html:function(){var n='<ul class="fr-dropdown-list" role="presentation">',t=i.COMMANDS.align.options;for(var e in t)t.hasOwnProperty(e)&&(n+='<li role="presentation"><a class="fr-command fr-title" tabIndex="-1" role="option" data-cmd="align"data-param1="\n '.concat(e,'" title="').concat(this.language.translate(t[e]),'">').concat(this.icon.create("align-".concat(e)),'<span class="fr-sr-only">\n ').concat(this.language.translate(t[e]),"</span></a></li>"));return n+="</ul>"},callback:function(n,t){this.align.apply(t)},refresh:function(n){this.align.refresh(n)},refreshOnShow:function(n,t){this.align.refreshOnShow(n,t)},plugin:"align"}),i.RegisterCommand("alignLeft",{type:"button",icon:"align-left",title:"Align Left",callback:function(){this.align.apply("left")},refresh:function(n){this.align.refreshForToolbar(n)},plugin:"align"}),i.RegisterCommand("alignRight",{type:"button",icon:"align-right",title:"Align Right",callback:function(){this.align.apply("right")},refresh:function(n){this.align.refreshForToolbar(n)},plugin:"align"}),i.RegisterCommand("alignCenter",{type:"button",icon:"align-center",title:"Align Center",callback:function(){this.align.apply("center")},refresh:function(n){this.align.refreshForToolbar(n)},plugin:"align"}),i.RegisterCommand("alignJustify",{type:"button",icon:"align-justify",title:"Align Justify",callback:function(){this.align.apply("justify")},refresh:function(n){this.align.refreshForToolbar(n)},plugin:"align"})});