@sd-angular/core 0.0.1048 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (540) hide show
  1. package/api/package.json +2 -3
  2. package/api/sd-angular-core-api.metadata.json +1 -1
  3. package/assets/scss/core/scrollbar.scss +3 -2
  4. package/assets/scss/sd-core.scss +0 -1
  5. package/bundles/sd-angular-core-api.umd.js +3 -25
  6. package/bundles/sd-angular-core-api.umd.js.map +1 -1
  7. package/bundles/sd-angular-core-api.umd.min.js +1 -1
  8. package/bundles/sd-angular-core-api.umd.min.js.map +1 -1
  9. package/bundles/sd-angular-core-chart.umd.js +1 -1
  10. package/bundles/sd-angular-core-chart.umd.min.js +1 -1
  11. package/bundles/sd-angular-core-chart.umd.min.js.map +1 -1
  12. package/bundles/sd-angular-core-common.umd.js +5 -2
  13. package/bundles/sd-angular-core-common.umd.js.map +1 -1
  14. package/bundles/sd-angular-core-common.umd.min.js +2 -2
  15. package/bundles/sd-angular-core-common.umd.min.js.map +1 -1
  16. package/bundles/sd-angular-core-date-range.umd.js +1 -1
  17. package/bundles/sd-angular-core-date-range.umd.min.js +1 -1
  18. package/bundles/sd-angular-core-date-time.umd.js +1 -1
  19. package/bundles/sd-angular-core-date-time.umd.min.js +2 -2
  20. package/bundles/sd-angular-core-editor.umd.js +2 -2
  21. package/bundles/sd-angular-core-editor.umd.js.map +1 -1
  22. package/bundles/sd-angular-core-editor.umd.min.js +2 -2
  23. package/bundles/sd-angular-core-editor.umd.min.js.map +1 -1
  24. package/bundles/sd-angular-core-export.umd.js +5 -24
  25. package/bundles/sd-angular-core-export.umd.js.map +1 -1
  26. package/bundles/sd-angular-core-export.umd.min.js +1 -1
  27. package/bundles/sd-angular-core-export.umd.min.js.map +1 -1
  28. package/bundles/sd-angular-core-filter.umd.js +1 -1
  29. package/bundles/sd-angular-core-filter.umd.min.js +1 -1
  30. package/bundles/sd-angular-core-filter.umd.min.js.map +1 -1
  31. package/bundles/sd-angular-core-grid-material.umd.js +1 -1
  32. package/bundles/sd-angular-core-grid-material.umd.min.js +1 -1
  33. package/bundles/sd-angular-core-grid-material.umd.min.js.map +1 -1
  34. package/bundles/sd-angular-core-grid.umd.js +1 -1
  35. package/bundles/sd-angular-core-grid.umd.min.js +1 -1
  36. package/bundles/sd-angular-core-grid.umd.min.js.map +1 -1
  37. package/bundles/sd-angular-core-input-currency.umd.js +1 -1
  38. package/bundles/sd-angular-core-input-currency.umd.min.js +1 -1
  39. package/bundles/sd-angular-core-konva.umd.js +1 -1
  40. package/bundles/sd-angular-core-konva.umd.min.js +1 -1
  41. package/bundles/sd-angular-core-notify.umd.js +1 -1
  42. package/bundles/sd-angular-core-notify.umd.min.js +1 -1
  43. package/bundles/sd-angular-core-notify.umd.min.js.map +1 -1
  44. package/bundles/sd-angular-core-upload-excel.umd.js +1 -1
  45. package/bundles/sd-angular-core-upload-excel.umd.min.js +1 -1
  46. package/bundles/sd-angular-core-upload-excel.umd.min.js.map +1 -1
  47. package/bundles/sd-angular-core-upload-file.umd.js +1 -1
  48. package/bundles/sd-angular-core-upload-file.umd.min.js +1 -1
  49. package/bundles/sd-angular-core-utility.umd.js +1 -1
  50. package/bundles/sd-angular-core-utility.umd.min.js +1 -1
  51. package/bundles/sd-angular-core-utility.umd.min.js.map +1 -1
  52. package/bundles/sd-angular-core.umd.js +6 -734
  53. package/bundles/sd-angular-core.umd.js.map +1 -1
  54. package/bundles/sd-angular-core.umd.min.js +1 -1
  55. package/bundles/sd-angular-core.umd.min.js.map +1 -1
  56. package/common/sd-angular-core-common.metadata.json +1 -1
  57. package/esm2015/api/src/lib/api.service.js +2 -2
  58. package/esm2015/api/src/lib/http.service.js +1 -1
  59. package/esm2015/common/src/lib/directives/sd-scroll.directive.js +6 -3
  60. package/esm2015/editor/src/lib/editor.component.js +2 -2
  61. package/esm2015/export/src/lib/export.service.js +2 -2
  62. package/esm2015/lib/core.module.js +4 -36
  63. package/esm2015/public-api.js +1 -10
  64. package/fesm2015/sd-angular-core-api.js +2 -3
  65. package/fesm2015/sd-angular-core-api.js.map +1 -1
  66. package/fesm2015/sd-angular-core-common.js +5 -2
  67. package/fesm2015/sd-angular-core-common.js.map +1 -1
  68. package/fesm2015/sd-angular-core-editor.js +1 -1
  69. package/fesm2015/sd-angular-core-editor.js.map +1 -1
  70. package/fesm2015/sd-angular-core-export.js +1 -1
  71. package/fesm2015/sd-angular-core-export.js.map +1 -1
  72. package/fesm2015/sd-angular-core.js +5 -367
  73. package/fesm2015/sd-angular-core.js.map +1 -1
  74. package/package.json +8 -14
  75. package/public-api.d.ts +0 -7
  76. package/sd-angular-core-1.0.0.tgz +0 -0
  77. package/sd-angular-core.metadata.json +1 -1
  78. package/assets/ckeditor/CHANGES.md +0 -1703
  79. package/assets/ckeditor/LICENSE.md +0 -1420
  80. package/assets/ckeditor/README.md +0 -39
  81. package/assets/ckeditor/adapters/jquery.js +0 -10
  82. package/assets/ckeditor/build-config.js +0 -123
  83. package/assets/ckeditor/ckeditor.js +0 -27038
  84. package/assets/ckeditor/config.js +0 -10
  85. package/assets/ckeditor/contents.css +0 -209
  86. package/assets/ckeditor/lang/en.js +0 -5
  87. package/assets/ckeditor/lang/vi.js +0 -5
  88. package/assets/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js +0 -10
  89. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt +0 -25
  90. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/af.js +0 -11
  91. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js +0 -11
  92. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/az.js +0 -11
  93. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js +0 -11
  94. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js +0 -13
  95. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js +0 -12
  96. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js +0 -11
  97. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/da.js +0 -11
  98. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/de-ch.js +0 -12
  99. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/de.js +0 -13
  100. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/el.js +0 -13
  101. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/en-au.js +0 -11
  102. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/en-gb.js +0 -11
  103. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/en.js +0 -11
  104. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js +0 -13
  105. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/es-mx.js +0 -13
  106. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/es.js +0 -13
  107. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/et.js +0 -11
  108. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/eu.js +0 -12
  109. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js +0 -11
  110. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js +0 -11
  111. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/fo.js +0 -11
  112. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js +0 -11
  113. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js +0 -13
  114. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/gl.js +0 -12
  115. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js +0 -11
  116. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/he.js +0 -11
  117. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js +0 -11
  118. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js +0 -11
  119. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js +0 -12
  120. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/id.js +0 -11
  121. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/it.js +0 -13
  122. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js +0 -9
  123. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/km.js +0 -11
  124. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/ko.js +0 -10
  125. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js +0 -11
  126. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js +0 -11
  127. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js +0 -12
  128. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js +0 -11
  129. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js +0 -11
  130. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js +0 -12
  131. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js +0 -12
  132. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/no.js +0 -11
  133. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/oc.js +0 -12
  134. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js +0 -13
  135. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js +0 -13
  136. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js +0 -12
  137. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js +0 -12
  138. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js +0 -11
  139. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/si.js +0 -10
  140. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js +0 -11
  141. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js +0 -11
  142. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js +0 -12
  143. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js +0 -12
  144. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/sr.js +0 -12
  145. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js +0 -11
  146. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/th.js +0 -11
  147. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js +0 -12
  148. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/tt.js +0 -11
  149. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js +0 -12
  150. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js +0 -12
  151. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js +0 -11
  152. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js +0 -9
  153. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/zh.js +0 -9
  154. package/assets/ckeditor/plugins/about/dialogs/about.js +0 -8
  155. package/assets/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png +0 -0
  156. package/assets/ckeditor/plugins/about/dialogs/logo_ckeditor.png +0 -0
  157. package/assets/ckeditor/plugins/clipboard/dialogs/paste.js +0 -11
  158. package/assets/ckeditor/plugins/colordialog/dialogs/colordialog.css +0 -20
  159. package/assets/ckeditor/plugins/colordialog/dialogs/colordialog.js +0 -14
  160. package/assets/ckeditor/plugins/copyformatting/cursors/cursor-disabled.svg +0 -25
  161. package/assets/ckeditor/plugins/copyformatting/cursors/cursor.svg +0 -14
  162. package/assets/ckeditor/plugins/copyformatting/styles/copyformatting.css +0 -45
  163. package/assets/ckeditor/plugins/dialog/dialogDefinition.js +0 -4
  164. package/assets/ckeditor/plugins/div/dialogs/div.js +0 -9
  165. package/assets/ckeditor/plugins/find/dialogs/find.js +0 -25
  166. package/assets/ckeditor/plugins/flash/dialogs/flash.js +0 -24
  167. package/assets/ckeditor/plugins/flash/images/placeholder.png +0 -0
  168. package/assets/ckeditor/plugins/forms/dialogs/button.js +0 -8
  169. package/assets/ckeditor/plugins/forms/dialogs/checkbox.js +0 -9
  170. package/assets/ckeditor/plugins/forms/dialogs/form.js +0 -8
  171. package/assets/ckeditor/plugins/forms/dialogs/hiddenfield.js +0 -7
  172. package/assets/ckeditor/plugins/forms/dialogs/radio.js +0 -9
  173. package/assets/ckeditor/plugins/forms/dialogs/select.js +0 -21
  174. package/assets/ckeditor/plugins/forms/dialogs/textarea.js +0 -8
  175. package/assets/ckeditor/plugins/forms/dialogs/textfield.js +0 -11
  176. package/assets/ckeditor/plugins/forms/images/hiddenfield.gif +0 -0
  177. package/assets/ckeditor/plugins/icons.png +0 -0
  178. package/assets/ckeditor/plugins/icons_hidpi.png +0 -0
  179. package/assets/ckeditor/plugins/iframe/dialogs/iframe.js +0 -10
  180. package/assets/ckeditor/plugins/iframe/images/placeholder.png +0 -0
  181. package/assets/ckeditor/plugins/image/dialogs/image.js +0 -44
  182. package/assets/ckeditor/plugins/image/images/noimage.png +0 -0
  183. package/assets/ckeditor/plugins/link/dialogs/anchor.js +0 -8
  184. package/assets/ckeditor/plugins/link/dialogs/link.js +0 -30
  185. package/assets/ckeditor/plugins/link/images/anchor.png +0 -0
  186. package/assets/ckeditor/plugins/link/images/hidpi/anchor.png +0 -0
  187. package/assets/ckeditor/plugins/liststyle/dialogs/liststyle.js +0 -10
  188. package/assets/ckeditor/plugins/magicline/images/hidpi/icon-rtl.png +0 -0
  189. package/assets/ckeditor/plugins/magicline/images/hidpi/icon.png +0 -0
  190. package/assets/ckeditor/plugins/magicline/images/icon-rtl.png +0 -0
  191. package/assets/ckeditor/plugins/magicline/images/icon.png +0 -0
  192. package/assets/ckeditor/plugins/notification/lang/az.js +0 -7
  193. package/assets/ckeditor/plugins/notification/lang/bg.js +0 -7
  194. package/assets/ckeditor/plugins/notification/lang/ca.js +0 -7
  195. package/assets/ckeditor/plugins/notification/lang/cs.js +0 -7
  196. package/assets/ckeditor/plugins/notification/lang/da.js +0 -7
  197. package/assets/ckeditor/plugins/notification/lang/de-ch.js +0 -7
  198. package/assets/ckeditor/plugins/notification/lang/de.js +0 -7
  199. package/assets/ckeditor/plugins/notification/lang/en-au.js +0 -7
  200. package/assets/ckeditor/plugins/notification/lang/en.js +0 -7
  201. package/assets/ckeditor/plugins/notification/lang/eo.js +0 -7
  202. package/assets/ckeditor/plugins/notification/lang/es-mx.js +0 -7
  203. package/assets/ckeditor/plugins/notification/lang/es.js +0 -7
  204. package/assets/ckeditor/plugins/notification/lang/et.js +0 -7
  205. package/assets/ckeditor/plugins/notification/lang/eu.js +0 -7
  206. package/assets/ckeditor/plugins/notification/lang/fa.js +0 -7
  207. package/assets/ckeditor/plugins/notification/lang/fr.js +0 -7
  208. package/assets/ckeditor/plugins/notification/lang/gl.js +0 -7
  209. package/assets/ckeditor/plugins/notification/lang/hr.js +0 -7
  210. package/assets/ckeditor/plugins/notification/lang/hu.js +0 -7
  211. package/assets/ckeditor/plugins/notification/lang/id.js +0 -7
  212. package/assets/ckeditor/plugins/notification/lang/it.js +0 -7
  213. package/assets/ckeditor/plugins/notification/lang/ja.js +0 -7
  214. package/assets/ckeditor/plugins/notification/lang/km.js +0 -7
  215. package/assets/ckeditor/plugins/notification/lang/ko.js +0 -7
  216. package/assets/ckeditor/plugins/notification/lang/ku.js +0 -7
  217. package/assets/ckeditor/plugins/notification/lang/lt.js +0 -7
  218. package/assets/ckeditor/plugins/notification/lang/lv.js +0 -7
  219. package/assets/ckeditor/plugins/notification/lang/nb.js +0 -7
  220. package/assets/ckeditor/plugins/notification/lang/nl.js +0 -7
  221. package/assets/ckeditor/plugins/notification/lang/oc.js +0 -7
  222. package/assets/ckeditor/plugins/notification/lang/pl.js +0 -7
  223. package/assets/ckeditor/plugins/notification/lang/pt-br.js +0 -7
  224. package/assets/ckeditor/plugins/notification/lang/pt.js +0 -7
  225. package/assets/ckeditor/plugins/notification/lang/ro.js +0 -7
  226. package/assets/ckeditor/plugins/notification/lang/ru.js +0 -7
  227. package/assets/ckeditor/plugins/notification/lang/sk.js +0 -7
  228. package/assets/ckeditor/plugins/notification/lang/sq.js +0 -7
  229. package/assets/ckeditor/plugins/notification/lang/sr-latn.js +0 -7
  230. package/assets/ckeditor/plugins/notification/lang/sr.js +0 -7
  231. package/assets/ckeditor/plugins/notification/lang/sv.js +0 -7
  232. package/assets/ckeditor/plugins/notification/lang/tr.js +0 -7
  233. package/assets/ckeditor/plugins/notification/lang/ug.js +0 -7
  234. package/assets/ckeditor/plugins/notification/lang/uk.js +0 -7
  235. package/assets/ckeditor/plugins/notification/lang/zh-cn.js +0 -7
  236. package/assets/ckeditor/plugins/notification/lang/zh.js +0 -7
  237. package/assets/ckeditor/plugins/notification/plugin.js +0 -933
  238. package/assets/ckeditor/plugins/pagebreak/images/pagebreak.gif +0 -0
  239. package/assets/ckeditor/plugins/pastefromword/filter/default.js +0 -55
  240. package/assets/ckeditor/plugins/preview/preview.html +0 -13
  241. package/assets/ckeditor/plugins/scayt/CHANGELOG.md +0 -20
  242. package/assets/ckeditor/plugins/scayt/LICENSE.md +0 -28
  243. package/assets/ckeditor/plugins/scayt/README.md +0 -81
  244. package/assets/ckeditor/plugins/scayt/dialogs/dialog.css +0 -23
  245. package/assets/ckeditor/plugins/scayt/dialogs/options.js +0 -32
  246. package/assets/ckeditor/plugins/scayt/dialogs/toolbar.css +0 -71
  247. package/assets/ckeditor/plugins/scayt/skins/moono-lisa/scayt.css +0 -25
  248. package/assets/ckeditor/plugins/showblocks/images/block_address.png +0 -0
  249. package/assets/ckeditor/plugins/showblocks/images/block_blockquote.png +0 -0
  250. package/assets/ckeditor/plugins/showblocks/images/block_div.png +0 -0
  251. package/assets/ckeditor/plugins/showblocks/images/block_h1.png +0 -0
  252. package/assets/ckeditor/plugins/showblocks/images/block_h2.png +0 -0
  253. package/assets/ckeditor/plugins/showblocks/images/block_h3.png +0 -0
  254. package/assets/ckeditor/plugins/showblocks/images/block_h4.png +0 -0
  255. package/assets/ckeditor/plugins/showblocks/images/block_h5.png +0 -0
  256. package/assets/ckeditor/plugins/showblocks/images/block_h6.png +0 -0
  257. package/assets/ckeditor/plugins/showblocks/images/block_p.png +0 -0
  258. package/assets/ckeditor/plugins/showblocks/images/block_pre.png +0 -0
  259. package/assets/ckeditor/plugins/smiley/dialogs/smiley.js +0 -11
  260. package/assets/ckeditor/plugins/smiley/images/angel_smile.gif +0 -0
  261. package/assets/ckeditor/plugins/smiley/images/angel_smile.png +0 -0
  262. package/assets/ckeditor/plugins/smiley/images/angry_smile.gif +0 -0
  263. package/assets/ckeditor/plugins/smiley/images/angry_smile.png +0 -0
  264. package/assets/ckeditor/plugins/smiley/images/broken_heart.gif +0 -0
  265. package/assets/ckeditor/plugins/smiley/images/broken_heart.png +0 -0
  266. package/assets/ckeditor/plugins/smiley/images/confused_smile.gif +0 -0
  267. package/assets/ckeditor/plugins/smiley/images/confused_smile.png +0 -0
  268. package/assets/ckeditor/plugins/smiley/images/cry_smile.gif +0 -0
  269. package/assets/ckeditor/plugins/smiley/images/cry_smile.png +0 -0
  270. package/assets/ckeditor/plugins/smiley/images/devil_smile.gif +0 -0
  271. package/assets/ckeditor/plugins/smiley/images/devil_smile.png +0 -0
  272. package/assets/ckeditor/plugins/smiley/images/embaressed_smile.gif +0 -0
  273. package/assets/ckeditor/plugins/smiley/images/embarrassed_smile.gif +0 -0
  274. package/assets/ckeditor/plugins/smiley/images/embarrassed_smile.png +0 -0
  275. package/assets/ckeditor/plugins/smiley/images/envelope.gif +0 -0
  276. package/assets/ckeditor/plugins/smiley/images/envelope.png +0 -0
  277. package/assets/ckeditor/plugins/smiley/images/heart.gif +0 -0
  278. package/assets/ckeditor/plugins/smiley/images/heart.png +0 -0
  279. package/assets/ckeditor/plugins/smiley/images/kiss.gif +0 -0
  280. package/assets/ckeditor/plugins/smiley/images/kiss.png +0 -0
  281. package/assets/ckeditor/plugins/smiley/images/lightbulb.gif +0 -0
  282. package/assets/ckeditor/plugins/smiley/images/lightbulb.png +0 -0
  283. package/assets/ckeditor/plugins/smiley/images/omg_smile.gif +0 -0
  284. package/assets/ckeditor/plugins/smiley/images/omg_smile.png +0 -0
  285. package/assets/ckeditor/plugins/smiley/images/regular_smile.gif +0 -0
  286. package/assets/ckeditor/plugins/smiley/images/regular_smile.png +0 -0
  287. package/assets/ckeditor/plugins/smiley/images/sad_smile.gif +0 -0
  288. package/assets/ckeditor/plugins/smiley/images/sad_smile.png +0 -0
  289. package/assets/ckeditor/plugins/smiley/images/shades_smile.gif +0 -0
  290. package/assets/ckeditor/plugins/smiley/images/shades_smile.png +0 -0
  291. package/assets/ckeditor/plugins/smiley/images/teeth_smile.gif +0 -0
  292. package/assets/ckeditor/plugins/smiley/images/teeth_smile.png +0 -0
  293. package/assets/ckeditor/plugins/smiley/images/thumbs_down.gif +0 -0
  294. package/assets/ckeditor/plugins/smiley/images/thumbs_down.png +0 -0
  295. package/assets/ckeditor/plugins/smiley/images/thumbs_up.gif +0 -0
  296. package/assets/ckeditor/plugins/smiley/images/thumbs_up.png +0 -0
  297. package/assets/ckeditor/plugins/smiley/images/tongue_smile.gif +0 -0
  298. package/assets/ckeditor/plugins/smiley/images/tongue_smile.png +0 -0
  299. package/assets/ckeditor/plugins/smiley/images/tounge_smile.gif +0 -0
  300. package/assets/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif +0 -0
  301. package/assets/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.png +0 -0
  302. package/assets/ckeditor/plugins/smiley/images/wink_smile.gif +0 -0
  303. package/assets/ckeditor/plugins/smiley/images/wink_smile.png +0 -0
  304. package/assets/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt +0 -20
  305. package/assets/ckeditor/plugins/specialchar/dialogs/lang/af.js +0 -13
  306. package/assets/ckeditor/plugins/specialchar/dialogs/lang/ar.js +0 -13
  307. package/assets/ckeditor/plugins/specialchar/dialogs/lang/az.js +0 -10
  308. package/assets/ckeditor/plugins/specialchar/dialogs/lang/bg.js +0 -13
  309. package/assets/ckeditor/plugins/specialchar/dialogs/lang/ca.js +0 -14
  310. package/assets/ckeditor/plugins/specialchar/dialogs/lang/cs.js +0 -13
  311. package/assets/ckeditor/plugins/specialchar/dialogs/lang/cy.js +0 -14
  312. package/assets/ckeditor/plugins/specialchar/dialogs/lang/da.js +0 -11
  313. package/assets/ckeditor/plugins/specialchar/dialogs/lang/de-ch.js +0 -13
  314. package/assets/ckeditor/plugins/specialchar/dialogs/lang/de.js +0 -13
  315. package/assets/ckeditor/plugins/specialchar/dialogs/lang/el.js +0 -13
  316. package/assets/ckeditor/plugins/specialchar/dialogs/lang/en-au.js +0 -13
  317. package/assets/ckeditor/plugins/specialchar/dialogs/lang/en-ca.js +0 -13
  318. package/assets/ckeditor/plugins/specialchar/dialogs/lang/en-gb.js +0 -13
  319. package/assets/ckeditor/plugins/specialchar/dialogs/lang/en.js +0 -13
  320. package/assets/ckeditor/plugins/specialchar/dialogs/lang/eo.js +0 -12
  321. package/assets/ckeditor/plugins/specialchar/dialogs/lang/es-mx.js +0 -13
  322. package/assets/ckeditor/plugins/specialchar/dialogs/lang/es.js +0 -13
  323. package/assets/ckeditor/plugins/specialchar/dialogs/lang/et.js +0 -13
  324. package/assets/ckeditor/plugins/specialchar/dialogs/lang/eu.js +0 -13
  325. package/assets/ckeditor/plugins/specialchar/dialogs/lang/fa.js +0 -12
  326. package/assets/ckeditor/plugins/specialchar/dialogs/lang/fi.js +0 -13
  327. package/assets/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js +0 -10
  328. package/assets/ckeditor/plugins/specialchar/dialogs/lang/fr.js +0 -12
  329. package/assets/ckeditor/plugins/specialchar/dialogs/lang/gl.js +0 -13
  330. package/assets/ckeditor/plugins/specialchar/dialogs/lang/he.js +0 -12
  331. package/assets/ckeditor/plugins/specialchar/dialogs/lang/hr.js +0 -13
  332. package/assets/ckeditor/plugins/specialchar/dialogs/lang/hu.js +0 -12
  333. package/assets/ckeditor/plugins/specialchar/dialogs/lang/id.js +0 -13
  334. package/assets/ckeditor/plugins/specialchar/dialogs/lang/it.js +0 -14
  335. package/assets/ckeditor/plugins/specialchar/dialogs/lang/ja.js +0 -9
  336. package/assets/ckeditor/plugins/specialchar/dialogs/lang/km.js +0 -13
  337. package/assets/ckeditor/plugins/specialchar/dialogs/lang/ko.js +0 -10
  338. package/assets/ckeditor/plugins/specialchar/dialogs/lang/ku.js +0 -13
  339. package/assets/ckeditor/plugins/specialchar/dialogs/lang/lt.js +0 -13
  340. package/assets/ckeditor/plugins/specialchar/dialogs/lang/lv.js +0 -13
  341. package/assets/ckeditor/plugins/specialchar/dialogs/lang/nb.js +0 -11
  342. package/assets/ckeditor/plugins/specialchar/dialogs/lang/nl.js +0 -13
  343. package/assets/ckeditor/plugins/specialchar/dialogs/lang/no.js +0 -11
  344. package/assets/ckeditor/plugins/specialchar/dialogs/lang/oc.js +0 -12
  345. package/assets/ckeditor/plugins/specialchar/dialogs/lang/pl.js +0 -12
  346. package/assets/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js +0 -11
  347. package/assets/ckeditor/plugins/specialchar/dialogs/lang/pt.js +0 -13
  348. package/assets/ckeditor/plugins/specialchar/dialogs/lang/ro.js +0 -13
  349. package/assets/ckeditor/plugins/specialchar/dialogs/lang/ru.js +0 -13
  350. package/assets/ckeditor/plugins/specialchar/dialogs/lang/si.js +0 -13
  351. package/assets/ckeditor/plugins/specialchar/dialogs/lang/sk.js +0 -13
  352. package/assets/ckeditor/plugins/specialchar/dialogs/lang/sl.js +0 -12
  353. package/assets/ckeditor/plugins/specialchar/dialogs/lang/sq.js +0 -13
  354. package/assets/ckeditor/plugins/specialchar/dialogs/lang/sr-latn.js +0 -13
  355. package/assets/ckeditor/plugins/specialchar/dialogs/lang/sr.js +0 -13
  356. package/assets/ckeditor/plugins/specialchar/dialogs/lang/sv.js +0 -11
  357. package/assets/ckeditor/plugins/specialchar/dialogs/lang/th.js +0 -13
  358. package/assets/ckeditor/plugins/specialchar/dialogs/lang/tr.js +0 -12
  359. package/assets/ckeditor/plugins/specialchar/dialogs/lang/tt.js +0 -13
  360. package/assets/ckeditor/plugins/specialchar/dialogs/lang/ug.js +0 -13
  361. package/assets/ckeditor/plugins/specialchar/dialogs/lang/uk.js +0 -12
  362. package/assets/ckeditor/plugins/specialchar/dialogs/lang/vi.js +0 -14
  363. package/assets/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js +0 -9
  364. package/assets/ckeditor/plugins/specialchar/dialogs/lang/zh.js +0 -9
  365. package/assets/ckeditor/plugins/specialchar/dialogs/specialchar.js +0 -14
  366. package/assets/ckeditor/plugins/table/dialogs/table.js +0 -21
  367. package/assets/ckeditor/plugins/tableselection/styles/tableselection.css +0 -36
  368. package/assets/ckeditor/plugins/tabletools/dialogs/tableCell.js +0 -19
  369. package/assets/ckeditor/plugins/templates/dialogs/templates.css +0 -84
  370. package/assets/ckeditor/plugins/templates/dialogs/templates.js +0 -10
  371. package/assets/ckeditor/plugins/templates/templates/default.js +0 -7
  372. package/assets/ckeditor/plugins/templates/templates/images/template1.gif +0 -0
  373. package/assets/ckeditor/plugins/templates/templates/images/template2.gif +0 -0
  374. package/assets/ckeditor/plugins/templates/templates/images/template3.gif +0 -0
  375. package/assets/ckeditor/plugins/videoembed/.gitattributes +0 -17
  376. package/assets/ckeditor/plugins/videoembed/README.md +0 -35
  377. package/assets/ckeditor/plugins/videoembed/dialogs/videoembedDialog.js +0 -114
  378. package/assets/ckeditor/plugins/videoembed/icons/videoembed.png +0 -0
  379. package/assets/ckeditor/plugins/videoembed/lang/en.js +0 -8
  380. package/assets/ckeditor/plugins/videoembed/lang/fr.js +0 -8
  381. package/assets/ckeditor/plugins/videoembed/plugin.js +0 -27
  382. package/assets/ckeditor/plugins/widget/images/handle.png +0 -0
  383. package/assets/ckeditor/plugins/wordcount/css/wordcount.css +0 -3
  384. package/assets/ckeditor/plugins/wordcount/lang/ar.js +0 -12
  385. package/assets/ckeditor/plugins/wordcount/lang/bg.js +0 -17
  386. package/assets/ckeditor/plugins/wordcount/lang/ca.js +0 -14
  387. package/assets/ckeditor/plugins/wordcount/lang/cs.js +0 -15
  388. package/assets/ckeditor/plugins/wordcount/lang/da.js +0 -14
  389. package/assets/ckeditor/plugins/wordcount/lang/de.js +0 -14
  390. package/assets/ckeditor/plugins/wordcount/lang/el.js +0 -14
  391. package/assets/ckeditor/plugins/wordcount/lang/en.js +0 -17
  392. package/assets/ckeditor/plugins/wordcount/lang/es.js +0 -14
  393. package/assets/ckeditor/plugins/wordcount/lang/eu.js +0 -17
  394. package/assets/ckeditor/plugins/wordcount/lang/fa.js +0 -13
  395. package/assets/ckeditor/plugins/wordcount/lang/fi.js +0 -15
  396. package/assets/ckeditor/plugins/wordcount/lang/fr.js +0 -12
  397. package/assets/ckeditor/plugins/wordcount/lang/he.js +0 -14
  398. package/assets/ckeditor/plugins/wordcount/lang/hr.js +0 -14
  399. package/assets/ckeditor/plugins/wordcount/lang/hu.js +0 -14
  400. package/assets/ckeditor/plugins/wordcount/lang/it.js +0 -15
  401. package/assets/ckeditor/plugins/wordcount/lang/ja.js +0 -14
  402. package/assets/ckeditor/plugins/wordcount/lang/ko.js +0 -16
  403. package/assets/ckeditor/plugins/wordcount/lang/nl.js +0 -14
  404. package/assets/ckeditor/plugins/wordcount/lang/no.js +0 -11
  405. package/assets/ckeditor/plugins/wordcount/lang/pl.js +0 -14
  406. package/assets/ckeditor/plugins/wordcount/lang/pt-br.js +0 -14
  407. package/assets/ckeditor/plugins/wordcount/lang/pt.js +0 -10
  408. package/assets/ckeditor/plugins/wordcount/lang/ro.js +0 -15
  409. package/assets/ckeditor/plugins/wordcount/lang/ru.js +0 -14
  410. package/assets/ckeditor/plugins/wordcount/lang/sk.js +0 -15
  411. package/assets/ckeditor/plugins/wordcount/lang/sv.js +0 -15
  412. package/assets/ckeditor/plugins/wordcount/lang/tr.js +0 -14
  413. package/assets/ckeditor/plugins/wordcount/lang/uk.js +0 -17
  414. package/assets/ckeditor/plugins/wordcount/lang/zh-cn.js +0 -17
  415. package/assets/ckeditor/plugins/wordcount/lang/zh.js +0 -17
  416. package/assets/ckeditor/plugins/wordcount/plugin.js +0 -639
  417. package/assets/ckeditor/plugins/wordcount/samples/maxParagraphs.html +0 -26
  418. package/assets/ckeditor/plugins/wordcount/samples/wordcount.html +0 -61
  419. package/assets/ckeditor/plugins/wordcount/samples/wordcountWithMaxCount.html +0 -110
  420. package/assets/ckeditor/plugins/wsc/LICENSE.md +0 -28
  421. package/assets/ckeditor/plugins/wsc/README.md +0 -80
  422. package/assets/ckeditor/plugins/wsc/dialogs/ciframe.html +0 -66
  423. package/assets/ckeditor/plugins/wsc/dialogs/tmpFrameset.html +0 -52
  424. package/assets/ckeditor/plugins/wsc/dialogs/wsc.css +0 -82
  425. package/assets/ckeditor/plugins/wsc/dialogs/wsc.js +0 -91
  426. package/assets/ckeditor/plugins/wsc/dialogs/wsc_ie.js +0 -11
  427. package/assets/ckeditor/plugins/wsc/skins/moono-lisa/wsc.css +0 -43
  428. package/assets/ckeditor/samples/css/samples.css +0 -1637
  429. package/assets/ckeditor/samples/img/github-top.png +0 -0
  430. package/assets/ckeditor/samples/img/header-bg.png +0 -0
  431. package/assets/ckeditor/samples/img/header-separator.png +0 -0
  432. package/assets/ckeditor/samples/img/logo.png +0 -0
  433. package/assets/ckeditor/samples/img/logo.svg +0 -13
  434. package/assets/ckeditor/samples/img/navigation-tip.png +0 -0
  435. package/assets/ckeditor/samples/index.html +0 -128
  436. package/assets/ckeditor/samples/js/sample.js +0 -53
  437. package/assets/ckeditor/samples/js/sf.js +0 -17
  438. package/assets/ckeditor/samples/old/ajax.html +0 -85
  439. package/assets/ckeditor/samples/old/api.html +0 -210
  440. package/assets/ckeditor/samples/old/appendto.html +0 -59
  441. package/assets/ckeditor/samples/old/assets/inlineall/logo.png +0 -0
  442. package/assets/ckeditor/samples/old/assets/outputxhtml/outputxhtml.css +0 -204
  443. package/assets/ckeditor/samples/old/assets/posteddata.php +0 -59
  444. package/assets/ckeditor/samples/old/assets/sample.jpg +0 -0
  445. package/assets/ckeditor/samples/old/assets/uilanguages/languages.js +0 -7
  446. package/assets/ckeditor/samples/old/datafiltering.html +0 -508
  447. package/assets/ckeditor/samples/old/dialog/assets/my_dialog.js +0 -48
  448. package/assets/ckeditor/samples/old/dialog/dialog.html +0 -190
  449. package/assets/ckeditor/samples/old/divarea/divarea.html +0 -64
  450. package/assets/ckeditor/samples/old/divreplace.html +0 -144
  451. package/assets/ckeditor/samples/old/enterkey/enterkey.html +0 -106
  452. package/assets/ckeditor/samples/old/htmlwriter/assets/outputforflash/outputforflash.fla +0 -0
  453. package/assets/ckeditor/samples/old/htmlwriter/assets/outputforflash/outputforflash.swf +0 -0
  454. package/assets/ckeditor/samples/old/htmlwriter/assets/outputforflash/swfobject.js +0 -19
  455. package/assets/ckeditor/samples/old/htmlwriter/outputforflash.html +0 -283
  456. package/assets/ckeditor/samples/old/htmlwriter/outputhtml.html +0 -224
  457. package/assets/ckeditor/samples/old/index.html +0 -134
  458. package/assets/ckeditor/samples/old/inlineall.html +0 -314
  459. package/assets/ckeditor/samples/old/inlinebycode.html +0 -124
  460. package/assets/ckeditor/samples/old/inlinetextarea.html +0 -113
  461. package/assets/ckeditor/samples/old/jquery.html +0 -103
  462. package/assets/ckeditor/samples/old/magicline/magicline.html +0 -209
  463. package/assets/ckeditor/samples/old/readonly.html +0 -76
  464. package/assets/ckeditor/samples/old/replacebyclass.html +0 -60
  465. package/assets/ckeditor/samples/old/replacebycode.html +0 -59
  466. package/assets/ckeditor/samples/old/sample.css +0 -357
  467. package/assets/ckeditor/samples/old/sample.js +0 -50
  468. package/assets/ckeditor/samples/old/sample_posteddata.php +0 -16
  469. package/assets/ckeditor/samples/old/tabindex.html +0 -78
  470. package/assets/ckeditor/samples/old/toolbar/toolbar.html +0 -235
  471. package/assets/ckeditor/samples/old/uicolor.html +0 -72
  472. package/assets/ckeditor/samples/old/uilanguages.html +0 -122
  473. package/assets/ckeditor/samples/old/wysiwygarea/fullpage.html +0 -80
  474. package/assets/ckeditor/samples/old/xhtmlstyle.html +0 -234
  475. package/assets/ckeditor/samples/toolbarconfigurator/css/fontello.css +0 -55
  476. package/assets/ckeditor/samples/toolbarconfigurator/font/LICENSE.txt +0 -10
  477. package/assets/ckeditor/samples/toolbarconfigurator/font/config.json +0 -28
  478. package/assets/ckeditor/samples/toolbarconfigurator/font/fontello.eot +0 -0
  479. package/assets/ckeditor/samples/toolbarconfigurator/font/fontello.svg +0 -14
  480. package/assets/ckeditor/samples/toolbarconfigurator/font/fontello.ttf +0 -0
  481. package/assets/ckeditor/samples/toolbarconfigurator/font/fontello.woff +0 -0
  482. package/assets/ckeditor/samples/toolbarconfigurator/index.html +0 -446
  483. package/assets/ckeditor/samples/toolbarconfigurator/js/abstracttoolbarmodifier.js +0 -13
  484. package/assets/ckeditor/samples/toolbarconfigurator/js/fulltoolbareditor.js +0 -9
  485. package/assets/ckeditor/samples/toolbarconfigurator/js/toolbarmodifier.js +0 -33
  486. package/assets/ckeditor/samples/toolbarconfigurator/js/toolbartextmodifier.js +0 -14
  487. package/assets/ckeditor/samples/toolbarconfigurator/lib/codemirror/LICENSE +0 -19
  488. package/assets/ckeditor/samples/toolbarconfigurator/lib/codemirror/codemirror.css +0 -325
  489. package/assets/ckeditor/samples/toolbarconfigurator/lib/codemirror/codemirror.js +0 -288
  490. package/assets/ckeditor/samples/toolbarconfigurator/lib/codemirror/javascript.js +0 -25
  491. package/assets/ckeditor/samples/toolbarconfigurator/lib/codemirror/neo.css +0 -36
  492. package/assets/ckeditor/samples/toolbarconfigurator/lib/codemirror/show-hint.css +0 -38
  493. package/assets/ckeditor/samples/toolbarconfigurator/lib/codemirror/show-hint.js +0 -16
  494. package/assets/ckeditor/skins/office2013/dialog.css +0 -5
  495. package/assets/ckeditor/skins/office2013/editor.css +0 -5
  496. package/assets/ckeditor/skins/office2013/icons.png +0 -0
  497. package/assets/ckeditor/skins/office2013/icons_hidpi.png +0 -0
  498. package/assets/ckeditor/skins/office2013/images/arrow.png +0 -0
  499. package/assets/ckeditor/skins/office2013/images/close.png +0 -0
  500. package/assets/ckeditor/skins/office2013/images/hidpi/close.png +0 -0
  501. package/assets/ckeditor/skins/office2013/images/hidpi/lock-open.png +0 -0
  502. package/assets/ckeditor/skins/office2013/images/hidpi/lock.png +0 -0
  503. package/assets/ckeditor/skins/office2013/images/hidpi/refresh.png +0 -0
  504. package/assets/ckeditor/skins/office2013/images/lock-open.png +0 -0
  505. package/assets/ckeditor/skins/office2013/images/lock.png +0 -0
  506. package/assets/ckeditor/skins/office2013/images/refresh.png +0 -0
  507. package/assets/ckeditor/styles.js +0 -137
  508. package/bundles/sd-angular-core-modal-custom.umd.js +0 -487
  509. package/bundles/sd-angular-core-modal-custom.umd.js.map +0 -1
  510. package/bundles/sd-angular-core-modal-custom.umd.min.js +0 -16
  511. package/bundles/sd-angular-core-modal-custom.umd.min.js.map +0 -1
  512. package/esm2015/lib/controls/ckeditor-control/ckeditor-control.component.js +0 -53
  513. package/esm2015/lib/controls/date-picker-control/date-picker-control.component.js +0 -156
  514. package/esm2015/lib/pipes/sd-date.pipe.js +0 -15
  515. package/esm2015/lib/validators/chip-min-item.validator.js +0 -26
  516. package/esm2015/lib/validators/custom.validator.js +0 -39
  517. package/esm2015/lib/validators/max-date.validator.js +0 -30
  518. package/esm2015/lib/validators/min-date.validator.js +0 -30
  519. package/esm2015/modal-custom/index.js +0 -2
  520. package/esm2015/modal-custom/sd-angular-core-modal-custom.js +0 -5
  521. package/esm2015/modal-custom/src/lib/modal-custom/modal-custom.component.js +0 -123
  522. package/esm2015/modal-custom/src/lib/modal-custom.module.js +0 -30
  523. package/esm2015/modal-custom/src/public-api.js +0 -6
  524. package/fesm2015/sd-angular-core-modal-custom.js +0 -161
  525. package/fesm2015/sd-angular-core-modal-custom.js.map +0 -1
  526. package/lib/controls/ckeditor-control/ckeditor-control.component.d.ts +0 -20
  527. package/lib/controls/date-picker-control/date-picker-control.component.d.ts +0 -36
  528. package/lib/pipes/sd-date.pipe.d.ts +0 -4
  529. package/lib/validators/chip-min-item.validator.d.ts +0 -5
  530. package/lib/validators/custom.validator.d.ts +0 -5
  531. package/lib/validators/max-date.validator.d.ts +0 -5
  532. package/lib/validators/min-date.validator.d.ts +0 -5
  533. package/modal-custom/index.d.ts +0 -1
  534. package/modal-custom/package.json +0 -12
  535. package/modal-custom/sd-angular-core-modal-custom.d.ts +0 -4
  536. package/modal-custom/sd-angular-core-modal-custom.metadata.json +0 -1
  537. package/modal-custom/src/lib/modal-custom/modal-custom.component.d.ts +0 -31
  538. package/modal-custom/src/lib/modal-custom.module.d.ts +0 -2
  539. package/modal-custom/src/public-api.d.ts +0 -2
  540. package/sd-angular-core-0.0.1048.tgz +0 -0
