spiderfw 0.6.38 → 0.6.39

Sign up to get free protection for your applications and to get access to all the features.
Files changed (515) hide show
  1. checksums.yaml +13 -5
  2. data/CHANGELOG +23 -0
  3. data/VERSION +1 -1
  4. data/apps/core/admin/views/admin.layout.shtml +6 -0
  5. data/apps/core/auth/controllers/login_controller.rb +1 -1
  6. data/apps/core/components/assets.rb +55 -6
  7. data/apps/core/components/public/bootstrap/scss/_variables.scss +5 -2
  8. data/apps/core/components/public/bootstrap/scss/bootstrap.css +942 -236
  9. data/apps/core/components/public/bootstrap/scss/responsive.css +187 -30
  10. data/apps/core/components/public/css/tinymce/skins/lightgray/AbsoluteLayout.less +17 -0
  11. data/apps/core/components/public/css/tinymce/skins/lightgray/Animations.less +10 -0
  12. data/apps/core/components/public/css/tinymce/skins/lightgray/Button.less +172 -0
  13. data/apps/core/components/public/css/tinymce/skins/lightgray/ButtonGroup.less +71 -0
  14. data/apps/core/components/public/css/tinymce/skins/lightgray/Checkbox.less +49 -0
  15. data/apps/core/components/public/css/tinymce/skins/lightgray/ColorBox.less +6 -0
  16. data/apps/core/components/public/css/tinymce/skins/lightgray/ColorButton.less +72 -0
  17. data/apps/core/components/public/css/tinymce/skins/lightgray/ColorPicker.less +80 -0
  18. data/apps/core/components/public/css/tinymce/skins/lightgray/ComboBox.less +39 -0
  19. data/apps/core/components/public/css/tinymce/skins/lightgray/Container.less +9 -0
  20. data/apps/core/components/public/css/tinymce/skins/lightgray/Content.Inline.less +4 -0
  21. data/apps/core/components/public/css/tinymce/skins/lightgray/Content.Objects.less +166 -0
  22. data/apps/core/components/public/css/tinymce/skins/lightgray/Content.less +27 -0
  23. data/apps/core/components/public/css/tinymce/skins/lightgray/CropRect.less +54 -0
  24. data/apps/core/components/public/css/tinymce/skins/lightgray/FieldSet.less +15 -0
  25. data/apps/core/components/public/css/tinymce/skins/lightgray/FitLayout.less +9 -0
  26. data/apps/core/components/public/css/tinymce/skins/lightgray/FloatPanel.less +69 -0
  27. data/apps/core/components/public/css/tinymce/skins/lightgray/FlowLayout.less +36 -0
  28. data/apps/core/components/public/css/tinymce/skins/lightgray/Icons.Ie7.less +136 -0
  29. data/apps/core/components/public/css/tinymce/skins/lightgray/Icons.less +180 -0
  30. data/apps/core/components/public/css/tinymce/skins/lightgray/Iframe.less +6 -0
  31. data/apps/core/components/public/css/tinymce/skins/lightgray/ImagePanel.less +20 -0
  32. data/apps/core/components/public/css/tinymce/skins/lightgray/InfoBox.less +71 -0
  33. data/apps/core/components/public/css/tinymce/skins/lightgray/Label.less +38 -0
  34. data/apps/core/components/public/css/tinymce/skins/lightgray/ListBox.less +26 -0
  35. data/apps/core/components/public/css/tinymce/skins/lightgray/Menu.less +34 -0
  36. data/apps/core/components/public/css/tinymce/skins/lightgray/MenuBar.less +32 -0
  37. data/apps/core/components/public/css/tinymce/skins/lightgray/MenuButton.less +34 -0
  38. data/apps/core/components/public/css/tinymce/skins/lightgray/MenuItem.less +142 -0
  39. data/apps/core/components/public/css/tinymce/skins/lightgray/Mixins.less +54 -0
  40. data/apps/core/components/public/css/tinymce/skins/lightgray/Notification.less +144 -0
  41. data/apps/core/components/public/css/tinymce/skins/lightgray/Panel.less +7 -0
  42. data/apps/core/components/public/css/tinymce/skins/lightgray/Path.less +45 -0
  43. data/apps/core/components/public/css/tinymce/skins/lightgray/Progress.less +34 -0
  44. data/apps/core/components/public/css/tinymce/skins/lightgray/Radio.less +1 -0
  45. data/apps/core/components/public/css/tinymce/skins/lightgray/Reset.less +32 -0
  46. data/apps/core/components/public/css/tinymce/skins/lightgray/ResizeHandle.less +18 -0
  47. data/apps/core/components/public/css/tinymce/skins/lightgray/Scrollable.less +44 -0
  48. data/apps/core/components/public/css/tinymce/skins/lightgray/SelectBox.less +6 -0
  49. data/apps/core/components/public/css/tinymce/skins/lightgray/Slider.less +29 -0
  50. data/apps/core/components/public/css/tinymce/skins/lightgray/Spacer.less +5 -0
  51. data/apps/core/components/public/css/tinymce/skins/lightgray/SplitButton.less +49 -0
  52. data/apps/core/components/public/css/tinymce/skins/lightgray/StackLayout.less +5 -0
  53. data/apps/core/components/public/css/tinymce/skins/lightgray/TabPanel.less +44 -0
  54. data/apps/core/components/public/css/tinymce/skins/lightgray/TextBox.less +41 -0
  55. data/apps/core/components/public/css/tinymce/skins/lightgray/Throbber.less +19 -0
  56. data/apps/core/components/public/css/tinymce/skins/lightgray/TinyMCE.less +159 -0
  57. data/apps/core/components/public/css/tinymce/skins/lightgray/ToolTip.less +129 -0
  58. data/apps/core/components/public/css/tinymce/skins/lightgray/Variables.less +214 -0
  59. data/apps/core/components/public/css/tinymce/skins/lightgray/Window.less +127 -0
  60. data/apps/core/components/public/css/tinymce/skins/lightgray/content.inline.min.css +1 -0
  61. data/apps/core/components/public/css/tinymce/skins/lightgray/content.min.css +1 -0
  62. data/apps/core/components/public/css/tinymce/skins/lightgray/fonts/readme.md +1 -0
  63. data/apps/core/components/public/css/tinymce/skins/lightgray/fonts/tinymce-small.eot +0 -0
  64. data/apps/core/components/public/css/tinymce/skins/lightgray/fonts/tinymce-small.json +1277 -0
  65. data/apps/core/components/public/css/tinymce/skins/lightgray/fonts/tinymce-small.svg +63 -0
  66. data/apps/core/components/public/css/tinymce/skins/lightgray/fonts/tinymce-small.ttf +0 -0
  67. data/apps/core/components/public/css/tinymce/skins/lightgray/fonts/tinymce-small.woff +0 -0
  68. data/apps/core/components/public/css/tinymce/skins/lightgray/fonts/tinymce.eot +0 -0
  69. data/apps/core/components/public/css/tinymce/skins/lightgray/fonts/tinymce.json +3381 -0
  70. data/apps/core/components/public/css/tinymce/skins/lightgray/fonts/tinymce.svg +129 -0
  71. data/apps/core/components/public/css/tinymce/skins/lightgray/fonts/tinymce.ttf +0 -0
  72. data/apps/core/components/public/css/tinymce/skins/lightgray/fonts/tinymce.woff +0 -0
  73. data/apps/core/components/public/css/tinymce/skins/lightgray/img/anchor.gif +0 -0
  74. data/apps/core/components/public/css/tinymce/skins/lightgray/img/loader.gif +0 -0
  75. data/apps/core/components/public/css/tinymce/skins/lightgray/img/object.gif +0 -0
  76. data/apps/core/components/public/css/tinymce/skins/lightgray/img/trans.gif +0 -0
  77. data/apps/core/components/public/css/tinymce/skins/lightgray/skin.dev.less +46 -0
  78. data/apps/core/components/public/css/tinymce/skins/lightgray/skin.ie7.dev.less +46 -0
  79. data/apps/core/components/public/css/tinymce/skins/lightgray/skin.ie7.less +2542 -0
  80. data/apps/core/components/public/css/tinymce/skins/lightgray/skin.ie7.min.css +1 -0
  81. data/apps/core/components/public/css/tinymce/skins/lightgray/skin.less +2586 -0
  82. data/apps/core/components/public/css/tinymce/skins/lightgray/skin.min.css +1 -0
  83. data/apps/core/components/public/js/bootbox_2/bootbox.js +551 -0
  84. data/apps/core/components/public/js/jquery/jquery-ui-1.9.2/ui/i18n/jquery.ui.datepicker-it-min.js +4 -0
  85. data/apps/core/components/public/js/spider.js +7 -3
  86. data/apps/core/components/public/js/tinymce/classes/AddOnManager.js +265 -0
  87. data/apps/core/components/public/js/tinymce/classes/Compat.js +90 -0
  88. data/apps/core/components/public/js/tinymce/classes/DragDropOverrides.js +224 -0
  89. data/apps/core/components/public/js/tinymce/classes/Editor.js +2221 -0
  90. data/apps/core/components/public/js/tinymce/classes/EditorCommands.js +1028 -0
  91. data/apps/core/components/public/js/tinymce/classes/EditorManager.js +715 -0
  92. data/apps/core/components/public/js/tinymce/classes/EditorObservable.js +204 -0
  93. data/apps/core/components/public/js/tinymce/classes/EditorUpload.js +191 -0
  94. data/apps/core/components/public/js/tinymce/classes/EnterKey.js +676 -0
  95. data/apps/core/components/public/js/tinymce/classes/Env.js +177 -0
  96. data/apps/core/components/public/js/tinymce/classes/FocusManager.js +266 -0
  97. data/apps/core/components/public/js/tinymce/classes/ForceBlocks.js +138 -0
  98. data/apps/core/components/public/js/tinymce/classes/Formatter.js +2378 -0
  99. data/apps/core/components/public/js/tinymce/classes/LegacyInput.js +82 -0
  100. data/apps/core/components/public/js/tinymce/classes/Mode.js +54 -0
  101. data/apps/core/components/public/js/tinymce/classes/NodeChange.js +154 -0
  102. data/apps/core/components/public/js/tinymce/classes/NotificationManager.js +156 -0
  103. data/apps/core/components/public/js/tinymce/classes/Register.js +34 -0
  104. data/apps/core/components/public/js/tinymce/classes/SelectionOverrides.js +810 -0
  105. data/apps/core/components/public/js/tinymce/classes/Shortcuts.js +172 -0
  106. data/apps/core/components/public/js/tinymce/classes/UndoManager.js +346 -0
  107. data/apps/core/components/public/js/tinymce/classes/WindowManager.js +278 -0
  108. data/apps/core/components/public/js/tinymce/classes/caret/CaretBookmark.js +263 -0
  109. data/apps/core/components/public/js/tinymce/classes/caret/CaretCandidate.js +86 -0
  110. data/apps/core/components/public/js/tinymce/classes/caret/CaretContainer.js +151 -0
  111. data/apps/core/components/public/js/tinymce/classes/caret/CaretPosition.js +371 -0
  112. data/apps/core/components/public/js/tinymce/classes/caret/CaretUtils.js +302 -0
  113. data/apps/core/components/public/js/tinymce/classes/caret/CaretWalker.js +215 -0
  114. data/apps/core/components/public/js/tinymce/classes/caret/FakeCaret.js +192 -0
  115. data/apps/core/components/public/js/tinymce/classes/caret/LineUtils.js +135 -0
  116. data/apps/core/components/public/js/tinymce/classes/caret/LineWalker.js +166 -0
  117. data/apps/core/components/public/js/tinymce/classes/data/Binding.js +79 -0
  118. data/apps/core/components/public/js/tinymce/classes/data/ObservableArray.js +196 -0
  119. data/apps/core/components/public/js/tinymce/classes/data/ObservableObject.js +194 -0
  120. data/apps/core/components/public/js/tinymce/classes/dom/BookmarkManager.js +456 -0
  121. data/apps/core/components/public/js/tinymce/classes/dom/ControlSelection.js +634 -0
  122. data/apps/core/components/public/js/tinymce/classes/dom/DOMUtils.js +1853 -0
  123. data/apps/core/components/public/js/tinymce/classes/dom/Dimensions.js +64 -0
  124. data/apps/core/components/public/js/tinymce/classes/dom/DomQuery.js +1578 -0
  125. data/apps/core/components/public/js/tinymce/classes/dom/ElementUtils.js +118 -0
  126. data/apps/core/components/public/js/tinymce/classes/dom/EventUtils.js +583 -0
  127. data/apps/core/components/public/js/tinymce/classes/dom/NodePath.js +50 -0
  128. data/apps/core/components/public/js/tinymce/classes/dom/NodeType.js +110 -0
  129. data/apps/core/components/public/js/tinymce/classes/dom/Range.js +785 -0
  130. data/apps/core/components/public/js/tinymce/classes/dom/RangeUtils.js +628 -0
  131. data/apps/core/components/public/js/tinymce/classes/dom/ScriptLoader.js +254 -0
  132. data/apps/core/components/public/js/tinymce/classes/dom/Selection.js +1008 -0
  133. data/apps/core/components/public/js/tinymce/classes/dom/Serializer.js +506 -0
  134. data/apps/core/components/public/js/tinymce/classes/dom/Sizzle.jQuery.js +23 -0
  135. data/apps/core/components/public/js/tinymce/classes/dom/Sizzle.js +2039 -0
  136. data/apps/core/components/public/js/tinymce/classes/dom/StyleSheetLoader.js +190 -0
  137. data/apps/core/components/public/js/tinymce/classes/dom/TreeWalker.js +127 -0
  138. data/apps/core/components/public/js/tinymce/classes/dom/TridentSelection.js +508 -0
  139. data/apps/core/components/public/js/tinymce/classes/file/BlobCache.js +72 -0
  140. data/apps/core/components/public/js/tinymce/classes/file/Conversions.js +106 -0
  141. data/apps/core/components/public/js/tinymce/classes/file/ImageScanner.js +145 -0
  142. data/apps/core/components/public/js/tinymce/classes/file/Uploader.js +193 -0
  143. data/apps/core/components/public/js/tinymce/classes/fmt/Hooks.js +66 -0
  144. data/apps/core/components/public/js/tinymce/classes/fmt/Preview.js +151 -0
  145. data/apps/core/components/public/js/tinymce/classes/geom/ClientRect.js +136 -0
  146. data/apps/core/components/public/js/tinymce/classes/geom/Rect.js +214 -0
  147. data/apps/core/components/public/js/tinymce/classes/html/DomParser.js +822 -0
  148. data/apps/core/components/public/js/tinymce/classes/html/Entities.js +268 -0
  149. data/apps/core/components/public/js/tinymce/classes/html/Node.js +496 -0
  150. data/apps/core/components/public/js/tinymce/classes/html/SaxParser.js +474 -0
  151. data/apps/core/components/public/js/tinymce/classes/html/Schema.js +1004 -0
  152. data/apps/core/components/public/js/tinymce/classes/html/Serializer.js +158 -0
  153. data/apps/core/components/public/js/tinymce/classes/html/Styles.js +363 -0
  154. data/apps/core/components/public/js/tinymce/classes/html/Writer.js +199 -0
  155. data/apps/core/components/public/js/tinymce/classes/jquery.tinymce.js +377 -0
  156. data/apps/core/components/public/js/tinymce/classes/text/ExtendingChar.js +53 -0
  157. data/apps/core/components/public/js/tinymce/classes/text/Zwsp.js +36 -0
  158. data/apps/core/components/public/js/tinymce/classes/ui/AbsoluteLayout.js +63 -0
  159. data/apps/core/components/public/js/tinymce/classes/ui/BoxUtils.js +98 -0
  160. data/apps/core/components/public/js/tinymce/classes/ui/Button.js +199 -0
  161. data/apps/core/components/public/js/tinymce/classes/ui/ButtonGroup.js +62 -0
  162. data/apps/core/components/public/js/tinymce/classes/ui/Checkbox.js +162 -0
  163. data/apps/core/components/public/js/tinymce/classes/ui/ClassList.js +149 -0
  164. data/apps/core/components/public/js/tinymce/classes/ui/Collection.js +438 -0
  165. data/apps/core/components/public/js/tinymce/classes/ui/ColorBox.js +72 -0
  166. data/apps/core/components/public/js/tinymce/classes/ui/ColorButton.js +124 -0
  167. data/apps/core/components/public/js/tinymce/classes/ui/ColorPicker.js +206 -0
  168. data/apps/core/components/public/js/tinymce/classes/ui/ComboBox.js +306 -0
  169. data/apps/core/components/public/js/tinymce/classes/ui/Container.js +506 -0
  170. data/apps/core/components/public/js/tinymce/classes/ui/Control.js +1301 -0
  171. data/apps/core/components/public/js/tinymce/classes/ui/DomUtils.js +107 -0
  172. data/apps/core/components/public/js/tinymce/classes/ui/DragHelper.js +144 -0
  173. data/apps/core/components/public/js/tinymce/classes/ui/ElementPath.js +79 -0
  174. data/apps/core/components/public/js/tinymce/classes/ui/Factory.js +105 -0
  175. data/apps/core/components/public/js/tinymce/classes/ui/FieldSet.js +59 -0
  176. data/apps/core/components/public/js/tinymce/classes/ui/FilePicker.js +85 -0
  177. data/apps/core/components/public/js/tinymce/classes/ui/FitLayout.js +48 -0
  178. data/apps/core/components/public/js/tinymce/classes/ui/FlexLayout.js +246 -0
  179. data/apps/core/components/public/js/tinymce/classes/ui/FloatPanel.js +409 -0
  180. data/apps/core/components/public/js/tinymce/classes/ui/FlowLayout.js +46 -0
  181. data/apps/core/components/public/js/tinymce/classes/ui/Form.js +157 -0
  182. data/apps/core/components/public/js/tinymce/classes/ui/FormItem.js +56 -0
  183. data/apps/core/components/public/js/tinymce/classes/ui/FormatControls.js +535 -0
  184. data/apps/core/components/public/js/tinymce/classes/ui/GridLayout.js +233 -0
  185. data/apps/core/components/public/js/tinymce/classes/ui/Iframe.js +85 -0
  186. data/apps/core/components/public/js/tinymce/classes/ui/InfoBox.js +93 -0
  187. data/apps/core/components/public/js/tinymce/classes/ui/KeyboardNavigation.js +406 -0
  188. data/apps/core/components/public/js/tinymce/classes/ui/Label.js +144 -0
  189. data/apps/core/components/public/js/tinymce/classes/ui/Layout.js +120 -0
  190. data/apps/core/components/public/js/tinymce/classes/ui/ListBox.js +152 -0
  191. data/apps/core/components/public/js/tinymce/classes/ui/Menu.js +195 -0
  192. data/apps/core/components/public/js/tinymce/classes/ui/MenuBar.js +33 -0
  193. data/apps/core/components/public/js/tinymce/classes/ui/MenuButton.js +268 -0
  194. data/apps/core/components/public/js/tinymce/classes/ui/MenuItem.js +336 -0
  195. data/apps/core/components/public/js/tinymce/classes/ui/MessageBox.js +202 -0
  196. data/apps/core/components/public/js/tinymce/classes/ui/Movable.js +200 -0
  197. data/apps/core/components/public/js/tinymce/classes/ui/Notification.js +154 -0
  198. data/apps/core/components/public/js/tinymce/classes/ui/Panel.js +67 -0
  199. data/apps/core/components/public/js/tinymce/classes/ui/PanelButton.js +114 -0
  200. data/apps/core/components/public/js/tinymce/classes/ui/Path.js +127 -0
  201. data/apps/core/components/public/js/tinymce/classes/ui/Progress.js +81 -0
  202. data/apps/core/components/public/js/tinymce/classes/ui/Radio.js +29 -0
  203. data/apps/core/components/public/js/tinymce/classes/ui/ReflowQueue.js +79 -0
  204. data/apps/core/components/public/js/tinymce/classes/ui/Resizable.js +68 -0
  205. data/apps/core/components/public/js/tinymce/classes/ui/ResizeHandle.js +86 -0
  206. data/apps/core/components/public/js/tinymce/classes/ui/Scrollable.js +141 -0
  207. data/apps/core/components/public/js/tinymce/classes/ui/SelectBox.js +106 -0
  208. data/apps/core/components/public/js/tinymce/classes/ui/Selector.js +369 -0
  209. data/apps/core/components/public/js/tinymce/classes/ui/Slider.js +161 -0
  210. data/apps/core/components/public/js/tinymce/classes/ui/Spacer.js +39 -0
  211. data/apps/core/components/public/js/tinymce/classes/ui/SplitButton.js +146 -0
  212. data/apps/core/components/public/js/tinymce/classes/ui/StackLayout.js +34 -0
  213. data/apps/core/components/public/js/tinymce/classes/ui/TabPanel.js +178 -0
  214. data/apps/core/components/public/js/tinymce/classes/ui/TextBox.js +208 -0
  215. data/apps/core/components/public/js/tinymce/classes/ui/Throbber.js +88 -0
  216. data/apps/core/components/public/js/tinymce/classes/ui/Toolbar.js +56 -0
  217. data/apps/core/components/public/js/tinymce/classes/ui/Tooltip.js +73 -0
  218. data/apps/core/components/public/js/tinymce/classes/ui/Widget.js +151 -0
  219. data/apps/core/components/public/js/tinymce/classes/ui/Window.js +474 -0
  220. data/apps/core/components/public/js/tinymce/classes/util/Arr.js +153 -0
  221. data/apps/core/components/public/js/tinymce/classes/util/Class.js +167 -0
  222. data/apps/core/components/public/js/tinymce/classes/util/Color.js +235 -0
  223. data/apps/core/components/public/js/tinymce/classes/util/Delay.js +191 -0
  224. data/apps/core/components/public/js/tinymce/classes/util/EventDispatcher.js +294 -0
  225. data/apps/core/components/public/js/tinymce/classes/util/Fun.js +87 -0
  226. data/apps/core/components/public/js/tinymce/classes/util/I18n.js +116 -0
  227. data/apps/core/components/public/js/tinymce/classes/util/JSON.js +109 -0
  228. data/apps/core/components/public/js/tinymce/classes/util/JSONP.js +38 -0
  229. data/apps/core/components/public/js/tinymce/classes/util/JSONRequest.js +110 -0
  230. data/apps/core/components/public/js/tinymce/classes/util/LocalStorage.js +213 -0
  231. data/apps/core/components/public/js/tinymce/classes/util/Observable.js +129 -0
  232. data/apps/core/components/public/js/tinymce/classes/util/Promise.js +200 -0
  233. data/apps/core/components/public/js/tinymce/classes/util/Quirks.js +1701 -0
  234. data/apps/core/components/public/js/tinymce/classes/util/Tools.js +442 -0
  235. data/apps/core/components/public/js/tinymce/classes/util/URI.js +411 -0
  236. data/apps/core/components/public/js/tinymce/classes/util/VK.js +37 -0
  237. data/apps/core/components/public/js/tinymce/classes/util/XHR.js +110 -0
  238. data/apps/core/components/public/js/tinymce/jquery.tinymce.min.js +1 -0
  239. data/apps/core/components/public/js/tinymce/langs/it.js +219 -0
  240. data/apps/core/components/public/js/tinymce/langs/readme.md +3 -0
  241. data/apps/core/components/public/js/tinymce/license.txt +504 -0
  242. data/apps/core/components/public/js/tinymce/plugins/advlist/plugin.js +97 -0
  243. data/apps/core/components/public/js/tinymce/plugins/advlist/plugin.min.js +1 -0
  244. data/apps/core/components/public/js/tinymce/plugins/anchor/plugin.js +55 -0
  245. data/apps/core/components/public/js/tinymce/plugins/anchor/plugin.min.js +1 -0
  246. data/apps/core/components/public/js/tinymce/plugins/autolink/plugin.js +204 -0
  247. data/apps/core/components/public/js/tinymce/plugins/autolink/plugin.min.js +1 -0
  248. data/apps/core/components/public/js/tinymce/plugins/autoresize/plugin.js +162 -0
  249. data/apps/core/components/public/js/tinymce/plugins/autoresize/plugin.min.js +1 -0
  250. data/apps/core/components/public/js/tinymce/plugins/autosave/plugin.js +165 -0
  251. data/apps/core/components/public/js/tinymce/plugins/autosave/plugin.min.js +1 -0
  252. data/apps/core/components/public/js/tinymce/plugins/bbcode/plugin.js +123 -0
  253. data/apps/core/components/public/js/tinymce/plugins/bbcode/plugin.min.js +1 -0
  254. data/apps/core/components/public/js/tinymce/plugins/charmap/plugin.js +450 -0
  255. data/apps/core/components/public/js/tinymce/plugins/charmap/plugin.min.js +1 -0
  256. data/apps/core/components/public/js/tinymce/plugins/code/plugin.js +60 -0
  257. data/apps/core/components/public/js/tinymce/plugins/code/plugin.min.js +1 -0
  258. data/apps/core/components/public/js/tinymce/plugins/codesample/classes/Dialog.js +121 -0
  259. data/apps/core/components/public/js/tinymce/plugins/codesample/classes/Plugin.js +95 -0
  260. data/apps/core/components/public/js/tinymce/plugins/codesample/classes/Prism.js +937 -0
  261. data/apps/core/components/public/js/tinymce/plugins/codesample/classes/Utils.js +33 -0
  262. data/apps/core/components/public/js/tinymce/plugins/codesample/css/prism.css +138 -0
  263. data/apps/core/components/public/js/tinymce/plugins/codesample/plugin.dev.js +141 -0
  264. data/apps/core/components/public/js/tinymce/plugins/codesample/plugin.js +1299 -0
  265. data/apps/core/components/public/js/tinymce/plugins/codesample/plugin.min.js +1 -0
  266. data/apps/core/components/public/js/tinymce/plugins/colorpicker/plugin.js +112 -0
  267. data/apps/core/components/public/js/tinymce/plugins/colorpicker/plugin.min.js +1 -0
  268. data/apps/core/components/public/js/tinymce/plugins/compat3x/css/dialog.css +118 -0
  269. data/apps/core/components/public/js/tinymce/plugins/compat3x/img/buttons.png +0 -0
  270. data/apps/core/components/public/js/tinymce/plugins/compat3x/img/icons.gif +0 -0
  271. data/apps/core/components/public/js/tinymce/plugins/compat3x/img/items.gif +0 -0
  272. data/apps/core/components/public/js/tinymce/plugins/compat3x/img/menu_arrow.gif +0 -0
  273. data/apps/core/components/public/js/tinymce/plugins/compat3x/img/menu_check.gif +0 -0
  274. data/apps/core/components/public/js/tinymce/plugins/compat3x/img/progress.gif +0 -0
  275. data/apps/core/components/public/js/tinymce/plugins/compat3x/img/tabs.gif +0 -0
  276. data/apps/core/components/public/js/tinymce/plugins/compat3x/plugin.js +297 -0
  277. data/apps/core/components/public/js/tinymce/plugins/compat3x/plugin.min.js +1 -0
  278. data/apps/core/components/public/js/tinymce/plugins/compat3x/tiny_mce_popup.js +542 -0
  279. data/apps/core/components/public/js/tinymce/plugins/compat3x/utils/editable_selects.js +70 -0
  280. data/apps/core/components/public/js/tinymce/plugins/compat3x/utils/form_utils.js +210 -0
  281. data/apps/core/components/public/js/tinymce/plugins/compat3x/utils/mctabs.js +164 -0
  282. data/apps/core/components/public/js/tinymce/plugins/compat3x/utils/validate.js +252 -0
  283. data/apps/core/components/public/js/tinymce/plugins/contextmenu/plugin.js +88 -0
  284. data/apps/core/components/public/js/tinymce/plugins/contextmenu/plugin.min.js +1 -0
  285. data/apps/core/components/public/js/tinymce/plugins/directionality/plugin.js +64 -0
  286. data/apps/core/components/public/js/tinymce/plugins/directionality/plugin.min.js +1 -0
  287. data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-cool.gif +0 -0
  288. data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-cry.gif +0 -0
  289. data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-embarassed.gif +0 -0
  290. data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-foot-in-mouth.gif +0 -0
  291. data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-frown.gif +0 -0
  292. data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-innocent.gif +0 -0
  293. data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-kiss.gif +0 -0
  294. data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-laughing.gif +0 -0
  295. data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-money-mouth.gif +0 -0
  296. data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-sealed.gif +0 -0
  297. data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-smile.gif +0 -0
  298. data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-surprised.gif +0 -0
  299. data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-tongue-out.gif +0 -0
  300. data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-undecided.gif +0 -0
  301. data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-wink.gif +0 -0
  302. data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-yell.gif +0 -0
  303. data/apps/core/components/public/js/tinymce/plugins/emoticons/plugin.js +65 -0
  304. data/apps/core/components/public/js/tinymce/plugins/emoticons/plugin.min.js +1 -0
  305. data/apps/core/components/public/js/tinymce/plugins/example/dialog.html +8 -0
  306. data/apps/core/components/public/js/tinymce/plugins/example/plugin.js +68 -0
  307. data/apps/core/components/public/js/tinymce/plugins/example/plugin.min.js +1 -0
  308. data/apps/core/components/public/js/tinymce/plugins/example_dependency/plugin.js +22 -0
  309. data/apps/core/components/public/js/tinymce/plugins/example_dependency/plugin.min.js +1 -0
  310. data/apps/core/components/public/js/tinymce/plugins/fullpage/plugin.js +490 -0
  311. data/apps/core/components/public/js/tinymce/plugins/fullpage/plugin.min.js +1 -0
  312. data/apps/core/components/public/js/tinymce/plugins/fullscreen/plugin.js +154 -0
  313. data/apps/core/components/public/js/tinymce/plugins/fullscreen/plugin.min.js +1 -0
  314. data/apps/core/components/public/js/tinymce/plugins/hr/plugin.js +30 -0
  315. data/apps/core/components/public/js/tinymce/plugins/hr/plugin.min.js +1 -0
  316. data/apps/core/components/public/js/tinymce/plugins/image/plugin.js +630 -0
  317. data/apps/core/components/public/js/tinymce/plugins/image/plugin.min.js +1 -0
  318. data/apps/core/components/public/js/tinymce/plugins/imagetools/config/bolt/atomic.js +6 -0
  319. data/apps/core/components/public/js/tinymce/plugins/imagetools/config/bolt/browser.js +6 -0
  320. data/apps/core/components/public/js/tinymce/plugins/imagetools/config/bolt/demo.js +8 -0
  321. data/apps/core/components/public/js/tinymce/plugins/imagetools/config/bolt/prod.js +6 -0
  322. data/apps/core/components/public/js/tinymce/plugins/imagetools/plugin.js +2668 -0
  323. data/apps/core/components/public/js/tinymce/plugins/imagetools/plugin.min.js +1 -0
  324. data/apps/core/components/public/js/tinymce/plugins/imagetools/src/demo/html/demo.html +16 -0
  325. data/apps/core/components/public/js/tinymce/plugins/imagetools/src/demo/js/Demo.js +92 -0
  326. data/apps/core/components/public/js/tinymce/plugins/imagetools/src/main/js/CropRect.js +214 -0
  327. data/apps/core/components/public/js/tinymce/plugins/imagetools/src/main/js/Dialog.js +485 -0
  328. data/apps/core/components/public/js/tinymce/plugins/imagetools/src/main/js/ImagePanel.js +218 -0
  329. data/apps/core/components/public/js/tinymce/plugins/imagetools/src/main/js/Plugin.js +411 -0
  330. data/apps/core/components/public/js/tinymce/plugins/imagetools/src/main/js/UndoStack.js +57 -0
  331. data/apps/core/components/public/js/tinymce/plugins/importcss/plugin.js +227 -0
  332. data/apps/core/components/public/js/tinymce/plugins/importcss/plugin.min.js +1 -0
  333. data/apps/core/components/public/js/tinymce/plugins/insertdatetime/plugin.js +121 -0
  334. data/apps/core/components/public/js/tinymce/plugins/insertdatetime/plugin.min.js +1 -0
  335. data/apps/core/components/public/js/tinymce/plugins/layer/plugin.js +225 -0
  336. data/apps/core/components/public/js/tinymce/plugins/layer/plugin.min.js +1 -0
  337. data/apps/core/components/public/js/tinymce/plugins/legacyoutput/plugin.js +211 -0
  338. data/apps/core/components/public/js/tinymce/plugins/legacyoutput/plugin.min.js +1 -0
  339. data/apps/core/components/public/js/tinymce/plugins/link/plugin.js +403 -0
  340. data/apps/core/components/public/js/tinymce/plugins/link/plugin.min.js +1 -0
  341. data/apps/core/components/public/js/tinymce/plugins/lists/plugin.js +885 -0
  342. data/apps/core/components/public/js/tinymce/plugins/lists/plugin.min.js +1 -0
  343. data/apps/core/components/public/js/tinymce/plugins/media/moxieplayer.swf +0 -0
  344. data/apps/core/components/public/js/tinymce/plugins/media/plugin.js +878 -0
  345. data/apps/core/components/public/js/tinymce/plugins/media/plugin.min.js +1 -0
  346. data/apps/core/components/public/js/tinymce/plugins/nonbreaking/plugin.js +53 -0
  347. data/apps/core/components/public/js/tinymce/plugins/nonbreaking/plugin.min.js +1 -0
  348. data/apps/core/components/public/js/tinymce/plugins/noneditable/plugin.js +101 -0
  349. data/apps/core/components/public/js/tinymce/plugins/noneditable/plugin.min.js +1 -0
  350. data/apps/core/components/public/js/tinymce/plugins/pagebreak/plugin.js +88 -0
  351. data/apps/core/components/public/js/tinymce/plugins/pagebreak/plugin.min.js +1 -0
  352. data/apps/core/components/public/js/tinymce/plugins/paste/classes/Clipboard.js +672 -0
  353. data/apps/core/components/public/js/tinymce/plugins/paste/classes/Plugin.js +121 -0
  354. data/apps/core/components/public/js/tinymce/plugins/paste/classes/Quirks.js +159 -0
  355. data/apps/core/components/public/js/tinymce/plugins/paste/classes/Utils.js +140 -0
  356. data/apps/core/components/public/js/tinymce/plugins/paste/classes/WordFilter.js +500 -0
  357. data/apps/core/components/public/js/tinymce/plugins/paste/plugin.dev.js +142 -0
  358. data/apps/core/components/public/js/tinymce/plugins/paste/plugin.js +1708 -0
  359. data/apps/core/components/public/js/tinymce/plugins/paste/plugin.min.js +1 -0
  360. data/apps/core/components/public/js/tinymce/plugins/preview/plugin.js +88 -0
  361. data/apps/core/components/public/js/tinymce/plugins/preview/plugin.min.js +1 -0
  362. data/apps/core/components/public/js/tinymce/plugins/print/plugin.js +32 -0
  363. data/apps/core/components/public/js/tinymce/plugins/print/plugin.min.js +1 -0
  364. data/apps/core/components/public/js/tinymce/plugins/save/plugin.js +98 -0
  365. data/apps/core/components/public/js/tinymce/plugins/save/plugin.min.js +1 -0
  366. data/apps/core/components/public/js/tinymce/plugins/searchreplace/plugin.js +609 -0
  367. data/apps/core/components/public/js/tinymce/plugins/searchreplace/plugin.min.js +1 -0
  368. data/apps/core/components/public/js/tinymce/plugins/spellchecker/classes/DomTextMatcher.js +480 -0
  369. data/apps/core/components/public/js/tinymce/plugins/spellchecker/classes/Plugin.js +439 -0
  370. data/apps/core/components/public/js/tinymce/plugins/spellchecker/plugin.dev.js +139 -0
  371. data/apps/core/components/public/js/tinymce/plugins/spellchecker/plugin.js +1026 -0
  372. data/apps/core/components/public/js/tinymce/plugins/spellchecker/plugin.min.js +1 -0
  373. data/apps/core/components/public/js/tinymce/plugins/tabfocus/plugin.js +120 -0
  374. data/apps/core/components/public/js/tinymce/plugins/tabfocus/plugin.min.js +1 -0
  375. data/apps/core/components/public/js/tinymce/plugins/table/classes/CellSelection.js +202 -0
  376. data/apps/core/components/public/js/tinymce/plugins/table/classes/Dialogs.js +824 -0
  377. data/apps/core/components/public/js/tinymce/plugins/table/classes/Plugin.js +599 -0
  378. data/apps/core/components/public/js/tinymce/plugins/table/classes/Quirks.js +400 -0
  379. data/apps/core/components/public/js/tinymce/plugins/table/classes/ResizeBars.js +984 -0
  380. data/apps/core/components/public/js/tinymce/plugins/table/classes/TableGrid.js +941 -0
  381. data/apps/core/components/public/js/tinymce/plugins/table/classes/Utils.js +36 -0
  382. data/apps/core/components/public/js/tinymce/plugins/table/plugin.dev.js +142 -0
  383. data/apps/core/components/public/js/tinymce/plugins/table/plugin.js +4106 -0
  384. data/apps/core/components/public/js/tinymce/plugins/table/plugin.min.js +2 -0
  385. data/apps/core/components/public/js/tinymce/plugins/template/plugin.js +270 -0
  386. data/apps/core/components/public/js/tinymce/plugins/template/plugin.min.js +1 -0
  387. data/apps/core/components/public/js/tinymce/plugins/textcolor/plugin.js +282 -0
  388. data/apps/core/components/public/js/tinymce/plugins/textcolor/plugin.min.js +1 -0
  389. data/apps/core/components/public/js/tinymce/plugins/textpattern/plugin.js +268 -0
  390. data/apps/core/components/public/js/tinymce/plugins/textpattern/plugin.min.js +1 -0
  391. data/apps/core/components/public/js/tinymce/plugins/visualblocks/css/visualblocks.css +135 -0
  392. data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/address.gif +0 -0
  393. data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/article.gif +0 -0
  394. data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/aside.gif +0 -0
  395. data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/blockquote.gif +0 -0
  396. data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/div.gif +0 -0
  397. data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/dl.gif +0 -0
  398. data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/figure.gif +0 -0
  399. data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/h1.gif +0 -0
  400. data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/h2.gif +0 -0
  401. data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/h3.gif +0 -0
  402. data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/h4.gif +0 -0
  403. data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/h5.gif +0 -0
  404. data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/h6.gif +0 -0
  405. data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/hgroup.gif +0 -0
  406. data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/ol.gif +0 -0
  407. data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/p.gif +0 -0
  408. data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/pre.gif +0 -0
  409. data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/section.gif +0 -0
  410. data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/ul.gif +0 -0
  411. data/apps/core/components/public/js/tinymce/plugins/visualblocks/plugin.js +86 -0
  412. data/apps/core/components/public/js/tinymce/plugins/visualblocks/plugin.min.js +1 -0
  413. data/apps/core/components/public/js/tinymce/plugins/visualchars/plugin.js +123 -0
  414. data/apps/core/components/public/js/tinymce/plugins/visualchars/plugin.min.js +1 -0
  415. data/apps/core/components/public/js/tinymce/plugins/wordcount/plugin.js +69 -0
  416. data/apps/core/components/public/js/tinymce/plugins/wordcount/plugin.min.js +1 -0
  417. data/apps/core/components/public/js/tinymce/skins/lightgray/AbsoluteLayout.less +17 -0
  418. data/apps/core/components/public/js/tinymce/skins/lightgray/Animations.less +10 -0
  419. data/apps/core/components/public/js/tinymce/skins/lightgray/Button.less +172 -0
  420. data/apps/core/components/public/js/tinymce/skins/lightgray/ButtonGroup.less +71 -0
  421. data/apps/core/components/public/js/tinymce/skins/lightgray/Checkbox.less +49 -0
  422. data/apps/core/components/public/js/tinymce/skins/lightgray/ColorBox.less +6 -0
  423. data/apps/core/components/public/js/tinymce/skins/lightgray/ColorButton.less +72 -0
  424. data/apps/core/components/public/js/tinymce/skins/lightgray/ColorPicker.less +80 -0
  425. data/apps/core/components/public/js/tinymce/skins/lightgray/ComboBox.less +39 -0
  426. data/apps/core/components/public/js/tinymce/skins/lightgray/Container.less +9 -0
  427. data/apps/core/components/public/js/tinymce/skins/lightgray/Content.Inline.less +4 -0
  428. data/apps/core/components/public/js/tinymce/skins/lightgray/Content.Objects.less +166 -0
  429. data/apps/core/components/public/js/tinymce/skins/lightgray/Content.less +27 -0
  430. data/apps/core/components/public/js/tinymce/skins/lightgray/CropRect.less +54 -0
  431. data/apps/core/components/public/js/tinymce/skins/lightgray/FieldSet.less +15 -0
  432. data/apps/core/components/public/js/tinymce/skins/lightgray/FitLayout.less +9 -0
  433. data/apps/core/components/public/js/tinymce/skins/lightgray/FloatPanel.less +69 -0
  434. data/apps/core/components/public/js/tinymce/skins/lightgray/FlowLayout.less +36 -0
  435. data/apps/core/components/public/js/tinymce/skins/lightgray/Icons.Ie7.less +136 -0
  436. data/apps/core/components/public/js/tinymce/skins/lightgray/Icons.less +180 -0
  437. data/apps/core/components/public/js/tinymce/skins/lightgray/Iframe.less +6 -0
  438. data/apps/core/components/public/js/tinymce/skins/lightgray/ImagePanel.less +20 -0
  439. data/apps/core/components/public/js/tinymce/skins/lightgray/InfoBox.less +71 -0
  440. data/apps/core/components/public/js/tinymce/skins/lightgray/Label.less +38 -0
  441. data/apps/core/components/public/js/tinymce/skins/lightgray/ListBox.less +26 -0
  442. data/apps/core/components/public/js/tinymce/skins/lightgray/Menu.less +34 -0
  443. data/apps/core/components/public/js/tinymce/skins/lightgray/MenuBar.less +32 -0
  444. data/apps/core/components/public/js/tinymce/skins/lightgray/MenuButton.less +34 -0
  445. data/apps/core/components/public/js/tinymce/skins/lightgray/MenuItem.less +142 -0
  446. data/apps/core/components/public/js/tinymce/skins/lightgray/Mixins.less +54 -0
  447. data/apps/core/components/public/js/tinymce/skins/lightgray/Notification.less +144 -0
  448. data/apps/core/components/public/js/tinymce/skins/lightgray/Panel.less +7 -0
  449. data/apps/core/components/public/js/tinymce/skins/lightgray/Path.less +45 -0
  450. data/apps/core/components/public/js/tinymce/skins/lightgray/Progress.less +34 -0
  451. data/apps/core/components/public/js/tinymce/skins/lightgray/Radio.less +1 -0
  452. data/apps/core/components/public/js/tinymce/skins/lightgray/Reset.less +32 -0
  453. data/apps/core/components/public/js/tinymce/skins/lightgray/ResizeHandle.less +18 -0
  454. data/apps/core/components/public/js/tinymce/skins/lightgray/Scrollable.less +44 -0
  455. data/apps/core/components/public/js/tinymce/skins/lightgray/SelectBox.less +6 -0
  456. data/apps/core/components/public/js/tinymce/skins/lightgray/Slider.less +29 -0
  457. data/apps/core/components/public/js/tinymce/skins/lightgray/Spacer.less +5 -0
  458. data/apps/core/components/public/js/tinymce/skins/lightgray/SplitButton.less +49 -0
  459. data/apps/core/components/public/js/tinymce/skins/lightgray/StackLayout.less +5 -0
  460. data/apps/core/components/public/js/tinymce/skins/lightgray/TabPanel.less +44 -0
  461. data/apps/core/components/public/js/tinymce/skins/lightgray/TextBox.less +41 -0
  462. data/apps/core/components/public/js/tinymce/skins/lightgray/Throbber.less +19 -0
  463. data/apps/core/components/public/js/tinymce/skins/lightgray/TinyMCE.less +159 -0
  464. data/apps/core/components/public/js/tinymce/skins/lightgray/ToolTip.less +129 -0
  465. data/apps/core/components/public/js/tinymce/skins/lightgray/Variables.less +214 -0
  466. data/apps/core/components/public/js/tinymce/skins/lightgray/Window.less +127 -0
  467. data/apps/core/components/public/js/tinymce/skins/lightgray/content.inline.min.css +1 -0
  468. data/apps/core/components/public/js/tinymce/skins/lightgray/content.min.css +1 -0
  469. data/apps/core/components/public/js/tinymce/skins/lightgray/fonts/readme.md +1 -0
  470. data/apps/core/components/public/js/tinymce/skins/lightgray/fonts/tinymce-small.eot +0 -0
  471. data/apps/core/components/public/js/tinymce/skins/lightgray/fonts/tinymce-small.json +1277 -0
  472. data/apps/core/components/public/js/tinymce/skins/lightgray/fonts/tinymce-small.svg +63 -0
  473. data/apps/core/components/public/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf +0 -0
  474. data/apps/core/components/public/js/tinymce/skins/lightgray/fonts/tinymce-small.woff +0 -0
  475. data/apps/core/components/public/js/tinymce/skins/lightgray/fonts/tinymce.eot +0 -0
  476. data/apps/core/components/public/js/tinymce/skins/lightgray/fonts/tinymce.json +3381 -0
  477. data/apps/core/components/public/js/tinymce/skins/lightgray/fonts/tinymce.svg +129 -0
  478. data/apps/core/components/public/js/tinymce/skins/lightgray/fonts/tinymce.ttf +0 -0
  479. data/apps/core/components/public/js/tinymce/skins/lightgray/fonts/tinymce.woff +0 -0
  480. data/apps/core/components/public/js/tinymce/skins/lightgray/img/anchor.gif +0 -0
  481. data/apps/core/components/public/js/tinymce/skins/lightgray/img/loader.gif +0 -0
  482. data/apps/core/components/public/js/tinymce/skins/lightgray/img/object.gif +0 -0
  483. data/apps/core/components/public/js/tinymce/skins/lightgray/img/trans.gif +0 -0
  484. data/apps/core/components/public/js/tinymce/skins/lightgray/skin.dev.less +46 -0
  485. data/apps/core/components/public/js/tinymce/skins/lightgray/skin.ie7.dev.less +46 -0
  486. data/apps/core/components/public/js/tinymce/skins/lightgray/skin.ie7.less +2542 -0
  487. data/apps/core/components/public/js/tinymce/skins/lightgray/skin.ie7.min.css +1 -0
  488. data/apps/core/components/public/js/tinymce/skins/lightgray/skin.less +2586 -0
  489. data/apps/core/components/public/js/tinymce/skins/lightgray/skin.min.css +1 -0
  490. data/apps/core/components/public/js/tinymce/themes/modern/theme.js +878 -0
  491. data/apps/core/components/public/js/tinymce/themes/modern/theme.min.js +1 -0
  492. data/apps/core/components/public/js/tinymce/tinymce.dev.js +286 -0
  493. data/apps/core/components/public/js/tinymce/tinymce.js +45811 -0
  494. data/apps/core/components/public/js/tinymce/tinymce.min.js +13 -0
  495. data/apps/core/forms/widgets/form/form.rb +3 -1
  496. data/apps/core/forms/widgets/form/form.shtml +1 -0
  497. data/apps/core/forms/widgets/inputs/search_select/search_select.rb +1 -1
  498. data/apps/core/forms/widgets/inputs/select/select.rb +1 -1
  499. data/apps/core/forms/widgets/inputs/select/select.shtml +0 -1
  500. data/apps/messenger/backends/sms/skebby.rb +1 -1
  501. data/apps/messenger/controllers/mixins/messenger_helper.rb +23 -5
  502. data/lib/spiderfw/config/options/spider.rb +1 -1
  503. data/lib/spiderfw/controller/mixins/visual.rb +2 -0
  504. data/lib/spiderfw/http/adapters/rack.rb +10 -5
  505. data/lib/spiderfw/http/http.rb +4 -2
  506. data/lib/spiderfw/model/base_model.rb +4 -4
  507. data/lib/spiderfw/model/mappers/db_mapper.rb +4 -2
  508. data/lib/spiderfw/model/storage/db/adapters/mysql.rb +2 -1
  509. data/lib/spiderfw/model/storage/db/db_storage.rb +4 -0
  510. data/lib/spiderfw/spider.rb +6 -0
  511. data/lib/spiderfw/templates/layout.rb +1 -1
  512. data/lib/spiderfw/utils/monkey/object.rb +3 -0
  513. data/spider.gemspec +6 -2
  514. metadata +539 -42
  515. data/blueprints/.DS_Store +0 -0
