@sd-angular/core 0.0.1047 → 0.0.1052

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 (549) 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 +41 -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 +3 -3
  32. package/bundles/sd-angular-core-grid-material.umd.js.map +1 -1
  33. package/bundles/sd-angular-core-grid-material.umd.min.js +2 -2
  34. package/bundles/sd-angular-core-grid-material.umd.min.js.map +1 -1
  35. package/bundles/sd-angular-core-grid.umd.js +1 -1
  36. package/bundles/sd-angular-core-grid.umd.min.js +1 -1
  37. package/bundles/sd-angular-core-grid.umd.min.js.map +1 -1
  38. package/bundles/sd-angular-core-input-currency.umd.js +1 -1
  39. package/bundles/sd-angular-core-input-currency.umd.min.js +1 -1
  40. package/bundles/sd-angular-core-konva.umd.js +1 -1
  41. package/bundles/sd-angular-core-konva.umd.min.js +1 -1
  42. package/bundles/sd-angular-core-notify.umd.js +1 -1
  43. package/bundles/sd-angular-core-notify.umd.min.js +1 -1
  44. package/bundles/sd-angular-core-notify.umd.min.js.map +1 -1
  45. package/bundles/sd-angular-core-upload-excel.umd.js +1 -1
  46. package/bundles/sd-angular-core-upload-excel.umd.min.js +1 -1
  47. package/bundles/sd-angular-core-upload-excel.umd.min.js.map +1 -1
  48. package/bundles/sd-angular-core-upload-file.umd.js +1 -1
  49. package/bundles/sd-angular-core-upload-file.umd.min.js +1 -1
  50. package/bundles/sd-angular-core-utility.umd.js +1 -1
  51. package/bundles/sd-angular-core-utility.umd.min.js +1 -1
  52. package/bundles/sd-angular-core-utility.umd.min.js.map +1 -1
  53. package/bundles/sd-angular-core.umd.js +6 -734
  54. package/bundles/sd-angular-core.umd.js.map +1 -1
  55. package/bundles/sd-angular-core.umd.min.js +1 -1
  56. package/bundles/sd-angular-core.umd.min.js.map +1 -1
  57. package/common/sd-angular-core-common.metadata.json +1 -1
  58. package/common/src/lib/directives/sd-scroll.directive.d.ts +10 -0
  59. package/common/src/public-api.d.ts +1 -0
  60. package/esm2015/api/src/lib/api.service.js +2 -2
  61. package/esm2015/api/src/lib/http.service.js +1 -1
  62. package/esm2015/common/src/lib/common.module.js +6 -3
  63. package/esm2015/common/src/lib/directives/sd-scroll.directive.js +37 -0
  64. package/esm2015/common/src/public-api.js +2 -1
  65. package/esm2015/editor/src/lib/editor.component.js +2 -2
  66. package/esm2015/export/src/lib/export.service.js +2 -2
  67. package/esm2015/grid-material/src/lib/grid-material.component.js +3 -3
  68. package/esm2015/lib/core.module.js +4 -36
  69. package/esm2015/public-api.js +1 -10
  70. package/fesm2015/sd-angular-core-api.js +2 -3
  71. package/fesm2015/sd-angular-core-api.js.map +1 -1
  72. package/fesm2015/sd-angular-core-common.js +42 -4
  73. package/fesm2015/sd-angular-core-common.js.map +1 -1
  74. package/fesm2015/sd-angular-core-editor.js +1 -1
  75. package/fesm2015/sd-angular-core-editor.js.map +1 -1
  76. package/fesm2015/sd-angular-core-export.js +1 -1
  77. package/fesm2015/sd-angular-core-export.js.map +1 -1
  78. package/fesm2015/sd-angular-core-grid-material.js +2 -2
  79. package/fesm2015/sd-angular-core-grid-material.js.map +1 -1
  80. package/fesm2015/sd-angular-core.js +5 -367
  81. package/fesm2015/sd-angular-core.js.map +1 -1
  82. package/grid-material/sd-angular-core-grid-material.metadata.json +1 -1
  83. package/package.json +4 -10
  84. package/public-api.d.ts +0 -7
  85. package/sd-angular-core-0.0.1052.tgz +0 -0
  86. package/sd-angular-core.metadata.json +1 -1
  87. package/assets/ckeditor/CHANGES.md +0 -1703
  88. package/assets/ckeditor/LICENSE.md +0 -1420
  89. package/assets/ckeditor/README.md +0 -39
  90. package/assets/ckeditor/adapters/jquery.js +0 -10
  91. package/assets/ckeditor/build-config.js +0 -123
  92. package/assets/ckeditor/ckeditor.js +0 -27038
  93. package/assets/ckeditor/config.js +0 -10
  94. package/assets/ckeditor/contents.css +0 -209
  95. package/assets/ckeditor/lang/en.js +0 -5
  96. package/assets/ckeditor/lang/vi.js +0 -5
  97. package/assets/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js +0 -10
  98. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt +0 -25
  99. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/af.js +0 -11
  100. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js +0 -11
  101. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/az.js +0 -11
  102. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js +0 -11
  103. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js +0 -13
  104. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js +0 -12
  105. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js +0 -11
  106. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/da.js +0 -11
  107. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/de-ch.js +0 -12
  108. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/de.js +0 -13
  109. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/el.js +0 -13
  110. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/en-au.js +0 -11
  111. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/en-gb.js +0 -11
  112. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/en.js +0 -11
  113. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js +0 -13
  114. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/es-mx.js +0 -13
  115. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/es.js +0 -13
  116. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/et.js +0 -11
  117. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/eu.js +0 -12
  118. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js +0 -11
  119. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js +0 -11
  120. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/fo.js +0 -11
  121. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js +0 -11
  122. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js +0 -13
  123. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/gl.js +0 -12
  124. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js +0 -11
  125. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/he.js +0 -11
  126. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js +0 -11
  127. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js +0 -11
  128. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js +0 -12
  129. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/id.js +0 -11
  130. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/it.js +0 -13
  131. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js +0 -9
  132. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/km.js +0 -11
  133. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/ko.js +0 -10
  134. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js +0 -11
  135. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js +0 -11
  136. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js +0 -12
  137. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js +0 -11
  138. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js +0 -11
  139. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js +0 -12
  140. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js +0 -12
  141. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/no.js +0 -11
  142. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/oc.js +0 -12
  143. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js +0 -13
  144. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js +0 -13
  145. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js +0 -12
  146. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js +0 -12
  147. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js +0 -11
  148. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/si.js +0 -10
  149. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js +0 -11
  150. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js +0 -11
  151. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js +0 -12
  152. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js +0 -12
  153. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/sr.js +0 -12
  154. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js +0 -11
  155. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/th.js +0 -11
  156. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js +0 -12
  157. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/tt.js +0 -11
  158. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js +0 -12
  159. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js +0 -12
  160. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js +0 -11
  161. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js +0 -9
  162. package/assets/ckeditor/plugins/a11yhelp/dialogs/lang/zh.js +0 -9
  163. package/assets/ckeditor/plugins/about/dialogs/about.js +0 -8
  164. package/assets/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png +0 -0
  165. package/assets/ckeditor/plugins/about/dialogs/logo_ckeditor.png +0 -0
  166. package/assets/ckeditor/plugins/clipboard/dialogs/paste.js +0 -11
  167. package/assets/ckeditor/plugins/colordialog/dialogs/colordialog.css +0 -20
  168. package/assets/ckeditor/plugins/colordialog/dialogs/colordialog.js +0 -14
  169. package/assets/ckeditor/plugins/copyformatting/cursors/cursor-disabled.svg +0 -25
  170. package/assets/ckeditor/plugins/copyformatting/cursors/cursor.svg +0 -14
  171. package/assets/ckeditor/plugins/copyformatting/styles/copyformatting.css +0 -45
  172. package/assets/ckeditor/plugins/dialog/dialogDefinition.js +0 -4
  173. package/assets/ckeditor/plugins/div/dialogs/div.js +0 -9
  174. package/assets/ckeditor/plugins/find/dialogs/find.js +0 -25
  175. package/assets/ckeditor/plugins/flash/dialogs/flash.js +0 -24
  176. package/assets/ckeditor/plugins/flash/images/placeholder.png +0 -0
  177. package/assets/ckeditor/plugins/forms/dialogs/button.js +0 -8
  178. package/assets/ckeditor/plugins/forms/dialogs/checkbox.js +0 -9
  179. package/assets/ckeditor/plugins/forms/dialogs/form.js +0 -8
  180. package/assets/ckeditor/plugins/forms/dialogs/hiddenfield.js +0 -7
  181. package/assets/ckeditor/plugins/forms/dialogs/radio.js +0 -9
  182. package/assets/ckeditor/plugins/forms/dialogs/select.js +0 -21
  183. package/assets/ckeditor/plugins/forms/dialogs/textarea.js +0 -8
  184. package/assets/ckeditor/plugins/forms/dialogs/textfield.js +0 -11
  185. package/assets/ckeditor/plugins/forms/images/hiddenfield.gif +0 -0
  186. package/assets/ckeditor/plugins/icons.png +0 -0
  187. package/assets/ckeditor/plugins/icons_hidpi.png +0 -0
  188. package/assets/ckeditor/plugins/iframe/dialogs/iframe.js +0 -10
  189. package/assets/ckeditor/plugins/iframe/images/placeholder.png +0 -0
  190. package/assets/ckeditor/plugins/image/dialogs/image.js +0 -44
  191. package/assets/ckeditor/plugins/image/images/noimage.png +0 -0
  192. package/assets/ckeditor/plugins/link/dialogs/anchor.js +0 -8
  193. package/assets/ckeditor/plugins/link/dialogs/link.js +0 -30
  194. package/assets/ckeditor/plugins/link/images/anchor.png +0 -0
  195. package/assets/ckeditor/plugins/link/images/hidpi/anchor.png +0 -0
  196. package/assets/ckeditor/plugins/liststyle/dialogs/liststyle.js +0 -10
  197. package/assets/ckeditor/plugins/magicline/images/hidpi/icon-rtl.png +0 -0
  198. package/assets/ckeditor/plugins/magicline/images/hidpi/icon.png +0 -0
  199. package/assets/ckeditor/plugins/magicline/images/icon-rtl.png +0 -0
  200. package/assets/ckeditor/plugins/magicline/images/icon.png +0 -0
  201. package/assets/ckeditor/plugins/notification/lang/az.js +0 -7
  202. package/assets/ckeditor/plugins/notification/lang/bg.js +0 -7
  203. package/assets/ckeditor/plugins/notification/lang/ca.js +0 -7
  204. package/assets/ckeditor/plugins/notification/lang/cs.js +0 -7
  205. package/assets/ckeditor/plugins/notification/lang/da.js +0 -7
  206. package/assets/ckeditor/plugins/notification/lang/de-ch.js +0 -7
  207. package/assets/ckeditor/plugins/notification/lang/de.js +0 -7
  208. package/assets/ckeditor/plugins/notification/lang/en-au.js +0 -7
  209. package/assets/ckeditor/plugins/notification/lang/en.js +0 -7
  210. package/assets/ckeditor/plugins/notification/lang/eo.js +0 -7
  211. package/assets/ckeditor/plugins/notification/lang/es-mx.js +0 -7
  212. package/assets/ckeditor/plugins/notification/lang/es.js +0 -7
  213. package/assets/ckeditor/plugins/notification/lang/et.js +0 -7
  214. package/assets/ckeditor/plugins/notification/lang/eu.js +0 -7
  215. package/assets/ckeditor/plugins/notification/lang/fa.js +0 -7
  216. package/assets/ckeditor/plugins/notification/lang/fr.js +0 -7
  217. package/assets/ckeditor/plugins/notification/lang/gl.js +0 -7
  218. package/assets/ckeditor/plugins/notification/lang/hr.js +0 -7
  219. package/assets/ckeditor/plugins/notification/lang/hu.js +0 -7
  220. package/assets/ckeditor/plugins/notification/lang/id.js +0 -7
  221. package/assets/ckeditor/plugins/notification/lang/it.js +0 -7
  222. package/assets/ckeditor/plugins/notification/lang/ja.js +0 -7
  223. package/assets/ckeditor/plugins/notification/lang/km.js +0 -7
  224. package/assets/ckeditor/plugins/notification/lang/ko.js +0 -7
  225. package/assets/ckeditor/plugins/notification/lang/ku.js +0 -7
  226. package/assets/ckeditor/plugins/notification/lang/lt.js +0 -7
  227. package/assets/ckeditor/plugins/notification/lang/lv.js +0 -7
  228. package/assets/ckeditor/plugins/notification/lang/nb.js +0 -7
  229. package/assets/ckeditor/plugins/notification/lang/nl.js +0 -7
  230. package/assets/ckeditor/plugins/notification/lang/oc.js +0 -7
  231. package/assets/ckeditor/plugins/notification/lang/pl.js +0 -7
  232. package/assets/ckeditor/plugins/notification/lang/pt-br.js +0 -7
  233. package/assets/ckeditor/plugins/notification/lang/pt.js +0 -7
  234. package/assets/ckeditor/plugins/notification/lang/ro.js +0 -7
  235. package/assets/ckeditor/plugins/notification/lang/ru.js +0 -7
  236. package/assets/ckeditor/plugins/notification/lang/sk.js +0 -7
  237. package/assets/ckeditor/plugins/notification/lang/sq.js +0 -7
  238. package/assets/ckeditor/plugins/notification/lang/sr-latn.js +0 -7
  239. package/assets/ckeditor/plugins/notification/lang/sr.js +0 -7
  240. package/assets/ckeditor/plugins/notification/lang/sv.js +0 -7
  241. package/assets/ckeditor/plugins/notification/lang/tr.js +0 -7
  242. package/assets/ckeditor/plugins/notification/lang/ug.js +0 -7
  243. package/assets/ckeditor/plugins/notification/lang/uk.js +0 -7
  244. package/assets/ckeditor/plugins/notification/lang/zh-cn.js +0 -7
  245. package/assets/ckeditor/plugins/notification/lang/zh.js +0 -7
  246. package/assets/ckeditor/plugins/notification/plugin.js +0 -933
  247. package/assets/ckeditor/plugins/pagebreak/images/pagebreak.gif +0 -0
  248. package/assets/ckeditor/plugins/pastefromword/filter/default.js +0 -55
  249. package/assets/ckeditor/plugins/preview/preview.html +0 -13
  250. package/assets/ckeditor/plugins/scayt/CHANGELOG.md +0 -20
  251. package/assets/ckeditor/plugins/scayt/LICENSE.md +0 -28
  252. package/assets/ckeditor/plugins/scayt/README.md +0 -81
  253. package/assets/ckeditor/plugins/scayt/dialogs/dialog.css +0 -23
  254. package/assets/ckeditor/plugins/scayt/dialogs/options.js +0 -32
  255. package/assets/ckeditor/plugins/scayt/dialogs/toolbar.css +0 -71
  256. package/assets/ckeditor/plugins/scayt/skins/moono-lisa/scayt.css +0 -25
  257. package/assets/ckeditor/plugins/showblocks/images/block_address.png +0 -0
  258. package/assets/ckeditor/plugins/showblocks/images/block_blockquote.png +0 -0
  259. package/assets/ckeditor/plugins/showblocks/images/block_div.png +0 -0
  260. package/assets/ckeditor/plugins/showblocks/images/block_h1.png +0 -0
  261. package/assets/ckeditor/plugins/showblocks/images/block_h2.png +0 -0
  262. package/assets/ckeditor/plugins/showblocks/images/block_h3.png +0 -0
  263. package/assets/ckeditor/plugins/showblocks/images/block_h4.png +0 -0
  264. package/assets/ckeditor/plugins/showblocks/images/block_h5.png +0 -0
  265. package/assets/ckeditor/plugins/showblocks/images/block_h6.png +0 -0
  266. package/assets/ckeditor/plugins/showblocks/images/block_p.png +0 -0
  267. package/assets/ckeditor/plugins/showblocks/images/block_pre.png +0 -0
  268. package/assets/ckeditor/plugins/smiley/dialogs/smiley.js +0 -11
  269. package/assets/ckeditor/plugins/smiley/images/angel_smile.gif +0 -0
  270. package/assets/ckeditor/plugins/smiley/images/angel_smile.png +0 -0
  271. package/assets/ckeditor/plugins/smiley/images/angry_smile.gif +0 -0
  272. package/assets/ckeditor/plugins/smiley/images/angry_smile.png +0 -0
  273. package/assets/ckeditor/plugins/smiley/images/broken_heart.gif +0 -0
  274. package/assets/ckeditor/plugins/smiley/images/broken_heart.png +0 -0
  275. package/assets/ckeditor/plugins/smiley/images/confused_smile.gif +0 -0
  276. package/assets/ckeditor/plugins/smiley/images/confused_smile.png +0 -0
  277. package/assets/ckeditor/plugins/smiley/images/cry_smile.gif +0 -0
  278. package/assets/ckeditor/plugins/smiley/images/cry_smile.png +0 -0
  279. package/assets/ckeditor/plugins/smiley/images/devil_smile.gif +0 -0
  280. package/assets/ckeditor/plugins/smiley/images/devil_smile.png +0 -0
  281. package/assets/ckeditor/plugins/smiley/images/embaressed_smile.gif +0 -0
  282. package/assets/ckeditor/plugins/smiley/images/embarrassed_smile.gif +0 -0
  283. package/assets/ckeditor/plugins/smiley/images/embarrassed_smile.png +0 -0
  284. package/assets/ckeditor/plugins/smiley/images/envelope.gif +0 -0
  285. package/assets/ckeditor/plugins/smiley/images/envelope.png +0 -0
  286. package/assets/ckeditor/plugins/smiley/images/heart.gif +0 -0
  287. package/assets/ckeditor/plugins/smiley/images/heart.png +0 -0
  288. package/assets/ckeditor/plugins/smiley/images/kiss.gif +0 -0
  289. package/assets/ckeditor/plugins/smiley/images/kiss.png +0 -0
  290. package/assets/ckeditor/plugins/smiley/images/lightbulb.gif +0 -0
  291. package/assets/ckeditor/plugins/smiley/images/lightbulb.png +0 -0
  292. package/assets/ckeditor/plugins/smiley/images/omg_smile.gif +0 -0
  293. package/assets/ckeditor/plugins/smiley/images/omg_smile.png +0 -0
  294. package/assets/ckeditor/plugins/smiley/images/regular_smile.gif +0 -0
  295. package/assets/ckeditor/plugins/smiley/images/regular_smile.png +0 -0
  296. package/assets/ckeditor/plugins/smiley/images/sad_smile.gif +0 -0
  297. package/assets/ckeditor/plugins/smiley/images/sad_smile.png +0 -0
  298. package/assets/ckeditor/plugins/smiley/images/shades_smile.gif +0 -0
  299. package/assets/ckeditor/plugins/smiley/images/shades_smile.png +0 -0
  300. package/assets/ckeditor/plugins/smiley/images/teeth_smile.gif +0 -0
  301. package/assets/ckeditor/plugins/smiley/images/teeth_smile.png +0 -0
  302. package/assets/ckeditor/plugins/smiley/images/thumbs_down.gif +0 -0
  303. package/assets/ckeditor/plugins/smiley/images/thumbs_down.png +0 -0
  304. package/assets/ckeditor/plugins/smiley/images/thumbs_up.gif +0 -0
  305. package/assets/ckeditor/plugins/smiley/images/thumbs_up.png +0 -0
  306. package/assets/ckeditor/plugins/smiley/images/tongue_smile.gif +0 -0
  307. package/assets/ckeditor/plugins/smiley/images/tongue_smile.png +0 -0
  308. package/assets/ckeditor/plugins/smiley/images/tounge_smile.gif +0 -0
  309. package/assets/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif +0 -0
  310. package/assets/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.png +0 -0
  311. package/assets/ckeditor/plugins/smiley/images/wink_smile.gif +0 -0
  312. package/assets/ckeditor/plugins/smiley/images/wink_smile.png +0 -0
  313. package/assets/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt +0 -20
  314. package/assets/ckeditor/plugins/specialchar/dialogs/lang/af.js +0 -13
  315. package/assets/ckeditor/plugins/specialchar/dialogs/lang/ar.js +0 -13
  316. package/assets/ckeditor/plugins/specialchar/dialogs/lang/az.js +0 -10
  317. package/assets/ckeditor/plugins/specialchar/dialogs/lang/bg.js +0 -13
  318. package/assets/ckeditor/plugins/specialchar/dialogs/lang/ca.js +0 -14
  319. package/assets/ckeditor/plugins/specialchar/dialogs/lang/cs.js +0 -13
  320. package/assets/ckeditor/plugins/specialchar/dialogs/lang/cy.js +0 -14
  321. package/assets/ckeditor/plugins/specialchar/dialogs/lang/da.js +0 -11
  322. package/assets/ckeditor/plugins/specialchar/dialogs/lang/de-ch.js +0 -13
  323. package/assets/ckeditor/plugins/specialchar/dialogs/lang/de.js +0 -13
  324. package/assets/ckeditor/plugins/specialchar/dialogs/lang/el.js +0 -13
  325. package/assets/ckeditor/plugins/specialchar/dialogs/lang/en-au.js +0 -13
  326. package/assets/ckeditor/plugins/specialchar/dialogs/lang/en-ca.js +0 -13
  327. package/assets/ckeditor/plugins/specialchar/dialogs/lang/en-gb.js +0 -13
  328. package/assets/ckeditor/plugins/specialchar/dialogs/lang/en.js +0 -13
  329. package/assets/ckeditor/plugins/specialchar/dialogs/lang/eo.js +0 -12
  330. package/assets/ckeditor/plugins/specialchar/dialogs/lang/es-mx.js +0 -13
  331. package/assets/ckeditor/plugins/specialchar/dialogs/lang/es.js +0 -13
  332. package/assets/ckeditor/plugins/specialchar/dialogs/lang/et.js +0 -13
  333. package/assets/ckeditor/plugins/specialchar/dialogs/lang/eu.js +0 -13
  334. package/assets/ckeditor/plugins/specialchar/dialogs/lang/fa.js +0 -12
  335. package/assets/ckeditor/plugins/specialchar/dialogs/lang/fi.js +0 -13
  336. package/assets/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js +0 -10
  337. package/assets/ckeditor/plugins/specialchar/dialogs/lang/fr.js +0 -12
  338. package/assets/ckeditor/plugins/specialchar/dialogs/lang/gl.js +0 -13
  339. package/assets/ckeditor/plugins/specialchar/dialogs/lang/he.js +0 -12
  340. package/assets/ckeditor/plugins/specialchar/dialogs/lang/hr.js +0 -13
  341. package/assets/ckeditor/plugins/specialchar/dialogs/lang/hu.js +0 -12
  342. package/assets/ckeditor/plugins/specialchar/dialogs/lang/id.js +0 -13
  343. package/assets/ckeditor/plugins/specialchar/dialogs/lang/it.js +0 -14
  344. package/assets/ckeditor/plugins/specialchar/dialogs/lang/ja.js +0 -9
  345. package/assets/ckeditor/plugins/specialchar/dialogs/lang/km.js +0 -13
  346. package/assets/ckeditor/plugins/specialchar/dialogs/lang/ko.js +0 -10
  347. package/assets/ckeditor/plugins/specialchar/dialogs/lang/ku.js +0 -13
  348. package/assets/ckeditor/plugins/specialchar/dialogs/lang/lt.js +0 -13
  349. package/assets/ckeditor/plugins/specialchar/dialogs/lang/lv.js +0 -13
  350. package/assets/ckeditor/plugins/specialchar/dialogs/lang/nb.js +0 -11
  351. package/assets/ckeditor/plugins/specialchar/dialogs/lang/nl.js +0 -13
  352. package/assets/ckeditor/plugins/specialchar/dialogs/lang/no.js +0 -11
  353. package/assets/ckeditor/plugins/specialchar/dialogs/lang/oc.js +0 -12
  354. package/assets/ckeditor/plugins/specialchar/dialogs/lang/pl.js +0 -12
  355. package/assets/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js +0 -11
  356. package/assets/ckeditor/plugins/specialchar/dialogs/lang/pt.js +0 -13
  357. package/assets/ckeditor/plugins/specialchar/dialogs/lang/ro.js +0 -13
  358. package/assets/ckeditor/plugins/specialchar/dialogs/lang/ru.js +0 -13
  359. package/assets/ckeditor/plugins/specialchar/dialogs/lang/si.js +0 -13
  360. package/assets/ckeditor/plugins/specialchar/dialogs/lang/sk.js +0 -13
  361. package/assets/ckeditor/plugins/specialchar/dialogs/lang/sl.js +0 -12
  362. package/assets/ckeditor/plugins/specialchar/dialogs/lang/sq.js +0 -13
  363. package/assets/ckeditor/plugins/specialchar/dialogs/lang/sr-latn.js +0 -13
  364. package/assets/ckeditor/plugins/specialchar/dialogs/lang/sr.js +0 -13
  365. package/assets/ckeditor/plugins/specialchar/dialogs/lang/sv.js +0 -11
  366. package/assets/ckeditor/plugins/specialchar/dialogs/lang/th.js +0 -13
  367. package/assets/ckeditor/plugins/specialchar/dialogs/lang/tr.js +0 -12
  368. package/assets/ckeditor/plugins/specialchar/dialogs/lang/tt.js +0 -13
  369. package/assets/ckeditor/plugins/specialchar/dialogs/lang/ug.js +0 -13
  370. package/assets/ckeditor/plugins/specialchar/dialogs/lang/uk.js +0 -12
  371. package/assets/ckeditor/plugins/specialchar/dialogs/lang/vi.js +0 -14
  372. package/assets/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js +0 -9
  373. package/assets/ckeditor/plugins/specialchar/dialogs/lang/zh.js +0 -9
  374. package/assets/ckeditor/plugins/specialchar/dialogs/specialchar.js +0 -14
  375. package/assets/ckeditor/plugins/table/dialogs/table.js +0 -21
  376. package/assets/ckeditor/plugins/tableselection/styles/tableselection.css +0 -36
  377. package/assets/ckeditor/plugins/tabletools/dialogs/tableCell.js +0 -19
  378. package/assets/ckeditor/plugins/templates/dialogs/templates.css +0 -84
  379. package/assets/ckeditor/plugins/templates/dialogs/templates.js +0 -10
  380. package/assets/ckeditor/plugins/templates/templates/default.js +0 -7
  381. package/assets/ckeditor/plugins/templates/templates/images/template1.gif +0 -0
  382. package/assets/ckeditor/plugins/templates/templates/images/template2.gif +0 -0
  383. package/assets/ckeditor/plugins/templates/templates/images/template3.gif +0 -0
  384. package/assets/ckeditor/plugins/videoembed/.gitattributes +0 -17
  385. package/assets/ckeditor/plugins/videoembed/README.md +0 -35
  386. package/assets/ckeditor/plugins/videoembed/dialogs/videoembedDialog.js +0 -114
  387. package/assets/ckeditor/plugins/videoembed/icons/videoembed.png +0 -0
  388. package/assets/ckeditor/plugins/videoembed/lang/en.js +0 -8
  389. package/assets/ckeditor/plugins/videoembed/lang/fr.js +0 -8
  390. package/assets/ckeditor/plugins/videoembed/plugin.js +0 -27
  391. package/assets/ckeditor/plugins/widget/images/handle.png +0 -0
  392. package/assets/ckeditor/plugins/wordcount/css/wordcount.css +0 -3
  393. package/assets/ckeditor/plugins/wordcount/lang/ar.js +0 -12
  394. package/assets/ckeditor/plugins/wordcount/lang/bg.js +0 -17
  395. package/assets/ckeditor/plugins/wordcount/lang/ca.js +0 -14
  396. package/assets/ckeditor/plugins/wordcount/lang/cs.js +0 -15
  397. package/assets/ckeditor/plugins/wordcount/lang/da.js +0 -14
  398. package/assets/ckeditor/plugins/wordcount/lang/de.js +0 -14
  399. package/assets/ckeditor/plugins/wordcount/lang/el.js +0 -14
  400. package/assets/ckeditor/plugins/wordcount/lang/en.js +0 -17
  401. package/assets/ckeditor/plugins/wordcount/lang/es.js +0 -14
  402. package/assets/ckeditor/plugins/wordcount/lang/eu.js +0 -17
  403. package/assets/ckeditor/plugins/wordcount/lang/fa.js +0 -13
  404. package/assets/ckeditor/plugins/wordcount/lang/fi.js +0 -15
  405. package/assets/ckeditor/plugins/wordcount/lang/fr.js +0 -12
  406. package/assets/ckeditor/plugins/wordcount/lang/he.js +0 -14
  407. package/assets/ckeditor/plugins/wordcount/lang/hr.js +0 -14
  408. package/assets/ckeditor/plugins/wordcount/lang/hu.js +0 -14
  409. package/assets/ckeditor/plugins/wordcount/lang/it.js +0 -15
  410. package/assets/ckeditor/plugins/wordcount/lang/ja.js +0 -14
  411. package/assets/ckeditor/plugins/wordcount/lang/ko.js +0 -16
  412. package/assets/ckeditor/plugins/wordcount/lang/nl.js +0 -14
  413. package/assets/ckeditor/plugins/wordcount/lang/no.js +0 -11
  414. package/assets/ckeditor/plugins/wordcount/lang/pl.js +0 -14
  415. package/assets/ckeditor/plugins/wordcount/lang/pt-br.js +0 -14
  416. package/assets/ckeditor/plugins/wordcount/lang/pt.js +0 -10
  417. package/assets/ckeditor/plugins/wordcount/lang/ro.js +0 -15
  418. package/assets/ckeditor/plugins/wordcount/lang/ru.js +0 -14
  419. package/assets/ckeditor/plugins/wordcount/lang/sk.js +0 -15
  420. package/assets/ckeditor/plugins/wordcount/lang/sv.js +0 -15
  421. package/assets/ckeditor/plugins/wordcount/lang/tr.js +0 -14
  422. package/assets/ckeditor/plugins/wordcount/lang/uk.js +0 -17
  423. package/assets/ckeditor/plugins/wordcount/lang/zh-cn.js +0 -17
  424. package/assets/ckeditor/plugins/wordcount/lang/zh.js +0 -17
  425. package/assets/ckeditor/plugins/wordcount/plugin.js +0 -639
  426. package/assets/ckeditor/plugins/wordcount/samples/maxParagraphs.html +0 -26
  427. package/assets/ckeditor/plugins/wordcount/samples/wordcount.html +0 -61
  428. package/assets/ckeditor/plugins/wordcount/samples/wordcountWithMaxCount.html +0 -110
  429. package/assets/ckeditor/plugins/wsc/LICENSE.md +0 -28
  430. package/assets/ckeditor/plugins/wsc/README.md +0 -80
  431. package/assets/ckeditor/plugins/wsc/dialogs/ciframe.html +0 -66
  432. package/assets/ckeditor/plugins/wsc/dialogs/tmpFrameset.html +0 -52
  433. package/assets/ckeditor/plugins/wsc/dialogs/wsc.css +0 -82
  434. package/assets/ckeditor/plugins/wsc/dialogs/wsc.js +0 -91
  435. package/assets/ckeditor/plugins/wsc/dialogs/wsc_ie.js +0 -11
  436. package/assets/ckeditor/plugins/wsc/skins/moono-lisa/wsc.css +0 -43
  437. package/assets/ckeditor/samples/css/samples.css +0 -1637
  438. package/assets/ckeditor/samples/img/github-top.png +0 -0
  439. package/assets/ckeditor/samples/img/header-bg.png +0 -0
  440. package/assets/ckeditor/samples/img/header-separator.png +0 -0
  441. package/assets/ckeditor/samples/img/logo.png +0 -0
  442. package/assets/ckeditor/samples/img/logo.svg +0 -13
  443. package/assets/ckeditor/samples/img/navigation-tip.png +0 -0
  444. package/assets/ckeditor/samples/index.html +0 -128
  445. package/assets/ckeditor/samples/js/sample.js +0 -53
  446. package/assets/ckeditor/samples/js/sf.js +0 -17
  447. package/assets/ckeditor/samples/old/ajax.html +0 -85
  448. package/assets/ckeditor/samples/old/api.html +0 -210
  449. package/assets/ckeditor/samples/old/appendto.html +0 -59
  450. package/assets/ckeditor/samples/old/assets/inlineall/logo.png +0 -0
  451. package/assets/ckeditor/samples/old/assets/outputxhtml/outputxhtml.css +0 -204
  452. package/assets/ckeditor/samples/old/assets/posteddata.php +0 -59
  453. package/assets/ckeditor/samples/old/assets/sample.jpg +0 -0
  454. package/assets/ckeditor/samples/old/assets/uilanguages/languages.js +0 -7
  455. package/assets/ckeditor/samples/old/datafiltering.html +0 -508
  456. package/assets/ckeditor/samples/old/dialog/assets/my_dialog.js +0 -48
  457. package/assets/ckeditor/samples/old/dialog/dialog.html +0 -190
  458. package/assets/ckeditor/samples/old/divarea/divarea.html +0 -64
  459. package/assets/ckeditor/samples/old/divreplace.html +0 -144
  460. package/assets/ckeditor/samples/old/enterkey/enterkey.html +0 -106
  461. package/assets/ckeditor/samples/old/htmlwriter/assets/outputforflash/outputforflash.fla +0 -0
  462. package/assets/ckeditor/samples/old/htmlwriter/assets/outputforflash/outputforflash.swf +0 -0
  463. package/assets/ckeditor/samples/old/htmlwriter/assets/outputforflash/swfobject.js +0 -19
  464. package/assets/ckeditor/samples/old/htmlwriter/outputforflash.html +0 -283
  465. package/assets/ckeditor/samples/old/htmlwriter/outputhtml.html +0 -224
  466. package/assets/ckeditor/samples/old/index.html +0 -134
  467. package/assets/ckeditor/samples/old/inlineall.html +0 -314
  468. package/assets/ckeditor/samples/old/inlinebycode.html +0 -124
  469. package/assets/ckeditor/samples/old/inlinetextarea.html +0 -113
  470. package/assets/ckeditor/samples/old/jquery.html +0 -103
  471. package/assets/ckeditor/samples/old/magicline/magicline.html +0 -209
  472. package/assets/ckeditor/samples/old/readonly.html +0 -76
  473. package/assets/ckeditor/samples/old/replacebyclass.html +0 -60
  474. package/assets/ckeditor/samples/old/replacebycode.html +0 -59
  475. package/assets/ckeditor/samples/old/sample.css +0 -357
  476. package/assets/ckeditor/samples/old/sample.js +0 -50
  477. package/assets/ckeditor/samples/old/sample_posteddata.php +0 -16
  478. package/assets/ckeditor/samples/old/tabindex.html +0 -78
  479. package/assets/ckeditor/samples/old/toolbar/toolbar.html +0 -235
  480. package/assets/ckeditor/samples/old/uicolor.html +0 -72
  481. package/assets/ckeditor/samples/old/uilanguages.html +0 -122
  482. package/assets/ckeditor/samples/old/wysiwygarea/fullpage.html +0 -80
  483. package/assets/ckeditor/samples/old/xhtmlstyle.html +0 -234
  484. package/assets/ckeditor/samples/toolbarconfigurator/css/fontello.css +0 -55
  485. package/assets/ckeditor/samples/toolbarconfigurator/font/LICENSE.txt +0 -10
  486. package/assets/ckeditor/samples/toolbarconfigurator/font/config.json +0 -28
  487. package/assets/ckeditor/samples/toolbarconfigurator/font/fontello.eot +0 -0
  488. package/assets/ckeditor/samples/toolbarconfigurator/font/fontello.svg +0 -14
  489. package/assets/ckeditor/samples/toolbarconfigurator/font/fontello.ttf +0 -0
  490. package/assets/ckeditor/samples/toolbarconfigurator/font/fontello.woff +0 -0
  491. package/assets/ckeditor/samples/toolbarconfigurator/index.html +0 -446
  492. package/assets/ckeditor/samples/toolbarconfigurator/js/abstracttoolbarmodifier.js +0 -13
  493. package/assets/ckeditor/samples/toolbarconfigurator/js/fulltoolbareditor.js +0 -9
  494. package/assets/ckeditor/samples/toolbarconfigurator/js/toolbarmodifier.js +0 -33
  495. package/assets/ckeditor/samples/toolbarconfigurator/js/toolbartextmodifier.js +0 -14
  496. package/assets/ckeditor/samples/toolbarconfigurator/lib/codemirror/LICENSE +0 -19
  497. package/assets/ckeditor/samples/toolbarconfigurator/lib/codemirror/codemirror.css +0 -325
  498. package/assets/ckeditor/samples/toolbarconfigurator/lib/codemirror/codemirror.js +0 -288
  499. package/assets/ckeditor/samples/toolbarconfigurator/lib/codemirror/javascript.js +0 -25
  500. package/assets/ckeditor/samples/toolbarconfigurator/lib/codemirror/neo.css +0 -36
  501. package/assets/ckeditor/samples/toolbarconfigurator/lib/codemirror/show-hint.css +0 -38
  502. package/assets/ckeditor/samples/toolbarconfigurator/lib/codemirror/show-hint.js +0 -16
  503. package/assets/ckeditor/skins/office2013/dialog.css +0 -5
  504. package/assets/ckeditor/skins/office2013/editor.css +0 -5
  505. package/assets/ckeditor/skins/office2013/icons.png +0 -0
  506. package/assets/ckeditor/skins/office2013/icons_hidpi.png +0 -0
  507. package/assets/ckeditor/skins/office2013/images/arrow.png +0 -0
  508. package/assets/ckeditor/skins/office2013/images/close.png +0 -0
  509. package/assets/ckeditor/skins/office2013/images/hidpi/close.png +0 -0
  510. package/assets/ckeditor/skins/office2013/images/hidpi/lock-open.png +0 -0
  511. package/assets/ckeditor/skins/office2013/images/hidpi/lock.png +0 -0
  512. package/assets/ckeditor/skins/office2013/images/hidpi/refresh.png +0 -0
  513. package/assets/ckeditor/skins/office2013/images/lock-open.png +0 -0
  514. package/assets/ckeditor/skins/office2013/images/lock.png +0 -0
  515. package/assets/ckeditor/skins/office2013/images/refresh.png +0 -0
  516. package/assets/ckeditor/styles.js +0 -137
  517. package/bundles/sd-angular-core-modal-custom.umd.js +0 -487
  518. package/bundles/sd-angular-core-modal-custom.umd.js.map +0 -1
  519. package/bundles/sd-angular-core-modal-custom.umd.min.js +0 -16
  520. package/bundles/sd-angular-core-modal-custom.umd.min.js.map +0 -1
  521. package/esm2015/lib/controls/ckeditor-control/ckeditor-control.component.js +0 -53
  522. package/esm2015/lib/controls/date-picker-control/date-picker-control.component.js +0 -156
  523. package/esm2015/lib/pipes/sd-date.pipe.js +0 -15
  524. package/esm2015/lib/validators/chip-min-item.validator.js +0 -26
  525. package/esm2015/lib/validators/custom.validator.js +0 -39
  526. package/esm2015/lib/validators/max-date.validator.js +0 -30
  527. package/esm2015/lib/validators/min-date.validator.js +0 -30
  528. package/esm2015/modal-custom/index.js +0 -2
  529. package/esm2015/modal-custom/sd-angular-core-modal-custom.js +0 -5
  530. package/esm2015/modal-custom/src/lib/modal-custom/modal-custom.component.js +0 -123
  531. package/esm2015/modal-custom/src/lib/modal-custom.module.js +0 -30
  532. package/esm2015/modal-custom/src/public-api.js +0 -6
  533. package/fesm2015/sd-angular-core-modal-custom.js +0 -161
  534. package/fesm2015/sd-angular-core-modal-custom.js.map +0 -1
  535. package/lib/controls/ckeditor-control/ckeditor-control.component.d.ts +0 -20
  536. package/lib/controls/date-picker-control/date-picker-control.component.d.ts +0 -36
  537. package/lib/pipes/sd-date.pipe.d.ts +0 -4
  538. package/lib/validators/chip-min-item.validator.d.ts +0 -5
  539. package/lib/validators/custom.validator.d.ts +0 -5
  540. package/lib/validators/max-date.validator.d.ts +0 -5
  541. package/lib/validators/min-date.validator.d.ts +0 -5
  542. package/modal-custom/index.d.ts +0 -1
  543. package/modal-custom/package.json +0 -12
  544. package/modal-custom/sd-angular-core-modal-custom.d.ts +0 -4
  545. package/modal-custom/sd-angular-core-modal-custom.metadata.json +0 -1
  546. package/modal-custom/src/lib/modal-custom/modal-custom.component.d.ts +0 -31
  547. package/modal-custom/src/lib/modal-custom.module.d.ts +0 -2
  548. package/modal-custom/src/public-api.d.ts +0 -2
  549. package/sd-angular-core-0.0.1047.tgz +0 -0
