@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,61 +0,0 @@
1
- <!DOCTYPE html>
2
- <!--
3
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
4
- For licensing, see LICENSE.md or http://ckeditor.com/license
5
- -->
6
- <html>
7
- <head>
8
- <meta charset="utf-8">
9
- <title>WordCount &mdash; CKEditor Sample</title>
10
- <script src="../../../ckeditor.js"></script>
11
- <link href="../../../samples/sample.css" rel="stylesheet">
12
- <meta name="ckeditor-sample-name" content="WordCount plugin">
13
- <meta name="ckeditor-sample-group" content="Plugins">
14
- <meta name="ckeditor-sample-description" content="Counts the words an shows the word count in the footer of the editor.">
15
- <meta name="ckeditor-sample-isnew" content="1">
16
- <script>
17
- CKEDITOR.disableAutoInline = true;
18
- </script>
19
- </head>
20
- <body>
21
- <h1 class="samples">
22
- <a href="../../../samples/index.html">CKEditor Samples</a> &raquo; WordCount Plugin
23
- </h1>
24
-
25
- <div class="description">
26
- <p>
27
- WordCount Plugin for CKEditor that counts the words an shows the word count in the footer of the editor.</a>.
28
- </p>
29
- <p>
30
- In order to use the new plugin, include it in the <code><a class="samples" href="http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-extraPlugins">config.extraPlugins</a></code> configuration setting.
31
- </p>
32
- <pre class="samples">
33
- CKEDITOR.replace( '<em>textarea_id</em>', {
34
- <strong>extraPlugins: 'wordcount'</strong>
35
- } );
36
- </pre>
37
- </div>
38
-
39
- <textarea cols="80" id="editor1" name="editor1" rows="10">
40
- This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.
41
- </textarea>
42
- <script>
43
-
44
- CKEDITOR.replace('editor1', {
45
- extraPlugins: 'wordcount'
46
- });
47
-
48
- </script>
49
-
50
- <div id="footer">
51
- <hr>
52
- <p>
53
- CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
54
- </p>
55
- <p id="copy">
56
- Copyright &copy; 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
57
- Knabben. All rights reserved.
58
- </p>
59
- </div>
60
- </body>
61
- </html>
@@ -1,110 +0,0 @@
1
- <!DOCTYPE html>
2
- <!--
3
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
4
- For licensing, see LICENSE.md or http://ckeditor.com/license
5
- -->
6
- <html>
7
- <head>
8
- <meta charset="utf-8">
9
- <title>WordCount &mdash; CKEditor Sample</title>
10
- <script src="http://code.jquery.com/jquery-1.11.2.min.js"></script>
11
- <script src="../../../ckeditor.js"></script>
12
- <link href="../../../samples/sample.css" rel="stylesheet">
13
- <meta name="ckeditor-sample-name" content="WordCount plugin">
14
- <meta name="ckeditor-sample-group" content="Plugins">
15
- <meta name="ckeditor-sample-description" content="Counts the words an shows the word count in the footer of the editor.">
16
- <meta name="ckeditor-sample-isnew" content="1">
17
- <script>
18
- CKEDITOR.disableAutoInline = true;
19
- </script>
20
- </head>
21
- <body>
22
- <h1 class="samples">
23
- <a href="../../../samples/index.html">CKEditor Samples</a> &raquo; WordCount Plugin
24
- </h1>
25
-
26
- <div class="description">
27
- <p>
28
- WordCount Plugin for CKEditor that counts the words an shows the word count in the footer of the editor.</a>.
29
- </p>
30
- <p>
31
- In order to use the new plugin, include it in the <code><a class="samples" href="http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-extraPlugins">config.extraPlugins</a></code> configuration setting.
32
- </p>
33
- <pre class="samples">
34
- CKEDITOR.replace( '<em>textarea_id</em>', {
35
- <strong>extraPlugins: 'wordcount',
36
- maxWordCount: 4,
37
- maxCharCount: 10,
38
- // optional events
39
- paragraphsCountGreaterThanMaxLengthEvent: function (currentLength, maxLength) {
40
- $("#informationparagraphs").css("background-color", "crimson").css("color", "white").text(currentLength + "/" + maxLength + " - paragraphs").show();
41
- },
42
- wordCountGreaterThanMaxLengthEvent: function (currentLength, maxLength) {
43
- $("#informationword").css("background-color", "crimson").css("color", "white").text(currentLength + "/" + maxLength + " - word").show();
44
- },
45
- charCountGreaterThanMaxLengthEvent: function (currentLength, maxLength) {
46
- $("#informationchar").css("background-color", "crimson").css("color", "white").text(currentLength + "/" + maxLength + " - char").show();
47
- },
48
- charCountLessThanMaxLengthEvent: function (currentLength, maxLength) {
49
- $("#informationchar").css("background-color", "white").css("color", "black").hide();
50
- },
51
- paragraphsCountLessThanMaxLengthEvent: function (currentLength, maxLength) {
52
- $("#informationparagraphs").css("background-color", "white").css("color", "black").hide();
53
- },
54
- wordCountLessThanMaxLengthEvent: function (currentLength, maxLength) {
55
- $("#informationword").css("background-color", "white").css("color", "black").hide();
56
- }</strong>
57
- } );
58
- </pre>
59
- </div>
60
-
61
- <textarea cols="80" id="editor1" name="editor1" rows="10">
62
- This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.
63
- </textarea>
64
- <div id="informationchar"></div>
65
- <div id="informationword"></div>
66
- <div id="informationparagraphs"></div>
67
- <script>
68
-
69
- CKEDITOR.replace('editor1', {
70
- extraPlugins: 'wordcount',
71
- wordcount: {
72
- showWordCount: true,
73
- showCharCount: true,
74
- maxWordCount: 4,
75
- maxCharCount: 10,
76
- paragraphsCountGreaterThanMaxLengthEvent: function (currentLength, maxLength) {
77
- $("#informationparagraphs").css("background-color", "crimson").css("color", "white").text(currentLength + "/" + maxLength + " - paragraphs").show();
78
- },
79
- wordCountGreaterThanMaxLengthEvent: function (currentLength, maxLength) {
80
- $("#informationword").css("background-color", "crimson").css("color", "white").text(currentLength + "/" + maxLength + " - word").show();
81
- },
82
- charCountGreaterThanMaxLengthEvent: function (currentLength, maxLength) {
83
- $("#informationchar").css("background-color", "crimson").css("color", "white").text(currentLength + "/" + maxLength + " - char").show();
84
- },
85
- charCountLessThanMaxLengthEvent: function (currentLength, maxLength) {
86
- $("#informationchar").css("background-color", "white").css("color", "black").hide();
87
- },
88
- paragraphsCountLessThanMaxLengthEvent: function (currentLength, maxLength) {
89
- $("#informationparagraphs").css("background-color", "white").css("color", "black").hide();
90
- },
91
- wordCountLessThanMaxLengthEvent: function (currentLength, maxLength) {
92
- $("#informationword").css("background-color", "white").css("color", "black").hide();
93
- }
94
- }
95
- });
96
-
97
- </script>
98
-
99
- <div id="footer">
100
- <hr>
101
- <p>
102
- CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
103
- </p>
104
- <p id="copy">
105
- Copyright &copy; 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
106
- Knabben. All rights reserved.
107
- </p>
108
- </div>
109
- </body>
110
- </html>
@@ -1,28 +0,0 @@
1
- Software License Agreement
2
- ==========================
3
-
4
- **CKEditor WSC Plugin**
5
- Copyright &copy; 2012, [CKSource](http://cksource.com) - Frederico Knabben. All rights reserved.
6
-
7
- Licensed under the terms of any of the following licenses at your choice:
8
-
9
- * GNU General Public License Version 2 or later (the "GPL"):
10
- http://www.gnu.org/licenses/gpl.html
11
-
12
- * GNU Lesser General Public License Version 2.1 or later (the "LGPL"):
13
- http://www.gnu.org/licenses/lgpl.html
14
-
15
- * Mozilla Public License Version 1.1 or later (the "MPL"):
16
- http://www.mozilla.org/MPL/MPL-1.1.html
17
-
18
- You are not required to, but if you want to explicitly declare the license you have chosen to be bound to when using, reproducing, modifying and distributing this software, just include a text file titled "legal.txt" in your version of this software, indicating your license choice.
19
-
20
- Sources of Intellectual Property Included in this plugin
21
- --------------------------------------------------------
22
-
23
- Where not otherwise indicated, all plugin content is authored by CKSource engineers and consists of CKSource-owned intellectual property. In some specific instances, the plugin will incorporate work done by developers outside of CKSource with their express permission.
24
-
25
- Trademarks
26
- ----------
27
-
28
- CKEditor is a trademark of CKSource - Frederico Knabben. All other brand and product names are trademarks, registered trademarks or service marks of their respective holders.
@@ -1,80 +0,0 @@
1
- WebSpellChecker Dialog Plugin for CKEditor 4
2
- ===============================
3
-
4
- WebSpellChecker Dialog (WSC Dialog) provides distraction-free proofreading, checking the whole text’s spelling and grammar on-click in a separate pop-up window.
5
-
6
- ![WSC Dialog Plugin for CKEditor 4 View](https://webspellchecker.com/app/images/wsc_dialog_plugin_for_ckeditor4.png)
7
-
8
- This plugin brings the multi-language WSC Dialog functionality into CKEditor 4. It is integrated by default starting with [Standard Package of CKEditor 4](https://ckeditor.com/ckeditor-4/download/). You can find it on the CKEditor 4 toolbar panel under the ABC button (Check Spelling).
9
-
10
- If your version of CKEditor doesn’t have WSC Dialog built-in, you can easily add it by following the steps outlined in the Get Started section.
11
-
12
- The default version of WSC Dialog plugin for CKEditor 4 is using the free services of WebSpellChecker. It is provided with a banner ad and has some [limitations](https://docs.webspellchecker.net/display/WebSpellCheckerCloud/Free+and+Paid+WebSpellChecker+Cloud+Services+Comparison+for+CKEditor).
13
-
14
- To lift the limitations and get rid of the banner, [obtain a license](https://webspellchecker.com/wsc-dialog-ckeditor4/#pricing). Depending on your needs, you can choose a Cloud-based or Server (self-hosted) solution.
15
-
16
- Demo
17
- ------------
18
- WSC Dialog plugin for CKEditor 4: https://webspellchecker.com/wsc-dialog-ckeditor4/
19
-
20
- Supported Languages
21
- ------------
22
-
23
- The WSC Dialog plugin for CKEditor as a part of the free services supports the next languages for check spelling: American English, British English, Canadian English, Canadian French, Danish, Dutch, Finnish, French, German, Greek, Italian, Norwegian Bokmal, Spanish, Swedish.
24
-
25
- There are also additional languages and specialized dictionaries available for a commercial license, you can check the full list [here](https://webspellchecker.com/additional-dictionaries/).
26
-
27
- Get Started
28
- ------------
29
-
30
- 1. Clone/copy this repository contents in a new "plugins/wsc" folder in your CKEditor installation.
31
- 2. Enable the "wsc" plugin in the CKEditor configuration file (config.js):
32
-
33
- config.extraPlugins = 'wsc';
34
-
35
- That's all. WSC Dialog will appear on the editor toolbar under the ABC button and will be ready to use.
36
-
37
- Supported Browsers
38
- -------
39
-
40
- This is the list of officially supported browsers for the WSC Dialog plugin for CKEditor 4. WSC Dialog may also work in other browsers and environments but we unable to check all of them and guarantee proper work.
41
-
42
- * Chrome (the latest)
43
- * Firefox (the latest)
44
- * Safari (the latest)
45
- * MS Edge (the latest)
46
- * Internet Explorer 8.0 (limited support)
47
- * Internet Explorer 9.0+ (close to full support)
48
-
49
- Note: All browsers are to be supported for web pages that work in Standards Mode.
50
-
51
- Resources
52
- -------
53
-
54
- * Demo: https://webspellchecker.com/wsc-dialog-ckeditor4/
55
- * Documentation: https://docs.webspellchecker.net/
56
- * YouTube video: https://youtu.be/bkVPZ-5T22Q
57
- * Term of Service: https://webspellchecker.com/terms-of-service/
58
-
59
- Technical Support or Questions
60
- -------
61
-
62
- In cooperation with the CKEditor team, during the past 10 years we have simplified the installation and built the extensive amount of documentation devoted to WSC Dialog plugin for CKEditor 4 and less.
63
-
64
- If you are experiencing any difficulties with the setup of the plugin, please check the links provided in the Resources section.
65
-
66
- Holders of an active subscription to the services or a commercial license have access to professional technical assistance directly from the WebSpellChecker team. [Contact us here](https://webspellchecker.com/contact-us/)!
67
-
68
- Reporting Issues
69
- -------
70
-
71
- Please use the [WSC Dialog plugin for CKEditor 4 GitHub issue page](https://github.com/WebSpellChecker/ckeditor-plugin-wsc/issues) to report bugs and feature requests. We will do our best to reply at our earliest convenience.
72
-
73
- License
74
- -------
75
-
76
- This plugin is licensed under the terms of any of the following licenses at your choice: [GPL](http://www.gnu.org/licenses/gpl.html), [LGPL](http://www.gnu.org/licenses/lgpl.html) and [MPL](http://www.mozilla.org/MPL/MPL-1.1.html).
77
-
78
- See LICENSE.md for more information.
79
-
80
- Developed by [WebSpellChecker](https://webspellchecker.com/) in cooperation with CKSource.
@@ -1,66 +0,0 @@
1
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
- <!--
3
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
4
- For licensing, see LICENSE.html or http://ckeditor.com/license
5
- -->
6
- <html>
7
- <head>
8
- <title></title>
9
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
10
- <script type="text/javascript">
11
-
12
- function gup( name )
13
- {
14
- name = name.replace( /[\[]/, '\\\[' ).replace( /[\]]/, '\\\]' ) ;
15
- var regexS = '[\\?&]' + name + '=([^&#]*)' ;
16
- var regex = new RegExp( regexS ) ;
17
- var results = regex.exec( window.location.href ) ;
18
-
19
- if ( results )
20
- return results[ 1 ] ;
21
- else
22
- return '' ;
23
- }
24
-
25
- var interval;
26
-
27
- function sendData2Master()
28
- {
29
- var destination = window.parent.parent ;
30
- try
31
- {
32
- if ( destination.XDTMaster )
33
- {
34
- var t = destination.XDTMaster.read( [ gup( 'cmd' ), gup( 'data' ) ] ) ;
35
- window.clearInterval( interval ) ;
36
- }
37
- }
38
- catch (e) {}
39
- }
40
-
41
- function OnMessage (event) {
42
- var message = event.data;
43
- var destination = window.parent.parent;
44
- destination.XDTMaster.read( [ 'end', message, 'fpm' ] ) ;
45
- }
46
-
47
- function listenPostMessage() {
48
- if (window.addEventListener) { // all browsers except IE before version 9
49
- window.addEventListener ("message", OnMessage, false);
50
- }else {
51
- if (window.attachEvent) { // IE before version 9
52
- window.attachEvent("onmessage", OnMessage);
53
- }
54
- }
55
- }
56
-
57
- function onLoad()
58
- {
59
- interval = window.setInterval( sendData2Master, 100 );
60
- listenPostMessage();
61
- }
62
-
63
- </script>
64
- </head>
65
- <body onload="onLoad()"><p></p></body>
66
- </html>
@@ -1,52 +0,0 @@
1
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
2
- <!--
3
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
4
- For licensing, see LICENSE.html or http://ckeditor.com/license
5
- -->
6
- <html>
7
- <head>
8
- <title></title>
9
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
10
- <script type="text/javascript">
11
-
12
- function doLoadScript( url )
13
- {
14
- if ( !url )
15
- return false ;
16
-
17
- var s = document.createElement( "script" ) ;
18
- s.type = "text/javascript" ;
19
- s.src = url ;
20
- document.getElementsByTagName( "head" )[ 0 ].appendChild( s ) ;
21
-
22
- return true ;
23
- }
24
-
25
- var opener;
26
- function tryLoad()
27
- {
28
- opener = window.parent;
29
-
30
- // get access to global parameters
31
- var oParams = window.opener.oldFramesetPageParams;
32
-
33
- // make frameset rows string prepare
34
- var sFramesetRows = ( parseInt( oParams.firstframeh, 10 ) || '30') + ",*," + ( parseInt( oParams.thirdframeh, 10 ) || '150' ) + ',0' ;
35
- document.getElementById( 'itFrameset' ).rows = sFramesetRows ;
36
-
37
- // dynamic including init frames and crossdomain transport code
38
- // from config sproxy_js_frameset url
39
- var addScriptUrl = oParams.sproxy_js_frameset ;
40
- doLoadScript( addScriptUrl ) ;
41
- }
42
-
43
- </script>
44
- </head>
45
-
46
- <frameset id="itFrameset" onload="tryLoad();" border="0" rows="30,*,*,0">
47
- <frame scrolling="no" framespacing="0" frameborder="0" noresize="noresize" marginheight="0" marginwidth="2" src="" name="navbar"></frame>
48
- <frame scrolling="auto" framespacing="0" frameborder="0" noresize="noresize" marginheight="0" marginwidth="0" src="" name="mid"></frame>
49
- <frame scrolling="no" framespacing="0" frameborder="0" noresize="noresize" marginheight="1" marginwidth="1" src="" name="bot"></frame>
50
- <frame scrolling="no" framespacing="0" frameborder="0" noresize="noresize" marginheight="1" marginwidth="1" src="" name="spellsuggestall"></frame>
51
- </frameset>
52
- </html>
@@ -1,82 +0,0 @@
1
- /*
2
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3
- For licensing, see LICENSE.html or http://ckeditor.com/license
4
- */
5
-
6
- html, body
7
- {
8
- background-color: transparent;
9
- margin: 0px;
10
- padding: 0px;
11
- }
12
-
13
- body
14
- {
15
- padding: 10px;
16
- }
17
-
18
- body, td, input, select, textarea
19
- {
20
- font-size: 11px;
21
- font-family: 'Microsoft Sans Serif' , Arial, Helvetica, Verdana;
22
- }
23
-
24
- .midtext
25
- {
26
- padding:0px;
27
- margin:10px;
28
- }
29
-
30
- .midtext p
31
- {
32
- padding:0px;
33
- margin:10px;
34
- }
35
-
36
- .Button
37
- {
38
- border: #737357 1px solid;
39
- color: #3b3b1f;
40
- background-color: #c7c78f;
41
- }
42
-
43
- .PopupTabArea
44
- {
45
- color: #737357;
46
- background-color: #e3e3c7;
47
- }
48
-
49
- .PopupTitleBorder
50
- {
51
- border-bottom: #d5d59d 1px solid;
52
- }
53
- .PopupTabEmptyArea
54
- {
55
- padding-left: 10px;
56
- border-bottom: #d5d59d 1px solid;
57
- }
58
-
59
- .PopupTab, .PopupTabSelected
60
- {
61
- border-right: #d5d59d 1px solid;
62
- border-top: #d5d59d 1px solid;
63
- border-left: #d5d59d 1px solid;
64
- padding: 3px 5px 3px 5px;
65
- color: #737357;
66
- }
67
-
68
- .PopupTab
69
- {
70
- margin-top: 1px;
71
- border-bottom: #d5d59d 1px solid;
72
- cursor: pointer;
73
- }
74
-
75
- .PopupTabSelected
76
- {
77
- font-weight: bold;
78
- cursor: default;
79
- padding-top: 4px;
80
- border-bottom: #f1f1e3 1px solid;
81
- background-color: #f1f1e3;
82
- }