@@ -0,0 +1,214 @@
1
+ // Variables
2
+ // Syntax: <control>-(<sub control>)-<bg|border|text>-(<state>)-(<extra>);
3
+ // Example: @btn-primary-bg-hover-hlight;
4
+
5
+ @prefix: mce;
6
+
7
+ // Default font
8
+ @font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
9
+ @font-size: 14px;
10
+ @line-height: 20px;
11
+ @has-gradients: false;
12
+ @has-radius: false;
13
+ @has-boxshadow: false;
14
+ @has-button-borders: false;
15
+
16
+ // Text colors
17
+ @text: #333;
18
+ @text-inverse: white;
19
+ @text-disabled: #aaa;
20
+ @text-shadow: 0 1px 1px hsla(hue(@text-inverse), saturation(@text-inverse), lightness(@text-inverse), 0.75);
21
+ @text-error: #b94a48;
22
+ @text-warning: #c09853;
23
+ @text-success: #468847;
24
+
25
+ // Button
26
+ @btn-text: @text;
27
+ @btn-text-shadow: none;
28
+ @btn-border-top: transparent;
29
+ @btn-border-right: transparent;
30
+ @btn-border-bottom: transparent;
31
+ @btn-border-left: transparent;
32
+ @btn-caret-border: @btn-text;
33
+ @btn-text-disabled: @text-disabled;
34
+ @btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
35
+ @btn-box-shadow-active: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
36
+ @btn-box-disabled-opacity: 0.4;
37
+ @btn-bg: white;
38
+ @btn-bg-hlight: #D9D9D9;
39
+ @btn-bg-hover: darken(@btn-bg, 5%);
40
+ @btn-bg-hlight-hover: darken(@btn-bg-hlight, 5%);
41
+ @btn-border-hover: darken(@btn-bg, 20%);
42
+ @btn-border-active: darken(@btn-bg, 20%);
43
+ @btn-padding: 4px 8px;
44
+
45
+ @btn-primary-bg: #2980b9;
46
+ @btn-primary-bg-hlight: #3498db;
47
+ @btn-primary-bg-hover: darken(@btn-primary-bg, 5%);
48
+ @btn-primary-bg-hover-hlight: darken(@btn-primary-bg-hlight, 5%);
49
+ @btn-primary-text: #fff;
50
+ @btn-primary-text-shadow: none;
51
+ @btn-primary-border-top: mix(@btn-border-top, @btn-primary-bg, 50%);
52
+ @btn-primary-border-right: mix(@btn-border-right, @btn-primary-bg, 50%);
53
+ @btn-primary-border-bottom: mix(@btn-border-bottom, @btn-primary-bg, 50%);
54
+ @btn-primary-border-left: mix(@btn-border-left, @btn-primary-bg, 50%);
55
+ @btn-primary-border: transparent;
56
+ @btn-primary-border-hover: transparent;
57
+
58
+ // Button group
59
+ @btn-group-border-width: 1px;
60
+
61
+ // Menu
62
+ @menuitem-text: @text;
63
+ @menu-bg: #fff;
64
+ @menu-margin: -1px 0 0;
65
+ @menu-border: rgba(0, 0, 0, 0.2);
66
+ @menubar-border: mix(@panel-border, @panel-bg, 60%);
67
+ @menuitem-text-inverse: @text-inverse;
68
+ @menubar-bg-active: darken(@btn-bg, 10%);
69
+ @menuitem-bg-hover: #0081C2;
70
+ @menuitem-bg-selected: #2980b9;
71
+ @menuitem-bg-selected-hlight: #3498db;
72
+ @menuitem-bg-disabled: #CCC;
73
+ @menuitem-caret: @menuitem-text;
74
+ @menuitem-caret-selected: @menuitem-text-inverse;
75
+ @menuitem-separator-top: transparent;
76
+ @menuitem-separator-bottom: rgba(0,0,0,0.1);
77
+ @menuitem-bg-active: #3498db;
78
+ @menuitem-text-active: @text-inverse;
79
+ @menuitem-preview-border-active: #aaa;
80
+ @menubar-menubtn-text: #333;
81
+
82
+ // Panel
83
+ @panel-border: rgba(0,0,0,.2);
84
+ @panel-bg: #FDFDFD;
85
+ @panel-bg-hlight: #DDD;
86
+
87
+ // Tabs
88
+ @tab-border: #c5c5c5;
89
+ @tab-bg: #ffffff;
90
+ @tab-bg-hover: #FDFDFD;
91
+ @tab-bg-active: #FDFDFD;
92
+ @tabs-bg: #FFF;
93
+
94
+ // Tooltip
95
+ @tooltip-bg: #000;
96
+ @tooltip-text: white;
97
+ @tooltip-font-size: 11px;
98
+
99
+ // Notification
100
+ @notification-font-size: 14px;
101
+ @notification-bg: #F0F0F0;
102
+ @notification-border: #CCCCCC;
103
+ @notification-text: #333333;
104
+ @notification-success-bg: #dff0d8;
105
+ @notification-success-border: #d6e9c6;
106
+ @notification-success-text: #3c763d;
107
+ @notification-info-bg: #d9edf7;
108
+ @notification-info-border: #779ECB;
109
+ @notification-info-text: #31708f;
110
+ @notification-warning-bg: #fcf8e3;
111
+ @notification-warning-border: #faebcc;
112
+ @notification-warning-text: #8a6d3b;
113
+ @notification-error-bg: #f2dede;
114
+ @notification-error-border: #ebccd1;
115
+ @notification-error-text: #a94442;
116
+
117
+ // Infobox
118
+ @infobox-bg: @notification-bg;
119
+ @infobox-border: @notification-border;
120
+ @infobox-text: @notification-text;
121
+ @infobox-success-bg: @notification-success-bg;
122
+ @infobox-success-border: @notification-success-border;
123
+ @infobox-success-text: @notification-success-text;
124
+ @infobox-info-bg: @notification-info-bg;
125
+ @infobox-info-border: @notification-info-border;
126
+ @infobox-info-text: @notification-info-text;
127
+ @infobox-warning-bg: @notification-warning-bg;
128
+ @infobox-warning-border: @notification-warning-border;
129
+ @infobox-warning-text: @notification-warning-text;
130
+ @infobox-error-bg: @notification-error-bg;
131
+ @infobox-error-border: @notification-error-border;
132
+ @infobox-error-text: @notification-error-text;
133
+
134
+ // Window
135
+ @window-border: #c5c5c5;
136
+ @window-head-border: @window-border;
137
+ @window-head-close: mix(@text, @window-bg, 60%);
138
+ @window-head-close-hover: mix(@text, @window-bg, 40%);
139
+ @window-foot-border: @window-border;
140
+ @window-foot-bg: @window-bg;
141
+ @window-fullscreen-bg: #FFF;
142
+ @window-modalblock-bg: #000;
143
+ @window-modalblock-opacity: 0.3;
144
+ @window-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
145
+ @window-bg: #FFF;
146
+ @window-title-font-size: 20px;
147
+
148
+ // Popover
149
+ @popover-bg: @window-bg;
150
+ @popover-arrow-width: 10px;
151
+ @popover-arrow: @window-bg;
152
+ @popover-arrow-outer-width: @popover-arrow-width + 1;
153
+ @popover-arrow-outer: rgba(0, 0, 0, 0.25);
154
+
155
+ // Floatpanel
156
+ @floatpanel-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
157
+
158
+ // Checkbox
159
+ @checkbox-bg: @btn-bg;
160
+ @checkbox-bg-hlight: @btn-bg-hlight;
161
+ @checkbox-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
162
+ @checkbox-border: #c5c5c5;
163
+ @checkbox-border-focus: rgba(82, 168, 236, .8);
164
+
165
+ // Path
166
+ @path-text: @text;
167
+ @path-bg-focus: #666;
168
+ @path-text-focus: #fff;
169
+
170
+ // Textbox
171
+ @textbox-text-placeholder: #aaa;
172
+ @textbox-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
173
+ @textbox-bg: #fff;
174
+ @textbox-border: #c5c5c5;
175
+ @textbox-border-focus: #3498db;
176
+
177
+ // Selectbox
178
+ @selectbox-bg: @textbox-bg;
179
+ @selectbox-border: @textbox-border;
180
+
181
+ // Throbber
182
+ @throbber-bg: #fff url('img/loader.gif') no-repeat center center;
183
+
184
+ // Combobox
185
+ @combobox-border: @textbox-border;
186
+
187
+ // Colorpicker
188
+ @colorpicker-border: @textbox-border;
189
+ @colorpicker-hue-bg: #fff;
190
+ @colorpicker-hue-border: #333;
191
+
192
+ // Grid
193
+ @grid-bg-active: @menuitem-bg-active;
194
+ @grid-border-active: @menuitem-bg-active;
195
+ @grid-border: #d6d6d6;
196
+
197
+ // Misc
198
+ @colorbtn-backcolor-bg: #BBB;
199
+ @iframe-border: @panel-border;
200
+
201
+ // Slider
202
+ @slider-border: #AAA;
203
+ @slider-bg: #EEE;
204
+ @slider-handle-border: #BBB;
205
+ @slider-handle-bg: #DDD;
206
+
207
+ // Progress
208
+ @progress-border: #ccc;
209
+ @progress-bar-bg: #dfdfdf;
210
+ @progress-bar-bg-hlight: #cccccc;
211
+ @progress-text: @text;
212
+
213
+ // Flow layout
214
+ @flow-layout-spacing: 2px;
@@ -0,0 +1,127 @@
1
+ // Window
2
+
3
+ .@{prefix}-fullscreen {
4
+ border: 0; padding: 0; margin: 0;
5
+ overflow: hidden;
6
+ height: 100%;
7
+ }
8
+
9
+ div.@{prefix}-fullscreen {
10
+ position: fixed;
11
+ top: 0; left: 0;
12
+ }
13
+
14
+ #@{prefix}-modal-block {
15
+ .opacity(0);
16
+ position: fixed;
17
+ left: 0; top: 0;
18
+ width: 100%; height: 100%;
19
+ background: @window-modalblock-bg;
20
+ }
21
+
22
+ #@{prefix}-modal-block.@{prefix}-in {
23
+ .opacity(@window-modalblock-opacity);
24
+ }
25
+
26
+ .@{prefix}-window-move {
27
+ cursor: move;
28
+ }
29
+
30
+ .@{prefix}-window {
31
+ .border-radius(6px);
32
+ .box-shadow(@window-box-shadow);
33
+ .reset-gradient();
34
+ background: @window-bg;
35
+ position: fixed;
36
+ top: 0; left: 0;
37
+ opacity: 0;
38
+ transform: scale(0.1);
39
+ transition: transform 100ms ease-in, opacity 150ms ease-in;
40
+ }
41
+
42
+ .@{prefix}-window.@{prefix}-in {
43
+ transform: scale(1);
44
+ opacity: 1;
45
+ }
46
+
47
+ .@{prefix}-window-head {
48
+ padding: 9px 15px;
49
+ border-bottom: 1px solid @window-head-border;
50
+ position: relative;
51
+ }
52
+
53
+ .@{prefix}-window-head .@{prefix}-close {
54
+ position: absolute;
55
+ right: 0;
56
+ top: 0;
57
+ height: 38px;
58
+ width: 38px;
59
+ text-align: center;
60
+ cursor: pointer;
61
+
62
+ i {
63
+ color: @window-head-close;
64
+ }
65
+ }
66
+
67
+ .@{prefix}-close:hover i {
68
+ color: @window-head-close-hover;
69
+ }
70
+
71
+ .@{prefix}-window-head .@{prefix}-title {
72
+ line-height: 20px;
73
+ font-size: @window-title-font-size;
74
+ font-weight: bold;
75
+ text-rendering: optimizelegibility;
76
+ padding-right: 20px;
77
+ }
78
+
79
+ .@{prefix}-window .@{prefix}-container-body {
80
+ display: block;
81
+ }
82
+
83
+ .@{prefix}-foot {
84
+ display: block;
85
+ background-color: @window-foot-bg;
86
+ border-top: 1px solid @window-foot-border;
87
+ .border-radius(0 0 6px 6px);
88
+ }
89
+
90
+ .@{prefix}-window-head .@{prefix}-dragh {
91
+ position: absolute;
92
+ top: 0; left: 0;
93
+ cursor: move;
94
+ width: 90%;
95
+ height: 100%;
96
+ }
97
+
98
+ .@{prefix}-window iframe {
99
+ width: 100%;
100
+ height: 100%;
101
+ }
102
+
103
+ .@{prefix}-window.@{prefix}-fullscreen, .@{prefix}-window.@{prefix}-fullscreen .@{prefix}-foot {
104
+ .border-radius(0);
105
+ }
106
+
107
+ .@{prefix}-window-body .@{prefix}-listbox {
108
+ border-color: @btn-border-hover;
109
+ }
110
+
111
+ // RTL
112
+
113
+ .@{prefix}-rtl .@{prefix}-window-head .@{prefix}-close {
114
+ position: absolute;
115
+ right: auto;
116
+ left: 15px;
117
+ }
118
+
119
+ .@{prefix}-rtl .@{prefix}-window-head .@{prefix}-dragh {
120
+ left: auto;
121
+ right: 0;
122
+ }
123
+
124
+ .@{prefix}-rtl .@{prefix}-window-head .@{prefix}-title {
125
+ direction: rtl;
126
+ text-align: right;
127
+ }
@@ -0,0 +1 @@
1
+ .mce-content-body .mce-reset{margin:0;padding:0;border:0;outline:0;vertical-align:top;background:transparent;text-decoration:none;color:black;font-family:Arial;font-size:11px;text-shadow:none;float:none;position:static;width:auto;height:auto;white-space:nowrap;cursor:inherit;line-height:normal;font-weight:normal;text-align:left;-webkit-tap-highlight-color:transparent;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;direction:ltr;max-width:none}.mce-object{border:1px dotted #3a3a3a;background:#d5d5d5 url(img/object.gif) no-repeat center}.mce-preview-object{display:inline-block;position:relative;margin:0 2px 0 2px;line-height:0;border:1px solid gray}.mce-preview-object .mce-shim{position:absolute;top:0;left:0;width:100%;height:100%;background:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}figure.align-left{float:left}figure.align-right{float:right}figure.image.align-center{display:table;margin-left:auto;margin-right:auto}figure.image{display:inline-block;border:1px solid gray;margin:0 2px 0 1px;background:#f5f2f0}figure.image img{margin:8px 8px 0 8px}figure.image figcaption{margin:6px 8px 6px 8px;text-align:center}.mce-preview-object[data-mce-selected="2"] .mce-shim{display:none}.mce-pagebreak{cursor:default;display:block;border:0;width:100%;height:5px;border:1px dashed #666;margin-top:15px;page-break-before:always}@media print{.mce-pagebreak{border:0}}.mce-item-anchor{cursor:default;display:inline-block;-webkit-user-select:all;-webkit-user-modify:read-only;-moz-user-select:all;-moz-user-modify:read-only;user-select:all;user-modify:read-only;width:9px !important;height:9px !important;border:1px dotted #3a3a3a;background:#d5d5d5 url(img/anchor.gif) no-repeat center}.mce-nbsp,.mce-shy{background:#aaa}.mce-shy::after{content:'-'}hr{cursor:default}.mce-match-marker{background:#aaa;color:#fff}.mce-match-marker-selected{background:#39f;color:#fff}.mce-spellchecker-word{border-bottom:2px solid #f00;cursor:default}.mce-spellchecker-grammar{border-bottom:2px solid #008000;cursor:default}.mce-item-table,.mce-item-table td,.mce-item-table th,.mce-item-table caption{border:1px dashed #bbb}td[data-mce-selected],th[data-mce-selected]{background-color:#39f !important}.mce-edit-focus{outline:1px dotted #333}.mce-content-body *[contentEditable=false] *[contentEditable=true]:focus{outline:2px solid #2d8ac7}.mce-content-body *[contentEditable=false] *[contentEditable=true]:hover{outline:2px solid #7acaff}.mce-content-body *[contentEditable=false][data-mce-selected]{outline:2px solid #2d8ac7}.mce-resize-bar-dragging{background-color:blue;opacity:.25;filter:alpha(opacity=25);zoom:1}
@@ -0,0 +1 @@
1
+ body{scrollbar-3dlight-color:#f0f0ee;scrollbar-arrow-color:#676662;scrollbar-base-color:#f0f0ee;scrollbar-darkshadow-color:#ddd;scrollbar-face-color:#e0e0dd;scrollbar-highlight-color:#f0f0ee;scrollbar-shadow-color:#f0f0ee;scrollbar-track-color:#f5f5f5}.mce-content-body .mce-reset{margin:0;padding:0;border:0;outline:0;vertical-align:top;background:transparent;text-decoration:none;color:black;font-family:Arial;font-size:11px;text-shadow:none;float:none;position:static;width:auto;height:auto;white-space:nowrap;cursor:inherit;line-height:normal;font-weight:normal;text-align:left;-webkit-tap-highlight-color:transparent;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;direction:ltr;max-width:none}.mce-object{border:1px dotted #3a3a3a;background:#d5d5d5 url(img/object.gif) no-repeat center}.mce-preview-object{display:inline-block;position:relative;margin:0 2px 0 2px;line-height:0;border:1px solid gray}.mce-preview-object .mce-shim{position:absolute;top:0;left:0;width:100%;height:100%;background:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}figure.align-left{float:left}figure.align-right{float:right}figure.image.align-center{display:table;margin-left:auto;margin-right:auto}figure.image{display:inline-block;border:1px solid gray;margin:0 2px 0 1px;background:#f5f2f0}figure.image img{margin:8px 8px 0 8px}figure.image figcaption{margin:6px 8px 6px 8px;text-align:center}.mce-preview-object[data-mce-selected="2"] .mce-shim{display:none}.mce-pagebreak{cursor:default;display:block;border:0;width:100%;height:5px;border:1px dashed #666;margin-top:15px;page-break-before:always}@media print{.mce-pagebreak{border:0}}.mce-item-anchor{cursor:default;display:inline-block;-webkit-user-select:all;-webkit-user-modify:read-only;-moz-user-select:all;-moz-user-modify:read-only;user-select:all;user-modify:read-only;width:9px !important;height:9px !important;border:1px dotted #3a3a3a;background:#d5d5d5 url(img/anchor.gif) no-repeat center}.mce-nbsp,.mce-shy{background:#aaa}.mce-shy::after{content:'-'}hr{cursor:default}.mce-match-marker{background:#aaa;color:#fff}.mce-match-marker-selected{background:#39f;color:#fff}.mce-spellchecker-word{border-bottom:2px solid #f00;cursor:default}.mce-spellchecker-grammar{border-bottom:2px solid #008000;cursor:default}.mce-item-table,.mce-item-table td,.mce-item-table th,.mce-item-table caption{border:1px dashed #bbb}td[data-mce-selected],th[data-mce-selected]{background-color:#39f !important}.mce-edit-focus{outline:1px dotted #333}.mce-content-body *[contentEditable=false] *[contentEditable=true]:focus{outline:2px solid #2d8ac7}.mce-content-body *[contentEditable=false] *[contentEditable=true]:hover{outline:2px solid #7acaff}.mce-content-body *[contentEditable=false][data-mce-selected]{outline:2px solid #2d8ac7}.mce-resize-bar-dragging{background-color:blue;opacity:.25;filter:alpha(opacity=25);zoom:1}
@@ -0,0 +1 @@
1
+ Icons are generated and provided by the http://icomoon.io service.
@@ -0,0 +1,1277 @@
1
+ {
2
+ "IcoMoonType": "selection",
3
+ "icons": [
4
+ {
5
+ "icon": {
6
+ "paths": [
7
+ "M704 832v-37.004c151.348-61.628 256-193.82 256-346.996 0-212.078-200.576-384-448-384s-448 171.922-448 384c0 153.176 104.654 285.368 256 346.996v37.004h-192l-64-96v224h320v-222.812c-100.9-51.362-170.666-161.54-170.666-289.188 0-176.732 133.718-320 298.666-320 164.948 0 298.666 143.268 298.666 320 0 127.648-69.766 237.826-170.666 289.188v222.812h320v-224l-64 96h-192z"
8
+ ],
9
+ "attrs": [],
10
+ "isMulticolor": false,
11
+ "defaultCode": 57376,
12
+ "grid": 0
13
+ },
14
+ "attrs": [],
15
+ "properties": {
16
+ "id": 0,
17
+ "order": 1,
18
+ "prevSize": 32,
19
+ "code": 57376,
20
+ "name": "charmap",
21
+ "ligatures": ""
22
+ },
23
+ "setIdx": 0,
24
+ "setId": 2,
25
+ "iconIdx": 0
26
+ },
27
+ {
28
+ "icon": {
29
+ "paths": [
30
+ "M256 64v896l256-256 256 256v-896h-512zM704 789.49l-192-192-192 192v-661.49h384v661.49z"
31
+ ],
32
+ "attrs": [],
33
+ "isMulticolor": false,
34
+ "defaultCode": 57363,
35
+ "grid": 0
36
+ },
37
+ "attrs": [],
38
+ "properties": {
39
+ "id": 1,
40
+ "order": 2,
41
+ "prevSize": 32,
42
+ "code": 57363,
43
+ "name": "bookmark",
44
+ "ligatures": ""
45
+ },
46
+ "setIdx": 0,
47
+ "setId": 2,
48
+ "iconIdx": 1
49
+ },
50
+ {
51
+ "icon": {
52
+ "paths": [
53
+ "M927.274 230.216l-133.49-133.488c-21.104-21.104-49.232-32.728-79.198-32.728s-58.094 11.624-79.196 32.726l-165.492 165.49c-43.668 43.668-43.668 114.724 0 158.392l2.746 2.746 67.882-67.882-2.746-2.746c-6.132-6.132-6.132-16.494 0-22.626l165.492-165.492c4.010-4.008 8.808-4.608 11.312-4.608s7.302 0.598 11.312 4.61l133.49 133.488c6.132 6.134 6.132 16.498 0.002 22.628l-165.494 165.494c-4.008 4.008-8.806 4.608-11.31 4.608s-7.302-0.6-11.312-4.612l-2.746-2.746-67.88 67.884 2.742 2.742c21.106 21.108 49.23 32.728 79.2 32.728s58.094-11.624 79.196-32.726l165.494-165.492c43.662-43.666 43.662-114.72-0.004-158.39zM551.356 600.644l-67.882 67.882 2.746 2.746c4.008 4.008 4.61 8.806 4.61 11.31 0 2.506-0.598 7.302-4.606 11.314l-165.494 165.49c-4.010 4.010-8.81 4.61-11.314 4.61s-7.304-0.6-11.314-4.61l-133.492-133.486c-4.010-4.010-4.61-8.81-4.61-11.314s0.598-7.3 4.61-11.312l165.49-165.488c4.010-4.012 8.81-4.612 11.314-4.612s7.304 0.6 11.314 4.612l2.746 2.742 67.882-67.88-2.746-2.746c-21.104-21.104-49.23-32.726-79.196-32.726s-58.092 11.624-79.196 32.726l-165.488 165.486c-21.106 21.104-32.73 49.234-32.73 79.198s11.624 58.094 32.726 79.198l133.49 133.49c21.106 21.102 49.232 32.726 79.198 32.726s58.092-11.624 79.196-32.726l165.494-165.492c21.104-21.104 32.722-49.23 32.722-79.196s-11.624-58.094-32.726-79.196l-2.744-2.746zM800 838c-9.724 0-19.45-3.708-26.87-11.13l-128-127.998c-14.844-14.84-14.844-38.898 0-53.738 14.84-14.844 38.896-14.844 53.736 0l128 128c14.844 14.84 14.844 38.896 0 53.736-7.416 7.422-17.142 11.13-26.866 11.13zM608 960c-17.674 0-32-14.326-32-32v-128c0-17.674 14.326-32 32-32s32 14.326 32 32v128c0 17.674-14.326 32-32 32zM928 640h-128c-17.674 0-32-14.326-32-32s14.326-32 32-32h128c17.674 0 32 14.326 32 32s-14.326 32-32 32zM224 186c9.724 0 19.45 3.708 26.87 11.13l128 128c14.842 14.84 14.842 38.898 0 53.738-14.84 14.844-38.898 14.844-53.738 0l-128-128c-14.842-14.84-14.842-38.898 0-53.738 7.418-7.422 17.144-11.13 26.868-11.13zM416 64c17.674 0 32 14.326 32 32v128c0 17.674-14.326 32-32 32s-32-14.326-32-32v-128c0-17.674 14.326-32 32-32zM96 384h128c17.674 0 32 14.326 32 32s-14.326 32-32 32h-128c-17.674 0-32-14.326-32-32s14.326-32 32-32z"
54
+ ],
55
+ "attrs": [],
56
+ "isMulticolor": false,
57
+ "defaultCode": 57362,
58
+ "grid": 0
59
+ },
60
+ "attrs": [],
61
+ "properties": {
62
+ "id": 2,
63
+ "order": 3,
64
+ "prevSize": 32,
65
+ "code": 57362,
66
+ "name": "link",
67
+ "ligatures": ""
68
+ },
69
+ "setIdx": 0,
70
+ "setId": 2,
71
+ "iconIdx": 2
72
+ },
73
+ {
74
+ "icon": {
75
+ "paths": [
76
+ "M927.274 230.216l-133.49-133.488c-21.104-21.104-49.232-32.728-79.198-32.728s-58.094 11.624-79.196 32.726l-165.492 165.49c-43.668 43.668-43.668 114.724 0 158.392l2.746 2.746 67.882-67.882-2.746-2.746c-6.132-6.132-6.132-16.494 0-22.626l165.492-165.492c4.010-4.008 8.808-4.608 11.312-4.608s7.302 0.598 11.312 4.61l133.49 133.488c6.132 6.134 6.132 16.498 0.002 22.628l-165.494 165.494c-4.008 4.008-8.806 4.608-11.31 4.608s-7.302-0.6-11.312-4.612l-2.746-2.746-67.88 67.884 2.742 2.742c21.106 21.108 49.23 32.728 79.2 32.728s58.094-11.624 79.196-32.726l165.494-165.492c43.662-43.666 43.662-114.72-0.004-158.39zM551.356 600.644l-67.882 67.882 2.746 2.746c4.008 4.008 4.61 8.806 4.61 11.31 0 2.506-0.598 7.302-4.606 11.314l-165.494 165.49c-4.010 4.010-8.81 4.61-11.314 4.61s-7.304-0.6-11.314-4.61l-133.492-133.486c-4.010-4.010-4.61-8.81-4.61-11.314s0.598-7.3 4.61-11.312l165.49-165.488c4.010-4.012 8.81-4.612 11.314-4.612s7.304 0.6 11.314 4.612l2.746 2.742 67.882-67.88-2.746-2.746c-21.104-21.104-49.23-32.726-79.196-32.726s-58.092 11.624-79.196 32.726l-165.488 165.486c-21.106 21.104-32.73 49.234-32.73 79.198s11.624 58.094 32.726 79.198l133.49 133.49c21.106 21.102 49.232 32.726 79.198 32.726s58.092-11.624 79.196-32.726l165.494-165.492c21.104-21.104 32.722-49.23 32.722-79.196s-11.624-58.094-32.726-79.196l-2.744-2.746zM352 710c-9.724 0-19.45-3.71-26.87-11.128-14.84-14.84-14.84-38.898 0-53.738l320-320c14.84-14.84 38.896-14.84 53.736 0 14.844 14.84 14.844 38.9 0 53.74l-320 320c-7.416 7.416-17.142 11.126-26.866 11.126z"
77
+ ],
78
+ "attrs": [],
79
+ "isMulticolor": false,
80
+ "defaultCode": 57361,
81
+ "grid": 0
82
+ },
83
+ "attrs": [],
84
+ "properties": {
85
+ "id": 3,
86
+ "order": 4,
87
+ "prevSize": 32,
88
+ "code": 57361,
89
+ "name": "unlink",
90
+ "ligatures": ""
91
+ },
92
+ "setIdx": 0,
93
+ "setId": 2,
94
+ "iconIdx": 3
95
+ },
96
+ {
97
+ "icon": {
98
+ "paths": [
99
+ "M576 281.326v-217.326l336.002 336-336.002 336v-222.096c-390.906-9.17-315 247.096-256 446.096-288-320-212.092-690.874 256-678.674z"
100
+ ],
101
+ "attrs": [],
102
+ "isMulticolor": false,
103
+ "defaultCode": 57360,
104
+ "grid": 0
105
+ },
106
+ "attrs": [],
107
+ "properties": {
108
+ "id": 4,
109
+ "order": 5,
110
+ "prevSize": 32,
111
+ "code": 57360,
112
+ "name": "redo",
113
+ "ligatures": ""
114
+ },
115
+ "setIdx": 0,
116
+ "setId": 2,
117
+ "iconIdx": 4
118
+ },
119
+ {
120
+ "icon": {
121
+ "paths": [
122
+ "M704 960c59-199 134.906-455.266-256-446.096v222.096l-336.002-336 336.002-336v217.326c468.092-12.2 544 358.674 256 678.674z"
123
+ ],
124
+ "attrs": [],
125
+ "isMulticolor": false,
126
+ "defaultCode": 57359,
127
+ "grid": 0
128
+ },
129
+ "attrs": [],
130
+ "properties": {
131
+ "id": 5,
132
+ "order": 6,
133
+ "prevSize": 32,
134
+ "code": 57359,
135
+ "name": "undo",
136
+ "ligatures": ""
137
+ },
138
+ "setIdx": 0,
139
+ "setId": 2,
140
+ "iconIdx": 5
141
+ },
142
+ {
143
+ "icon": {
144
+ "paths": [
145
+ "M256.428 424.726c105.8 0 191.572 91.17 191.572 203.638 0 112.464-85.772 203.636-191.572 203.636-105.802 0-191.572-91.17-191.572-203.636l-0.856-29.092c0-224.93 171.54-407.272 383.144-407.272v116.364c-73.1 0-141.826 30.26-193.516 85.204-9.954 10.578-19.034 21.834-27.224 33.656 9.784-1.64 19.806-2.498 30.024-2.498zM768.428 424.726c105.8 0 191.572 91.17 191.572 203.638 0 112.464-85.772 203.636-191.572 203.636-105.802 0-191.572-91.17-191.572-203.636l-0.856-29.092c0-224.93 171.54-407.272 383.144-407.272v116.364c-73.1 0-141.826 30.26-193.516 85.204-9.956 10.578-19.036 21.834-27.224 33.656 9.784-1.64 19.806-2.498 30.024-2.498z"
146
+ ],
147
+ "attrs": [],
148
+ "isMulticolor": false,
149
+ "defaultCode": 57358,
150
+ "grid": 0
151
+ },
152
+ "attrs": [],
153
+ "properties": {
154
+ "id": 6,
155
+ "order": 7,
156
+ "prevSize": 32,
157
+ "code": 57358,
158
+ "name": "blockquote",
159
+ "ligatures": ""
160
+ },
161
+ "setIdx": 0,
162
+ "setId": 2,
163
+ "iconIdx": 6
164
+ },
165
+ {
166
+ "icon": {
167
+ "paths": [
168
+ "M64 192h896v128h-896zM384 576h576v128h-576zM384 384h576v128h-576zM64 768h896v128h-896zM64 384l224 160-224 160z"
169
+ ],
170
+ "attrs": [],
171
+ "isMulticolor": false,
172
+ "defaultCode": 57356,
173
+ "grid": 0
174
+ },
175
+ "attrs": [],
176
+ "properties": {
177
+ "id": 7,
178
+ "order": 8,
179
+ "prevSize": 32,
180
+ "code": 57356,
181
+ "name": "indent",
182
+ "ligatures": ""
183
+ },
184
+ "setIdx": 0,
185
+ "setId": 2,
186
+ "iconIdx": 7
187
+ },
188
+ {
189
+ "icon": {
190
+ "paths": [
191
+ "M64 192h896v128h-896zM64 576h576v128h-576zM64 384h576v128h-576zM64 768h896v128h-896zM960 384l-224 160 224 160z"
192
+ ],
193
+ "attrs": [],
194
+ "isMulticolor": false,
195
+ "defaultCode": 57357,
196
+ "grid": 0
197
+ },
198
+ "attrs": [],
199
+ "properties": {
200
+ "id": 8,
201
+ "order": 9,
202
+ "prevSize": 32,
203
+ "code": 57357,
204
+ "name": "outdent",
205
+ "ligatures": ""
206
+ },
207
+ "setIdx": 0,
208
+ "setId": 2,
209
+ "iconIdx": 8
210
+ },
211
+ {
212
+ "icon": {
213
+ "paths": [
214
+ "M384 128h576v128h-576zM384 448h576v128h-576zM384 768h576v128h-576zM320 530v-146h-64v-320h-128v64h64v256h-64v64h128v50l-128 60v146h128v64h-128v64h128v64h-128v64h192v-320h-128v-50z"
215
+ ],
216
+ "attrs": [],
217
+ "isMulticolor": false,
218
+ "defaultCode": 57355,
219
+ "grid": 0
220
+ },
221
+ "attrs": [],
222
+ "properties": {
223
+ "id": 9,
224
+ "order": 10,
225
+ "prevSize": 32,
226
+ "code": 57355,
227
+ "name": "numlist",
228
+ "ligatures": ""
229
+ },
230
+ "setIdx": 0,
231
+ "setId": 2,
232
+ "iconIdx": 9
233
+ },
234
+ {
235
+ "icon": {
236
+ "paths": [
237
+ "M384 128h576v128h-576zM384 448h576v128h-576zM384 768h576v128h-576zM128 192c0 35.346 28.654 64 64 64s64-28.654 64-64c0-35.346-28.654-64-64-64-35.346 0-64 28.654-64 64zM128 512c0 35.346 28.654 64 64 64s64-28.654 64-64c0-35.346-28.654-64-64-64-35.346 0-64 28.654-64 64zM128 832c0 35.346 28.654 64 64 64s64-28.654 64-64c0-35.346-28.654-64-64-64-35.346 0-64 28.654-64 64z"
238
+ ],
239
+ "attrs": [],
240
+ "isMulticolor": false,
241
+ "defaultCode": 57354,
242
+ "grid": 0
243
+ },
244
+ "attrs": [],
245
+ "properties": {
246
+ "id": 10,
247
+ "order": 11,
248
+ "prevSize": 32,
249
+ "code": 57354,
250
+ "name": "bullist",
251
+ "ligatures": ""
252
+ },
253
+ "setIdx": 0,
254
+ "setId": 2,
255
+ "iconIdx": 10
256
+ },
257
+ {
258
+ "icon": {
259
+ "paths": [
260
+ "M888 384h-56v-256h64v-64h-320v64h64v256h-256v-256h64v-64h-320v64h64v256h-56c-39.6 0-72 32.4-72 72v432c0 39.6 32.4 72 72 72h240c39.6 0 72-32.4 72-72v-312h128v312c0 39.6 32.4 72 72 72h240c39.6 0 72-32.4 72-72v-432c0-39.6-32.4-72-72-72zM348 896h-184c-19.8 0-36-14.4-36-32s16.2-32 36-32h184c19.8 0 36 14.4 36 32s-16.2 32-36 32zM544 512h-64c-17.6 0-32-14.4-32-32s14.4-32 32-32h64c17.6 0 32 14.4 32 32s-14.4 32-32 32zM860 896h-184c-19.8 0-36-14.4-36-32s16.2-32 36-32h184c19.8 0 36 14.4 36 32s-16.2 32-36 32z"
261
+ ],
262
+ "attrs": [],
263
+ "isMulticolor": false,
264
+ "defaultCode": 57353,
265
+ "grid": 0
266
+ },
267
+ "attrs": [],
268
+ "properties": {
269
+ "id": 11,
270
+ "order": 12,
271
+ "prevSize": 32,
272
+ "code": 57353,
273
+ "name": "searchreplace",
274
+ "ligatures": ""
275
+ },
276
+ "setIdx": 0,
277
+ "setId": 2,
278
+ "iconIdx": 11
279
+ },
280
+ {
281
+ "icon": {
282
+ "paths": [
283
+ "M704 384v-160c0-17.6-14.4-32-32-32h-160v-64c0-35.2-28.8-64-64-64h-128c-35.204 0-64 28.8-64 64v64h-160c-17.602 0-32 14.4-32 32v512c0 17.6 14.398 32 32 32h224v192h384l192-192v-384h-192zM320 128.114c0.034-0.038 0.072-0.078 0.114-0.114h127.768c0.042 0.036 0.082 0.076 0.118 0.114l0 63.886h-128v-63.886zM192 320v-64h384v64h-384zM704 869.49v-101.49h101.49l-101.49 101.49zM832 704h-192v192h-256v-448h448v256z"
284
+ ],
285
+ "attrs": [],
286
+ "isMulticolor": false,
287
+ "defaultCode": 57352,
288
+ "grid": 0
289
+ },
290
+ "attrs": [],
291
+ "properties": {
292
+ "id": 12,
293
+ "order": 13,
294
+ "prevSize": 32,
295
+ "code": 57352,
296
+ "name": "paste",
297
+ "ligatures": ""
298
+ },
299
+ "setIdx": 0,
300
+ "setId": 2,
301
+ "iconIdx": 12
302
+ },
303
+ {
304
+ "icon": {
305
+ "paths": [
306
+ "M832 320h-192v-64l-192-192h-384v704h384v192h576v-448l-192-192zM832 410.51l101.49 101.49h-101.49v-101.49zM448 154.51l101.49 101.49h-101.49v-101.49zM128 128h256v192h192v384h-448v-576zM960 896h-448v-128h128v-384h128v192h192v320z"
307
+ ],
308
+ "attrs": [],
309
+ "isMulticolor": false,
310
+ "defaultCode": 57393,
311
+ "grid": 0
312
+ },
313
+ "attrs": [],
314
+ "properties": {
315
+ "id": 13,
316
+ "order": 14,
317
+ "prevSize": 32,
318
+ "code": 57393,
319
+ "name": "copy",
320
+ "ligatures": ""
321
+ },
322
+ "setIdx": 0,
323
+ "setId": 2,
324
+ "iconIdx": 13
325
+ },
326
+ {
327
+ "icon": {
328
+ "paths": [
329
+ "M960 512h-265.876c-50.078-35.42-114.43-54.86-182.124-54.86-89.206 0-164.572-50.242-164.572-109.712 0-59.47 75.366-109.714 164.572-109.714 75.058 0 140.308 35.576 159.12 82.286h113.016c-7.93-50.644-37.58-97.968-84.058-132.826-50.88-38.16-117.676-59.174-188.078-59.174-70.404 0-137.196 21.014-188.074 59.174-54.788 41.090-86.212 99.502-86.212 160.254s31.424 119.164 86.212 160.254c1.956 1.466 3.942 2.898 5.946 4.316h-265.872v64h512.532c58.208 17.106 100.042 56.27 100.042 100.572 0 59.468-75.368 109.71-164.572 109.71-75.060 0-140.308-35.574-159.118-82.286h-113.016c7.93 50.64 37.582 97.968 84.060 132.826 50.876 38.164 117.668 59.18 188.072 59.18 70.402 0 137.198-21.016 188.074-59.174 54.79-41.090 86.208-99.502 86.208-160.254 0-35.298-10.654-69.792-30.294-100.572h204.012v-64z"
330
+ ],
331
+ "attrs": [],
332
+ "isMulticolor": false,
333
+ "defaultCode": 57389,
334
+ "grid": 0
335
+ },
336
+ "attrs": [],
337
+ "properties": {
338
+ "id": 19,
339
+ "order": 15,
340
+ "prevSize": 32,
341
+ "code": 57389,
342
+ "name": "strikethrough",
343
+ "ligatures": ""
344
+ },
345
+ "setIdx": 0,
346
+ "setId": 2,
347
+ "iconIdx": 14
348
+ },
349
+ {
350
+ "icon": {
351
+ "paths": [
352
+ "M192 832h576v64h-576v-64zM640 128v384c0 31.312-14.7 61.624-41.39 85.352-30.942 27.502-73.068 42.648-118.61 42.648-45.544 0-87.668-15.146-118.608-42.648-26.692-23.728-41.392-54.040-41.392-85.352v-384h-128v384c0 141.382 128.942 256 288 256s288-114.618 288-256v-384h-128z"
353
+ ],
354
+ "attrs": [],
355
+ "isMulticolor": false,
356
+ "defaultCode": 57388,
357
+ "grid": 0
358
+ },
359
+ "attrs": [],
360
+ "properties": {
361
+ "id": 20,
362
+ "order": 16,
363
+ "prevSize": 32,
364
+ "code": 57388,
365
+ "name": "underline",
366
+ "ligatures": ""
367
+ },
368
+ "setIdx": 0,
369
+ "setId": 2,
370
+ "iconIdx": 15
371
+ },
372
+ {
373
+ "icon": {
374
+ "paths": [
375
+ "M832 128v64h-144l-256 640h144v64h-448v-64h144l256-640h-144v-64h448z"
376
+ ],
377
+ "attrs": [],
378
+ "isMulticolor": false,
379
+ "defaultCode": 57387,
380
+ "grid": 0
381
+ },
382
+ "attrs": [],
383
+ "properties": {
384
+ "id": 21,
385
+ "order": 17,
386
+ "prevSize": 32,
387
+ "code": 57387,
388
+ "name": "italic",
389
+ "ligatures": ""
390
+ },
391
+ "setIdx": 0,
392
+ "setId": 2,
393
+ "iconIdx": 16
394
+ },
395
+ {
396
+ "icon": {
397
+ "paths": [
398
+ "M625.442 494.182c48.074-38.15 78.558-94.856 78.558-158.182 0-114.876-100.29-208-224-208h-224v768h288c123.712 0 224-93.124 224-208 0-88.196-59.118-163.562-142.558-193.818zM384 304c0-26.51 21.49-48 48-48h67.204c42.414 0 76.796 42.98 76.796 96s-34.382 96-76.796 96h-115.204v-144zM547.2 768h-115.2c-26.51 0-48-21.49-48-48v-144h163.2c42.418 0 76.8 42.98 76.8 96s-34.382 96-76.8 96z"
399
+ ],
400
+ "attrs": [],
401
+ "isMulticolor": false,
402
+ "defaultCode": 57386,
403
+ "grid": 0
404
+ },
405
+ "attrs": [],
406
+ "properties": {
407
+ "id": 22,
408
+ "order": 18,
409
+ "prevSize": 32,
410
+ "code": 57386,
411
+ "name": "bold",
412
+ "ligatures": ""
413
+ },
414
+ "setIdx": 0,
415
+ "setId": 2,
416
+ "iconIdx": 17
417
+ },
418
+ {
419
+ "icon": {
420
+ "paths": [
421
+ "M850.746 242.746l-133.492-133.49c-24.888-24.892-74.054-45.256-109.254-45.256h-416c-35.2 0-64 28.8-64 64v768c0 35.2 28.8 64 64 64h640c35.2 0 64-28.8 64-64v-544c0-35.2-20.366-84.364-45.254-109.254zM805.49 287.998c6.792 6.796 13.792 19.162 18.894 32.002h-184.384v-184.386c12.84 5.1 25.204 12.1 32 18.896l133.49 133.488zM831.884 896h-639.77c-0.040-0.034-0.082-0.076-0.114-0.116v-767.77c0.034-0.040 0.076-0.082 0.114-0.114h383.886v256h256v511.884c-0.034 0.040-0.076 0.082-0.116 0.116z"
422
+ ],
423
+ "attrs": [],
424
+ "isMulticolor": false,
425
+ "defaultCode": 57345,
426
+ "grid": 0
427
+ },
428
+ "attrs": [],
429
+ "properties": {
430
+ "id": 23,
431
+ "order": 19,
432
+ "prevSize": 32,
433
+ "code": 57345,
434
+ "name": "newdocument",
435
+ "ligatures": ""
436
+ },
437
+ "setIdx": 0,
438
+ "setId": 2,
439
+ "iconIdx": 18
440
+ },
441
+ {
442
+ "icon": {
443
+ "paths": [
444
+ "M960 880v-591.938l-223.938-224.062h-592.062c-44.182 0-80 35.816-80 80v736c0 44.184 35.818 80 80 80h736c44.184 0 80-35.816 80-80zM576 192h64v192h-64v-192zM704 832h-384v-255.882c0.034-0.042 0.076-0.082 0.116-0.118h383.77c0.040 0.036 0.082 0.076 0.116 0.118l-0.002 255.882zM832 832h-64v-256c0-35.2-28.8-64-64-64h-384c-35.2 0-64 28.8-64 64v256h-64v-640h64v192c0 35.2 28.8 64 64 64h320c35.2 0 64-28.8 64-64v-171.010l128 128.072v490.938z"
445
+ ],
446
+ "attrs": [],
447
+ "isMulticolor": false,
448
+ "defaultCode": 57344,
449
+ "grid": 0
450
+ },
451
+ "attrs": [],
452
+ "properties": {
453
+ "id": 24,
454
+ "order": 20,
455
+ "prevSize": 32,
456
+ "code": 57344,
457
+ "name": "save",
458
+ "ligatures": ""
459
+ },
460
+ "setIdx": 0,
461
+ "setId": 2,
462
+ "iconIdx": 19
463
+ },
464
+ {
465
+ "icon": {
466
+ "paths": [
467
+ "M64 192v704h896v-704h-896zM384 640v-128h256v128h-256zM640 704v128h-256v-128h256zM640 320v128h-256v-128h256zM320 320v128h-192v-128h192zM128 512h192v128h-192v-128zM704 512h192v128h-192v-128zM704 448v-128h192v128h-192zM128 704h192v128h-192v-128zM704 832v-128h192v128h-192z"
468
+ ],
469
+ "attrs": [],
470
+ "isMulticolor": false,
471
+ "defaultCode": 57371,
472
+ "grid": 0
473
+ },
474
+ "attrs": [],
475
+ "properties": {
476
+ "id": 25,
477
+ "order": 21,
478
+ "prevSize": 32,
479
+ "code": 57371,
480
+ "name": "table",
481
+ "ligatures": ""
482
+ },
483
+ "setIdx": 0,
484
+ "setId": 2,
485
+ "iconIdx": 20
486
+ },
487
+ {
488
+ "icon": {
489
+ "paths": [
490
+ "M512 140c99.366 0 192.782 38.694 263.042 108.956s108.958 163.678 108.958 263.044-38.696 192.782-108.958 263.042-163.676 108.958-263.042 108.958-192.782-38.696-263.044-108.958-108.956-163.676-108.956-263.042 38.694-192.782 108.956-263.044 163.678-108.956 263.044-108.956zM512 64c-247.424 0-448 200.576-448 448s200.576 448 448 448 448-200.576 448-448-200.576-448-448-448v0zM320 384c0 35.346 28.654 64 64 64s64-28.654 64-64c0-35.346-28.654-64-64-64-35.346 0-64 28.654-64 64zM576 384c0 35.346 28.654 64 64 64s64-28.654 64-64c0-35.346-28.654-64-64-64-35.346 0-64 28.654-64 64zM512 656c-101.84 0-192.56-36.874-251.166-94.328 23.126 117.608 126.778 206.328 251.166 206.328 124.388 0 228.040-88.72 251.168-206.328-58.608 57.454-149.328 94.328-251.168 94.328z"
491
+ ],
492
+ "attrs": [],
493
+ "isMulticolor": false,
494
+ "defaultCode": 57377,
495
+ "grid": 0
496
+ },
497
+ "attrs": [],
498
+ "properties": {
499
+ "id": 26,
500
+ "order": 22,
501
+ "prevSize": 32,
502
+ "code": 57377,
503
+ "name": "emoticons",
504
+ "ligatures": ""
505
+ },
506
+ "setIdx": 0,
507
+ "setId": 2,
508
+ "iconIdx": 21
509
+ },
510
+ {
511
+ "icon": {
512
+ "paths": [
513
+ "M480 384l-192-192 128-128h-352v352l128-128 192 192zM640 480l192-192 128 128v-352h-352l128 128-192 192zM544 640l192 192-128 128h352v-352l-128 128-192-192zM384 544l-192 192-128-128v352h352l-128-128 192-192z"
514
+ ],
515
+ "attrs": [],
516
+ "isMulticolor": false,
517
+ "defaultCode": 57379,
518
+ "grid": 0
519
+ },
520
+ "attrs": [],
521
+ "properties": {
522
+ "id": 27,
523
+ "order": 23,
524
+ "prevSize": 32,
525
+ "code": 57379,
526
+ "name": "fullscreen",
527
+ "ligatures": ""
528
+ },
529
+ "setIdx": 0,
530
+ "setId": 2,
531
+ "iconIdx": 22
532
+ },
533
+ {
534
+ "icon": {
535
+ "paths": [
536
+ "M64 448h896v128h-896z"
537
+ ],
538
+ "attrs": [],
539
+ "isMulticolor": false,
540
+ "defaultCode": 57372,
541
+ "grid": 0
542
+ },
543
+ "attrs": [],
544
+ "properties": {
545
+ "id": 28,
546
+ "order": 24,
547
+ "prevSize": 32,
548
+ "code": 57372,
549
+ "name": "hr",
550
+ "ligatures": ""
551
+ },
552
+ "setIdx": 0,
553
+ "setId": 2,
554
+ "iconIdx": 23
555
+ },
556
+ {
557
+ "icon": {
558
+ "paths": [
559
+ "M64 768h512v128h-512v-128zM768 192h-220.558l-183.766 512h-132.288l183.762-512h-223.15v-128h576v128zM929.774 896l-129.774-129.774-129.774 129.774-62.226-62.226 129.774-129.774-129.774-129.774 62.226-62.226 129.774 129.774 129.774-129.774 62.226 62.226-129.774 129.774 129.774 129.774-62.226 62.226z"
560
+ ],
561
+ "attrs": [],
562
+ "isMulticolor": false,
563
+ "defaultCode": 57373,
564
+ "grid": 0
565
+ },
566
+ "attrs": [],
567
+ "properties": {
568
+ "id": 29,
569
+ "order": 25,
570
+ "prevSize": 32,
571
+ "code": 57373,
572
+ "name": "removefromat",
573
+ "ligatures": ""
574
+ },
575
+ "setIdx": 0,
576
+ "setId": 2,
577
+ "iconIdx": 24
578
+ },
579
+ {
580
+ "icon": {
581
+ "paths": [
582
+ "M256 128h512v128h-512v-128zM896 320h-768c-35.2 0-64 28.8-64 64v256c0 35.2 28.796 64 64 64h128v192h512v-192h128c35.2 0 64-28.8 64-64v-256c0-35.2-28.8-64-64-64zM704 832h-384v-256h384v256zM910.4 416c0 25.626-20.774 46.4-46.398 46.4s-46.402-20.774-46.402-46.4 20.778-46.4 46.402-46.4c25.626 0 46.398 20.774 46.398 46.4z"
583
+ ],
584
+ "attrs": [],
585
+ "isMulticolor": false,
586
+ "defaultCode": 57378,
587
+ "grid": 0
588
+ },
589
+ "attrs": [],
590
+ "properties": {
591
+ "id": 30,
592
+ "order": 26,
593
+ "prevSize": 32,
594
+ "code": 57378,
595
+ "name": "print",
596
+ "ligatures": ""
597
+ },
598
+ "setIdx": 0,
599
+ "setId": 2,
600
+ "iconIdx": 25
601
+ },
602
+ {
603
+ "icon": {
604
+ "paths": [
605
+ "M384 128c-123.712 0-224 100.288-224 224s100.288 224 224 224v320h128v-640h64v640h128v-640h128v-128h-448z"
606
+ ],
607
+ "attrs": [],
608
+ "isMulticolor": false,
609
+ "defaultCode": 57390,
610
+ "grid": 0
611
+ },
612
+ "attrs": [],
613
+ "properties": {
614
+ "id": 31,
615
+ "order": 27,
616
+ "prevSize": 32,
617
+ "code": 57390,
618
+ "name": "visualchars",
619
+ "ligatures": ""
620
+ },
621
+ "setIdx": 0,
622
+ "setId": 2,
623
+ "iconIdx": 26
624
+ },
625
+ {
626
+ "icon": {
627
+ "paths": [
628
+ "M448 128c-123.712 0-224 100.288-224 224s100.288 224 224 224v320h128v-640h64v640h128v-640h128v-128h-448zM64 896l224-192-224-192z"
629
+ ],
630
+ "attrs": [],
631
+ "isMulticolor": false,
632
+ "defaultCode": 57391,
633
+ "grid": 0
634
+ },
635
+ "attrs": [],
636
+ "properties": {
637
+ "id": 32,
638
+ "order": 28,
639
+ "prevSize": 32,
640
+ "code": 57391,
641
+ "name": "ltr",
642
+ "ligatures": ""
643
+ },
644
+ "setIdx": 0,
645
+ "setId": 2,
646
+ "iconIdx": 27
647
+ },
648
+ {
649
+ "icon": {
650
+ "paths": [
651
+ "M416 704l-192-192 192-192-64-64-256 256 256 256zM672 256l-64 64 192 192-192 192 64 64 256-256z"
652
+ ],
653
+ "attrs": [],
654
+ "isMulticolor": false,
655
+ "defaultCode": 57367,
656
+ "grid": 0
657
+ },
658
+ "attrs": [],
659
+ "properties": {
660
+ "id": 38,
661
+ "order": 29,
662
+ "prevSize": 32,
663
+ "code": 57367,
664
+ "name": "code",
665
+ "ligatures": ""
666
+ },
667
+ "setIdx": 0,
668
+ "setId": 2,
669
+ "iconIdx": 28
670
+ },
671
+ {
672
+ "icon": {
673
+ "paths": [
674
+ "M448 704h128v128h-128v-128zM704 256c35.346 0 64 28.654 64 64v166l-228 154h-92v-64l192-128v-64h-320v-128h384zM512 64c-119.666 0-232.166 46.6-316.784 131.216-84.614 84.618-131.216 197.118-131.216 316.784 0 119.664 46.602 232.168 131.216 316.784 84.618 84.616 197.118 131.216 316.784 131.216 119.664 0 232.168-46.6 316.784-131.216 84.616-84.616 131.216-197.12 131.216-316.784 0-119.666-46.6-232.166-131.216-316.784-84.616-84.616-197.12-131.216-316.784-131.216z"
675
+ ],
676
+ "attrs": [],
677
+ "isMulticolor": false,
678
+ "defaultCode": 57366,
679
+ "grid": 0
680
+ },
681
+ "attrs": [],
682
+ "properties": {
683
+ "id": 39,
684
+ "order": 30,
685
+ "prevSize": 32,
686
+ "code": 57366,
687
+ "name": "help",
688
+ "ligatures": ""
689
+ },
690
+ "setIdx": 0,
691
+ "setId": 2,
692
+ "iconIdx": 29
693
+ },
694
+ {
695
+ "icon": {
696
+ "paths": [
697
+ "M896 128h-768c-35.2 0-64 28.8-64 64v640c0 35.2 28.8 64 64 64h768c35.2 0 64-28.8 64-64v-640c0-35.2-28.8-64-64-64zM896 831.884c-0.012 0.014-0.030 0.028-0.042 0.042l-191.958-319.926-160 128-224-288-191.968 479.916c-0.010-0.010-0.022-0.022-0.032-0.032v-639.77c0.034-0.040 0.076-0.082 0.114-0.114h767.77c0.040 0.034 0.082 0.076 0.116 0.116v639.768zM640 352c0 53.019 42.981 96 96 96s96-42.981 96-96c0-53.019-42.981-96-96-96-53.019 0-96 42.981-96 96z"
698
+ ],
699
+ "attrs": [],
700
+ "isMulticolor": false,
701
+ "defaultCode": 57364,
702
+ "grid": 0
703
+ },
704
+ "attrs": [],
705
+ "properties": {
706
+ "id": 40,
707
+ "order": 31,
708
+ "prevSize": 32,
709
+ "code": 57364,
710
+ "name": "image",
711
+ "ligatures": ""
712
+ },
713
+ "setIdx": 0,
714
+ "setId": 2,
715
+ "iconIdx": 30
716
+ },
717
+ {
718
+ "icon": {
719
+ "paths": [
720
+ "M896 128h-768c-35.2 0-64 28.8-64 64v640c0 35.2 28.8 64 64 64h768c35.2 0 64-28.8 64-64v-640c0-35.2-28.8-64-64-64zM256 832h-128v-128h128v128zM256 576h-128v-128h128v128zM256 320h-128v-128h128v128zM704 832h-384v-640h384v640zM896 832h-128v-128h128v128zM896 576h-128v-128h128v128zM896 320h-128v-128h128v128zM384 320v384l288-192z"
721
+ ],
722
+ "attrs": [],
723
+ "isMulticolor": false,
724
+ "defaultCode": 57365,
725
+ "grid": 0
726
+ },
727
+ "attrs": [],
728
+ "properties": {
729
+ "id": 41,
730
+ "order": 32,
731
+ "prevSize": 32,
732
+ "code": 57365,
733
+ "name": "media",
734
+ "ligatures": ""
735
+ },
736
+ "setIdx": 0,
737
+ "setId": 2,
738
+ "iconIdx": 31
739
+ },
740
+ {
741
+ "icon": {
742
+ "paths": [
743
+ "M77.798 304.624l81.414 50.882c50.802-81.114 128.788-143.454 221.208-174.246l-30.366-91.094c-113.748 37.898-209.728 114.626-272.256 214.458zM673.946 90.166l-30.366 91.094c92.422 30.792 170.404 93.132 221.208 174.248l81.412-50.882c-62.526-99.834-158.506-176.562-272.254-214.46zM607.974 704.008c-4.808 0-9.692-1.090-14.286-3.386l-145.688-72.844v-211.778c0-17.672 14.328-32 32-32s32 14.328 32 32v172.222l110.31 55.156c15.806 7.902 22.214 27.124 14.31 42.932-5.604 11.214-16.908 17.696-28.646 17.698zM512 192c-212.078 0-384 171.922-384 384s171.922 384 384 384c212.078 0 384-171.922 384-384 0-212.078-171.922-384-384-384zM512 864c-159.058 0-288-128.942-288-288s128.942-288 288-288c159.058 0 288 128.942 288 288 0 159.058-128.942 288-288 288z"
744
+ ],
745
+ "attrs": [],
746
+ "isMulticolor": false,
747
+ "defaultCode": 57368,
748
+ "grid": 0
749
+ },
750
+ "attrs": [],
751
+ "properties": {
752
+ "id": 42,
753
+ "order": 33,
754
+ "prevSize": 32,
755
+ "code": 57368,
756
+ "name": "insertdatetime",
757
+ "ligatures": ""
758
+ },
759
+ "setIdx": 0,
760
+ "setId": 2,
761
+ "iconIdx": 32
762
+ },
763
+ {
764
+ "icon": {
765
+ "paths": [
766
+ "M64 455.746c45.318-49.92 97.162-92.36 153.272-125.124 90.332-52.744 192.246-80.622 294.728-80.622 102.48 0 204.396 27.878 294.726 80.624 56.112 32.764 107.956 75.204 153.274 125.124v-117.432c-33.010-28.118-68.124-53.14-104.868-74.594-105.006-61.314-223.658-93.722-343.132-93.722s-238.128 32.408-343.134 93.72c-36.742 21.454-71.856 46.478-104.866 74.596v117.43zM512 320c-183.196 0-345.838 100.556-448 256 102.162 155.448 264.804 256 448 256 183.196 0 345.838-100.552 448-256-102.162-155.444-264.804-256-448-256zM512 512c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.348 28.654-64 64-64s64 28.652 64 64zM728.066 696.662c-67.434 39.374-140.128 59.338-216.066 59.338s-148.632-19.964-216.066-59.338c-51.554-30.104-98.616-71.31-138.114-120.662 39.498-49.35 86.56-90.558 138.116-120.66 13.276-7.752 26.758-14.74 40.426-20.982-10.512 23.742-16.362 50.008-16.362 77.642 0 106.040 85.962 192 192 192 106.040 0 192-85.96 192-192 0-27.634-5.85-53.9-16.36-77.642 13.668 6.244 27.15 13.23 40.426 20.982 51.554 30.102 98.616 71.31 138.116 120.66-39.498 49.352-86.56 90.558-138.116 120.662z"
767
+ ],
768
+ "attrs": [],
769
+ "isMulticolor": false,
770
+ "defaultCode": 57369,
771
+ "grid": 0
772
+ },
773
+ "attrs": [],
774
+ "properties": {
775
+ "id": 43,
776
+ "order": 34,
777
+ "prevSize": 32,
778
+ "code": 57369,
779
+ "name": "preview",
780
+ "ligatures": ""
781
+ },
782
+ "setIdx": 0,
783
+ "setId": 2,
784
+ "iconIdx": 33
785
+ },
786
+ {
787
+ "icon": {
788
+ "paths": [
789
+ "M651.168 283.834c-24.612-81.962-28.876-91.834-107.168-91.834h-64c-79.618 0-82.664 10.152-108.418 96 0 0.002 0 0.002-0.002 0.004l-143.998 479.996h113.636l57.6-192h226.366l57.6 192h113.63l-145.246-484.166zM437.218 448l38.4-136c10.086-33.618 36.38-30 36.38-30s26.294-3.618 36.38 30h0.004l38.4 136h-149.564z"
790
+ ],
791
+ "attrs": [],
792
+ "isMulticolor": false,
793
+ "defaultCode": 57370,
794
+ "grid": 0
795
+ },
796
+ "attrs": [],
797
+ "properties": {
798
+ "id": 44,
799
+ "order": 35,
800
+ "prevSize": 32,
801
+ "code": 57370,
802
+ "name": "forecolor",
803
+ "ligatures": ""
804
+ },
805
+ "setIdx": 0,
806
+ "setId": 2,
807
+ "iconIdx": 34
808
+ },
809
+ {
810
+ "icon": {
811
+ "paths": [
812
+ "M576 64c247.424 0 448 200.576 448 448s-200.576 448-448 448v-96c94.024 0 182.418-36.614 248.902-103.098 66.484-66.484 103.098-154.878 103.098-248.902 0-94.022-36.614-182.418-103.098-248.902-66.484-66.484-154.878-103.098-248.902-103.098-94.022 0-182.418 36.614-248.902 103.098-51.14 51.138-84.582 115.246-97.306 184.902h186.208l-224 256-224-256h164.57c31.060-217.102 217.738-384 443.43-384zM768 448v128h-256v-320h128v192z"
813
+ ],
814
+ "attrs": [],
815
+ "isMulticolor": false,
816
+ "defaultCode": 57384,
817
+ "grid": 0
818
+ },
819
+ "attrs": [],
820
+ "properties": {
821
+ "id": 45,
822
+ "order": 36,
823
+ "prevSize": 32,
824
+ "code": 57384,
825
+ "name": "restoredraft",
826
+ "ligatures": ""
827
+ },
828
+ "setIdx": 0,
829
+ "setId": 2,
830
+ "iconIdx": 35
831
+ },
832
+ {
833
+ "icon": {
834
+ "paths": [
835
+ "M1024 592.458v-160.916l-159.144-15.914c-8.186-30.042-20.088-58.548-35.21-84.98l104.596-127.838-113.052-113.050-127.836 104.596c-26.434-15.124-54.942-27.026-84.982-35.208l-15.914-159.148h-160.916l-15.914 159.146c-30.042 8.186-58.548 20.086-84.98 35.208l-127.838-104.594-113.050 113.050 104.596 127.836c-15.124 26.432-27.026 54.94-35.21 84.98l-159.146 15.916v160.916l159.146 15.914c8.186 30.042 20.086 58.548 35.21 84.982l-104.596 127.836 113.048 113.048 127.838-104.596c26.432 15.124 54.94 27.028 84.98 35.21l15.916 159.148h160.916l15.914-159.144c30.042-8.186 58.548-20.088 84.982-35.21l127.836 104.596 113.048-113.048-104.596-127.836c15.124-26.434 27.028-54.942 35.21-84.98l159.148-15.92zM704 576l-128 128h-128l-128-128v-128l128-128h128l128 128v128z"
836
+ ],
837
+ "attrs": [],
838
+ "isMulticolor": false,
839
+ "defaultCode": 57346,
840
+ "grid": 0
841
+ },
842
+ "attrs": [],
843
+ "properties": {
844
+ "id": 46,
845
+ "order": 37,
846
+ "prevSize": 32,
847
+ "code": 57346,
848
+ "name": "fullpage",
849
+ "ligatures": ""
850
+ },
851
+ "setIdx": 0,
852
+ "setId": 2,
853
+ "iconIdx": 36
854
+ },
855
+ {
856
+ "icon": {
857
+ "paths": [
858
+ "M768 206v50h128v64h-192v-146l128-60v-50h-128v-64h192v146zM676 256h-136l-188 188-188-188h-136l256 256-256 256h136l188-188 188 188h136l-256-256z"
859
+ ],
860
+ "attrs": [],
861
+ "isMulticolor": false,
862
+ "defaultCode": 57375,
863
+ "grid": 0
864
+ },
865
+ "attrs": [],
866
+ "properties": {
867
+ "id": 47,
868
+ "order": 38,
869
+ "prevSize": 32,
870
+ "code": 57375,
871
+ "name": "superscript",
872
+ "ligatures": ""
873
+ },
874
+ "setIdx": 0,
875
+ "setId": 2,
876
+ "iconIdx": 37
877
+ },
878
+ {
879
+ "icon": {
880
+ "paths": [
881
+ "M768 910v50h128v64h-192v-146l128-60v-50h-128v-64h192v146zM676 256h-136l-188 188-188-188h-136l256 256-256 256h136l188-188 188 188h136l-256-256z"
882
+ ],
883
+ "attrs": [],
884
+ "isMulticolor": false,
885
+ "defaultCode": 57374,
886
+ "grid": 0
887
+ },
888
+ "attrs": [],
889
+ "properties": {
890
+ "id": 48,
891
+ "order": 39,
892
+ "prevSize": 32,
893
+ "code": 57374,
894
+ "name": "subscript",
895
+ "ligatures": ""
896
+ },
897
+ "setIdx": 0,
898
+ "setId": 2,
899
+ "iconIdx": 38
900
+ },
901
+ {
902
+ "icon": {
903
+ "paths": [
904
+ "M704 384v-160c0-17.6-14.4-32-32-32h-160v-64c0-35.2-28.8-64-64-64h-128c-35.204 0-64 28.8-64 64v64h-160c-17.602 0-32 14.4-32 32v512c0 17.6 14.398 32 32 32h224v192h576v-576h-192zM320 128.114c0.034-0.038 0.072-0.078 0.114-0.114h127.768c0.042 0.036 0.082 0.076 0.118 0.114l0 63.886h-128v-63.886zM192 320v-64h384v64h-384zM832 896h-448v-448h448v448zM448 512v128h32l32-64h64v192h-48v64h160v-64h-48v-192h64l32 64h32v-128z"
905
+ ],
906
+ "attrs": [],
907
+ "isMulticolor": false,
908
+ "tags": [
909
+ "pastetext"
910
+ ],
911
+ "defaultCode": 57397,
912
+ "grid": 0
913
+ },
914
+ "attrs": [],
915
+ "properties": {
916
+ "id": 49,
917
+ "order": 40,
918
+ "prevSize": 32,
919
+ "code": 57397,
920
+ "name": "pastetext",
921
+ "ligatures": ""
922
+ },
923
+ "setIdx": 0,
924
+ "setId": 2,
925
+ "iconIdx": 39
926
+ },
927
+ {
928
+ "icon": {
929
+ "paths": [
930
+ "M768 256h64v64h-64zM640 384h64v64h-64zM640 512h64v64h-64zM640 640h64v64h-64zM512 512h64v64h-64zM512 640h64v64h-64zM384 640h64v64h-64zM768 384h64v64h-64zM768 512h64v64h-64zM768 640h64v64h-64zM768 768h64v64h-64zM640 768h64v64h-64zM512 768h64v64h-64zM384 768h64v64h-64zM256 768h64v64h-64z"
931
+ ],
932
+ "attrs": [],
933
+ "isMulticolor": false,
934
+ "tags": [
935
+ "resize",
936
+ "dots"
937
+ ],
938
+ "defaultCode": 57394,
939
+ "grid": 0
940
+ },
941
+ "attrs": [],
942
+ "properties": {
943
+ "id": 50,
944
+ "order": 41,
945
+ "prevSize": 32,
946
+ "code": 57394,
947
+ "name": "resize",
948
+ "ligatures": ""
949
+ },
950
+ "setIdx": 0,
951
+ "setId": 2,
952
+ "iconIdx": 40
953
+ },
954
+ {
955
+ "icon": {
956
+ "paths": [
957
+ "M928 128h-416l-32-64h-352l-64 128h896zM840.34 704h87.66l32-448h-896l64 640h356.080c-104.882-37.776-180.080-138.266-180.080-256 0-149.982 122.018-272 272-272 149.98 0 272 122.018 272 272 0 21.678-2.622 43.15-7.66 64zM874.996 849.75l-134.496-110.692c17.454-28.922 27.5-62.814 27.5-99.058 0-106.040-85.96-192-192-192s-192 85.96-192 192 85.96 192 192 192c36.244 0 70.138-10.046 99.058-27.5l110.692 134.496c22.962 26.678 62.118 28.14 87.006 3.252l5.492-5.492c24.888-24.888 23.426-64.044-3.252-87.006zM576 764c-68.484 0-124-55.516-124-124s55.516-124 124-124 124 55.516 124 124-55.516 124-124 124z"
958
+ ],
959
+ "attrs": [],
960
+ "isMulticolor": false,
961
+ "tags": [
962
+ "browse"
963
+ ],
964
+ "defaultCode": 57396,
965
+ "grid": 0
966
+ },
967
+ "attrs": [],
968
+ "properties": {
969
+ "id": 51,
970
+ "order": 42,
971
+ "prevSize": 32,
972
+ "code": 57396,
973
+ "name": "browse",
974
+ "ligatures": ""
975
+ },
976
+ "setIdx": 0,
977
+ "setId": 2,
978
+ "iconIdx": 41
979
+ },
980
+ {
981
+ "icon": {
982
+ "paths": [
983
+ "M864.408 670.132c-46.47-46.47-106.938-68.004-161.082-62.806l-63.326-63.326 192-192c0 0 128-128 0-256l-320 320-320-320c-128 128 0 256 0 256l192 192-63.326 63.326c-54.144-5.198-114.61 16.338-161.080 62.806-74.98 74.98-85.112 186.418-22.626 248.9 62.482 62.482 173.92 52.354 248.9-22.626 46.47-46.468 68.002-106.938 62.806-161.080l63.326-63.326 63.328 63.328c-5.196 54.144 16.336 114.61 62.806 161.078 74.978 74.98 186.418 85.112 248.898 22.626 62.488-62.482 52.356-173.918-22.624-248.9zM353.124 758.578c-2.212 24.332-15.020 49.826-35.14 69.946-22.212 22.214-51.080 35.476-77.218 35.476-10.524 0-25.298-2.228-35.916-12.848-21.406-21.404-17.376-73.132 22.626-113.136 22.212-22.214 51.080-35.476 77.218-35.476 10.524 0 25.298 2.228 35.916 12.848 13.112 13.11 13.47 32.688 12.514 43.19zM512 608c-35.346 0-64-28.654-64-64s28.654-64 64-64 64 28.654 64 64-28.654 64-64 64zM819.152 851.152c-10.62 10.62-25.392 12.848-35.916 12.848-26.138 0-55.006-13.262-77.218-35.476-20.122-20.12-32.928-45.614-35.138-69.946-0.958-10.502-0.6-30.080 12.514-43.192 10.618-10.622 25.39-12.848 35.916-12.848 26.136 0 55.006 13.262 77.216 35.474 40.004 40.008 44.032 91.736 22.626 113.14z"
984
+ ],
985
+ "attrs": [],
986
+ "isMulticolor": false,
987
+ "defaultCode": 57351,
988
+ "grid": 0
989
+ },
990
+ "attrs": [],
991
+ "properties": {
992
+ "id": 14,
993
+ "order": 43,
994
+ "prevSize": 32,
995
+ "code": 57351,
996
+ "name": "cut",
997
+ "ligatures": ""
998
+ },
999
+ "setIdx": 0,
1000
+ "setId": 2,
1001
+ "iconIdx": 42
1002
+ },
1003
+ {
1004
+ "icon": {
1005
+ "paths": [
1006
+ "M64 192h896v128h-896zM64 576h896v128h-896zM64 384h896v128h-896zM64 768h896v128h-896z"
1007
+ ],
1008
+ "attrs": [],
1009
+ "isMulticolor": false,
1010
+ "defaultCode": 57350,
1011
+ "grid": 0
1012
+ },
1013
+ "attrs": [],
1014
+ "properties": {
1015
+ "id": 15,
1016
+ "order": 44,
1017
+ "prevSize": 32,
1018
+ "code": 57350,
1019
+ "name": "alignjustify",
1020
+ "ligatures": ""
1021
+ },
1022
+ "setIdx": 0,
1023
+ "setId": 2,
1024
+ "iconIdx": 43
1025
+ },
1026
+ {
1027
+ "icon": {
1028
+ "paths": [
1029
+ "M64 192h896v128h-896zM64 576h896v128h-896zM256 384h512v128h-512zM256 768h512v128h-512z"
1030
+ ],
1031
+ "attrs": [],
1032
+ "isMulticolor": false,
1033
+ "defaultCode": 57348,
1034
+ "grid": 0
1035
+ },
1036
+ "attrs": [],
1037
+ "properties": {
1038
+ "id": 16,
1039
+ "order": 45,
1040
+ "prevSize": 32,
1041
+ "code": 57348,
1042
+ "name": "aligncenter",
1043
+ "ligatures": ""
1044
+ },
1045
+ "setIdx": 0,
1046
+ "setId": 2,
1047
+ "iconIdx": 44
1048
+ },
1049
+ {
1050
+ "icon": {
1051
+ "paths": [
1052
+ "M64 192h896v128h-896zM64 576h896v128h-896zM384 384h576v128h-576zM384 768h576v128h-576z"
1053
+ ],
1054
+ "attrs": [],
1055
+ "isMulticolor": false,
1056
+ "defaultCode": 57349,
1057
+ "grid": 0
1058
+ },
1059
+ "attrs": [],
1060
+ "properties": {
1061
+ "id": 17,
1062
+ "order": 46,
1063
+ "prevSize": 32,
1064
+ "code": 57349,
1065
+ "name": "alignright",
1066
+ "ligatures": ""
1067
+ },
1068
+ "setIdx": 0,
1069
+ "setId": 2,
1070
+ "iconIdx": 45
1071
+ },
1072
+ {
1073
+ "icon": {
1074
+ "paths": [
1075
+ "M64 192h896v128h-896zM64 576h896v128h-896zM64 384h576v128h-576zM64 768h576v128h-576z"
1076
+ ],
1077
+ "attrs": [],
1078
+ "isMulticolor": false,
1079
+ "defaultCode": 57347,
1080
+ "grid": 0
1081
+ },
1082
+ "attrs": [],
1083
+ "properties": {
1084
+ "id": 18,
1085
+ "order": 47,
1086
+ "prevSize": 32,
1087
+ "code": 57347,
1088
+ "name": "alignleft",
1089
+ "ligatures": ""
1090
+ },
1091
+ "setIdx": 0,
1092
+ "setId": 2,
1093
+ "iconIdx": 46
1094
+ },
1095
+ {
1096
+ "icon": {
1097
+ "paths": [
1098
+ "M320 128c-123.712 0-224 100.288-224 224s100.288 224 224 224v320h128v-640h64v640h128v-640h128v-128h-448zM960 512l-224 192 224 192z"
1099
+ ],
1100
+ "attrs": [],
1101
+ "isMulticolor": false,
1102
+ "defaultCode": 57392,
1103
+ "grid": 0
1104
+ },
1105
+ "attrs": [],
1106
+ "properties": {
1107
+ "id": 33,
1108
+ "order": 48,
1109
+ "prevSize": 32,
1110
+ "code": 57392,
1111
+ "name": "rtl",
1112
+ "ligatures": ""
1113
+ },
1114
+ "setIdx": 0,
1115
+ "setId": 2,
1116
+ "iconIdx": 47
1117
+ },
1118
+ {
1119
+ "icon": {
1120
+ "paths": [
1121
+ "M512 384h128v64h-128zM512 768h128v64h-128zM576 576h128v64h-128zM768 576v192h-64v64h128v-256zM384 576h128v64h-128zM320 768h128v64h-128zM320 384h128v64h-128zM192 192v256h64v-192h64v-64zM704 448h128v-256h-64v192h-64zM64 64v896h896v-896h-896zM896 896h-768v-768h768v768zM192 576v256h64v-192h64v-64zM576 192h128v64h-128zM384 192h128v64h-128z"
1122
+ ],
1123
+ "attrs": [],
1124
+ "isMulticolor": false,
1125
+ "defaultCode": 57382,
1126
+ "grid": 0
1127
+ },
1128
+ "attrs": [],
1129
+ "properties": {
1130
+ "id": 34,
1131
+ "order": 49,
1132
+ "prevSize": 32,
1133
+ "code": 57382,
1134
+ "name": "template",
1135
+ "ligatures": ""
1136
+ },
1137
+ "setIdx": 0,
1138
+ "setId": 2,
1139
+ "iconIdx": 48
1140
+ },
1141
+ {
1142
+ "icon": {
1143
+ "paths": [
1144
+ "M816 64l16 384h-640l16-384h32l16 320h512l16-320h32zM208 960l-16-320h640l-16 320h-32l-16-256h-512l-16 256h-32zM64 512h128v64h-128zM256 512h128v64h-128zM448 512h128v64h-128zM640 512h128v64h-128zM832 512h128v64h-128z"
1145
+ ],
1146
+ "attrs": [],
1147
+ "isMulticolor": false,
1148
+ "defaultCode": 57383,
1149
+ "grid": 0
1150
+ },
1151
+ "attrs": [],
1152
+ "properties": {
1153
+ "id": 35,
1154
+ "order": 50,
1155
+ "prevSize": 32,
1156
+ "code": 57383,
1157
+ "name": "pagebreak",
1158
+ "ligatures": ""
1159
+ },
1160
+ "setIdx": 0,
1161
+ "setId": 2,
1162
+ "iconIdx": 49
1163
+ },
1164
+ {
1165
+ "icon": {
1166
+ "paths": [
1167
+ "M960 128v-64h-192c-35.202 0-64 28.8-64 64v320c0 15.856 5.858 30.402 15.496 41.614l-303.496 260.386-142-148-82 70 224 288 416-448h128v-64h-192v-320h192zM256 512h64v-384c0-35.2-28.8-64-64-64h-128c-35.2 0-64 28.8-64 64v384h64v-192h128v192zM128 256v-128h128v128h-128zM640 448v-96c0-35.2-8.8-64-44-64 35.2 0 44-28.8 44-64v-96c0-35.2-28.8-64-64-64h-192v448h192c35.2 0 64-28.8 64-64zM448 128h128v128h-128v-128zM448 320h128v128h-128v-128z"
1168
+ ],
1169
+ "attrs": [],
1170
+ "isMulticolor": false,
1171
+ "defaultCode": 57380,
1172
+ "grid": 0
1173
+ },
1174
+ "attrs": [],
1175
+ "properties": {
1176
+ "id": 36,
1177
+ "order": 51,
1178
+ "prevSize": 32,
1179
+ "code": 57380,
1180
+ "name": "spellcheck",
1181
+ "ligatures": ""
1182
+ },
1183
+ "setIdx": 0,
1184
+ "setId": 2,
1185
+ "iconIdx": 50
1186
+ },
1187
+ {
1188
+ "icon": {
1189
+ "paths": [
1190
+ "M448 512h-128v-128h128v-128h128v128h128v128h-128v128h-128v-128zM960 576v320h-896v-320h128v192h640v-192h128z"
1191
+ ],
1192
+ "attrs": [],
1193
+ "isMulticolor": false,
1194
+ "defaultCode": 57381,
1195
+ "grid": 0
1196
+ },
1197
+ "attrs": [],
1198
+ "properties": {
1199
+ "id": 37,
1200
+ "order": 52,
1201
+ "prevSize": 32,
1202
+ "code": 57381,
1203
+ "name": "nonbreaking",
1204
+ "ligatures": ""
1205
+ },
1206
+ "setIdx": 0,
1207
+ "setId": 2,
1208
+ "iconIdx": 51
1209
+ },
1210
+ {
1211
+ "icon": {
1212
+ "paths": [
1213
+ "M256 352v-128c0-53.020 42.98-96 96-96h32v-128h-32c-123.712 0-224 100.288-224 224v128c0 53.020-42.98 96-96 96h-32v128h32c53.020 0 96 42.98 96 96v128c0 123.71 100.288 224 224 224h32v-128h-32c-53.020 0-96-42.98-96-96v-128c0-62.684-25.758-119.342-67.254-160 41.496-40.658 67.254-97.316 67.254-160z",
1214
+ "M1024 352v-128c0-53.020-42.98-96-96-96h-32v-128h32c123.71 0 224 100.288 224 224v128c0 53.020 42.98 96 96 96h32v128h-32c-53.020 0-96 42.98-96 96v128c0 123.71-100.29 224-224 224h-32v-128h32c53.020 0 96-42.98 96-96v-128c0-62.684 25.758-119.342 67.254-160-41.496-40.658-67.254-97.316-67.254-160z",
1215
+ "M768 320.882c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128s128 57.308 128 128z",
1216
+ "M640 511.118c-70.692 0-128 57.308-128 128 0 68.732 32 123.216 130.156 127.852-29.19 41.126-73.156 57.366-130.156 62.7v76c0 0 256 22.332 256-266.55-0.25-70.694-57.306-128.002-128-128.002z"
1217
+ ],
1218
+ "width": 1280,
1219
+ "attrs": [],
1220
+ "isMulticolor": false,
1221
+ "tags": [
1222
+ "code",
1223
+ "semicolon",
1224
+ "curly-braces"
1225
+ ],
1226
+ "grid": 16
1227
+ },
1228
+ "attrs": [],
1229
+ "properties": {
1230
+ "order": 1,
1231
+ "id": 0,
1232
+ "prevSize": 16,
1233
+ "code": 58883,
1234
+ "name": "codesample"
1235
+ },
1236
+ "setIdx": 1,
1237
+ "setId": 1,
1238
+ "iconIdx": 0
1239
+ }
1240
+ ],
1241
+ "height": 1024,
1242
+ "metadata": {
1243
+ "name": "tinymce-small"
1244
+ },
1245
+ "preferences": {
1246
+ "showGlyphs": true,
1247
+ "showQuickUse": true,
1248
+ "showQuickUse2": true,
1249
+ "showSVGs": true,
1250
+ "fontPref": {
1251
+ "prefix": "icon-",
1252
+ "metadata": {
1253
+ "fontFamily": "tinymce-small",
1254
+ "majorVersion": 1,
1255
+ "minorVersion": 0
1256
+ },
1257
+ "metrics": {
1258
+ "emSize": 1024,
1259
+ "baseline": 6.25,
1260
+ "whitespace": 50
1261
+ },
1262
+ "showMetrics": false,
1263
+ "showMetadata": false,
1264
+ "showVersion": false,
1265
+ "embed": false
1266
+ },
1267
+ "imagePref": {
1268
+ "prefix": "icon-",
1269
+ "png": true,
1270
+ "useClassSelector": true,
1271
+ "color": 4473924,
1272
+ "bgColor": 16777215
1273
+ },
1274
+ "historySize": 100,
1275
+ "showCodes": true
1276
+ }
1277
+ }