@@ -1,84 +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
-
6
- .cke_tpl_list
7
- {
8
- border: #dcdcdc 2px solid;
9
- background-color: #ffffff;
10
- overflow-y: auto;
11
- overflow-x: hidden;
12
- width: 100%;
13
- height: 220px;
14
- }
15
-
16
- .cke_tpl_item
17
- {
18
- margin: 5px;
19
- padding: 7px;
20
- border: #eeeeee 1px solid;
21
- *width: 88%;
22
- }
23
-
24
- .cke_tpl_preview
25
- {
26
- border-collapse: separate;
27
- text-indent:0;
28
- width: 100%;
29
- }
30
- .cke_tpl_preview td
31
- {
32
- padding: 2px;
33
- vertical-align: middle;
34
- }
35
- .cke_tpl_preview .cke_tpl_preview_img
36
- {
37
- width: 100px;
38
- }
39
- .cke_tpl_preview span
40
- {
41
- white-space: normal;
42
- }
43
-
44
- .cke_tpl_title
45
- {
46
- font-weight: bold;
47
- }
48
-
49
- .cke_tpl_list a:hover .cke_tpl_item,
50
- .cke_tpl_list a:focus .cke_tpl_item,
51
- .cke_tpl_list a:active .cke_tpl_item
52
- {
53
- border: #ff9933 1px solid;
54
- background-color: #fffacd;
55
- }
56
-
57
- .cke_tpl_list a:hover *,
58
- .cke_tpl_list a:focus *,
59
- .cke_tpl_list a:active *
60
- {
61
- cursor: pointer;
62
- }
63
-
64
- /* IE Quirks contextual selectors children will not get :hover transition until
65
- the hover style of the link itself contains certain CSS declarations. */
66
- .cke_browser_quirks .cke_tpl_list a:active,
67
- .cke_browser_quirks .cke_tpl_list a:hover,
68
- .cke_browser_quirks .cke_tpl_list a:focus
69
- {
70
- background-position: 0 0;
71
- }
72
-
73
- .cke_hc .cke_tpl_list a:hover .cke_tpl_item,
74
- .cke_hc .cke_tpl_list a:focus .cke_tpl_item,
75
- .cke_hc .cke_tpl_list a:active .cke_tpl_item
76
- {
77
- border-width: 3px;
78
- }
79
-
80
- .cke_tpl_empty, .cke_tpl_loading
81
- {
82
- text-align: center;
83
- padding: 5px;
84
- }
@@ -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(){CKEDITOR.dialog.add("templates",function(c){function r(a,b){var m=CKEDITOR.dom.element.createFromHtml('\x3ca href\x3d"javascript:void(0)" tabIndex\x3d"-1" role\x3d"option" \x3e\x3cdiv class\x3d"cke_tpl_item"\x3e\x3c/div\x3e\x3c/a\x3e'),d='\x3ctable style\x3d"width:350px;" class\x3d"cke_tpl_preview" role\x3d"presentation"\x3e\x3ctr\x3e';a.image&&b&&(d+='\x3ctd class\x3d"cke_tpl_preview_img"\x3e\x3cimg src\x3d"'+CKEDITOR.getUrl(b+a.image)+'"'+(CKEDITOR.env.ie6Compat?' onload\x3d"this.width\x3dthis.width"':
6
- "")+' alt\x3d"" title\x3d""\x3e\x3c/td\x3e');d+='\x3ctd style\x3d"white-space:normal;"\x3e\x3cspan class\x3d"cke_tpl_title"\x3e'+a.title+"\x3c/span\x3e\x3cbr/\x3e";a.description&&(d+="\x3cspan\x3e"+a.description+"\x3c/span\x3e");d+="\x3c/td\x3e\x3c/tr\x3e\x3c/table\x3e";m.getFirst().setHtml(d);m.on("click",function(){t(a.html)});return m}function t(a){var b=CKEDITOR.dialog.getCurrent();b.getValueOf("selectTpl","chkInsertOpt")?(c.fire("saveSnapshot"),c.setData(a,function(){b.hide();var a=c.createRange();
7
- a.moveToElementEditStart(c.editable());a.select();setTimeout(function(){c.fire("saveSnapshot")},0)})):(c.insertHtml(a),b.hide())}function k(a){var b=a.data.getTarget(),c=g.equals(b);if(c||g.contains(b)){var d=a.data.getKeystroke(),f=g.getElementsByTag("a"),e;if(f){if(c)e=f.getItem(0);else switch(d){case 40:e=b.getNext();break;case 38:e=b.getPrevious();break;case 13:case 32:b.fire("click")}e&&(e.focus(),a.data.preventDefault())}}}var h=CKEDITOR.plugins.get("templates");CKEDITOR.document.appendStyleSheet(CKEDITOR.getUrl(h.path+
8
- "dialogs/templates.css"));var g,h="cke_tpl_list_label_"+CKEDITOR.tools.getNextNumber(),f=c.lang.templates,n=c.config;return{title:c.lang.templates.title,minWidth:CKEDITOR.env.ie?440:400,minHeight:340,contents:[{id:"selectTpl",label:f.title,elements:[{type:"vbox",padding:5,children:[{id:"selectTplText",type:"html",html:"\x3cspan\x3e"+f.selectPromptMsg+"\x3c/span\x3e"},{id:"templatesList",type:"html",focus:!0,html:'\x3cdiv class\x3d"cke_tpl_list" tabIndex\x3d"-1" role\x3d"listbox" aria-labelledby\x3d"'+
9
- h+'"\x3e\x3cdiv class\x3d"cke_tpl_loading"\x3e\x3cspan\x3e\x3c/span\x3e\x3c/div\x3e\x3c/div\x3e\x3cspan class\x3d"cke_voice_label" id\x3d"'+h+'"\x3e'+f.options+"\x3c/span\x3e"},{id:"chkInsertOpt",type:"checkbox",label:f.insertOption,"default":n.templates_replaceContent}]}]}],buttons:[CKEDITOR.dialog.cancelButton],onShow:function(){var a=this.getContentElement("selectTpl","templatesList");g=a.getElement();CKEDITOR.loadTemplates(n.templates_files,function(){var b=(n.templates||"default").split(",");
10
- if(b.length){var c=g;c.setHtml("");for(var d=0,h=b.length;d<h;d++)for(var e=CKEDITOR.getTemplates(b[d]),k=e.imagesPath,e=e.templates,q=e.length,l=0;l<q;l++){var p=r(e[l],k);p.setAttribute("aria-posinset",l+1);p.setAttribute("aria-setsize",q);c.append(p)}a.focus()}else g.setHtml('\x3cdiv class\x3d"cke_tpl_empty"\x3e\x3cspan\x3e'+f.emptyListMsg+"\x3c/span\x3e\x3c/div\x3e")});this._.element.on("keydown",k)},onHide:function(){this._.element.removeListener("keydown",k)}}})})();
@@ -1,7 +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
- CKEDITOR.addTemplates("default",{imagesPath:CKEDITOR.getUrl(CKEDITOR.plugins.getPath("templates")+"templates/images/"),templates:[{title:"Image and Title",image:"template1.gif",description:"One main image with a title and text that surround the image.",html:'\x3ch3\x3e\x3cimg src\x3d" " alt\x3d"" style\x3d"margin-right: 10px" height\x3d"100" width\x3d"100" align\x3d"left" /\x3eType the title here\x3c/h3\x3e\x3cp\x3eType the text here\x3c/p\x3e'},{title:"Strange Template",image:"template2.gif",description:"A template that defines two columns, each one with a title, and some text.",
6
- html:'\x3ctable cellspacing\x3d"0" cellpadding\x3d"0" style\x3d"width:100%" border\x3d"0"\x3e\x3ctr\x3e\x3ctd style\x3d"width:50%"\x3e\x3ch3\x3eTitle 1\x3c/h3\x3e\x3c/td\x3e\x3ctd\x3e\x3c/td\x3e\x3ctd style\x3d"width:50%"\x3e\x3ch3\x3eTitle 2\x3c/h3\x3e\x3c/td\x3e\x3c/tr\x3e\x3ctr\x3e\x3ctd\x3eText 1\x3c/td\x3e\x3ctd\x3e\x3c/td\x3e\x3ctd\x3eText 2\x3c/td\x3e\x3c/tr\x3e\x3c/table\x3e\x3cp\x3eMore text goes here.\x3c/p\x3e'},{title:"Text and Table",image:"template3.gif",description:"A title with some text and a table.",
7
- html:'\x3cdiv style\x3d"width: 80%"\x3e\x3ch3\x3eTitle goes here\x3c/h3\x3e\x3ctable style\x3d"width:150px;float: right" cellspacing\x3d"0" cellpadding\x3d"0" border\x3d"1"\x3e\x3ccaption style\x3d"border:solid 1px black"\x3e\x3cstrong\x3eTable title\x3c/strong\x3e\x3c/caption\x3e\x3ctr\x3e\x3ctd\x3e\x26nbsp;\x3c/td\x3e\x3ctd\x3e\x26nbsp;\x3c/td\x3e\x3ctd\x3e\x26nbsp;\x3c/td\x3e\x3c/tr\x3e\x3ctr\x3e\x3ctd\x3e\x26nbsp;\x3c/td\x3e\x3ctd\x3e\x26nbsp;\x3c/td\x3e\x3ctd\x3e\x26nbsp;\x3c/td\x3e\x3c/tr\x3e\x3ctr\x3e\x3ctd\x3e\x26nbsp;\x3c/td\x3e\x3ctd\x3e\x26nbsp;\x3c/td\x3e\x3ctd\x3e\x26nbsp;\x3c/td\x3e\x3c/tr\x3e\x3c/table\x3e\x3cp\x3eType the text here\x3c/p\x3e\x3c/div\x3e'}]});
@@ -1,17 +0,0 @@
1
- # Auto detect text files and perform LF normalization
2
- * text=auto
3
-
4
- # Custom for Visual Studio
5
- *.cs diff=csharp
6
-
7
- # Standard to msysgit
8
- *.doc diff=astextplain
9
- *.DOC diff=astextplain
10
- *.docx diff=astextplain
11
- *.DOCX diff=astextplain
12
- *.dot diff=astextplain
13
- *.DOT diff=astextplain
14
- *.pdf diff=astextplain
15
- *.PDF diff=astextplain
16
- *.rtf diff=astextplain
17
- *.RTF diff=astextplain
@@ -1,35 +0,0 @@
1
- # CKEditor : VideoEmbed Plugin
2
- Intégrer facilement des vidéos de Youtube, Vimeo et Dailymotion dans votre éditeur CKEditor à partir d'une simple adresse.
3
- #### CKEditor version : 4.5
4
- #### Support Language : Français, English
5
-
6
- ## Installation
7
- `config.extraPlugins = 'videoembed';`
8
-
9
- ## Utilisation
10
- Entrer simplement l'adresse d'une vidéo dans le champ, exemple :https://www.youtube.com/watch?v=EOIvnRUa3ik. Le Plugin se chargera d'apadter le code automatiquement si la vidéo vient de youtube, dailymotion ou vimeo.
11
-
12
- ## Video Responsive
13
- Un peu de CSS pour rendre les vidéos en iframe responsive. Par défaut la class de la div container est *.videoEmbed* vous pouvez personnaliser ce nom de classe au moment de l'intégration de la vidéo dans le champ spécifique. Voici un exemple de code SASS assez simple pour rendre vos vidéos responsives dans la majorité des cas.
14
- ```sass
15
- .videoEmbed {
16
- position: relative;
17
- padding-bottom: 56.25%; /* 16:9 */
18
- padding-top: 25px;
19
- height: 0;
20
-
21
- iframe {
22
- position: absolute;
23
- top: 0;
24
- left: 0;
25
- width: 100%;
26
- height: 100%;
27
- }
28
- }
29
- ```
30
- ## URLs reconnues
31
- - Youtube (full & tiny) & Youtube playlist
32
- - Dailymotion (full & tiny) & Dailymotion Jukebox
33
- - Vimeo (full only)
34
-
35
- Ne pas mettre d'url "embed" sous peine d'avoir une erreur au moment la lecture. Exemple : https://www.youtube.com/embed/NN68RqtRmjM
@@ -1,114 +0,0 @@
1
- /*
2
- * Plugin developed by CTRL+N.
3
- *
4
- * LICENCE: GPL, LGPL, MPL
5
- * NON-COMMERCIAL PLUGIN.
6
- *
7
- * Website: https://www.ctrplusn.net/
8
- * Facebook: https://www.facebook.com/ctrlplusn.net/
9
- *
10
- */
11
- CKEDITOR.dialog.add('videoembedDialog', function (editor) {
12
- return {
13
- title: editor.lang.videoembed.title,
14
- minWidth: 400,
15
- minHeight: 80,
16
- contents: [
17
- {
18
- id: 'tab-basic',
19
- label: 'Basic Settings',
20
- elements: [
21
- {
22
- type: 'html',
23
- html: '<p>' + editor.lang.videoembed.onlytxt + '</p>'
24
- },
25
- {
26
- type: 'text',
27
- id: 'url_video',
28
- label: 'URL (ex: https://www.youtube.com/watch?v=EOIvnRUa3ik)',
29
- validate: CKEDITOR.dialog.validate.notEmpty(editor.lang.videoembed.validatetxt)
30
- },
31
- {
32
- type: 'text',
33
- id: 'css_class',
34
- label: editor.lang.videoembed.input_css
35
- }
36
- ]
37
- }
38
- ],
39
- onOk: function () {
40
- var
41
- dialog = this,
42
- div_container = new CKEDITOR.dom.element('div'),
43
- css = 'videoEmbed';
44
- // Set custom css class name
45
- if (dialog.getValueOf('tab-basic', 'css_class').length > 0) {
46
- css = dialog.getValueOf('tab-basic', 'css_class');
47
- }
48
- div_container.setAttribute('class', css);
49
-
50
- // Auto-detect if youtube, vimeo or dailymotion url
51
- var url = detect(dialog.getValueOf('tab-basic', 'url_video'));
52
- // Create iframe with specific url
53
- if (url.length > 1) {
54
- var iframe = new CKEDITOR.dom.element.createFromHtml('<iframe frameborder="0" width="560" height="349" src="' + url + '" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>');
55
- div_container.append(iframe);
56
- editor.insertElement(div_container);
57
- }
58
- }
59
- };
60
- });
61
-
62
- // Detect platform and return video ID
63
- function detect(url) {
64
- var embed_url = '';
65
- // full youtube url
66
- if (url.indexOf('youtube') > 0) {
67
- id = getId(url, "?v=", 3);
68
- if (id.indexOf('&list=') > 0) {
69
- lastId = getId(id, "&list=", 6);
70
- return embed_url = 'https://www.youtube.com/embed/' + id + '?list=' + lastId;
71
- }
72
- return embed_url = 'https://www.youtube.com/embed/' + id;
73
- }
74
- // tiny youtube url
75
- if (url.indexOf('youtu.be') > 0) {
76
- id = getId(url);
77
- // if this is a playlist
78
- if (id.indexOf('&list=') > 0) {
79
- lastId = getId(id, "&list=", 6);
80
- return embed_url = 'https://www.youtube.com/embed/' + id + '?list=' + lastId;
81
- }
82
- return embed_url = 'https://www.youtube.com/embed/' + id;
83
- }
84
- // full vimeo url
85
- if (url.indexOf('vimeo') > 0) {
86
- id = getId(url);
87
- return embed_url = 'https://player.vimeo.com/video/' + id + '?badge=0';
88
- }
89
- // full dailymotion url
90
- if (url.indexOf('dailymotion') > 0) {
91
- // if this is a playlist (jukebox)
92
- if (url.indexOf('/playlist/') > 0) {
93
- id = url.substring(url.lastIndexOf('/playlist/') + 10, url.indexOf("/1#video="));
94
- console.log(id);
95
- return embed_url = 'http://www.dailymotion.com/widget/jukebox?list[]=%2Fplaylist%2F' + id + '%2F1&&autoplay=0&mute=0';
96
- } else {
97
- id = getId(url);
98
- }
99
- return embed_url = 'https://www.dailymotion.com/embed/video/' + id;
100
- }
101
- // tiny dailymotion url
102
- if (url.indexOf('dai.ly') > 0) {
103
- id = getId(url);
104
- return embed_url = 'https://www.dailymotion.com/embed/video/' + id;
105
- }
106
- return embed_url;
107
- }
108
-
109
- // Return video ID from URL
110
- function getId(url, string = "/", index = 1) {
111
- return url.substring(url.lastIndexOf(string) + index, url.length);
112
- }
113
-
114
-
@@ -1,8 +0,0 @@
1
- CKEDITOR.plugins.setLang('videoembed', 'en', {
2
- title: 'Insert video',
3
- button: 'Video Embedded',
4
- onlytxt: 'Youtube, Vimeo & Dailymotion URLs only',
5
- validatetxt: 'URL field should not be empty!',
6
- input_css: 'Custom CSS class name :'
7
- });
8
-
@@ -1,8 +0,0 @@
1
- CKEDITOR.plugins.setLang('videoembed', 'fr', {
2
- title: 'Insérer une vidéo',
3
- button: 'Vidéo intégrée',
4
- onlytxt: 'Uniquement les URLs de Youtube, Vimeo & Dailymotion',
5
- validatetxt: 'Le champ URL ne doit pas être vide!',
6
- input_css: 'Classe CSS personnalisée :'
7
- });
8
-
@@ -1,27 +0,0 @@
1
- /*
2
- * Plugin developed by CTRL+N.
3
- *
4
- * LICENCE: GPL, LGPL, MPL
5
- * NON-COMMERCIAL PLUGIN.
6
- *
7
- * Website: https://www.ctrplusn.net/
8
- * Facebook: https://www.facebook.com/ctrlplusn.net/
9
- *
10
- */
11
- CKEDITOR.plugins.add('videoembed', {
12
- icons: 'videoembed',
13
- lang: 'fr,en',
14
- version: 1.1,
15
- init: function (editor) {
16
- // Command
17
- editor.addCommand('videoembed', new CKEDITOR.dialogCommand('videoembedDialog'));
18
- // Toolbar button
19
- editor.ui.addButton('VideoEmbed', {
20
- label: editor.lang.videoembed.button,
21
- command: 'videoembed',
22
- toolbar: 'insert'
23
- });
24
- // Dialog window
25
- CKEDITOR.dialog.add('videoembedDialog', this.path + 'dialogs/videoembedDialog.js');
26
- }
27
- });
@@ -1,3 +0,0 @@
1
- .cke_wordcount {display:block;float:right;margin-top:-2px;margin-right:3px;color:black;}
2
- .cke_wordcount_rtl {float:left;}
3
- .cke_wordcountLimitReached {color:red! important}
@@ -1,12 +0,0 @@
1
- // Arabic Translation by Amine BENHAMIDA
2
-
3
- CKEDITOR.plugins.setLang('wordcount', 'ar', {
4
- WordCount: 'كلمات:',
5
- CharCount: 'حروف:',
6
- CharCountWithHTML: 'حروف مع إتش تي إم إل',
7
- Paragraphs: 'فقرات',
8
- ParagraphsRemaining: 'Paragraphs remaining',
9
- pasteWarning: 'لا يمكن اضافة هذا المحتوى لانه تجاوز الحد الاقصى',
10
- Selected: 'محدد: ',
11
- title: 'احصائيات'
12
- });
@@ -1,17 +0,0 @@
1
- /*
2
- Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
3
- For licensing, see LICENSE.html or http://ckeditor.com/license
4
- */
5
- CKEDITOR.plugins.setLang('wordcount', 'bg', {
6
- WordCount: 'Думи:',
7
- WordCountRemaining: 'Оставащи думи',
8
- CharCount: 'Знаци:',
9
- CharCountRemaining: 'Знаци',
10
- CharCountWithHTML: 'Знаци (с HTML):',
11
- CharCountWithHTMLRemaining: 'Оставащи знаци (с HTML)',
12
- Paragraphs: 'Параграфи:',
13
- ParagraphsRemaining: 'Paragraphs remaining',
14
- pasteWarning: 'Съдържанието не може да бъде поставено, защото е над разрешения лимит',
15
- Selected: 'Избрани: ',
16
- title: 'Статистика'
17
- });
@@ -1,14 +0,0 @@
1
- /*
2
- Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
3
- For licensing, see LICENSE.html or http://ckeditor.com/license
4
- */
5
- CKEDITOR.plugins.setLang('wordcount', 'ca', {
6
- WordCount: 'Paraules:',
7
- CharCount: 'Caràcters:',
8
- CharCountWithHTML: 'Caràcters (including HTML):',
9
- Paragraphs: 'Paragraphs:',
10
- ParagraphsRemaining: 'Paragraphs remaining',
11
- pasteWarning: 'Content can not be pasted because it is above the allowed limit',
12
- Selected: 'Selected: ',
13
- title: 'Estadístiques'
14
- });
@@ -1,15 +0,0 @@
1
- /*
2
- Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
3
- For licensing, see LICENSE.html or http://ckeditor.com/license
4
- */
5
- CKEDITOR.plugins.setLang('wordcount', 'cs',
6
- {
7
- WordCount: 'Slov: ',
8
- CharCount: 'Znaků: ',
9
- CharCountWithHTML: 'Znaků (s HTML): ',
10
- Paragraphs: 'Odstavců: ',
11
- ParagraphsRemaining: 'Paragraphs remaining',
12
- pasteWarning: 'Obsah nelze vložit',
13
- Selected: 'Výběr: ',
14
- title: 'Statistika'
15
- });
@@ -1,14 +0,0 @@
1
- /*
2
- Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
3
- For licensing, see LICENSE.html or http://ckeditor.com/license
4
- */
5
- CKEDITOR.plugins.setLang('wordcount', 'da', {
6
- WordCount: 'Ord:',
7
- CharCount: 'Karakterer:',
8
- CharCountWithHTML: 'Karakterer (med HTML):',
9
- Paragraphs: 'Afsnit:',
10
- ParagraphsRemaining: 'Paragraphs remaining',
11
- pasteWarning: 'Indholdet kan ikke indsættes da det er længere end den tilladte grænse.',
12
- Selected: 'Markeret: ',
13
- title: 'Statistik'
14
- });
@@ -1,14 +0,0 @@
1
- /*
2
- Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
3
- For licensing, see LICENSE.html or http://ckeditor.com/license
4
- */
5
- CKEDITOR.plugins.setLang('wordcount', 'de', {
6
- WordCount: 'Wörter:',
7
- CharCount: 'Zeichen:',
8
- CharCountWithHTML: 'Zeichen (inkl. HTML):',
9
- Paragraphs: 'Absätze:',
10
- ParagraphsRemaining: 'Paragraphs remaining',
11
- pasteWarning: 'Content can not be pasted because it is above the allowed limit',
12
- Selected: 'Selected: ',
13
- title: 'Statistik'
14
- });
@@ -1,14 +0,0 @@
1
- /*
2
- Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
3
- For licensing, see LICENSE.html or http://ckeditor.com/license
4
- */
5
- CKEDITOR.plugins.setLang('wordcount', 'el', {
6
- WordCount: 'Λέξεις:',
7
- CharCount: 'Χαρακτήρες:',
8
- CharCountWithHTML: 'Χαρακτήρες (μαζί με HTML):',
9
- Paragraphs: 'Paragraphs:',
10
- ParagraphsRemaining: 'Paragraphs remaining',
11
- pasteWarning: 'Content can not be pasted because it is above the allowed limit',
12
- Selected: 'Selected: ',
13
- title: 'Στατιστικά'
14
- });
@@ -1,17 +0,0 @@
1
- /*
2
- Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
3
- For licensing, see LICENSE.html or http://ckeditor.com/license
4
- */
5
- CKEDITOR.plugins.setLang('wordcount', 'en', {
6
- WordCount: 'Words:',
7
- WordCountRemaining: 'Words remaining',
8
- CharCount: 'Characters:',
9
- CharCountRemaining: 'Characters remaining',
10
- CharCountWithHTML: 'Characters (with HTML):',
11
- CharCountWithHTMLRemaining: 'Characters (with HTML) remaining',
12
- Paragraphs: 'Paragraphs:',
13
- ParagraphsRemaining: 'Paragraphs remaining',
14
- pasteWarning: 'Content cannot be pasted because it is above the allowed limit',
15
- Selected: 'Selected: ',
16
- title: 'Statistics'
17
- });
@@ -1,14 +0,0 @@
1
- /*
2
- Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
3
- For licensing, see LICENSE.html or http://ckeditor.com/license
4
- */
5
- CKEDITOR.plugins.setLang('wordcount', 'es', {
6
- WordCount: 'Palabras:',
7
- CharCount: 'Carácteres:',
8
- CharCountWithHTML: 'Carácteres (con HTML):',
9
- Paragraphs: 'Párrafos:',
10
- ParagraphsRemaining: 'Paragraphs remaining',
11
- pasteWarning: 'El contenido no se puede pegar, ya que se encuentra fuera del límite permitido',
12
- Selected: 'Seleccionado: ',
13
- title: 'Estadísticas'
14
- });
@@ -1,17 +0,0 @@
1
- /*
2
- Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
3
- For licensing, see LICENSE.html or http://ckeditor.com/license
4
- */
5
- CKEDITOR.plugins.setLang('wordcount', 'eu', {
6
- WordCount: 'Hitzak:',
7
- WordCountRemaining: 'Gelditzen diren hitzak',
8
- CharCount: 'Karaktereak:',
9
- CharCountRemaining: 'Gelditzen diren karaktereak',
10
- CharCountWithHTML: 'Karaktereak (HTMLarekin):',
11
- CharCountWithHTMLRemaining: 'Gelditzen diren karaktereak (HTMLarekin)',
12
- Paragraphs: 'Paragrafoak:',
13
- ParagraphsRemaining: 'Gelditzen diren paragrafoak',
14
- pasteWarning: 'Ezin da edukia itsatsi, onartutako muga gainditu duelako',
15
- Selected: 'Hautatuta: ',
16
- title: 'Estatistikak'
17
- });
@@ -1,13 +0,0 @@
1
- /*
2
- Its The Persian (Farsi) Language Translate For Iranian By "Mohsen Esmaili"
3
- */
4
- CKEDITOR.plugins.setLang('wordcount', 'fa', {
5
- WordCount: 'لغت:',
6
- CharCount: 'کاراکتر:',
7
- CharCountWithHTML: 'کاراکترها (با HTML):',
8
- Paragraphs: 'پاراگراف:',
9
- ParagraphsRemaining: 'Paragraphs remaining',
10
- pasteWarning: 'محتوای مورد نظر را نمی توان چسباند. زیرا این بیشتر از حد مجاز است.',
11
- Selected: 'انتخاب شده: ',
12
- title: 'آمار'
13
- });
@@ -1,15 +0,0 @@
1
- /**
2
- * Finnish localisation.
3
- *
4
- * @author Joel Posti / Response200.pro
5
- */
6
- CKEDITOR.plugins.setLang('wordcount', 'fi', {
7
- WordCount: 'Sanoja:',
8
- CharCount: 'Merkkejä:',
9
- CharCountWithHTML: 'Merkkejä (ml. HTML):',
10
- Paragraphs: 'Kappaleita:',
11
- ParagraphsRemaining: 'Paragraphs remaining',
12
- pasteWarning: 'Sisältöä ei voida liittää, koska se ylittää sallitun rajan.',
13
- Selected: 'Valittuna: ',
14
- title: 'Statistiikkaa'
15
- });
@@ -1,12 +0,0 @@
1
- // French Translation by Nicolas M. et Pierre-Luc Auclair
2
-
3
- CKEDITOR.plugins.setLang('wordcount', 'fr', {
4
- WordCount: 'Mots :',
5
- CharCount: 'Caractères :',
6
- CharCountWithHTML: 'Caractères (incluant HTML) :',
7
- Paragraphs: 'Paragraphes :',
8
- ParagraphsRemaining: 'Paragraphs remaining',
9
- pasteWarning: 'Le contenu ne peut pas être collé car il dépasse la limite autorisée',
10
- Selected: 'Sélectionné :',
11
- title: 'Statistiques'
12
- });
@@ -1,14 +0,0 @@
1
- /*
2
- Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
3
- For licensing, see LICENSE.html or http://ckeditor.com/license
4
- */
5
- CKEDITOR.plugins.setLang('wordcount', 'he', {
6
- WordCount: 'מילים:',
7
- CharCount: 'תווים:',
8
- CharCountWithHTML: 'תווים (כולל HTML):',
9
- Paragraphs: 'פסקאות:',
10
- ParagraphsRemaining: 'Paragraphs remaining',
11
- pasteWarning: 'לא ניתן להדביק תוכן בשל עודף תווים',
12
- Selected: 'נבחר: ',
13
- title: 'סטטיסטיקות'
14
- });
@@ -1,14 +0,0 @@
1
- /*
2
- Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
3
- For licensing, see LICENSE.html or http://ckeditor.com/license
4
- */
5
- CKEDITOR.plugins.setLang("wordcount", "hr", {
6
- WordCount: "Riječi:",
7
- CharCount: "Znakova:",
8
- CharCountWithHTML: "Znakova (uključujući HTML):",
9
- Paragraphs: "Paragraphs:",
10
- ParagraphsRemaining: "Paragraphs remaining",
11
- pasteWarning: "Content can not be pasted because it is above the allowed limit",
12
- Selected: "Selected: ",
13
- title: "Statistika"
14
- });
@@ -1,14 +0,0 @@
1
- /*
2
- Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
3
- For licensing, see LICENSE.html or http://ckeditor.com/license
4
- */
5
- CKEDITOR.plugins.setLang('wordcount', 'hu', {
6
- WordCount: 'Szavak:',
7
- CharCount: 'Karakaterek:',
8
- CharCountWithHTML: 'Karakterek (HTML tagekkel):',
9
- Paragraphs: 'Bekezdések:',
10
- ParagraphsRemaining: 'Paragraphs remaining',
11
- pasteWarning: 'A szöveget nem lehet beilleszteni, mert a megadott limit felett van',
12
- Selected: 'Kiválasztva: ',
13
- title: 'Statisztika'
14
- });
@@ -1,15 +0,0 @@
1
- /*
2
- Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
3
- For licensing, see LICENSE.html or http://ckeditor.com/license
4
- @author translation: Davide Montorio
5
- */
6
- CKEDITOR.plugins.setLang('wordcount', 'it', {
7
- WordCount: 'Parole:',
8
- CharCount: 'Caratteri:',
9
- CharCountWithHTML: 'Caratteri (HTML incluso):',
10
- Paragraphs: 'Paragrafi:',
11
- ParagraphsRemaining: 'Paragraphs remaining',
12
- pasteWarning: 'Il contenuto non può essere incollato poiché supera il limite massimo di caratteri disponibili',
13
- Selected: 'Selezionato: ',
14
- title: 'Statistiche'
15
- });
@@ -1,14 +0,0 @@
1
- /*
2
- Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
3
- For licensing, see LICENSE.html or http://ckeditor.com/license
4
- */
5
- CKEDITOR.plugins.setLang('wordcount', 'ja', {
6
- WordCount: '単語数:',
7
- CharCount: '文字数:',
8
- CharCountWithHTML: '文字数 (HTMLタグを含む):',
9
- Paragraphs: '段落数:',
10
- ParagraphsRemaining: 'Paragraphs remaining',
11
- pasteWarning: '文字数/単語数の上限を超えるため、貼り付けできません。',
12
- Selected: '選択中の字数:',
13
- title: 'ワードカウント'
14
- });
@@ -1,16 +0,0 @@
1
- /*
2
- Korean translation by Maxime Houdais
3
- */
4
- CKEDITOR.plugins.setLang('wordcount', 'ko', {
5
- WordCount: '단어:',
6
- WordCountRemaining: '남은 단어',
7
- CharCount: '글자:',
8
- CharCountRemaining: '자 남음',
9
- CharCountWithHTML: '글자 와 HTML:',
10
- CharCountWithHTMLRemaining: '남은 글자 와 HTML',
11
- Paragraphs: '단락:',
12
- ParagraphsRemaining: 'Paragraphs remaining',
13
- pasteWarning: '허용 된 한도를 초과하여 콘텐츠를 붙여 넣을 수 없습니다.',
14
- Selected: '선택:',
15
- title: '통계'
16
- });