@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,21 +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.dialog.add("select",function(c){function h(a,b,e,d,c){a=f(a);d=d?d.createElement("OPTION"):document.createElement("OPTION");if(a&&d&&"option"==d.getName())CKEDITOR.env.ie?(isNaN(parseInt(c,10))?a.$.options.add(d.$):a.$.options.add(d.$,c),d.$.innerHTML=0<b.length?b:"",d.$.value=e):(null!==c&&c<a.getChildCount()?a.getChild(0>c?0:c).insertBeforeMe(d):a.append(d),d.setText(0<b.length?b:""),d.setValue(e));else return!1;return d}function p(a){a=f(a);for(var b=g(a),e=a.getChildren().count()-1;0<=
6
- e;e--)a.getChild(e).$.selected&&a.getChild(e).remove();k(a,b)}function q(a,b,e,d){a=f(a);if(0>b)return!1;a=a.getChild(b);a.setText(e);a.setValue(d);return a}function m(a){for(a=f(a);a.getChild(0)&&a.getChild(0).remove(););}function l(a,b,e){a=f(a);var d=g(a);if(0>d)return!1;b=d+b;b=0>b?0:b;b=b>=a.getChildCount()?a.getChildCount()-1:b;if(d==b)return!1;var d=a.getChild(d),c=d.getText(),r=d.getValue();d.remove();d=h(a,c,r,e?e:null,b);k(a,b);return d}function g(a){return(a=f(a))?a.$.selectedIndex:-1}
7
- function k(a,b){a=f(a);if(0>b)return null;var e=a.getChildren().count();a.$.selectedIndex=b>=e?e-1:b;return a}function n(a){return(a=f(a))?a.getChildren():!1}function f(a){return a&&a.domId&&a.getInputElement().$?a.getInputElement():a&&a.$?a:!1}return{title:c.lang.forms.select.title,minWidth:CKEDITOR.env.ie?460:395,minHeight:CKEDITOR.env.ie?320:300,onShow:function(){delete this.selectBox;this.setupContent("clear");var a=this.getParentEditor().getSelection().getSelectedElement();if(a&&"select"==a.getName()){this.selectBox=
8
- a;this.setupContent(a.getName(),a);for(var a=n(a),b=0;b<a.count();b++)this.setupContent("option",a.getItem(b))}},onOk:function(){var a=this.getParentEditor(),b=this.selectBox,e=!b;e&&(b=a.document.createElement("select"));this.commitContent(b);if(e&&(a.insertElement(b),CKEDITOR.env.ie)){var d=a.getSelection(),c=d.createBookmarks();setTimeout(function(){d.selectBookmarks(c)},0)}},contents:[{id:"info",label:c.lang.forms.select.selectInfo,title:c.lang.forms.select.selectInfo,accessKey:"",elements:[{id:"txtName",
9
- type:"text",widths:["25%","75%"],labelLayout:"horizontal",label:c.lang.common.name,"default":"",accessKey:"N",style:"width:350px",setup:function(a,b){"clear"==a?this.setValue(this["default"]||""):"select"==a&&this.setValue(b.data("cke-saved-name")||b.getAttribute("name")||"")},commit:function(a){this.getValue()?a.data("cke-saved-name",this.getValue()):(a.data("cke-saved-name",!1),a.removeAttribute("name"))}},{id:"txtValue",type:"text",widths:["25%","75%"],labelLayout:"horizontal",label:c.lang.forms.select.value,
10
- style:"width:350px","default":"",className:"cke_disabled",onLoad:function(){this.getInputElement().setAttribute("readOnly",!0)},setup:function(a,b){"clear"==a?this.setValue(""):"option"==a&&b.getAttribute("selected")&&this.setValue(b.$.value)}},{type:"hbox",className:"cke_dialog_forms_select_order_txtsize",widths:["175px","170px"],children:[{id:"txtSize",type:"text",labelLayout:"horizontal",label:c.lang.forms.select.size,"default":"",accessKey:"S",style:"width:175px",validate:function(){var a=CKEDITOR.dialog.validate.integer(c.lang.common.validateNumberFailed);
11
- return""===this.getValue()||a.apply(this)},setup:function(a,b){"select"==a&&this.setValue(b.getAttribute("size")||"");CKEDITOR.env.webkit&&this.getInputElement().setStyle("width","86px")},commit:function(a){this.getValue()?a.setAttribute("size",this.getValue()):a.removeAttribute("size")}},{type:"html",html:"\x3cspan\x3e"+CKEDITOR.tools.htmlEncode(c.lang.forms.select.lines)+"\x3c/span\x3e"}]},{type:"html",html:"\x3cspan\x3e"+CKEDITOR.tools.htmlEncode(c.lang.forms.select.opAvail)+"\x3c/span\x3e"},{type:"hbox",
12
- widths:["115px","115px","100px"],className:"cke_dialog_forms_select_order",children:[{type:"vbox",children:[{id:"txtOptName",type:"text",label:c.lang.forms.select.opText,style:"width:115px",setup:function(a){"clear"==a&&this.setValue("")}},{type:"select",id:"cmbName",label:"",title:"",size:5,style:"width:115px;height:75px",items:[],onChange:function(){var a=this.getDialog(),b=a.getContentElement("info","cmbValue"),e=a.getContentElement("info","txtOptName"),a=a.getContentElement("info","txtOptValue"),
13
- d=g(this);k(b,d);e.setValue(this.getValue());a.setValue(b.getValue())},setup:function(a,b){"clear"==a?m(this):"option"==a&&h(this,b.getText(),b.getText(),this.getDialog().getParentEditor().document)},commit:function(a){var b=this.getDialog(),e=n(this),d=n(b.getContentElement("info","cmbValue")),c=b.getContentElement("info","txtValue").getValue();m(a);for(var f=0;f<e.count();f++){var g=h(a,e.getItem(f).getValue(),d.getItem(f).getValue(),b.getParentEditor().document);d.getItem(f).getValue()==c&&(g.setAttribute("selected",
14
- "selected"),g.selected=!0)}}}]},{type:"vbox",children:[{id:"txtOptValue",type:"text",label:c.lang.forms.select.opValue,style:"width:115px",setup:function(a){"clear"==a&&this.setValue("")}},{type:"select",id:"cmbValue",label:"",size:5,style:"width:115px;height:75px",items:[],onChange:function(){var a=this.getDialog(),b=a.getContentElement("info","cmbName"),e=a.getContentElement("info","txtOptName"),a=a.getContentElement("info","txtOptValue"),d=g(this);k(b,d);e.setValue(b.getValue());a.setValue(this.getValue())},
15
- setup:function(a,b){if("clear"==a)m(this);else if("option"==a){var e=b.getValue();h(this,e,e,this.getDialog().getParentEditor().document);"selected"==b.getAttribute("selected")&&this.getDialog().getContentElement("info","txtValue").setValue(e)}}}]},{type:"vbox",padding:5,children:[{type:"button",id:"btnAdd",label:c.lang.forms.select.btnAdd,title:c.lang.forms.select.btnAdd,style:"width:100%;",onClick:function(){var a=this.getDialog(),b=a.getContentElement("info","txtOptName"),e=a.getContentElement("info",
16
- "txtOptValue"),d=a.getContentElement("info","cmbName"),c=a.getContentElement("info","cmbValue");h(d,b.getValue(),b.getValue(),a.getParentEditor().document);h(c,e.getValue(),e.getValue(),a.getParentEditor().document);b.setValue("");e.setValue("")}},{type:"button",id:"btnModify",label:c.lang.forms.select.btnModify,title:c.lang.forms.select.btnModify,style:"width:100%;",onClick:function(){var a=this.getDialog(),b=a.getContentElement("info","txtOptName"),e=a.getContentElement("info","txtOptValue"),d=
17
- a.getContentElement("info","cmbName"),a=a.getContentElement("info","cmbValue"),c=g(d);0<=c&&(q(d,c,b.getValue(),b.getValue()),q(a,c,e.getValue(),e.getValue()))}},{type:"button",id:"btnUp",style:"width:100%;",label:c.lang.forms.select.btnUp,title:c.lang.forms.select.btnUp,onClick:function(){var a=this.getDialog(),b=a.getContentElement("info","cmbName"),c=a.getContentElement("info","cmbValue");l(b,-1,a.getParentEditor().document);l(c,-1,a.getParentEditor().document)}},{type:"button",id:"btnDown",style:"width:100%;",
18
- label:c.lang.forms.select.btnDown,title:c.lang.forms.select.btnDown,onClick:function(){var a=this.getDialog(),b=a.getContentElement("info","cmbName"),c=a.getContentElement("info","cmbValue");l(b,1,a.getParentEditor().document);l(c,1,a.getParentEditor().document)}}]}]},{type:"hbox",widths:["40%","20%","40%"],children:[{type:"button",id:"btnSetValue",label:c.lang.forms.select.btnSetValue,title:c.lang.forms.select.btnSetValue,onClick:function(){var a=this.getDialog(),b=a.getContentElement("info","cmbValue");
19
- a.getContentElement("info","txtValue").setValue(b.getValue())}},{type:"button",id:"btnDelete",label:c.lang.forms.select.btnDelete,title:c.lang.forms.select.btnDelete,onClick:function(){var a=this.getDialog(),b=a.getContentElement("info","cmbName"),c=a.getContentElement("info","cmbValue"),d=a.getContentElement("info","txtOptName"),a=a.getContentElement("info","txtOptValue");p(b);p(c);d.setValue("");a.setValue("")}},{type:"vbox",children:[{id:"chkMulti",type:"checkbox",label:c.lang.forms.select.chkMulti,
20
- "default":"",accessKey:"M",value:"checked",setup:function(a,b){"select"==a&&this.setValue(b.getAttribute("multiple"))},commit:function(a){this.getValue()?a.setAttribute("multiple",this.getValue()):a.removeAttribute("multiple")}},{id:"required",type:"checkbox",label:c.lang.forms.select.required,"default":"",accessKey:"Q",value:"checked",setup:function(a,b){"select"==a&&CKEDITOR.plugins.forms._setupRequiredAttribute.call(this,b)},commit:function(a){this.getValue()?a.setAttribute("required","required"):
21
- a.removeAttribute("required")}}]}]}]}]}});
@@ -1,8 +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.dialog.add("textarea",function(b){return{title:b.lang.forms.textarea.title,minWidth:350,minHeight:220,onShow:function(){delete this.textarea;var a=this.getParentEditor().getSelection().getSelectedElement();a&&"textarea"==a.getName()&&(this.textarea=a,this.setupContent(a))},onOk:function(){var a,b=this.textarea,c=!b;c&&(a=this.getParentEditor(),b=a.document.createElement("textarea"));this.commitContent(b);c&&a.insertElement(b)},contents:[{id:"info",label:b.lang.forms.textarea.title,title:b.lang.forms.textarea.title,
6
- elements:[{id:"_cke_saved_name",type:"text",label:b.lang.common.name,"default":"",accessKey:"N",setup:function(a){this.setValue(a.data("cke-saved-name")||a.getAttribute("name")||"")},commit:function(a){this.getValue()?a.data("cke-saved-name",this.getValue()):(a.data("cke-saved-name",!1),a.removeAttribute("name"))}},{type:"hbox",widths:["50%","50%"],children:[{id:"cols",type:"text",label:b.lang.forms.textarea.cols,"default":"",accessKey:"C",style:"width:50px",validate:CKEDITOR.dialog.validate.integer(b.lang.common.validateNumberFailed),
7
- setup:function(a){a=a.hasAttribute("cols")&&a.getAttribute("cols");this.setValue(a||"")},commit:function(a){this.getValue()?a.setAttribute("cols",this.getValue()):a.removeAttribute("cols")}},{id:"rows",type:"text",label:b.lang.forms.textarea.rows,"default":"",accessKey:"R",style:"width:50px",validate:CKEDITOR.dialog.validate.integer(b.lang.common.validateNumberFailed),setup:function(a){a=a.hasAttribute("rows")&&a.getAttribute("rows");this.setValue(a||"")},commit:function(a){this.getValue()?a.setAttribute("rows",
8
- this.getValue()):a.removeAttribute("rows")}}]},{id:"value",type:"textarea",label:b.lang.forms.textfield.value,"default":"",setup:function(a){this.setValue(a.$.defaultValue)},commit:function(a){a.$.value=a.$.defaultValue=this.getValue()}},{id:"required",type:"checkbox",label:b.lang.forms.textfield.required,"default":"",accessKey:"Q",value:"required",setup:CKEDITOR.plugins.forms._setupRequiredAttribute,commit:function(a){this.getValue()?a.setAttribute("required","required"):a.removeAttribute("required")}}]}]}});
@@ -1,11 +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.dialog.add("textfield",function(b){function e(a){a=a.element;var b=this.getValue();b?a.setAttribute(this.id,b):a.removeAttribute(this.id)}function f(a){a=a.hasAttribute(this.id)&&a.getAttribute(this.id);this.setValue(a||"")}var g={email:1,password:1,search:1,tel:1,text:1,url:1};return{title:b.lang.forms.textfield.title,minWidth:350,minHeight:150,onShow:function(){delete this.textField;var a=this.getParentEditor().getSelection().getSelectedElement();!a||"input"!=a.getName()||!g[a.getAttribute("type")]&&
6
- a.getAttribute("type")||(this.textField=a,this.setupContent(a))},onOk:function(){var a=this.getParentEditor(),b=this.textField,c=!b;c&&(b=a.document.createElement("input"),b.setAttribute("type","text"));b={element:b};c&&a.insertElement(b.element);this.commitContent(b);c||a.getSelection().selectElement(b.element)},onLoad:function(){this.foreach(function(a){a.getValue&&(a.setup||(a.setup=f),a.commit||(a.commit=e))})},contents:[{id:"info",label:b.lang.forms.textfield.title,title:b.lang.forms.textfield.title,
7
- elements:[{type:"hbox",widths:["50%","50%"],children:[{id:"_cke_saved_name",type:"text",label:b.lang.forms.textfield.name,"default":"",accessKey:"N",setup:function(a){this.setValue(a.data("cke-saved-name")||a.getAttribute("name")||"")},commit:function(a){a=a.element;this.getValue()?a.data("cke-saved-name",this.getValue()):(a.data("cke-saved-name",!1),a.removeAttribute("name"))}},{id:"value",type:"text",label:b.lang.forms.textfield.value,"default":"",accessKey:"V",commit:function(a){if(CKEDITOR.env.ie&&
8
- !this.getValue()){var d=a.element,c=new CKEDITOR.dom.element("input",b.document);d.copyAttributes(c,{value:1});c.replace(d);a.element=c}else e.call(this,a)}}]},{type:"hbox",widths:["50%","50%"],children:[{id:"size",type:"text",label:b.lang.forms.textfield.charWidth,"default":"",accessKey:"C",style:"width:50px",validate:CKEDITOR.dialog.validate.integer(b.lang.common.validateNumberFailed)},{id:"maxLength",type:"text",label:b.lang.forms.textfield.maxChars,"default":"",accessKey:"M",style:"width:50px",
9
- validate:CKEDITOR.dialog.validate.integer(b.lang.common.validateNumberFailed)}],onLoad:function(){CKEDITOR.env.ie7Compat&&this.getElement().setStyle("zoom","100%")}},{id:"type",type:"select",label:b.lang.forms.textfield.type,"default":"text",accessKey:"M",items:[[b.lang.forms.textfield.typeEmail,"email"],[b.lang.forms.textfield.typePass,"password"],[b.lang.forms.textfield.typeSearch,"search"],[b.lang.forms.textfield.typeTel,"tel"],[b.lang.forms.textfield.typeText,"text"],[b.lang.forms.textfield.typeUrl,
10
- "url"]],setup:function(a){this.setValue(a.getAttribute("type"))},commit:function(a){var d=a.element;if(CKEDITOR.env.ie){var c=d.getAttribute("type"),e=this.getValue();c!=e&&(c=CKEDITOR.dom.element.createFromHtml('\x3cinput type\x3d"'+e+'"\x3e\x3c/input\x3e',b.document),d.copyAttributes(c,{type:1}),c.replace(d),a.element=c)}else d.setAttribute("type",this.getValue())}},{id:"required",type:"checkbox",label:b.lang.forms.textfield.required,"default":"",accessKey:"Q",value:"required",setup:CKEDITOR.plugins.forms._setupRequiredAttribute,
11
- commit:function(a){a=a.element;this.getValue()?a.setAttribute("required","required"):a.removeAttribute("required")}}]}]}});
Binary file
@@ -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(){function c(b){var c=this instanceof CKEDITOR.ui.dialog.checkbox;b.hasAttribute(this.id)&&(b=b.getAttribute(this.id),c?this.setValue(e[this.id]["true"]==b.toLowerCase()):this.setValue(b))}function d(b){var c=""===this.getValue(),a=this instanceof CKEDITOR.ui.dialog.checkbox,d=this.getValue();c?b.removeAttribute(this.att||this.id):a?b.setAttribute(this.id,e[this.id][d]):b.setAttribute(this.att||this.id,d)}var e={scrolling:{"true":"yes","false":"no"},frameborder:{"true":"1","false":"0"}};
6
- CKEDITOR.dialog.add("iframe",function(b){var f=b.lang.iframe,a=b.lang.common,e=b.plugins.dialogadvtab;return{title:f.title,minWidth:350,minHeight:260,onShow:function(){this.fakeImage=this.iframeNode=null;var a=this.getSelectedElement();a&&a.data("cke-real-element-type")&&"iframe"==a.data("cke-real-element-type")&&(this.fakeImage=a,this.iframeNode=a=b.restoreRealElement(a),this.setupContent(a))},onOk:function(){var a;a=this.fakeImage?this.iframeNode:new CKEDITOR.dom.element("iframe");var c={},d={};
7
- this.commitContent(a,c,d);a=b.createFakeElement(a,"cke_iframe","iframe",!0);a.setAttributes(d);a.setStyles(c);this.fakeImage?(a.replace(this.fakeImage),b.getSelection().selectElement(a)):b.insertElement(a)},contents:[{id:"info",label:a.generalTab,accessKey:"I",elements:[{type:"vbox",padding:0,children:[{id:"src",type:"text",label:a.url,required:!0,validate:CKEDITOR.dialog.validate.notEmpty(f.noUrl),setup:c,commit:d}]},{type:"hbox",children:[{id:"width",type:"text",requiredContent:"iframe[width]",
8
- style:"width:100%",labelLayout:"vertical",label:a.width,validate:CKEDITOR.dialog.validate.htmlLength(a.invalidHtmlLength.replace("%1",a.width)),setup:c,commit:d},{id:"height",type:"text",requiredContent:"iframe[height]",style:"width:100%",labelLayout:"vertical",label:a.height,validate:CKEDITOR.dialog.validate.htmlLength(a.invalidHtmlLength.replace("%1",a.height)),setup:c,commit:d},{id:"align",type:"select",requiredContent:"iframe[align]","default":"",items:[[a.notSet,""],[a.left,"left"],[a.right,
9
- "right"],[a.alignTop,"top"],[a.alignMiddle,"middle"],[a.alignBottom,"bottom"]],style:"width:100%",labelLayout:"vertical",label:a.align,setup:function(a,b){c.apply(this,arguments);if(b){var d=b.getAttribute("align");this.setValue(d&&d.toLowerCase()||"")}},commit:function(a,b,c){d.apply(this,arguments);this.getValue()&&(c.align=this.getValue())}}]},{type:"hbox",widths:["50%","50%"],children:[{id:"scrolling",type:"checkbox",requiredContent:"iframe[scrolling]",label:f.scrolling,setup:c,commit:d},{id:"frameborder",
10
- type:"checkbox",requiredContent:"iframe[frameborder]",label:f.border,setup:c,commit:d}]},{type:"hbox",widths:["50%","50%"],children:[{id:"name",type:"text",requiredContent:"iframe[name]",label:a.name,setup:c,commit:d},{id:"title",type:"text",requiredContent:"iframe[title]",label:a.advisoryTitle,setup:c,commit:d}]},{id:"longdesc",type:"text",requiredContent:"iframe[longdesc]",label:a.longDescr,setup:c,commit:d}]},e&&e.createAdvancedTab(b,{id:1,classes:1,styles:1},"iframe")]}})})();
@@ -1,44 +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(){var u=function(d,k){function u(){var a=arguments,b=this.getContentElement("advanced","txtdlgGenStyle");b&&b.commit.apply(b,a);this.foreach(function(b){b.commit&&"txtdlgGenStyle"!=b.id&&b.commit.apply(b,a)})}function g(a){if(!v){v=1;var b=this.getDialog(),c=b.imageElement;if(c){this.commit(1,c);a=[].concat(a);for(var d=a.length,h,e=0;e<d;e++)(h=b.getContentElement.apply(b,a[e].split(":")))&&h.setup(1,c)}v=0}}var l=/^\s*(\d+)((px)|\%)?\s*$/i,y=/(^\s*(\d+)((px)|\%)?\s*$)|^$/i,q=/^\d+px$/,
6
- z=function(){var a=this.getValue(),b=this.getDialog(),c=a.match(l);c&&("%"==c[2]&&m(b,!1),a=c[1]);b.lockRatio&&(c=b.originalElement,"true"==c.getCustomData("isReady")&&("txtHeight"==this.id?(a&&"0"!=a&&(a=Math.round(a/c.$.height*c.$.width)),isNaN(a)||b.setValueOf("info","txtWidth",a)):(a&&"0"!=a&&(a=Math.round(a/c.$.width*c.$.height)),isNaN(a)||b.setValueOf("info","txtHeight",a))));e(b)},e=function(a){if(!a.originalElement||!a.preview)return 1;a.commitContent(4,a.preview);return 0},v,m=function(a,
7
- b){if(!a.getContentElement("info","ratioLock"))return null;var c=a.originalElement;if(!c)return null;if("check"==b){if(!a.userlockRatio&&"true"==c.getCustomData("isReady")){var d=a.getValueOf("info","txtWidth"),h=a.getValueOf("info","txtHeight"),c=c.$.width/c.$.height,e=d/h;a.lockRatio=!1;d||h?1==Math.round(c/e*100)/100&&(a.lockRatio=!0):a.lockRatio=!0}}else void 0!==b?a.lockRatio=b:(a.userlockRatio=1,a.lockRatio=!a.lockRatio);d=CKEDITOR.document.getById(r);a.lockRatio?d.removeClass("cke_btn_unlocked"):
8
- d.addClass("cke_btn_unlocked");d.setAttribute("aria-checked",a.lockRatio);CKEDITOR.env.hc&&d.getChild(0).setHtml(a.lockRatio?CKEDITOR.env.ie?"■":"▣":CKEDITOR.env.ie?"□":"▢");return a.lockRatio},A=function(a,b){var c=a.originalElement;if("true"==c.getCustomData("isReady")){var d=a.getContentElement("info","txtWidth"),h=a.getContentElement("info","txtHeight"),f;b?c=f=0:(f=c.$.width,c=c.$.height);d&&d.setValue(f);h&&h.setValue(c)}e(a)},B=function(a,b){function c(a,b){var c=a.match(l);return c?("%"==
9
- c[2]&&(c[1]+="%",m(d,!1)),c[1]):b}if(1==a){var d=this.getDialog(),e="",f="txtWidth"==this.id?"width":"height",g=b.getAttribute(f);g&&(e=c(g,e));e=c(b.getStyle(f),e);this.setValue(e)}},w,t=function(){var a=this.originalElement,b=CKEDITOR.document.getById(n);a.setCustomData("isReady","true");a.removeListener("load",t);a.removeListener("error",f);a.removeListener("abort",f);b&&b.setStyle("display","none");this.dontResetSize||A(this,!1===d.config.image_prefillDimensions);this.firstLoad&&CKEDITOR.tools.setTimeout(function(){m(this,
10
- "check")},0,this);this.dontResetSize=this.firstLoad=!1;e(this)},f=function(){var a=this.originalElement,b=CKEDITOR.document.getById(n);a.removeListener("load",t);a.removeListener("error",f);a.removeListener("abort",f);a=CKEDITOR.getUrl(CKEDITOR.plugins.get("image").path+"images/noimage.png");this.preview&&this.preview.setAttribute("src",a);b&&b.setStyle("display","none");m(this,!1)},p=function(a){return CKEDITOR.tools.getNextId()+"_"+a},r=p("btnLockSizes"),x=p("btnResetSize"),n=p("ImagePreviewLoader"),
11
- D=p("previewLink"),C=p("previewImage");return{title:d.lang.image["image"==k?"title":"titleButton"],minWidth:"moono-lisa"==(CKEDITOR.skinName||d.config.skin)?500:420,minHeight:360,onShow:function(){this.linkEditMode=this.imageEditMode=this.linkElement=this.imageElement=!1;this.lockRatio=!0;this.userlockRatio=0;this.dontResetSize=!1;this.firstLoad=!0;this.addLink=!1;var a=this.getParentEditor(),b=a.getSelection(),c=(b=b&&b.getSelectedElement())&&a.elementPath(b).contains("a",1),d=CKEDITOR.document.getById(n);
12
- d&&d.setStyle("display","none");w=new CKEDITOR.dom.element("img",a.document);this.preview=CKEDITOR.document.getById(C);this.originalElement=a.document.createElement("img");this.originalElement.setAttribute("alt","");this.originalElement.setCustomData("isReady","false");c&&(this.linkElement=c,this.addLink=this.linkEditMode=!0,a=c.getChildren(),1==a.count()&&(d=a.getItem(0),d.type==CKEDITOR.NODE_ELEMENT&&(d.is("img")||d.is("input"))&&(this.imageElement=a.getItem(0),this.imageElement.is("img")?this.imageEditMode=
13
- "img":this.imageElement.is("input")&&(this.imageEditMode="input"))),"image"==k&&this.setupContent(2,c));if(this.customImageElement)this.imageEditMode="img",this.imageElement=this.customImageElement,delete this.customImageElement;else if(b&&"img"==b.getName()&&!b.data("cke-realelement")||b&&"input"==b.getName()&&"image"==b.getAttribute("type"))this.imageEditMode=b.getName(),this.imageElement=b;this.imageEditMode&&(this.cleanImageElement=this.imageElement,this.imageElement=this.cleanImageElement.clone(!0,
14
- !0),this.setupContent(1,this.imageElement));m(this,!0);CKEDITOR.tools.trim(this.getValueOf("info","txtUrl"))||(this.preview.removeAttribute("src"),this.preview.setStyle("display","none"))},onOk:function(){if(this.imageEditMode){var a=this.imageEditMode;"image"==k&&"input"==a&&confirm(d.lang.image.button2Img)?(this.imageElement=d.document.createElement("img"),this.imageElement.setAttribute("alt",""),d.insertElement(this.imageElement)):"image"!=k&&"img"==a&&confirm(d.lang.image.img2Button)?(this.imageElement=
15
- d.document.createElement("input"),this.imageElement.setAttributes({type:"image",alt:""}),d.insertElement(this.imageElement)):(this.imageElement=this.cleanImageElement,delete this.cleanImageElement)}else"image"==k?this.imageElement=d.document.createElement("img"):(this.imageElement=d.document.createElement("input"),this.imageElement.setAttribute("type","image")),this.imageElement.setAttribute("alt","");this.linkEditMode||(this.linkElement=d.document.createElement("a"));this.commitContent(1,this.imageElement);
16
- this.commitContent(2,this.linkElement);this.imageElement.getAttribute("style")||this.imageElement.removeAttribute("style");this.imageEditMode?!this.linkEditMode&&this.addLink?(d.insertElement(this.linkElement),this.imageElement.appendTo(this.linkElement)):this.linkEditMode&&!this.addLink&&(d.getSelection().selectElement(this.linkElement),d.insertElement(this.imageElement)):this.addLink?this.linkEditMode?this.linkElement.equals(d.getSelection().getSelectedElement())?(this.linkElement.setHtml(""),this.linkElement.append(this.imageElement,
17
- !1)):d.insertElement(this.imageElement):(d.insertElement(this.linkElement),this.linkElement.append(this.imageElement,!1)):d.insertElement(this.imageElement)},onLoad:function(){"image"!=k&&this.hidePage("Link");var a=this._.element.getDocument();this.getContentElement("info","ratioLock")&&(this.addFocusable(a.getById(x),5),this.addFocusable(a.getById(r),5));this.commitContent=u},onHide:function(){this.preview&&this.commitContent(8,this.preview);this.originalElement&&(this.originalElement.removeListener("load",
18
- t),this.originalElement.removeListener("error",f),this.originalElement.removeListener("abort",f),this.originalElement.remove(),this.originalElement=!1);delete this.imageElement},contents:[{id:"info",label:d.lang.image.infoTab,accessKey:"I",elements:[{type:"vbox",padding:0,children:[{type:"hbox",widths:["280px","110px"],align:"right",className:"cke_dialog_image_url",children:[{id:"txtUrl",type:"text",label:d.lang.common.url,required:!0,onChange:function(){var a=this.getDialog(),b=this.getValue();if(0<
19
- b.length){var a=this.getDialog(),c=a.originalElement;a.preview&&a.preview.removeStyle("display");c.setCustomData("isReady","false");var d=CKEDITOR.document.getById(n);d&&d.setStyle("display","");c.on("load",t,a);c.on("error",f,a);c.on("abort",f,a);c.setAttribute("src",b);a.preview&&(w.setAttribute("src",b),a.preview.setAttribute("src",w.$.src),e(a))}else a.preview&&(a.preview.removeAttribute("src"),a.preview.setStyle("display","none"))},setup:function(a,b){if(1==a){var c=b.data("cke-saved-src")||
20
- b.getAttribute("src");this.getDialog().dontResetSize=!0;this.setValue(c);this.setInitValue()}},commit:function(a,b){1==a&&(this.getValue()||this.isChanged())?(b.data("cke-saved-src",this.getValue()),b.setAttribute("src",this.getValue())):8==a&&(b.setAttribute("src",""),b.removeAttribute("src"))},validate:CKEDITOR.dialog.validate.notEmpty(d.lang.image.urlMissing)},{type:"button",id:"browse",style:"display:inline-block;margin-top:14px;",align:"center",label:d.lang.common.browseServer,hidden:!0,filebrowser:"info:txtUrl"}]}]},
21
- {id:"txtAlt",type:"text",label:d.lang.image.alt,accessKey:"T","default":"",onChange:function(){e(this.getDialog())},setup:function(a,b){1==a&&this.setValue(b.getAttribute("alt"))},commit:function(a,b){1==a?(this.getValue()||this.isChanged())&&b.setAttribute("alt",this.getValue()):4==a?b.setAttribute("alt",this.getValue()):8==a&&b.removeAttribute("alt")}},{type:"hbox",children:[{id:"basic",type:"vbox",children:[{type:"hbox",requiredContent:"img{width,height}",widths:["50%","50%"],children:[{type:"vbox",
22
- padding:1,children:[{type:"text",width:"45px",id:"txtWidth",label:d.lang.common.width,onKeyUp:z,onChange:function(){g.call(this,"advanced:txtdlgGenStyle")},validate:function(){var a=this.getValue().match(y);(a=!(!a||0===parseInt(a[1],10)))||alert(d.lang.common.invalidLength.replace("%1",d.lang.common.width).replace("%2","px, %"));return a},setup:B,commit:function(a,b){var c=this.getValue();1==a?(c&&d.activeFilter.check("img{width,height}")?b.setStyle("width",CKEDITOR.tools.cssLength(c)):b.removeStyle("width"),
23
- b.removeAttribute("width")):4==a?c.match(l)?b.setStyle("width",CKEDITOR.tools.cssLength(c)):(c=this.getDialog().originalElement,"true"==c.getCustomData("isReady")&&b.setStyle("width",c.$.width+"px")):8==a&&(b.removeAttribute("width"),b.removeStyle("width"))}},{type:"text",id:"txtHeight",width:"45px",label:d.lang.common.height,onKeyUp:z,onChange:function(){g.call(this,"advanced:txtdlgGenStyle")},validate:function(){var a=this.getValue().match(y);(a=!(!a||0===parseInt(a[1],10)))||alert(d.lang.common.invalidLength.replace("%1",
24
- d.lang.common.height).replace("%2","px, %"));return a},setup:B,commit:function(a,b){var c=this.getValue();1==a?(c&&d.activeFilter.check("img{width,height}")?b.setStyle("height",CKEDITOR.tools.cssLength(c)):b.removeStyle("height"),b.removeAttribute("height")):4==a?c.match(l)?b.setStyle("height",CKEDITOR.tools.cssLength(c)):(c=this.getDialog().originalElement,"true"==c.getCustomData("isReady")&&b.setStyle("height",c.$.height+"px")):8==a&&(b.removeAttribute("height"),b.removeStyle("height"))}}]},{id:"ratioLock",
25
- type:"html",className:"cke_dialog_image_ratiolock",style:"margin-top:30px;width:40px;height:40px;",onLoad:function(){var a=CKEDITOR.document.getById(x),b=CKEDITOR.document.getById(r);a&&(a.on("click",function(a){A(this);a.data&&a.data.preventDefault()},this.getDialog()),a.on("mouseover",function(){this.addClass("cke_btn_over")},a),a.on("mouseout",function(){this.removeClass("cke_btn_over")},a));b&&(b.on("click",function(a){m(this);var b=this.originalElement,d=this.getValueOf("info","txtWidth");"true"==
26
- b.getCustomData("isReady")&&d&&(b=b.$.height/b.$.width*d,isNaN(b)||(this.setValueOf("info","txtHeight",Math.round(b)),e(this)));a.data&&a.data.preventDefault()},this.getDialog()),b.on("mouseover",function(){this.addClass("cke_btn_over")},b),b.on("mouseout",function(){this.removeClass("cke_btn_over")},b))},html:'\x3cdiv\x3e\x3ca href\x3d"javascript:void(0)" tabindex\x3d"-1" title\x3d"'+d.lang.image.lockRatio+'" class\x3d"cke_btn_locked" id\x3d"'+r+'" role\x3d"checkbox"\x3e\x3cspan class\x3d"cke_icon"\x3e\x3c/span\x3e\x3cspan class\x3d"cke_label"\x3e'+
27
- d.lang.image.lockRatio+'\x3c/span\x3e\x3c/a\x3e\x3ca href\x3d"javascript:void(0)" tabindex\x3d"-1" title\x3d"'+d.lang.image.resetSize+'" class\x3d"cke_btn_reset" id\x3d"'+x+'" role\x3d"button"\x3e\x3cspan class\x3d"cke_label"\x3e'+d.lang.image.resetSize+"\x3c/span\x3e\x3c/a\x3e\x3c/div\x3e"}]},{type:"vbox",padding:1,children:[{type:"text",id:"txtBorder",requiredContent:"img{border-width}",width:"60px",label:d.lang.image.border,"default":"",onKeyUp:function(){e(this.getDialog())},onChange:function(){g.call(this,
28
- "advanced:txtdlgGenStyle")},validate:CKEDITOR.dialog.validate.integer(d.lang.image.validateBorder),setup:function(a,b){if(1==a){var c;c=(c=(c=b.getStyle("border-width"))&&c.match(/^(\d+px)(?: \1 \1 \1)?$/))&&parseInt(c[1],10);isNaN(parseInt(c,10))&&(c=b.getAttribute("border"));this.setValue(c)}},commit:function(a,b){var c=parseInt(this.getValue(),10);1==a||4==a?(isNaN(c)?!c&&this.isChanged()&&b.removeStyle("border"):(b.setStyle("border-width",CKEDITOR.tools.cssLength(c)),b.setStyle("border-style",
29
- "solid")),1==a&&b.removeAttribute("border")):8==a&&(b.removeAttribute("border"),b.removeStyle("border-width"),b.removeStyle("border-style"),b.removeStyle("border-color"))}},{type:"text",id:"txtHSpace",requiredContent:"img{margin-left,margin-right}",width:"60px",label:d.lang.image.hSpace,"default":"",onKeyUp:function(){e(this.getDialog())},onChange:function(){g.call(this,"advanced:txtdlgGenStyle")},validate:CKEDITOR.dialog.validate.integer(d.lang.image.validateHSpace),setup:function(a,b){if(1==a){var c,
30
- d;c=b.getStyle("margin-left");d=b.getStyle("margin-right");c=c&&c.match(q);d=d&&d.match(q);c=parseInt(c,10);d=parseInt(d,10);c=c==d&&c;isNaN(parseInt(c,10))&&(c=b.getAttribute("hspace"));this.setValue(c)}},commit:function(a,b){var c=parseInt(this.getValue(),10);1==a||4==a?(isNaN(c)?!c&&this.isChanged()&&(b.removeStyle("margin-left"),b.removeStyle("margin-right")):(b.setStyle("margin-left",CKEDITOR.tools.cssLength(c)),b.setStyle("margin-right",CKEDITOR.tools.cssLength(c))),1==a&&b.removeAttribute("hspace")):
31
- 8==a&&(b.removeAttribute("hspace"),b.removeStyle("margin-left"),b.removeStyle("margin-right"))}},{type:"text",id:"txtVSpace",requiredContent:"img{margin-top,margin-bottom}",width:"60px",label:d.lang.image.vSpace,"default":"",onKeyUp:function(){e(this.getDialog())},onChange:function(){g.call(this,"advanced:txtdlgGenStyle")},validate:CKEDITOR.dialog.validate.integer(d.lang.image.validateVSpace),setup:function(a,b){if(1==a){var c,d;c=b.getStyle("margin-top");d=b.getStyle("margin-bottom");c=c&&c.match(q);
32
- d=d&&d.match(q);c=parseInt(c,10);d=parseInt(d,10);c=c==d&&c;isNaN(parseInt(c,10))&&(c=b.getAttribute("vspace"));this.setValue(c)}},commit:function(a,b){var c=parseInt(this.getValue(),10);1==a||4==a?(isNaN(c)?!c&&this.isChanged()&&(b.removeStyle("margin-top"),b.removeStyle("margin-bottom")):(b.setStyle("margin-top",CKEDITOR.tools.cssLength(c)),b.setStyle("margin-bottom",CKEDITOR.tools.cssLength(c))),1==a&&b.removeAttribute("vspace")):8==a&&(b.removeAttribute("vspace"),b.removeStyle("margin-top"),b.removeStyle("margin-bottom"))}},
33
- {id:"cmbAlign",requiredContent:"img{float}",type:"select",widths:["35%","65%"],style:"width:90px",label:d.lang.common.align,"default":"",items:[[d.lang.common.notSet,""],[d.lang.common.left,"left"],[d.lang.common.right,"right"]],onChange:function(){e(this.getDialog());g.call(this,"advanced:txtdlgGenStyle")},setup:function(a,b){if(1==a){var c=b.getStyle("float");switch(c){case "inherit":case "none":c=""}!c&&(c=(b.getAttribute("align")||"").toLowerCase());this.setValue(c)}},commit:function(a,b){var c=
34
- this.getValue();if(1==a||4==a){if(c?b.setStyle("float",c):b.removeStyle("float"),1==a)switch(c=(b.getAttribute("align")||"").toLowerCase(),c){case "left":case "right":b.removeAttribute("align")}}else 8==a&&b.removeStyle("float")}}]}]},{type:"vbox",height:"250px",children:[{type:"html",id:"htmlPreview",style:"width:95%;",html:"\x3cdiv\x3e"+CKEDITOR.tools.htmlEncode(d.lang.common.preview)+'\x3cbr\x3e\x3cdiv id\x3d"'+n+'" class\x3d"ImagePreviewLoader" style\x3d"display:none"\x3e\x3cdiv class\x3d"loading"\x3e\x26nbsp;\x3c/div\x3e\x3c/div\x3e\x3cdiv class\x3d"ImagePreviewBox"\x3e\x3ctable\x3e\x3ctr\x3e\x3ctd\x3e\x3ca href\x3d"javascript:void(0)" target\x3d"_blank" onclick\x3d"return false;" id\x3d"'+
35
- D+'"\x3e\x3cimg id\x3d"'+C+'" alt\x3d"" /\x3e\x3c/a\x3e'+(d.config.image_previewText||"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Maecenas feugiat consequat diam. Maecenas metus. Vivamus diam purus, cursus a, commodo non, facilisis vitae, nulla. Aenean dictum lacinia tortor. Nunc iaculis, nibh non iaculis aliquam, orci felis euismod neque, sed ornare massa mauris sed velit. Nulla pretium mi et risus. Fusce mi pede, tempor id, cursus ac, ullamcorper nec, enim. Sed tortor. Curabitur molestie. Duis velit augue, condimentum at, ultrices a, luctus ut, orci. Donec pellentesque egestas eros. Integer cursus, augue in cursus faucibus, eros pede bibendum sem, in tempus tellus justo quis ligula. Etiam eget tortor. Vestibulum rutrum, est ut placerat elementum, lectus nisl aliquam velit, tempor aliquam eros nunc nonummy metus. In eros metus, gravida a, gravida sed, lobortis id, turpis. Ut ultrices, ipsum at venenatis fringilla, sem nulla lacinia tellus, eget aliquet turpis mauris non enim. Nam turpis. Suspendisse lacinia. Curabitur ac tortor ut ipsum egestas elementum. Nunc imperdiet gravida mauris.")+
36
- "\x3c/td\x3e\x3c/tr\x3e\x3c/table\x3e\x3c/div\x3e\x3c/div\x3e"}]}]}]},{id:"Link",requiredContent:"a[href]",label:d.lang.image.linkTab,padding:0,elements:[{id:"txtUrl",type:"text",label:d.lang.common.url,style:"width: 100%","default":"",setup:function(a,b){if(2==a){var c=b.data("cke-saved-href");c||(c=b.getAttribute("href"));this.setValue(c)}},commit:function(a,b){if(2==a&&(this.getValue()||this.isChanged())){var c=this.getValue();b.data("cke-saved-href",c);b.setAttribute("href",c);this.getValue()||
37
- !d.config.image_removeLinkByEmptyURL?this.getDialog().addLink=!0:this.getDialog().addLink=!1}}},{type:"button",id:"browse",className:"cke_dialog_image_browse",filebrowser:{action:"Browse",target:"Link:txtUrl",url:d.config.filebrowserImageBrowseLinkUrl},style:"float:right",hidden:!0,label:d.lang.common.browseServer},{id:"cmbTarget",type:"select",requiredContent:"a[target]",label:d.lang.common.target,"default":"",items:[[d.lang.common.notSet,""],[d.lang.common.targetNew,"_blank"],[d.lang.common.targetTop,
38
- "_top"],[d.lang.common.targetSelf,"_self"],[d.lang.common.targetParent,"_parent"]],setup:function(a,b){2==a&&this.setValue(b.getAttribute("target")||"")},commit:function(a,b){2==a&&(this.getValue()||this.isChanged())&&b.setAttribute("target",this.getValue())}}]},{id:"Upload",hidden:!0,filebrowser:"uploadButton",label:d.lang.image.upload,elements:[{type:"file",id:"upload",label:d.lang.image.btnUpload,style:"height:40px",size:38},{type:"fileButton",id:"uploadButton",filebrowser:"info:txtUrl",label:d.lang.image.btnUpload,
39
- "for":["Upload","upload"]}]},{id:"advanced",label:d.lang.common.advancedTab,elements:[{type:"hbox",widths:["50%","25%","25%"],children:[{type:"text",id:"linkId",requiredContent:"img[id]",label:d.lang.common.id,setup:function(a,b){1==a&&this.setValue(b.getAttribute("id"))},commit:function(a,b){1==a&&(this.getValue()||this.isChanged())&&b.setAttribute("id",this.getValue())}},{id:"cmbLangDir",type:"select",requiredContent:"img[dir]",style:"width : 100px;",label:d.lang.common.langDir,"default":"",items:[[d.lang.common.notSet,
40
- ""],[d.lang.common.langDirLtr,"ltr"],[d.lang.common.langDirRtl,"rtl"]],setup:function(a,b){1==a&&this.setValue(b.getAttribute("dir"))},commit:function(a,b){1==a&&(this.getValue()||this.isChanged())&&b.setAttribute("dir",this.getValue())}},{type:"text",id:"txtLangCode",requiredContent:"img[lang]",label:d.lang.common.langCode,"default":"",setup:function(a,b){1==a&&this.setValue(b.getAttribute("lang"))},commit:function(a,b){1==a&&(this.getValue()||this.isChanged())&&b.setAttribute("lang",this.getValue())}}]},
41
- {type:"text",id:"txtGenLongDescr",requiredContent:"img[longdesc]",label:d.lang.common.longDescr,setup:function(a,b){1==a&&this.setValue(b.getAttribute("longDesc"))},commit:function(a,b){1==a&&(this.getValue()||this.isChanged())&&b.setAttribute("longDesc",this.getValue())}},{type:"hbox",widths:["50%","50%"],children:[{type:"text",id:"txtGenClass",requiredContent:"img(cke-xyz)",label:d.lang.common.cssClass,"default":"",setup:function(a,b){1==a&&this.setValue(b.getAttribute("class"))},commit:function(a,
42
- b){1==a&&(this.getValue()||this.isChanged())&&b.setAttribute("class",this.getValue())}},{type:"text",id:"txtGenTitle",requiredContent:"img[title]",label:d.lang.common.advisoryTitle,"default":"",onChange:function(){e(this.getDialog())},setup:function(a,b){1==a&&this.setValue(b.getAttribute("title"))},commit:function(a,b){1==a?(this.getValue()||this.isChanged())&&b.setAttribute("title",this.getValue()):4==a?b.setAttribute("title",this.getValue()):8==a&&b.removeAttribute("title")}}]},{type:"text",id:"txtdlgGenStyle",
43
- requiredContent:"img{cke-xyz}",label:d.lang.common.cssStyle,validate:CKEDITOR.dialog.validate.inlineStyle(d.lang.common.invalidInlineStyle),"default":"",setup:function(a,b){if(1==a){var c=b.getAttribute("style");!c&&b.$.style.cssText&&(c=b.$.style.cssText);this.setValue(c);var d=b.$.style.height,c=b.$.style.width,d=(d?d:"").match(l),c=(c?c:"").match(l);this.attributesInStyle={height:!!d,width:!!c}}},onChange:function(){g.call(this,"info:cmbFloat info:cmbAlign info:txtVSpace info:txtHSpace info:txtBorder info:txtWidth info:txtHeight".split(" "));
44
- e(this)},commit:function(a,b){1==a&&(this.getValue()||this.isChanged())&&b.setAttribute("style",this.getValue())}}]}]}};CKEDITOR.dialog.add("image",function(d){return u(d,"image")});CKEDITOR.dialog.add("imagebutton",function(d){return u(d,"imagebutton")})})();
@@ -1,8 +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.dialog.add("anchor",function(c){function e(b,a){return b.createFakeElement(b.document.createElement("a",{attributes:a}),"cke_anchor","anchor")}return{title:c.lang.link.anchor.title,minWidth:300,minHeight:60,onOk:function(){var b=CKEDITOR.tools.trim(this.getValueOf("info","txtName")),a={id:b,name:b,"data-cke-saved-name":b};this._.selectedElement?this._.selectedElement.data("cke-realelement")?(b=e(c,a),b.replace(this._.selectedElement),CKEDITOR.env.ie&&c.getSelection().selectElement(b)):this._.selectedElement.setAttributes(a):
6
- (b=(b=c.getSelection())&&b.getRanges()[0],b.collapsed?(a=e(c,a),b.insertNode(a)):(CKEDITOR.env.ie&&9>CKEDITOR.env.version&&(a["class"]="cke_anchor"),a=new CKEDITOR.style({element:"a",attributes:a}),a.type=CKEDITOR.STYLE_INLINE,a.applyToRange(b)))},onHide:function(){delete this._.selectedElement},onShow:function(){var b=c.getSelection(),a;a=b.getRanges()[0];var d=b.getSelectedElement();a.shrink(CKEDITOR.SHRINK_ELEMENT);a=(d=a.getEnclosedNode())&&d.type===CKEDITOR.NODE_ELEMENT&&("anchor"===d.data("cke-real-element-type")||
7
- d.is("a"))?d:void 0;var f=(d=a&&a.data("cke-realelement"))?CKEDITOR.plugins.link.tryRestoreFakeAnchor(c,a):CKEDITOR.plugins.link.getSelectedLink(c);if(f){this._.selectedElement=f;var e=f.data("cke-saved-name");this.setValueOf("info","txtName",e||"");!d&&b.selectElement(f);a&&(this._.selectedElement=a)}this.getContentElement("info","txtName").focus()},contents:[{id:"info",label:c.lang.link.anchor.title,accessKey:"I",elements:[{type:"text",id:"txtName",label:c.lang.link.anchor.name,required:!0,validate:function(){return this.getValue()?
8
- !0:(alert(c.lang.link.anchor.errorName),!1)}}]}]}});
@@ -1,30 +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(){function u(){var c=this.getDialog(),p=c._.editor,n=p.config.linkPhoneRegExp,q=p.config.linkPhoneMsg,p=CKEDITOR.dialog.validate.notEmpty(p.lang.link.noTel).apply(this);if(!c.getContentElement("info","linkType")||"tel"!=c.getValueOf("info","linkType"))return!0;if(!0!==p)return p;if(n)return CKEDITOR.dialog.validate.regex(n,q).call(this)}CKEDITOR.dialog.add("link",function(c){function p(a,b){var c=a.createRange();c.setStartBefore(b);c.setEndAfter(b);return c}var n=CKEDITOR.plugins.link,q,
6
- t=function(){var a=this.getDialog(),b=a.getContentElement("target","popupFeatures"),a=a.getContentElement("target","linkTargetName"),r=this.getValue();if(b&&a)switch(b=b.getElement(),b.hide(),a.setValue(""),r){case "frame":a.setLabel(c.lang.link.targetFrameName);a.getElement().show();break;case "popup":b.show();a.setLabel(c.lang.link.targetPopupName);a.getElement().show();break;default:a.setValue(r),a.getElement().hide()}},l=function(a){a.target&&this.setValue(a.target[this.id]||"")},e=function(a){a.advanced&&
7
- this.setValue(a.advanced[this.id]||"")},k=function(a){a.target||(a.target={});a.target[this.id]=this.getValue()||""},m=function(a){a.advanced||(a.advanced={});a.advanced[this.id]=this.getValue()||""},g=c.lang.common,b=c.lang.link,d;return{title:b.title,minWidth:"moono-lisa"==(CKEDITOR.skinName||c.config.skin)?450:350,minHeight:240,contents:[{id:"info",label:b.info,title:b.info,elements:[{type:"text",id:"linkDisplayText",label:b.displayText,setup:function(){this.enable();this.setValue(c.getSelection().getSelectedText());
8
- q=this.getValue()},commit:function(a){a.linkText=this.isEnabled()?this.getValue():""}},{id:"linkType",type:"select",label:b.type,"default":"url",items:[[b.toUrl,"url"],[b.toAnchor,"anchor"],[b.toEmail,"email"],[b.toPhone,"tel"]],onChange:function(){var a=this.getDialog(),b=["urlOptions","anchorOptions","emailOptions","telOptions"],r=this.getValue(),f=a.definition.getContents("upload"),f=f&&f.hidden;"url"==r?(c.config.linkShowTargetTab&&a.showPage("target"),f||a.showPage("upload")):(a.hidePage("target"),
9
- f||a.hidePage("upload"));for(f=0;f<b.length;f++){var h=a.getContentElement("info",b[f]);h&&(h=h.getElement().getParent().getParent(),b[f]==r+"Options"?h.show():h.hide())}a.layout()},setup:function(a){this.setValue(a.type||"url")},commit:function(a){a.type=this.getValue()}},{type:"vbox",id:"urlOptions",children:[{type:"hbox",widths:["25%","75%"],children:[{id:"protocol",type:"select",label:g.protocol,"default":"http://",items:[["http://‎","http://"],["https://‎","https://"],["ftp://‎","ftp://"],["news://‎",
10
- "news://"],[b.other,""]],setup:function(a){a.url&&this.setValue(a.url.protocol||"")},commit:function(a){a.url||(a.url={});a.url.protocol=this.getValue()}},{type:"text",id:"url",label:g.url,required:!0,onLoad:function(){this.allowOnChange=!0},onKeyUp:function(){this.allowOnChange=!1;var a=this.getDialog().getContentElement("info","protocol"),b=this.getValue(),c=/^((javascript:)|[#\/\.\?])/i,f=/^(http|https|ftp|news):\/\/(?=.)/i.exec(b);f?(this.setValue(b.substr(f[0].length)),a.setValue(f[0].toLowerCase())):
11
- c.test(b)&&a.setValue("");this.allowOnChange=!0},onChange:function(){if(this.allowOnChange)this.onKeyUp()},validate:function(){var a=this.getDialog();return a.getContentElement("info","linkType")&&"url"!=a.getValueOf("info","linkType")?!0:!c.config.linkJavaScriptLinksAllowed&&/javascript\:/.test(this.getValue())?(alert(g.invalidValue),!1):this.getDialog().fakeObj?!0:CKEDITOR.dialog.validate.notEmpty(b.noUrl).apply(this)},setup:function(a){this.allowOnChange=!1;a.url&&this.setValue(a.url.url);this.allowOnChange=
12
- !0},commit:function(a){this.onChange();a.url||(a.url={});a.url.url=this.getValue();this.allowOnChange=!1}}],setup:function(){this.getDialog().getContentElement("info","linkType")||this.getElement().show()}},{type:"button",id:"browse",hidden:"true",filebrowser:"info:url",label:g.browseServer}]},{type:"vbox",id:"anchorOptions",width:260,align:"center",padding:0,children:[{type:"fieldset",id:"selectAnchorText",label:b.selectAnchor,setup:function(){d=n.getEditorAnchors(c);this.getElement()[d&&d.length?
13
- "show":"hide"]()},children:[{type:"hbox",id:"selectAnchor",children:[{type:"select",id:"anchorName","default":"",label:b.anchorName,style:"width: 100%;",items:[[""]],setup:function(a){this.clear();this.add("");if(d)for(var b=0;b<d.length;b++)d[b].name&&this.add(d[b].name);a.anchor&&this.setValue(a.anchor.name);(a=this.getDialog().getContentElement("info","linkType"))&&"email"==a.getValue()&&this.focus()},commit:function(a){a.anchor||(a.anchor={});a.anchor.name=this.getValue()}},{type:"select",id:"anchorId",
14
- "default":"",label:b.anchorId,style:"width: 100%;",items:[[""]],setup:function(a){this.clear();this.add("");if(d)for(var b=0;b<d.length;b++)d[b].id&&this.add(d[b].id);a.anchor&&this.setValue(a.anchor.id)},commit:function(a){a.anchor||(a.anchor={});a.anchor.id=this.getValue()}}],setup:function(){this.getElement()[d&&d.length?"show":"hide"]()}}]},{type:"html",id:"noAnchors",style:"text-align: center;",html:'\x3cdiv role\x3d"note" tabIndex\x3d"-1"\x3e'+CKEDITOR.tools.htmlEncode(b.noAnchors)+"\x3c/div\x3e",
15
- focus:!0,setup:function(){this.getElement()[d&&d.length?"hide":"show"]()}}],setup:function(){this.getDialog().getContentElement("info","linkType")||this.getElement().hide()}},{type:"vbox",id:"emailOptions",padding:1,children:[{type:"text",id:"emailAddress",label:b.emailAddress,required:!0,validate:function(){var a=this.getDialog();return a.getContentElement("info","linkType")&&"email"==a.getValueOf("info","linkType")?CKEDITOR.dialog.validate.notEmpty(b.noEmail).apply(this):!0},setup:function(a){a.email&&
16
- this.setValue(a.email.address);(a=this.getDialog().getContentElement("info","linkType"))&&"email"==a.getValue()&&this.select()},commit:function(a){a.email||(a.email={});a.email.address=this.getValue()}},{type:"text",id:"emailSubject",label:b.emailSubject,setup:function(a){a.email&&this.setValue(a.email.subject)},commit:function(a){a.email||(a.email={});a.email.subject=this.getValue()}},{type:"textarea",id:"emailBody",label:b.emailBody,rows:3,"default":"",setup:function(a){a.email&&this.setValue(a.email.body)},
17
- commit:function(a){a.email||(a.email={});a.email.body=this.getValue()}}],setup:function(){this.getDialog().getContentElement("info","linkType")||this.getElement().hide()}},{type:"vbox",id:"telOptions",padding:1,children:[{type:"tel",id:"telNumber",label:b.phoneNumber,required:!0,validate:u,setup:function(a){a.tel&&this.setValue(a.tel);(a=this.getDialog().getContentElement("info","linkType"))&&"tel"==a.getValue()&&this.select()},commit:function(a){a.tel=this.getValue()}}],setup:function(){this.getDialog().getContentElement("info",
18
- "linkType")||this.getElement().hide()}}]},{id:"target",requiredContent:"a[target]",label:b.target,title:b.target,elements:[{type:"hbox",widths:["50%","50%"],children:[{type:"select",id:"linkTargetType",label:g.target,"default":"notSet",style:"width : 100%;",items:[[g.notSet,"notSet"],[b.targetFrame,"frame"],[b.targetPopup,"popup"],[g.targetNew,"_blank"],[g.targetTop,"_top"],[g.targetSelf,"_self"],[g.targetParent,"_parent"]],onChange:t,setup:function(a){a.target&&this.setValue(a.target.type||"notSet");
19
- t.call(this)},commit:function(a){a.target||(a.target={});a.target.type=this.getValue()}},{type:"text",id:"linkTargetName",label:b.targetFrameName,"default":"",setup:function(a){a.target&&this.setValue(a.target.name)},commit:function(a){a.target||(a.target={});a.target.name=this.getValue().replace(/([^\x00-\x7F]|\s)/gi,"")}}]},{type:"vbox",width:"100%",align:"center",padding:2,id:"popupFeatures",children:[{type:"fieldset",label:b.popupFeatures,children:[{type:"hbox",children:[{type:"checkbox",id:"resizable",
20
- label:b.popupResizable,setup:l,commit:k},{type:"checkbox",id:"status",label:b.popupStatusBar,setup:l,commit:k}]},{type:"hbox",children:[{type:"checkbox",id:"location",label:b.popupLocationBar,setup:l,commit:k},{type:"checkbox",id:"toolbar",label:b.popupToolbar,setup:l,commit:k}]},{type:"hbox",children:[{type:"checkbox",id:"menubar",label:b.popupMenuBar,setup:l,commit:k},{type:"checkbox",id:"fullscreen",label:b.popupFullScreen,setup:l,commit:k}]},{type:"hbox",children:[{type:"checkbox",id:"scrollbars",
21
- label:b.popupScrollBars,setup:l,commit:k},{type:"checkbox",id:"dependent",label:b.popupDependent,setup:l,commit:k}]},{type:"hbox",children:[{type:"text",widths:["50%","50%"],labelLayout:"horizontal",label:g.width,id:"width",setup:l,commit:k},{type:"text",labelLayout:"horizontal",widths:["50%","50%"],label:b.popupLeft,id:"left",setup:l,commit:k}]},{type:"hbox",children:[{type:"text",labelLayout:"horizontal",widths:["50%","50%"],label:g.height,id:"height",setup:l,commit:k},{type:"text",labelLayout:"horizontal",
22
- label:b.popupTop,widths:["50%","50%"],id:"top",setup:l,commit:k}]}]}]}]},{id:"upload",label:b.upload,title:b.upload,hidden:!0,filebrowser:"uploadButton",elements:[{type:"file",id:"upload",label:g.upload,style:"height:40px",size:29},{type:"fileButton",id:"uploadButton",label:g.uploadSubmit,filebrowser:"info:url","for":["upload","upload"]}]},{id:"advanced",label:b.advanced,title:b.advanced,elements:[{type:"vbox",padding:1,children:[{type:"hbox",widths:["45%","35%","20%"],children:[{type:"text",id:"advId",
23
- requiredContent:"a[id]",label:b.id,setup:e,commit:m},{type:"select",id:"advLangDir",requiredContent:"a[dir]",label:b.langDir,"default":"",style:"width:110px",items:[[g.notSet,""],[b.langDirLTR,"ltr"],[b.langDirRTL,"rtl"]],setup:e,commit:m},{type:"text",id:"advAccessKey",requiredContent:"a[accesskey]",width:"80px",label:b.acccessKey,maxLength:1,setup:e,commit:m}]},{type:"hbox",widths:["45%","35%","20%"],children:[{type:"text",label:b.name,id:"advName",requiredContent:"a[name]",setup:e,commit:m},{type:"text",
24
- label:b.langCode,id:"advLangCode",requiredContent:"a[lang]",width:"110px","default":"",setup:e,commit:m},{type:"text",label:b.tabIndex,id:"advTabIndex",requiredContent:"a[tabindex]",width:"80px",maxLength:5,setup:e,commit:m}]}]},{type:"vbox",padding:1,children:[{type:"hbox",widths:["45%","55%"],children:[{type:"text",label:b.advisoryTitle,requiredContent:"a[title]","default":"",id:"advTitle",setup:e,commit:m},{type:"text",label:b.advisoryContentType,requiredContent:"a[type]","default":"",id:"advContentType",
25
- setup:e,commit:m}]},{type:"hbox",widths:["45%","55%"],children:[{type:"text",label:b.cssClasses,requiredContent:"a(cke-xyz)","default":"",id:"advCSSClasses",setup:e,commit:m},{type:"text",label:b.charset,requiredContent:"a[charset]","default":"",id:"advCharset",setup:e,commit:m}]},{type:"hbox",widths:["45%","55%"],children:[{type:"text",label:b.rel,requiredContent:"a[rel]","default":"",id:"advRel",setup:e,commit:m},{type:"text",label:b.styles,requiredContent:"a{cke-xyz}","default":"",id:"advStyles",
26
- validate:CKEDITOR.dialog.validate.inlineStyle(c.lang.common.invalidInlineStyle),setup:e,commit:m}]},{type:"hbox",widths:["45%","55%"],children:[{type:"checkbox",id:"download",requiredContent:"a[download]",label:b.download,setup:function(a){void 0!==a.download&&this.setValue("checked","checked")},commit:function(a){this.getValue()&&(a.download=this.getValue())}}]}]}]}],onShow:function(){var a=this.getParentEditor(),b=a.getSelection(),c=this.getContentElement("info","linkDisplayText").getElement().getParent().getParent(),
27
- f=n.getSelectedLink(a,!0),h=f[0]||null;h&&h.hasAttribute("href")&&(b.getSelectedElement()||b.isInTable()||b.selectElement(h));b=n.parseLinkAttributes(a,h);1>=f.length&&n.showDisplayTextForElement(h,a)?c.show():c.hide();this._.selectedElements=f;this.setupContent(b)},onOk:function(){var a={};this.commitContent(a);if(this._.selectedElements.length){var b=this._.selectedElements,g=n.getLinkAttributes(c,a),f=[],h,d,l,e,k;for(k=0;k<b.length;k++){h=b[k];d=h.data("cke-saved-href");l=h.getHtml();h.setAttributes(g.set);
28
- h.removeAttributes(g.removed);if(a.linkText&&q!=a.linkText)e=a.linkText;else if(d==l||"email"==a.type&&-1!=l.indexOf("@"))e="email"==a.type?a.email.address:g.set["data-cke-saved-href"];e&&h.setText(e);f.push(p(c,h))}c.getSelection().selectRanges(f);delete this._.selectedElements}else{b=n.getLinkAttributes(c,a);g=c.getSelection().getRanges();f=new CKEDITOR.style({element:"a",attributes:b.set});h=[];f.type=CKEDITOR.STYLE_INLINE;for(l=0;l<g.length;l++){d=g[l];d.collapsed?(e=new CKEDITOR.dom.text(a.linkText||
29
- ("email"==a.type?a.email.address:b.set["data-cke-saved-href"]),c.document),d.insertNode(e),d.selectNodeContents(e)):q!==a.linkText&&(e=new CKEDITOR.dom.text(a.linkText,c.document),d.shrink(CKEDITOR.SHRINK_TEXT),c.editable().extractHtmlFromRange(d),d.insertNode(e));e=d._find("a");for(k=0;k<e.length;k++)e[k].remove(!0);f.applyToRange(d,c);h.push(d)}c.getSelection().selectRanges(h)}},onLoad:function(){c.config.linkShowAdvancedTab||this.hidePage("advanced");c.config.linkShowTargetTab||this.hidePage("target")},
30
- onFocus:function(){var a=this.getContentElement("info","linkType");a&&"url"==a.getValue()&&(a=this.getContentElement("info","url"),a.select())}}})})();
@@ -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(){function d(c,d){var b;try{b=c.getSelection().getRanges()[0]}catch(f){return null}b.shrink(CKEDITOR.SHRINK_TEXT);return c.elementPath(b.getCommonAncestor()).contains(d,1)}function e(c,e){var b=c.lang.liststyle;if("bulletedListStyle"==e)return{title:b.bulletedTitle,minWidth:300,minHeight:50,contents:[{id:"info",accessKey:"I",elements:[{type:"select",label:b.type,id:"type",align:"center",style:"width:150px",items:[[b.notset,""],[b.circle,"circle"],[b.disc,"disc"],[b.square,"square"]],setup:function(a){a=
6
- a.getStyle("list-style-type")||g[a.getAttribute("type")]||a.getAttribute("type")||"";this.setValue(a)},commit:function(a){var b=this.getValue();b?a.setStyle("list-style-type",b):a.removeStyle("list-style-type")}}]}],onShow:function(){var a=this.getParentEditor();(a=d(a,"ul"))&&this.setupContent(a)},onOk:function(){var a=this.getParentEditor();(a=d(a,"ul"))&&this.commitContent(a)}};if("numberedListStyle"==e){var h=[[b.notset,""],[b.lowerRoman,"lower-roman"],[b.upperRoman,"upper-roman"],[b.lowerAlpha,
7
- "lower-alpha"],[b.upperAlpha,"upper-alpha"],[b.decimal,"decimal"]];return{title:b.numberedTitle,minWidth:300,minHeight:50,contents:[{id:"info",accessKey:"I",elements:[{type:"hbox",widths:["25%","75%"],children:[{label:b.start,type:"text",id:"start",validate:CKEDITOR.dialog.validate.integer(b.validateStartNumber),setup:function(a){a=a.getFirst(f).getAttribute("value")||a.getAttribute("start")||1;this.setValue(a)},commit:function(a){var b=a.getFirst(f),c=b.getAttribute("value")||a.getAttribute("start")||
8
- 1;a.getFirst(f).removeAttribute("value");var d=parseInt(this.getValue(),10);isNaN(d)?a.removeAttribute("start"):a.setAttribute("start",d);a=b;b=c;for(d=isNaN(d)?1:d;(a=a.getNext(f))&&b++;)a.getAttribute("value")==b&&a.setAttribute("value",d+b-c)}},{type:"select",label:b.type,id:"type",style:"width: 100%;",items:h,setup:function(a){a=a.getStyle("list-style-type")||g[a.getAttribute("type")]||a.getAttribute("type")||"";this.setValue(a)},commit:function(a){var b=this.getValue();b?a.setStyle("list-style-type",
9
- b):a.removeStyle("list-style-type")}}]}]}],onShow:function(){var a=this.getParentEditor();(a=d(a,"ol"))&&this.setupContent(a)},onOk:function(){var a=this.getParentEditor();(a=d(a,"ol"))&&this.commitContent(a)}}}}var f=function(c){return c.type==CKEDITOR.NODE_ELEMENT&&c.is("li")},g={a:"lower-alpha",A:"upper-alpha",i:"lower-roman",I:"upper-roman",1:"decimal",disc:"disc",circle:"circle",square:"square"};CKEDITOR.dialog.add("numberedListStyle",function(c){return e(c,"numberedListStyle")});CKEDITOR.dialog.add("bulletedListStyle",
10
- function(c){return e(c,"bulletedListStyle")})})();
@@ -1,7 +0,0 @@
1
- /*
2
- Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
3
- For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- CKEDITOR.plugins.setLang( 'notification', 'az', {
6
- closed: 'Xəbərdarlıq pəncərəsi bağlanıb'
7
- } );
@@ -1,7 +0,0 @@
1
- /*
2
- Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
3
- For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- CKEDITOR.plugins.setLang( 'notification', 'bg', {
6
- closed: 'Известието е затворено.'
7
- } );
@@ -1,7 +0,0 @@
1
- /*
2
- Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
3
- For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- CKEDITOR.plugins.setLang( 'notification', 'ca', {
6
- closed: 'Notificació tancada.'
7
- } );
@@ -1,7 +0,0 @@
1
- /*
2
- Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
3
- For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- CKEDITOR.plugins.setLang( 'notification', 'cs', {
6
- closed: 'Oznámení zavřeno.'
7
- } );
@@ -1,7 +0,0 @@
1
- /*
2
- Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
3
- For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- CKEDITOR.plugins.setLang( 'notification', 'da', {
6
- closed: 'Notifikation lukket.'
7
- } );
@@ -1,7 +0,0 @@
1
- /*
2
- Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
3
- For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- CKEDITOR.plugins.setLang( 'notification', 'de-ch', {
6
- closed: 'Benachrichtigung geschlossen.'
7
- } );
@@ -1,7 +0,0 @@
1
- /*
2
- Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
3
- For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- CKEDITOR.plugins.setLang( 'notification', 'de', {
6
- closed: 'Benachrichtigung geschlossen.'
7
- } );
@@ -1,7 +0,0 @@
1
- /*
2
- Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
3
- For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- CKEDITOR.plugins.setLang( 'notification', 'en-au', {
6
- closed: 'Notification closed.'
7
- } );
@@ -1,7 +0,0 @@
1
- /*
2
- Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
3
- For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- CKEDITOR.plugins.setLang( 'notification', 'en', {
6
- closed: 'Notification closed.'
7
- } );
@@ -1,7 +0,0 @@
1
- /*
2
- Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
3
- For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- CKEDITOR.plugins.setLang( 'notification', 'eo', {
6
- closed: 'Sciigo fermita'
7
- } );
@@ -1,7 +0,0 @@
1
- /*
2
- Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
3
- For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- CKEDITOR.plugins.setLang( 'notification', 'es-mx', {
6
- closed: 'Notificación cerrada.'
7
- } );
@@ -1,7 +0,0 @@
1
- /*
2
- Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
3
- For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- CKEDITOR.plugins.setLang( 'notification', 'es', {
6
- closed: 'Notificación cerrada.'
7
- } );
@@ -1,7 +0,0 @@
1
- /*
2
- Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
3
- For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- CKEDITOR.plugins.setLang( 'notification', 'et', {
6
- closed: 'Teavitused on suletud.'
7
- } );
@@ -1,7 +0,0 @@
1
- /*
2
- Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
3
- For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- CKEDITOR.plugins.setLang( 'notification', 'eu', {
6
- closed: 'Jakinarazpena itxita.'
7
- } );
@@ -1,7 +0,0 @@
1
- /*
2
- Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
3
- For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- CKEDITOR.plugins.setLang( 'notification', 'fa', {
6
- closed: 'آگاه‌سازی بسته شد'
7
- } );
@@ -1,7 +0,0 @@
1
- /*
2
- Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
3
- For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- CKEDITOR.plugins.setLang( 'notification', 'fr', {
6
- closed: 'Notification fermée.'
7
- } );
@@ -1,7 +0,0 @@
1
- /*
2
- Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
3
- For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- CKEDITOR.plugins.setLang( 'notification', 'gl', {
6
- closed: 'Notificación pechada.'
7
- } );
@@ -1,7 +0,0 @@
1
- /*
2
- Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
3
- For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- CKEDITOR.plugins.setLang( 'notification', 'hr', {
6
- closed: 'Obavijest zatvorena.'
7
- } );
@@ -1,7 +0,0 @@
1
- /*
2
- Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
3
- For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- CKEDITOR.plugins.setLang( 'notification', 'hu', {
6
- closed: 'Értesítés bezárva.'
7
- } );
@@ -1,7 +0,0 @@
1
- /*
2
- Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
3
- For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- CKEDITOR.plugins.setLang( 'notification', 'id', {
6
- closed: 'Pemberitahuan ditutup'
7
- } );
@@ -1,7 +0,0 @@
1
- /*
2
- Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
3
- For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- CKEDITOR.plugins.setLang( 'notification', 'it', {
6
- closed: 'Notifica chiusa.'
7
- } );
@@ -1,7 +0,0 @@
1
- /*
2
- Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
3
- For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- CKEDITOR.plugins.setLang( 'notification', 'ja', {
6
- closed: '通知を閉じました。'
7
- } );
@@ -1,7 +0,0 @@
1
- /*
2
- Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
3
- For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- CKEDITOR.plugins.setLang( 'notification', 'km', {
6
- closed: 'បាន​បិទ​ការ​ផ្ដល់​ដំណឹង។'
7
- } );
@@ -1,7 +0,0 @@
1
- /*
2
- Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
3
- For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- CKEDITOR.plugins.setLang( 'notification', 'ko', {
6
- closed: '알림이 닫힘.'
7
- } );
@@ -1,7 +0,0 @@
1
- /*
2
- Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
3
- For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- CKEDITOR.plugins.setLang( 'notification', 'ku', {
6
- closed: 'ئاگادارکەرەوەکە داخرا.'
7
- } );
@@ -1,7 +0,0 @@
1
- /*
2
- Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
3
- For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- CKEDITOR.plugins.setLang( 'notification', 'lt', {
6
- closed: 'Pranešimas uždarytas.'
7
- } );
@@ -1,7 +0,0 @@
1
- /*
2
- Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
3
- For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- CKEDITOR.plugins.setLang( 'notification', 'lv', {
6
- closed: 'Paziņojums aizvērts.'
7
- } );
@@ -1,7 +0,0 @@
1
- /*
2
- Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
3
- For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- CKEDITOR.plugins.setLang( 'notification', 'nb', {
6
- closed: 'Varsling lukket.'
7
- } );
@@ -1,7 +0,0 @@
1
- /*
2
- Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
3
- For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- CKEDITOR.plugins.setLang( 'notification', 'nl', {
6
- closed: 'Melding gesloten.'
7
- } );
@@ -1,7 +0,0 @@
1
- /*
2
- Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
3
- For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- CKEDITOR.plugins.setLang( 'notification', 'oc', {
6
- closed: 'Notificacion tampada.'
7
- } );
@@ -1,7 +0,0 @@
1
- /*
2
- Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
3
- For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- CKEDITOR.plugins.setLang( 'notification', 'pl', {
6
- closed: 'Powiadomienie zostało zamknięte.'
7
- } );
@@ -1,7 +0,0 @@
1
- /*
2
- Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
3
- For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- CKEDITOR.plugins.setLang( 'notification', 'pt-br', {
6
- closed: 'Notificação fechada.'
7
- } );