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
@@ -0,0 +1,7 @@
1
+ /*!
2
+ * froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
3
+ * License https://froala.com/wysiwyg-editor/terms/
4
+ * Copyright 2014-2022 Froala Labs
5
+ */
6
+
7
+ .fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-wrapper-markdown{display:flex}.fr-markdown-view{width:calc(52% - 1px);box-sizing:inherit}.fr-markdown-editor{width:calc(48% - 1px);box-sizing:inherit;background-color:#eee}.fr-markdown-editor>p{margin:0}.fr-markdown-view>p{margin-top:0}.gutter-horizontal{display:flex;z-index:9;background-color:#dadada;cursor:col-resize;width:2px}.e-resize-handler{z-index:9;width:1px;display:flex;justify-content:center;align-items:center;align-self:center;position:relative;font-size:10px;color:#c5c5c5}.fr-markdown-view>dl{margin-top:0;margin-bottom:1rem}.fr-markdown-view>dt{font-weight:700}.fr-markdown-view>dd{margin-bottom:.5rem;margin-left:0}.fr-markdown-view>pre{white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word;background-color:#f8f8f8;border:1px solid #dfdfdf;margin-top:1.5em;margin-bottom:1.5em;padding:0.125rem 0.3125rem 0.0625rem}.fr-markdown-view>code{background-color:#f8f8f8;border-color:#dfdfdf;border-style:solid;border-width:1px;color:#333;font-family:Consolas,"Liberation Mono",Courier,monospace;font-weight:normal;padding:0.125rem 0.3125rem 0.0625rem}.fr-markdown-view>pre code{background-color:transparent;border:0;padding:0}.fr-markdown-view>sup{top:-.5em}.footnote-a{color:#007bff;text-decoration:none;background-color:transparent}.fr-markdown-view>hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,0.1)}.blockquote{margin:0 0 1rem;border-left:5px solid #eee;padding:10px 20px;font-size:1.25rem}.fr-markdown-view>table{width:100%;max-width:100%;margin-bottom:20px;background-color:transparent;border-spacing:0;border-collapse:collapse}.fr-markdown-view>table>tbody>tr>td,.fr-markdown-view>table>tbody>tr>th,.fr-markdown-view>table>thead>tr>td,.fr-markdown-view>table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border:1px solid #ddd}.fr-markdown-view>table>thead>tr>td,.fr-markdown-view>table>thead>tr>th{border-bottom-width:2px}.fr-markdown-view>table>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.fr-markdown-view>a{color:#337ab7;text-decoration:none}.fr-markdown-view>h1{font-size:2em !important}.fr-markdown-view>h2{font-size:1.5em !important}
@@ -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
  .fr-clearfix::after {
@@ -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
  .fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-quick-insert{position:absolute;z-index:2147483639;white-space:nowrap;padding-right:10px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fr-quick-insert a.fr-floating-btn svg{margin:8px;width:24px;height:24px}.fr-quick-insert.fr-on a.fr-floating-btn svg{-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-ms-transform:rotate(135deg);-o-transform:rotate(135deg)}.fr-quick-insert.fr-hidden{display:none}.fr-qi-helper{position:absolute;z-index:3;padding-left:20px;white-space:nowrap}.fr-qi-helper a.fr-btn.fr-floating-btn{text-align:center;padding:6px 10px 10px 10px;display:inline-block;color:#222;background:#FFF;-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0)}.fr-qi-helper a.fr-btn.fr-floating-btn svg{fill:#222}.fr-qi-helper a.fr-btn.fr-floating-btn.fr-size-1{-webkit-opacity:1;-moz-opacity:1;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1)}
@@ -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
  .fr-clearfix::after {
@@ -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
  .fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-popup .fr-buttons.fr-tabs .fr-special-character-category{padding:10px 15px}.fr-popup .fr-buttons.fr-tabs .fr-special-character-category span{font-weight:normal;font-size:16px}.fr-popup .fr-special-character{width:24px;height:24px}@media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px){.fr-popup .fr-icon-container.fr-sc-container{width:368px}}
@@ -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
  .fr-clearfix::after {
@@ -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
  .fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-element table td.fr-selected-cell,.fr-element table th.fr-selected-cell{border:1px double #0098f7}.fr-element table tr{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.fr-element table td,.fr-element table th{user-select:text;-o-user-select:text;-moz-user-select:text;-khtml-user-select:text;-webkit-user-select:text;-ms-user-select:text}.fr-element .fr-no-selection table td,.fr-element .fr-no-selection table th{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.fr-table-resizer{cursor:col-resize;position:absolute;z-index:3;display:none}.fr-table-resizer.fr-moving{z-index:2}.fr-table-resizer div{-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";border-right:1px solid #0098f7}.fr-no-selection{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.fr-popup .fr-table-size{margin:20px}.fr-popup .fr-table-size .fr-table-size-info{text-align:center;font-size:14px}.fr-popup .fr-table-size .fr-select-table-size{line-height:0;padding:5px;white-space:nowrap}.fr-popup .fr-table-size .fr-select-table-size>span{display:inline-block;padding:0 4px 4px 0;background:transparent}.fr-popup .fr-table-size .fr-select-table-size>span>span{display:inline-block;width:18px;height:18px;border:1px solid #DDD}.fr-popup .fr-table-size .fr-select-table-size>span.hover{background:transparent}.fr-popup .fr-table-size .fr-select-table-size>span.hover>span{background:rgba(0,152,247,0.3);border:solid 1px #0098f7}.fr-popup .fr-table-size .fr-select-table-size .new-line::after{clear:both;display:block;content:"";height:0}.fr-popup.fr-above .fr-table-size .fr-select-table-size>span{display:inline-block !important}.fr-popup .fr-table-colors{display:block;padding:20px;padding-bottom:0}.fr-popup.fr-desktop .fr-table-size .fr-select-table-size>span>span{width:12px;height:12px}.fr-insert-helper{position:absolute;z-index:9999;white-space:nowrap}
@@ -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
  .fr-clearfix::after {
@@ -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
  .fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}#fr-form-container{margin:auto;position:relative;top:10%;background-color:#f5f5f5;width:60%;border-radius:5px;z-index:9002;overflow:auto;background-color:#fefefe}.fr-trim-video-name{font-family:Arial, Helvetica, sans-serif;padding-top:15px}.fr-file-loader{border:4px solid #f3f3f3;border-radius:50%;border-top:4px solid #53777a;display:inline-block !important;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;width:20px;height:20px;display:block !important;align-items:center}.fr-trim-button{margin-top:5px;height:36px;line-height:1;color:#0098f7;padding:10px;cursor:pointer;text-decoration:none;border:none;background:none;font-size:16px;border-radius:5px;background-color:#eff5fa;outline:none}.fr-trim-button:hover{background:#ebebeb}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.fr-slidecontainer{width:100%}.fr-slider{-webkit-appearance:none;width:100%;height:15px;background:#d3d3d3}.fr-video-trim-buttons{text-align:right;padding-bottom:5px;padding-right:15px;margin-top:10px}.fr-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:15px;height:15px;border-radius:50%;cursor:pointer}.fr-slider::-moz-range-thumb{width:15px;height:15px;background:#3498db;border-radius:50%;cursor:pointer}.fr-range-value-start{position:absolute}.fr-range-value-start>span{width:60px;height:24px;line-height:24px;text-align:center;background:#03a9f4;color:#fff;font-size:12px;display:block;position:absolute;left:50%;transform:translate(-85%, 0);border-radius:6px}.fr-range-value-start>span:before{content:"";position:absolute;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;left:86%;margin-left:-5px;margin-top:-1px}.fr-range-value-end{position:absolute}.fr-range-value-end>span{width:60px;height:24px;line-height:24px;text-align:center;background:#03a9f4;color:#fff;font-size:12px;display:block;position:absolute;left:14%;transform:translate(-8%, 0);border-radius:6px}.fr-range-value-end>span:before{content:"";position:absolute;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;left:14%;margin-left:-5px;margin-top:-1px}#startTimeValue{top:-153% !important}#startTimeValue span:before{border-top:10px solid #03a9f4;top:100%}#endTimeValue{top:-153% !important}#endTimeValue span:before{border-top:10px solid #03a9f4;top:100%}.fr-range-slider{position:relative;width:80%;height:15px}.fr-range-slider>input{pointer-events:none;position:absolute;left:0;top:10px;width:100%;outline:none;height:6px;border-radius:10px}.fr-range-slider>input::-webkit-slider-thumb{pointer-events:all;position:relative;z-index:1;-webkit-appearance:none;appearance:none;width:15px;height:15px;background:#3498db;cursor:pointer;border-radius:7px;margin-top:-3.6px}.fr-range-slider>input::-moz-range-thumb{pointer-events:all;position:relative;z-index:10;-moz-appearance:none;width:9px;height:15px;border-radius:7px;margin-top:-3.6px}.fr-range-slider>input::-moz-range-track{position:relative;z-index:-1;background-color:black;border:0;height:15px;border-radius:50%;margin-top:-3.6px}.fr-range-slider>input:last-of-type::-moz-range-track{-moz-appearance:none;background:none transparent;border:0}.fr-range-slider>input[type="range"]::-moz-focus-outer{border:0}@media screen and (max-width: 430px){.range-value span{width:40px;font-size:10px}#fr-form-container{top:20%}}#fr-video-edit{width:80%;text-align:center;height:50%;margin-bottom:20px;padding-top:8px;padding-bottom:8px}
@@ -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
  .fr-clearfix::after {
@@ -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
  .fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-element .fr-video{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.fr-element .fr-video::after{position:absolute;content:'';z-index:1;top:0;left:0;right:0;bottom:0;cursor:pointer;display:block;background:transparent}.fr-element .fr-video.fr-active>*{z-index:2;position:relative}.fr-element .fr-video>*{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;max-width:100%;border:none}.fr-box .fr-video-resizer{position:absolute;border:solid 1px #0098f7;display:none;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.fr-box .fr-video-resizer.fr-active{display:block}.fr-box .fr-video-resizer .fr-handler{display:block;position:absolute;background:#0098f7;border:solid 1px #FFF;z-index:4;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fr-box .fr-video-resizer .fr-handler.fr-hnw{cursor:nw-resize}.fr-box .fr-video-resizer .fr-handler.fr-hne{cursor:ne-resize}.fr-box .fr-video-resizer .fr-handler.fr-hsw{cursor:sw-resize}.fr-box .fr-video-resizer .fr-handler.fr-hse{cursor:se-resize}.fr-box .fr-video-resizer .fr-handler{width:12px;height:12px}.fr-box .fr-video-resizer .fr-handler.fr-hnw{left:-6px;top:-6px}.fr-box .fr-video-resizer .fr-handler.fr-hne{right:-6px;top:-6px}.fr-box .fr-video-resizer .fr-handler.fr-hsw{left:-6px;bottom:-6px}.fr-box .fr-video-resizer .fr-handler.fr-hse{right:-6px;bottom:-6px}@media (min-width: 1200px){.fr-box .fr-video-resizer .fr-handler{width:10px;height:10px}.fr-box .fr-video-resizer .fr-handler.fr-hnw{left:-5px;top:-5px}.fr-box .fr-video-resizer .fr-handler.fr-hne{right:-5px;top:-5px}.fr-box .fr-video-resizer .fr-handler.fr-hsw{left:-5px;bottom:-5px}.fr-box .fr-video-resizer .fr-handler.fr-hse{right:-5px;bottom:-5px}}.fr-popup .fr-video-size-layer .fr-video-group .fr-input-line{width:calc(50% - 5px);display:inline-block}.fr-popup .fr-video-size-layer .fr-video-group .fr-input-line+.fr-input-line{margin-left:10px}.fr-popup .fr-video-upload-layer{border:dashed 2px #bdbdbd;padding:25px 0;margin:20px;position:relative;font-size:14px;letter-spacing:1px;line-height:140%;text-align:center}.fr-popup .fr-video-upload-layer:hover{background:#ebebeb}.fr-popup .fr-video-upload-layer.fr-drop{background:#ebebeb;border-color:#0098f7}.fr-popup .fr-video-upload-layer .fr-form{-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";position:absolute;top:0;bottom:0;left:0;right:0;z-index:2147483640;overflow:hidden;margin:0 !important;padding:0 !important;width:100% !important}.fr-popup .fr-video-upload-layer .fr-form input{cursor:pointer;position:absolute;right:0;top:0;bottom:0;width:500%;height:100%;margin:0;font-size:400px}.fr-popup .fr-video-progress-bar-layer>h3{font-size:16px;margin:10px 0;font-weight:normal}.fr-popup .fr-video-progress-bar-layer>div.fr-action-buttons{display:none}.fr-popup .fr-video-progress-bar-layer>div.fr-loader{background:#b3e0fd;height:10px;width:100%;margin-top:20px;overflow:hidden;position:relative}.fr-popup .fr-video-progress-bar-layer>div.fr-loader span{display:block;height:100%;width:0%;background:#0098f7;-webkit-transition:width 0.2s ease 0s;-moz-transition:width 0.2s ease 0s;-ms-transition:width 0.2s ease 0s;-o-transition:width 0.2s ease 0s}.fr-popup .fr-video-progress-bar-layer>div.fr-loader.fr-indeterminate span{width:30% !important;position:absolute;top:0;-webkit-animation:loading 2s linear infinite;-moz-animation:loading 2s linear infinite;-o-animation:loading 2s linear infinite;animation:loading 2s linear infinite}.fr-popup .fr-video-progress-bar-layer.fr-error>div.fr-loader{display:none}.fr-popup .fr-video-progress-bar-layer.fr-error>div.fr-action-buttons{display:block}.fr-video-overlay{position:fixed;top:0;left:0;bottom:0;right:0;z-index:2147483640;display:none}.fr-autoplay-margin{margin-top:0px !important}
@@ -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
  .fr-clearfix::after {
@@ -624,9 +624,9 @@ textarea.fr-code {
624
624
  width: calc(100% - 40px);
625
625
  width: -moz-available;
626
626
  /* WebKit-based browsers will ignore this. */
627
- width: -webkit-fill-available;
627
+ width: -webkit-stretch;
628
628
  /* Mozilla-based browsers will ignore this. */
629
- width: fill-available; }
629
+ width: stretch; }
630
630
  .fr-popup .fr-files-progress-bar-layer > h3 {
631
631
  font-size: 16px;
632
632
  margin: 10px 0;
@@ -681,9 +681,9 @@ textarea.fr-code {
681
681
  width: 100%;
682
682
  width: -moz-available;
683
683
  /* WebKit-based browsers will ignore this. */
684
- width: -webkit-fill-available;
684
+ width: -webkit-stretch;
685
685
  /* Mozilla-based browsers will ignore this. */
686
- width: fill-available; }
686
+ width: stretch; }
687
687
 
688
688
  .fr-uploading {
689
689
  -webkit-opacity: 0.4;
@@ -745,9 +745,9 @@ textarea.fr-code {
745
745
  width: 100%;
746
746
  width: -moz-available;
747
747
  /* WebKit-based browsers will ignore this. */
748
- width: -webkit-fill-available;
748
+ width: -webkit-stretch;
749
749
  /* Mozilla-based browsers will ignore this. */
750
- width: fill-available; }
750
+ width: stretch; }
751
751
 
752
752
  @media screen and (max-width: 399px) {
753
753
  .fr-upload-section {
@@ -1686,6 +1686,8 @@ body.fr-fullscreen {
1686
1686
  right: 0;
1687
1687
  z-index: 2147483630 !important;
1688
1688
  width: auto !important; }
1689
+ .fr-box.fr-fullscreen .fr-wrapper {
1690
+ background-color: #FFF; }
1689
1691
  .fr-box.fr-fullscreen.fr-basic.fr-top .fr-wrapper {
1690
1692
  border-radius: 0;
1691
1693
  -moz-border-radius: 0;
@@ -1972,6 +1974,9 @@ body.fr-fullscreen {
1972
1974
  left: -25%; }
1973
1975
  to {
1974
1976
  left: 100%; } }
1977
+ img.fr-draggable {
1978
+ user-select: none; }
1979
+
1975
1980
  .fr-clearfix::after {
1976
1981
  clear: both;
1977
1982
  display: block;
@@ -2252,6 +2257,150 @@ div.fr-modal-body {
2252
2257
  clip: rect(0, 0, 0, 0);
2253
2258
  border: 0; }
2254
2259
 
2260
+ .fr-wrapper-markdown {
2261
+ display: flex; }
2262
+
2263
+ .fr-markdown-view {
2264
+ width: calc(52% - 1px);
2265
+ box-sizing: inherit; }
2266
+
2267
+ .fr-markdown-editor {
2268
+ width: calc(48% - 1px);
2269
+ box-sizing: inherit;
2270
+ background-color: #eee; }
2271
+
2272
+ .fr-markdown-editor > p {
2273
+ margin: 0; }
2274
+
2275
+ .fr-markdown-view > p {
2276
+ margin-top: 0; }
2277
+
2278
+ .gutter-horizontal {
2279
+ display: flex;
2280
+ z-index: 9;
2281
+ background-color: #dadada;
2282
+ cursor: col-resize;
2283
+ width: 2px; }
2284
+
2285
+ .e-resize-handler {
2286
+ z-index: 9;
2287
+ width: 1px;
2288
+ display: flex;
2289
+ justify-content: center;
2290
+ align-items: center;
2291
+ align-self: center;
2292
+ position: relative;
2293
+ font-size: 10px;
2294
+ color: #c5c5c5; }
2295
+
2296
+ .fr-markdown-view > dl {
2297
+ margin-top: 0;
2298
+ margin-bottom: 1rem; }
2299
+
2300
+ .fr-markdown-view > dt {
2301
+ font-weight: 700; }
2302
+
2303
+ .fr-markdown-view > dd {
2304
+ margin-bottom: .5rem;
2305
+ margin-left: 0; }
2306
+
2307
+ .fr-markdown-view > pre {
2308
+ white-space: pre-wrap;
2309
+ white-space: -moz-pre-wrap;
2310
+ white-space: -pre-wrap;
2311
+ white-space: -o-pre-wrap;
2312
+ word-wrap: break-word;
2313
+ background-color: #f8f8f8;
2314
+ border: 1px solid #dfdfdf;
2315
+ margin-top: 1.5em;
2316
+ margin-bottom: 1.5em;
2317
+ padding: 0.125rem 0.3125rem 0.0625rem; }
2318
+
2319
+ .fr-markdown-view > code {
2320
+ background-color: #f8f8f8;
2321
+ border-color: #dfdfdf;
2322
+ border-style: solid;
2323
+ border-width: 1px;
2324
+ color: #333;
2325
+ font-family: Consolas,"Liberation Mono",Courier,monospace;
2326
+ font-weight: normal;
2327
+ padding: 0.125rem 0.3125rem 0.0625rem; }
2328
+
2329
+ .fr-markdown-view > pre code {
2330
+ background-color: transparent;
2331
+ border: 0;
2332
+ padding: 0; }
2333
+
2334
+ .fr-markdown-view > sup {
2335
+ top: -.5em; }
2336
+
2337
+ .footnote-a {
2338
+ color: #007bff;
2339
+ text-decoration: none;
2340
+ background-color: transparent; }
2341
+
2342
+ .fr-markdown-view > hr {
2343
+ margin-top: 1rem;
2344
+ margin-bottom: 1rem;
2345
+ border: 0;
2346
+ border-top: 1px solid rgba(0, 0, 0, 0.1); }
2347
+
2348
+ .blockquote {
2349
+ margin: 0 0 1rem;
2350
+ border-left: 5px solid #eee;
2351
+ padding: 10px 20px;
2352
+ font-size: 1.25rem; }
2353
+
2354
+ .fr-markdown-view > table {
2355
+ width: 100%;
2356
+ max-width: 100%;
2357
+ margin-bottom: 20px;
2358
+ background-color: transparent;
2359
+ border-spacing: 0;
2360
+ border-collapse: collapse; }
2361
+
2362
+ .fr-markdown-view > table > tbody > tr > td,
2363
+ .fr-markdown-view > table > tbody > tr > th,
2364
+ .fr-markdown-view > table > thead > tr > td,
2365
+ .fr-markdown-view > table > thead > tr > th {
2366
+ padding: 8px;
2367
+ line-height: 1.42857143;
2368
+ vertical-align: top;
2369
+ border: 1px solid #ddd; }
2370
+
2371
+ .fr-markdown-view > table > thead > tr > td,
2372
+ .fr-markdown-view > table > thead > tr > th {
2373
+ border-bottom-width: 2px; }
2374
+
2375
+ .fr-markdown-view > table > tbody > tr:nth-of-type(odd) {
2376
+ background-color: #f9f9f9; }
2377
+
2378
+ .fr-markdown-view > a {
2379
+ color: #337ab7;
2380
+ text-decoration: none; }
2381
+
2382
+ .fr-markdown-view > h1 {
2383
+ font-size: 2em !important; }
2384
+
2385
+ .fr-markdown-view > h2 {
2386
+ font-size: 1.5em !important; }
2387
+
2388
+ .fr-clearfix::after {
2389
+ clear: both;
2390
+ display: block;
2391
+ content: "";
2392
+ height: 0; }
2393
+
2394
+ .fr-hide-by-clipping {
2395
+ position: absolute;
2396
+ width: 1px;
2397
+ height: 1px;
2398
+ padding: 0;
2399
+ margin: -1px;
2400
+ overflow: hidden;
2401
+ clip: rect(0, 0, 0, 0);
2402
+ border: 0; }
2403
+
2255
2404
  .fr-quick-insert {
2256
2405
  position: absolute;
2257
2406
  z-index: 2147483639;