@@ -1,39 +0,0 @@
1
- CKEditor 4
2
- ==========
3
-
4
- Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
5
- http://ckeditor.com - See LICENSE.md for license information.
6
-
7
- CKEditor is a text editor to be used inside web pages. It's not a replacement
8
- for desktop text editors like Word or OpenOffice, but a component to be used as
9
- part of web applications and websites.
10
-
11
- ## Documentation
12
-
13
- The full editor documentation is available online at the following address:
14
- http://docs.ckeditor.com
15
-
16
- ## Installation
17
-
18
- Installing CKEditor is an easy task. Just follow these simple steps:
19
-
20
- 1. **Download** the latest version from the CKEditor website:
21
- http://ckeditor.com. You should have already completed this step, but be
22
- sure you have the very latest version.
23
- 2. **Extract** (decompress) the downloaded file into the root of your website.
24
-
25
- **Note:** CKEditor is by default installed in the `ckeditor` folder. You can
26
- place the files in whichever you want though.
27
-
28
- ## Checking Your Installation
29
-
30
- The editor comes with a few sample pages that can be used to verify that
31
- installation proceeded properly. Take a look at the `samples` directory.
32
-
33
- To test your installation, just call the following page at your website:
34
-
35
- http://<your site>/<CKEditor installation path>/samples/index.html
36
-
37
- For example:
38
-
39
- http://www.example.com/ckeditor/samples/index.html
@@ -1,10 +0,0 @@
1
- /*
2
- Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
3
- For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- (function(a){if("undefined"==typeof a)throw Error("jQuery should be loaded before CKEditor jQuery adapter.");if("undefined"==typeof CKEDITOR)throw Error("CKEditor should be loaded before CKEditor jQuery adapter.");CKEDITOR.config.jqueryOverrideVal="undefined"==typeof CKEDITOR.config.jqueryOverrideVal?!0:CKEDITOR.config.jqueryOverrideVal;a.extend(a.fn,{ckeditorGet:function(){var a=this.eq(0).data("ckeditorInstance");if(!a)throw"CKEditor is not initialized yet, use ckeditor() with a callback.";return a},
6
- ckeditor:function(g,d){if(!CKEDITOR.env.isCompatible)throw Error("The environment is incompatible.");if(!a.isFunction(g)){var m=d;d=g;g=m}var k=[];d=d||{};this.each(function(){var b=a(this),c=b.data("ckeditorInstance"),f=b.data("_ckeditorInstanceLock"),h=this,l=new a.Deferred;k.push(l.promise());if(c&&!f)g&&g.apply(c,[this]),l.resolve();else if(f)c.once("instanceReady",function(){setTimeout(function(){c.element?(c.element.$==h&&g&&g.apply(c,[h]),l.resolve()):setTimeout(arguments.callee,100)},0)},
7
- null,null,9999);else{if(d.autoUpdateElement||"undefined"==typeof d.autoUpdateElement&&CKEDITOR.config.autoUpdateElement)d.autoUpdateElementJquery=!0;d.autoUpdateElement=!1;b.data("_ckeditorInstanceLock",!0);c=a(this).is("textarea")?CKEDITOR.replace(h,d):CKEDITOR.inline(h,d);b.data("ckeditorInstance",c);c.on("instanceReady",function(d){var e=d.editor;setTimeout(function(){if(e.element){d.removeListener();e.on("dataReady",function(){b.trigger("dataReady.ckeditor",[e])});e.on("setData",function(a){b.trigger("setData.ckeditor",
8
- [e,a.data])});e.on("getData",function(a){b.trigger("getData.ckeditor",[e,a.data])},999);e.on("destroy",function(){b.trigger("destroy.ckeditor",[e])});e.on("save",function(){a(h.form).submit();return!1},null,null,20);if(e.config.autoUpdateElementJquery&&b.is("textarea")&&a(h.form).length){var c=function(){b.ckeditor(function(){e.updateElement()})};a(h.form).submit(c);a(h.form).bind("form-pre-serialize",c);b.bind("destroy.ckeditor",function(){a(h.form).unbind("submit",c);a(h.form).unbind("form-pre-serialize",
9
- c)})}e.on("destroy",function(){b.removeData("ckeditorInstance")});b.removeData("_ckeditorInstanceLock");b.trigger("instanceReady.ckeditor",[e]);g&&g.apply(e,[h]);l.resolve()}else setTimeout(arguments.callee,100)},0)},null,null,9999)}});var f=new a.Deferred;this.promise=f.promise();a.when.apply(this,k).then(function(){f.resolve()});this.editor=this.eq(0).data("ckeditorInstance");return this}});CKEDITOR.config.jqueryOverrideVal&&(a.fn.val=CKEDITOR.tools.override(a.fn.val,function(g){return function(d){if(arguments.length){var m=
10
- this,k=[],f=this.each(function(){var b=a(this),c=b.data("ckeditorInstance");if(b.is("textarea")&&c){var f=new a.Deferred;c.setData(d,function(){f.resolve()});k.push(f.promise());return!0}return g.call(b,d)});if(k.length){var b=new a.Deferred;a.when.apply(this,k).done(function(){b.resolveWith(m)});return b.promise()}return f}var f=a(this).eq(0),c=f.data("ckeditorInstance");return f.is("textarea")&&c?c.getData():g.call(f)}}))})(window.jQuery);
@@ -1,123 +0,0 @@
1
- /**
2
- * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/license
4
- */
5
-
6
- /**
7
- * This file was added automatically by CKEditor builder.
8
- * You may re-use it at any time to build CKEditor again.
9
- *
10
- * If you would like to build CKEditor online again
11
- * (for example to upgrade), visit one the following links:
12
- *
13
- * (1) https://ckeditor.com/cke4/builder
14
- * Visit online builder to build CKEditor from scratch.
15
- *
16
- * (2) https://ckeditor.com/cke4/builder/1bf1d55583b79a0ace456688ec240f6d
17
- * Visit online builder to build CKEditor, starting with the same setup as before.
18
- *
19
- * (3) https://ckeditor.com/cke4/builder/download/1bf1d55583b79a0ace456688ec240f6d
20
- * Straight download link to the latest version of CKEditor (Optimized) with the same setup as before.
21
- *
22
- * NOTE:
23
- * This file is not used by CKEditor, you may remove it.
24
- * Changing this file will not change your CKEditor configuration.
25
- */
26
-
27
- var CKBUILDER_CONFIG = {
28
- skin: 'office2013',
29
- preset: 'full',
30
- ignore: [
31
- '.DS_Store',
32
- '.bender',
33
- '.editorconfig',
34
- '.gitattributes',
35
- '.gitignore',
36
- '.idea',
37
- '.jscsrc',
38
- '.jshintignore',
39
- '.jshintrc',
40
- '.mailmap',
41
- '.npm',
42
- '.travis.yml',
43
- 'bender-err.log',
44
- 'bender-out.log',
45
- 'bender.ci.js',
46
- 'bender.js',
47
- 'dev',
48
- 'gruntfile.js',
49
- 'less',
50
- 'node_modules',
51
- 'package.json',
52
- 'tests'
53
- ],
54
- plugins : {
55
- 'a11yhelp' : 1,
56
- 'about' : 1,
57
- 'basicstyles' : 1,
58
- 'bidi' : 1,
59
- 'blockquote' : 1,
60
- 'clipboard' : 1,
61
- 'colorbutton' : 1,
62
- 'colordialog' : 1,
63
- 'contextmenu' : 1,
64
- 'copyformatting' : 1,
65
- 'dialogadvtab' : 1,
66
- 'div' : 1,
67
- 'divarea' : 1,
68
- 'elementspath' : 1,
69
- 'enterkey' : 1,
70
- 'entities' : 1,
71
- 'filebrowser' : 1,
72
- 'find' : 1,
73
- 'flash' : 1,
74
- 'floatingspace' : 1,
75
- 'font' : 1,
76
- 'format' : 1,
77
- 'forms' : 1,
78
- 'horizontalrule' : 1,
79
- 'htmlwriter' : 1,
80
- 'iframe' : 1,
81
- 'image' : 1,
82
- 'indentblock' : 1,
83
- 'indentlist' : 1,
84
- 'justify' : 1,
85
- 'language' : 1,
86
- 'link' : 1,
87
- 'list' : 1,
88
- 'liststyle' : 1,
89
- 'magicline' : 1,
90
- 'maximize' : 1,
91
- 'newpage' : 1,
92
- 'pagebreak' : 1,
93
- 'pastefromword' : 1,
94
- 'pastetext' : 1,
95
- 'preview' : 1,
96
- 'print' : 1,
97
- 'removeformat' : 1,
98
- 'resize' : 1,
99
- 'save' : 1,
100
- 'scayt' : 1,
101
- 'selectall' : 1,
102
- 'showblocks' : 1,
103
- 'showborders' : 1,
104
- 'smiley' : 1,
105
- 'sourcearea' : 1,
106
- 'specialchar' : 1,
107
- 'stylescombo' : 1,
108
- 'tab' : 1,
109
- 'table' : 1,
110
- 'tableselection' : 1,
111
- 'tabletools' : 1,
112
- 'templates' : 1,
113
- 'toolbar' : 1,
114
- 'undo' : 1,
115
- 'uploadimage' : 1,
116
- 'wsc' : 1,
117
- 'wysiwygarea' : 1
118
- },
119
- languages : {
120
- 'en' : 1,
121
- 'vi' : 1
122
- }
123
- };