eztech-core-components 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (649) hide show
  1. package/assets/css/index.css +405 -0
  2. package/ckeditor/CHANGES.md +2339 -0
  3. package/ckeditor/LICENSE.md +1444 -0
  4. package/ckeditor/MongolianScript.ttf +0 -0
  5. package/ckeditor/README.md +39 -0
  6. package/ckeditor/SECURITY.md +10 -0
  7. package/ckeditor/adapters/jquery.js +10 -0
  8. package/ckeditor/bender-runner.config.json +16 -0
  9. package/ckeditor/build-config.js +193 -0
  10. package/ckeditor/ckcontent.css +71 -0
  11. package/ckeditor/ckeditor.js +1446 -0
  12. package/ckeditor/cmdashitseden.ttf +0 -0
  13. package/ckeditor/config.js +21 -0
  14. package/ckeditor/contents.css +220 -0
  15. package/ckeditor/lang/af.js +5 -0
  16. package/ckeditor/lang/ar.js +5 -0
  17. package/ckeditor/lang/az.js +5 -0
  18. package/ckeditor/lang/bg.js +5 -0
  19. package/ckeditor/lang/bn.js +5 -0
  20. package/ckeditor/lang/bs.js +5 -0
  21. package/ckeditor/lang/ca.js +5 -0
  22. package/ckeditor/lang/cs.js +5 -0
  23. package/ckeditor/lang/cy.js +5 -0
  24. package/ckeditor/lang/da.js +5 -0
  25. package/ckeditor/lang/de-ch.js +5 -0
  26. package/ckeditor/lang/de.js +5 -0
  27. package/ckeditor/lang/el.js +5 -0
  28. package/ckeditor/lang/en-au.js +5 -0
  29. package/ckeditor/lang/en-ca.js +5 -0
  30. package/ckeditor/lang/en-gb.js +5 -0
  31. package/ckeditor/lang/en.js +5 -0
  32. package/ckeditor/lang/eo.js +5 -0
  33. package/ckeditor/lang/es-mx.js +5 -0
  34. package/ckeditor/lang/es.js +5 -0
  35. package/ckeditor/lang/et.js +5 -0
  36. package/ckeditor/lang/eu.js +5 -0
  37. package/ckeditor/lang/fa.js +5 -0
  38. package/ckeditor/lang/fi.js +5 -0
  39. package/ckeditor/lang/fo.js +5 -0
  40. package/ckeditor/lang/fr-ca.js +5 -0
  41. package/ckeditor/lang/fr.js +5 -0
  42. package/ckeditor/lang/gl.js +5 -0
  43. package/ckeditor/lang/gu.js +5 -0
  44. package/ckeditor/lang/he.js +5 -0
  45. package/ckeditor/lang/hi.js +5 -0
  46. package/ckeditor/lang/hr.js +5 -0
  47. package/ckeditor/lang/hu.js +5 -0
  48. package/ckeditor/lang/id.js +5 -0
  49. package/ckeditor/lang/is.js +5 -0
  50. package/ckeditor/lang/it.js +5 -0
  51. package/ckeditor/lang/ja.js +5 -0
  52. package/ckeditor/lang/ka.js +5 -0
  53. package/ckeditor/lang/km.js +5 -0
  54. package/ckeditor/lang/ko.js +5 -0
  55. package/ckeditor/lang/ku.js +5 -0
  56. package/ckeditor/lang/lt.js +5 -0
  57. package/ckeditor/lang/lv.js +5 -0
  58. package/ckeditor/lang/mk.js +5 -0
  59. package/ckeditor/lang/mn.js +5 -0
  60. package/ckeditor/lang/ms.js +5 -0
  61. package/ckeditor/lang/nb.js +5 -0
  62. package/ckeditor/lang/nl.js +5 -0
  63. package/ckeditor/lang/no.js +5 -0
  64. package/ckeditor/lang/oc.js +5 -0
  65. package/ckeditor/lang/pl.js +5 -0
  66. package/ckeditor/lang/pt-br.js +5 -0
  67. package/ckeditor/lang/pt.js +5 -0
  68. package/ckeditor/lang/ro.js +5 -0
  69. package/ckeditor/lang/ru.js +5 -0
  70. package/ckeditor/lang/si.js +5 -0
  71. package/ckeditor/lang/sk.js +5 -0
  72. package/ckeditor/lang/sl.js +5 -0
  73. package/ckeditor/lang/sq.js +5 -0
  74. package/ckeditor/lang/sr-latn.js +5 -0
  75. package/ckeditor/lang/sr.js +5 -0
  76. package/ckeditor/lang/sv.js +5 -0
  77. package/ckeditor/lang/th.js +5 -0
  78. package/ckeditor/lang/tr.js +5 -0
  79. package/ckeditor/lang/tt.js +5 -0
  80. package/ckeditor/lang/ug.js +5 -0
  81. package/ckeditor/lang/uk.js +5 -0
  82. package/ckeditor/lang/vi.js +5 -0
  83. package/ckeditor/lang/zh-cn.js +5 -0
  84. package/ckeditor/lang/zh.js +5 -0
  85. package/ckeditor/monbaiti.ttf +0 -0
  86. package/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js +10 -0
  87. package/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt +25 -0
  88. package/ckeditor/plugins/a11yhelp/dialogs/lang/af.js +11 -0
  89. package/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js +12 -0
  90. package/ckeditor/plugins/a11yhelp/dialogs/lang/az.js +11 -0
  91. package/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js +12 -0
  92. package/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js +13 -0
  93. package/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js +12 -0
  94. package/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js +11 -0
  95. package/ckeditor/plugins/a11yhelp/dialogs/lang/da.js +11 -0
  96. package/ckeditor/plugins/a11yhelp/dialogs/lang/de-ch.js +13 -0
  97. package/ckeditor/plugins/a11yhelp/dialogs/lang/de.js +13 -0
  98. package/ckeditor/plugins/a11yhelp/dialogs/lang/el.js +13 -0
  99. package/ckeditor/plugins/a11yhelp/dialogs/lang/en-au.js +12 -0
  100. package/ckeditor/plugins/a11yhelp/dialogs/lang/en-gb.js +12 -0
  101. package/ckeditor/plugins/a11yhelp/dialogs/lang/en.js +12 -0
  102. package/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js +13 -0
  103. package/ckeditor/plugins/a11yhelp/dialogs/lang/es-mx.js +13 -0
  104. package/ckeditor/plugins/a11yhelp/dialogs/lang/es.js +13 -0
  105. package/ckeditor/plugins/a11yhelp/dialogs/lang/et.js +11 -0
  106. package/ckeditor/plugins/a11yhelp/dialogs/lang/eu.js +12 -0
  107. package/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js +11 -0
  108. package/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js +12 -0
  109. package/ckeditor/plugins/a11yhelp/dialogs/lang/fo.js +12 -0
  110. package/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js +12 -0
  111. package/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js +13 -0
  112. package/ckeditor/plugins/a11yhelp/dialogs/lang/gl.js +12 -0
  113. package/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js +12 -0
  114. package/ckeditor/plugins/a11yhelp/dialogs/lang/he.js +11 -0
  115. package/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js +12 -0
  116. package/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js +11 -0
  117. package/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js +12 -0
  118. package/ckeditor/plugins/a11yhelp/dialogs/lang/id.js +11 -0
  119. package/ckeditor/plugins/a11yhelp/dialogs/lang/it.js +13 -0
  120. package/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js +9 -0
  121. package/ckeditor/plugins/a11yhelp/dialogs/lang/km.js +12 -0
  122. package/ckeditor/plugins/a11yhelp/dialogs/lang/ko.js +10 -0
  123. package/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js +11 -0
  124. package/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js +12 -0
  125. package/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js +13 -0
  126. package/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js +12 -0
  127. package/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js +12 -0
  128. package/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js +12 -0
  129. package/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js +12 -0
  130. package/ckeditor/plugins/a11yhelp/dialogs/lang/no.js +12 -0
  131. package/ckeditor/plugins/a11yhelp/dialogs/lang/oc.js +12 -0
  132. package/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js +13 -0
  133. package/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js +13 -0
  134. package/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js +12 -0
  135. package/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js +12 -0
  136. package/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js +11 -0
  137. package/ckeditor/plugins/a11yhelp/dialogs/lang/si.js +10 -0
  138. package/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js +11 -0
  139. package/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js +12 -0
  140. package/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js +12 -0
  141. package/ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js +13 -0
  142. package/ckeditor/plugins/a11yhelp/dialogs/lang/sr.js +13 -0
  143. package/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js +11 -0
  144. package/ckeditor/plugins/a11yhelp/dialogs/lang/th.js +12 -0
  145. package/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js +12 -0
  146. package/ckeditor/plugins/a11yhelp/dialogs/lang/tt.js +12 -0
  147. package/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js +12 -0
  148. package/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js +12 -0
  149. package/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js +11 -0
  150. package/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js +9 -0
  151. package/ckeditor/plugins/a11yhelp/dialogs/lang/zh.js +9 -0
  152. package/ckeditor/plugins/about/dialogs/about.js +8 -0
  153. package/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png +0 -0
  154. package/ckeditor/plugins/about/dialogs/logo_ckeditor.png +0 -0
  155. package/ckeditor/plugins/clipboard/dialogs/paste.js +11 -0
  156. package/ckeditor/plugins/colordialog/dialogs/colordialog.css +20 -0
  157. package/ckeditor/plugins/colordialog/dialogs/colordialog.js +14 -0
  158. package/ckeditor/plugins/copyformatting/cursors/cursor-disabled.svg +25 -0
  159. package/ckeditor/plugins/copyformatting/cursors/cursor.svg +14 -0
  160. package/ckeditor/plugins/copyformatting/styles/copyformatting.css +45 -0
  161. package/ckeditor/plugins/dialog/dialogDefinition.js +4 -0
  162. package/ckeditor/plugins/dialog/styles/dialog.css +18 -0
  163. package/ckeditor/plugins/div/dialogs/div.js +10 -0
  164. package/ckeditor/plugins/find/dialogs/find.js +26 -0
  165. package/ckeditor/plugins/forms/dialogs/button.js +8 -0
  166. package/ckeditor/plugins/forms/dialogs/checkbox.js +9 -0
  167. package/ckeditor/plugins/forms/dialogs/form.js +8 -0
  168. package/ckeditor/plugins/forms/dialogs/hiddenfield.js +7 -0
  169. package/ckeditor/plugins/forms/dialogs/radio.js +9 -0
  170. package/ckeditor/plugins/forms/dialogs/select.js +21 -0
  171. package/ckeditor/plugins/forms/dialogs/textarea.js +9 -0
  172. package/ckeditor/plugins/forms/dialogs/textfield.js +11 -0
  173. package/ckeditor/plugins/forms/images/hiddenfield.gif +0 -0
  174. package/ckeditor/plugins/icons.png +0 -0
  175. package/ckeditor/plugins/icons_hidpi.png +0 -0
  176. package/ckeditor/plugins/iframe/dialogs/iframe.js +11 -0
  177. package/ckeditor/plugins/iframe/images/placeholder.png +0 -0
  178. package/ckeditor/plugins/image/dialogs/image.js +44 -0
  179. package/ckeditor/plugins/image/images/noimage.png +0 -0
  180. package/ckeditor/plugins/indent/dev/indent.html +285 -0
  181. package/ckeditor/plugins/indent/icons/hidpi/indent-rtl.png +0 -0
  182. package/ckeditor/plugins/indent/icons/hidpi/indent.png +0 -0
  183. package/ckeditor/plugins/indent/icons/hidpi/outdent-rtl.png +0 -0
  184. package/ckeditor/plugins/indent/icons/hidpi/outdent.png +0 -0
  185. package/ckeditor/plugins/indent/icons/indent-rtl.png +0 -0
  186. package/ckeditor/plugins/indent/icons/indent.png +0 -0
  187. package/ckeditor/plugins/indent/icons/outdent-rtl.png +0 -0
  188. package/ckeditor/plugins/indent/icons/outdent.png +0 -0
  189. package/ckeditor/plugins/indent/lang/af.js +8 -0
  190. package/ckeditor/plugins/indent/lang/ar.js +8 -0
  191. package/ckeditor/plugins/indent/lang/az.js +8 -0
  192. package/ckeditor/plugins/indent/lang/bg.js +8 -0
  193. package/ckeditor/plugins/indent/lang/bn.js +8 -0
  194. package/ckeditor/plugins/indent/lang/bs.js +8 -0
  195. package/ckeditor/plugins/indent/lang/ca.js +8 -0
  196. package/ckeditor/plugins/indent/lang/cs.js +8 -0
  197. package/ckeditor/plugins/indent/lang/cy.js +8 -0
  198. package/ckeditor/plugins/indent/lang/da.js +8 -0
  199. package/ckeditor/plugins/indent/lang/de-ch.js +8 -0
  200. package/ckeditor/plugins/indent/lang/de.js +8 -0
  201. package/ckeditor/plugins/indent/lang/el.js +8 -0
  202. package/ckeditor/plugins/indent/lang/en-au.js +8 -0
  203. package/ckeditor/plugins/indent/lang/en-ca.js +8 -0
  204. package/ckeditor/plugins/indent/lang/en-gb.js +8 -0
  205. package/ckeditor/plugins/indent/lang/en.js +8 -0
  206. package/ckeditor/plugins/indent/lang/eo.js +8 -0
  207. package/ckeditor/plugins/indent/lang/es-mx.js +8 -0
  208. package/ckeditor/plugins/indent/lang/es.js +8 -0
  209. package/ckeditor/plugins/indent/lang/et.js +8 -0
  210. package/ckeditor/plugins/indent/lang/eu.js +8 -0
  211. package/ckeditor/plugins/indent/lang/fa.js +8 -0
  212. package/ckeditor/plugins/indent/lang/fi.js +8 -0
  213. package/ckeditor/plugins/indent/lang/fo.js +8 -0
  214. package/ckeditor/plugins/indent/lang/fr-ca.js +8 -0
  215. package/ckeditor/plugins/indent/lang/fr.js +8 -0
  216. package/ckeditor/plugins/indent/lang/gl.js +8 -0
  217. package/ckeditor/plugins/indent/lang/gu.js +8 -0
  218. package/ckeditor/plugins/indent/lang/he.js +8 -0
  219. package/ckeditor/plugins/indent/lang/hi.js +8 -0
  220. package/ckeditor/plugins/indent/lang/hr.js +8 -0
  221. package/ckeditor/plugins/indent/lang/hu.js +8 -0
  222. package/ckeditor/plugins/indent/lang/id.js +8 -0
  223. package/ckeditor/plugins/indent/lang/is.js +8 -0
  224. package/ckeditor/plugins/indent/lang/it.js +8 -0
  225. package/ckeditor/plugins/indent/lang/ja.js +8 -0
  226. package/ckeditor/plugins/indent/lang/ka.js +8 -0
  227. package/ckeditor/plugins/indent/lang/km.js +8 -0
  228. package/ckeditor/plugins/indent/lang/ko.js +8 -0
  229. package/ckeditor/plugins/indent/lang/ku.js +8 -0
  230. package/ckeditor/plugins/indent/lang/lt.js +8 -0
  231. package/ckeditor/plugins/indent/lang/lv.js +8 -0
  232. package/ckeditor/plugins/indent/lang/mk.js +8 -0
  233. package/ckeditor/plugins/indent/lang/mn.js +8 -0
  234. package/ckeditor/plugins/indent/lang/ms.js +8 -0
  235. package/ckeditor/plugins/indent/lang/nb.js +8 -0
  236. package/ckeditor/plugins/indent/lang/nl.js +8 -0
  237. package/ckeditor/plugins/indent/lang/no.js +8 -0
  238. package/ckeditor/plugins/indent/lang/oc.js +8 -0
  239. package/ckeditor/plugins/indent/lang/pl.js +8 -0
  240. package/ckeditor/plugins/indent/lang/pt-br.js +8 -0
  241. package/ckeditor/plugins/indent/lang/pt.js +8 -0
  242. package/ckeditor/plugins/indent/lang/ro.js +8 -0
  243. package/ckeditor/plugins/indent/lang/ru.js +8 -0
  244. package/ckeditor/plugins/indent/lang/si.js +8 -0
  245. package/ckeditor/plugins/indent/lang/sk.js +8 -0
  246. package/ckeditor/plugins/indent/lang/sl.js +8 -0
  247. package/ckeditor/plugins/indent/lang/sq.js +8 -0
  248. package/ckeditor/plugins/indent/lang/sr-latn.js +8 -0
  249. package/ckeditor/plugins/indent/lang/sr.js +8 -0
  250. package/ckeditor/plugins/indent/lang/sv.js +8 -0
  251. package/ckeditor/plugins/indent/lang/th.js +8 -0
  252. package/ckeditor/plugins/indent/lang/tr.js +8 -0
  253. package/ckeditor/plugins/indent/lang/tt.js +8 -0
  254. package/ckeditor/plugins/indent/lang/ug.js +8 -0
  255. package/ckeditor/plugins/indent/lang/uk.js +8 -0
  256. package/ckeditor/plugins/indent/lang/vi.js +8 -0
  257. package/ckeditor/plugins/indent/lang/zh-cn.js +8 -0
  258. package/ckeditor/plugins/indent/lang/zh.js +8 -0
  259. package/ckeditor/plugins/indent/plugin.js +461 -0
  260. package/ckeditor/plugins/justify/icons/hidpi/justifyblock.png +0 -0
  261. package/ckeditor/plugins/justify/icons/hidpi/justifycenter.png +0 -0
  262. package/ckeditor/plugins/justify/icons/hidpi/justifyleft.png +0 -0
  263. package/ckeditor/plugins/justify/icons/hidpi/justifyright.png +0 -0
  264. package/ckeditor/plugins/justify/icons/justifyblock.png +0 -0
  265. package/ckeditor/plugins/justify/icons/justifycenter.png +0 -0
  266. package/ckeditor/plugins/justify/icons/justifyleft.png +0 -0
  267. package/ckeditor/plugins/justify/icons/justifyright.png +0 -0
  268. package/ckeditor/plugins/justify/plugin.js +269 -0
  269. package/ckeditor/plugins/lineheight/LICENSE +22 -0
  270. package/ckeditor/plugins/lineheight/README.md +2 -0
  271. package/ckeditor/plugins/lineheight/lang/LANG.js +3 -0
  272. package/ckeditor/plugins/lineheight/lang/ar.js +3 -0
  273. package/ckeditor/plugins/lineheight/lang/de.js +3 -0
  274. package/ckeditor/plugins/lineheight/lang/en.js +3 -0
  275. package/ckeditor/plugins/lineheight/lang/es.js +3 -0
  276. package/ckeditor/plugins/lineheight/lang/fr.js +3 -0
  277. package/ckeditor/plugins/lineheight/lang/ko.js +3 -0
  278. package/ckeditor/plugins/lineheight/lang/pt.js +3 -0
  279. package/ckeditor/plugins/lineheight/plugin.js +81 -0
  280. package/ckeditor/plugins/lineheight/readme.txt +30 -0
  281. package/ckeditor/plugins/link/dialogs/anchor.js +9 -0
  282. package/ckeditor/plugins/link/dialogs/link.js +30 -0
  283. package/ckeditor/plugins/link/images/anchor.png +0 -0
  284. package/ckeditor/plugins/link/images/hidpi/anchor.png +0 -0
  285. package/ckeditor/plugins/liststyle/dialogs/liststyle.js +10 -0
  286. package/ckeditor/plugins/magicline/images/hidpi/icon-rtl.png +0 -0
  287. package/ckeditor/plugins/magicline/images/hidpi/icon.png +0 -0
  288. package/ckeditor/plugins/magicline/images/icon-rtl.png +0 -0
  289. package/ckeditor/plugins/magicline/images/icon.png +0 -0
  290. package/ckeditor/plugins/pagebreak/images/pagebreak.gif +0 -0
  291. package/ckeditor/plugins/pastefromgdocs/filter/default.js +8 -0
  292. package/ckeditor/plugins/pastefromlibreoffice/filter/default.js +11 -0
  293. package/ckeditor/plugins/pastefromword/filter/default.js +43 -0
  294. package/ckeditor/plugins/pastetools/filter/common.js +24 -0
  295. package/ckeditor/plugins/pastetools/filter/image.js +12 -0
  296. package/ckeditor/plugins/preview/images/pagebreak.gif +0 -0
  297. package/ckeditor/plugins/preview/preview.html +13 -0
  298. package/ckeditor/plugins/preview/styles/screen.css +10 -0
  299. package/ckeditor/plugins/scayt/CHANGELOG.md +4 -0
  300. package/ckeditor/plugins/scayt/LICENSE.md +28 -0
  301. package/ckeditor/plugins/scayt/README.md +81 -0
  302. package/ckeditor/plugins/scayt/dialogs/dialog.css +23 -0
  303. package/ckeditor/plugins/scayt/dialogs/options.js +32 -0
  304. package/ckeditor/plugins/scayt/dialogs/toolbar.css +71 -0
  305. package/ckeditor/plugins/scayt/skins/moono-lisa/scayt.css +25 -0
  306. package/ckeditor/plugins/showblocks/images/block_address.png +0 -0
  307. package/ckeditor/plugins/showblocks/images/block_blockquote.png +0 -0
  308. package/ckeditor/plugins/showblocks/images/block_div.png +0 -0
  309. package/ckeditor/plugins/showblocks/images/block_h1.png +0 -0
  310. package/ckeditor/plugins/showblocks/images/block_h2.png +0 -0
  311. package/ckeditor/plugins/showblocks/images/block_h3.png +0 -0
  312. package/ckeditor/plugins/showblocks/images/block_h4.png +0 -0
  313. package/ckeditor/plugins/showblocks/images/block_h5.png +0 -0
  314. package/ckeditor/plugins/showblocks/images/block_h6.png +0 -0
  315. package/ckeditor/plugins/showblocks/images/block_p.png +0 -0
  316. package/ckeditor/plugins/showblocks/images/block_pre.png +0 -0
  317. package/ckeditor/plugins/simage/LICENSE +674 -0
  318. package/ckeditor/plugins/simage/README.md +73 -0
  319. package/ckeditor/plugins/simage/icons/simage.png +0 -0
  320. package/ckeditor/plugins/simage/plugin.js +154 -0
  321. package/ckeditor/plugins/smiley/dialogs/smiley.js +11 -0
  322. package/ckeditor/plugins/smiley/images/angel_smile.gif +0 -0
  323. package/ckeditor/plugins/smiley/images/angel_smile.png +0 -0
  324. package/ckeditor/plugins/smiley/images/angry_smile.gif +0 -0
  325. package/ckeditor/plugins/smiley/images/angry_smile.png +0 -0
  326. package/ckeditor/plugins/smiley/images/broken_heart.gif +0 -0
  327. package/ckeditor/plugins/smiley/images/broken_heart.png +0 -0
  328. package/ckeditor/plugins/smiley/images/confused_smile.gif +0 -0
  329. package/ckeditor/plugins/smiley/images/confused_smile.png +0 -0
  330. package/ckeditor/plugins/smiley/images/cry_smile.gif +0 -0
  331. package/ckeditor/plugins/smiley/images/cry_smile.png +0 -0
  332. package/ckeditor/plugins/smiley/images/devil_smile.gif +0 -0
  333. package/ckeditor/plugins/smiley/images/devil_smile.png +0 -0
  334. package/ckeditor/plugins/smiley/images/embaressed_smile.gif +0 -0
  335. package/ckeditor/plugins/smiley/images/embarrassed_smile.gif +0 -0
  336. package/ckeditor/plugins/smiley/images/embarrassed_smile.png +0 -0
  337. package/ckeditor/plugins/smiley/images/envelope.gif +0 -0
  338. package/ckeditor/plugins/smiley/images/envelope.png +0 -0
  339. package/ckeditor/plugins/smiley/images/heart.gif +0 -0
  340. package/ckeditor/plugins/smiley/images/heart.png +0 -0
  341. package/ckeditor/plugins/smiley/images/kiss.gif +0 -0
  342. package/ckeditor/plugins/smiley/images/kiss.png +0 -0
  343. package/ckeditor/plugins/smiley/images/lightbulb.gif +0 -0
  344. package/ckeditor/plugins/smiley/images/lightbulb.png +0 -0
  345. package/ckeditor/plugins/smiley/images/omg_smile.gif +0 -0
  346. package/ckeditor/plugins/smiley/images/omg_smile.png +0 -0
  347. package/ckeditor/plugins/smiley/images/regular_smile.gif +0 -0
  348. package/ckeditor/plugins/smiley/images/regular_smile.png +0 -0
  349. package/ckeditor/plugins/smiley/images/sad_smile.gif +0 -0
  350. package/ckeditor/plugins/smiley/images/sad_smile.png +0 -0
  351. package/ckeditor/plugins/smiley/images/shades_smile.gif +0 -0
  352. package/ckeditor/plugins/smiley/images/shades_smile.png +0 -0
  353. package/ckeditor/plugins/smiley/images/teeth_smile.gif +0 -0
  354. package/ckeditor/plugins/smiley/images/teeth_smile.png +0 -0
  355. package/ckeditor/plugins/smiley/images/thumbs_down.gif +0 -0
  356. package/ckeditor/plugins/smiley/images/thumbs_down.png +0 -0
  357. package/ckeditor/plugins/smiley/images/thumbs_up.gif +0 -0
  358. package/ckeditor/plugins/smiley/images/thumbs_up.png +0 -0
  359. package/ckeditor/plugins/smiley/images/tongue_smile.gif +0 -0
  360. package/ckeditor/plugins/smiley/images/tongue_smile.png +0 -0
  361. package/ckeditor/plugins/smiley/images/tounge_smile.gif +0 -0
  362. package/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif +0 -0
  363. package/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.png +0 -0
  364. package/ckeditor/plugins/smiley/images/wink_smile.gif +0 -0
  365. package/ckeditor/plugins/smiley/images/wink_smile.png +0 -0
  366. package/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt +20 -0
  367. package/ckeditor/plugins/specialchar/dialogs/lang/af.js +13 -0
  368. package/ckeditor/plugins/specialchar/dialogs/lang/ar.js +13 -0
  369. package/ckeditor/plugins/specialchar/dialogs/lang/az.js +10 -0
  370. package/ckeditor/plugins/specialchar/dialogs/lang/bg.js +13 -0
  371. package/ckeditor/plugins/specialchar/dialogs/lang/ca.js +14 -0
  372. package/ckeditor/plugins/specialchar/dialogs/lang/cs.js +13 -0
  373. package/ckeditor/plugins/specialchar/dialogs/lang/cy.js +14 -0
  374. package/ckeditor/plugins/specialchar/dialogs/lang/da.js +11 -0
  375. package/ckeditor/plugins/specialchar/dialogs/lang/de-ch.js +13 -0
  376. package/ckeditor/plugins/specialchar/dialogs/lang/de.js +13 -0
  377. package/ckeditor/plugins/specialchar/dialogs/lang/el.js +13 -0
  378. package/ckeditor/plugins/specialchar/dialogs/lang/en-au.js +13 -0
  379. package/ckeditor/plugins/specialchar/dialogs/lang/en-ca.js +13 -0
  380. package/ckeditor/plugins/specialchar/dialogs/lang/en-gb.js +13 -0
  381. package/ckeditor/plugins/specialchar/dialogs/lang/en.js +13 -0
  382. package/ckeditor/plugins/specialchar/dialogs/lang/eo.js +12 -0
  383. package/ckeditor/plugins/specialchar/dialogs/lang/es-mx.js +13 -0
  384. package/ckeditor/plugins/specialchar/dialogs/lang/es.js +13 -0
  385. package/ckeditor/plugins/specialchar/dialogs/lang/et.js +11 -0
  386. package/ckeditor/plugins/specialchar/dialogs/lang/eu.js +13 -0
  387. package/ckeditor/plugins/specialchar/dialogs/lang/fa.js +12 -0
  388. package/ckeditor/plugins/specialchar/dialogs/lang/fi.js +13 -0
  389. package/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js +10 -0
  390. package/ckeditor/plugins/specialchar/dialogs/lang/fr.js +12 -0
  391. package/ckeditor/plugins/specialchar/dialogs/lang/gl.js +13 -0
  392. package/ckeditor/plugins/specialchar/dialogs/lang/he.js +12 -0
  393. package/ckeditor/plugins/specialchar/dialogs/lang/hr.js +13 -0
  394. package/ckeditor/plugins/specialchar/dialogs/lang/hu.js +12 -0
  395. package/ckeditor/plugins/specialchar/dialogs/lang/id.js +13 -0
  396. package/ckeditor/plugins/specialchar/dialogs/lang/it.js +14 -0
  397. package/ckeditor/plugins/specialchar/dialogs/lang/ja.js +9 -0
  398. package/ckeditor/plugins/specialchar/dialogs/lang/km.js +13 -0
  399. package/ckeditor/plugins/specialchar/dialogs/lang/ko.js +10 -0
  400. package/ckeditor/plugins/specialchar/dialogs/lang/ku.js +13 -0
  401. package/ckeditor/plugins/specialchar/dialogs/lang/lt.js +13 -0
  402. package/ckeditor/plugins/specialchar/dialogs/lang/lv.js +13 -0
  403. package/ckeditor/plugins/specialchar/dialogs/lang/nb.js +11 -0
  404. package/ckeditor/plugins/specialchar/dialogs/lang/nl.js +13 -0
  405. package/ckeditor/plugins/specialchar/dialogs/lang/no.js +11 -0
  406. package/ckeditor/plugins/specialchar/dialogs/lang/oc.js +12 -0
  407. package/ckeditor/plugins/specialchar/dialogs/lang/pl.js +12 -0
  408. package/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js +11 -0
  409. package/ckeditor/plugins/specialchar/dialogs/lang/pt.js +13 -0
  410. package/ckeditor/plugins/specialchar/dialogs/lang/ro.js +13 -0
  411. package/ckeditor/plugins/specialchar/dialogs/lang/ru.js +13 -0
  412. package/ckeditor/plugins/specialchar/dialogs/lang/si.js +13 -0
  413. package/ckeditor/plugins/specialchar/dialogs/lang/sk.js +13 -0
  414. package/ckeditor/plugins/specialchar/dialogs/lang/sl.js +12 -0
  415. package/ckeditor/plugins/specialchar/dialogs/lang/sq.js +13 -0
  416. package/ckeditor/plugins/specialchar/dialogs/lang/sr-latn.js +13 -0
  417. package/ckeditor/plugins/specialchar/dialogs/lang/sr.js +13 -0
  418. package/ckeditor/plugins/specialchar/dialogs/lang/sv.js +11 -0
  419. package/ckeditor/plugins/specialchar/dialogs/lang/th.js +13 -0
  420. package/ckeditor/plugins/specialchar/dialogs/lang/tr.js +12 -0
  421. package/ckeditor/plugins/specialchar/dialogs/lang/tt.js +13 -0
  422. package/ckeditor/plugins/specialchar/dialogs/lang/ug.js +13 -0
  423. package/ckeditor/plugins/specialchar/dialogs/lang/uk.js +12 -0
  424. package/ckeditor/plugins/specialchar/dialogs/lang/vi.js +14 -0
  425. package/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js +9 -0
  426. package/ckeditor/plugins/specialchar/dialogs/lang/zh.js +9 -0
  427. package/ckeditor/plugins/specialchar/dialogs/specialchar.js +14 -0
  428. package/ckeditor/plugins/table/dialogs/table.js +22 -0
  429. package/ckeditor/plugins/tableselection/styles/tableselection.css +36 -0
  430. package/ckeditor/plugins/tabletools/dialogs/tableCell.js +18 -0
  431. package/ckeditor/plugins/templates/dialogs/templates.css +84 -0
  432. package/ckeditor/plugins/templates/dialogs/templates.js +11 -0
  433. package/ckeditor/plugins/templates/templatedefinition.js +4 -0
  434. package/ckeditor/plugins/templates/templates/default.js +7 -0
  435. package/ckeditor/plugins/templates/templates/images/template1.gif +0 -0
  436. package/ckeditor/plugins/templates/templates/images/template2.gif +0 -0
  437. package/ckeditor/plugins/templates/templates/images/template3.gif +0 -0
  438. package/ckeditor/plugins/textindent/icons/hidpi/textindent.png +0 -0
  439. package/ckeditor/plugins/textindent/icons/textindent.png +0 -0
  440. package/ckeditor/plugins/textindent/lang/en.js +3 -0
  441. package/ckeditor/plugins/textindent/lang/pt-br.js +3 -0
  442. package/ckeditor/plugins/textindent/plugin.js +99 -0
  443. package/ckeditor/plugins/widget/images/handle.png +0 -0
  444. package/ckeditor/samples/css/samples.css +1637 -0
  445. package/ckeditor/samples/img/github-top.png +0 -0
  446. package/ckeditor/samples/img/header-bg.png +0 -0
  447. package/ckeditor/samples/img/header-separator.png +0 -0
  448. package/ckeditor/samples/img/logo.png +0 -0
  449. package/ckeditor/samples/img/logo.svg +13 -0
  450. package/ckeditor/samples/img/navigation-tip.png +0 -0
  451. package/ckeditor/samples/index.html +130 -0
  452. package/ckeditor/samples/js/sample.js +53 -0
  453. package/ckeditor/samples/js/sf.js +17 -0
  454. package/ckeditor/samples/old/ajax.html +85 -0
  455. package/ckeditor/samples/old/api.html +210 -0
  456. package/ckeditor/samples/old/appendto.html +59 -0
  457. package/ckeditor/samples/old/assets/inlineall/logo.png +0 -0
  458. package/ckeditor/samples/old/assets/outputxhtml/outputxhtml.css +204 -0
  459. package/ckeditor/samples/old/assets/posteddata.php +60 -0
  460. package/ckeditor/samples/old/assets/sample.jpg +0 -0
  461. package/ckeditor/samples/old/assets/uilanguages/languages.js +7 -0
  462. package/ckeditor/samples/old/datafiltering.html +508 -0
  463. package/ckeditor/samples/old/dialog/assets/my_dialog.js +48 -0
  464. package/ckeditor/samples/old/dialog/dialog.html +190 -0
  465. package/ckeditor/samples/old/divreplace.html +144 -0
  466. package/ckeditor/samples/old/enterkey/enterkey.html +106 -0
  467. package/ckeditor/samples/old/htmlwriter/outputhtml.html +224 -0
  468. package/ckeditor/samples/old/index.html +129 -0
  469. package/ckeditor/samples/old/inlineall.html +314 -0
  470. package/ckeditor/samples/old/inlinebycode.html +124 -0
  471. package/ckeditor/samples/old/inlinetextarea.html +113 -0
  472. package/ckeditor/samples/old/jquery.html +103 -0
  473. package/ckeditor/samples/old/magicline/magicline.html +209 -0
  474. package/ckeditor/samples/old/readonly.html +76 -0
  475. package/ckeditor/samples/old/replacebyclass.html +60 -0
  476. package/ckeditor/samples/old/replacebycode.html +59 -0
  477. package/ckeditor/samples/old/sample.css +357 -0
  478. package/ckeditor/samples/old/sample.js +50 -0
  479. package/ckeditor/samples/old/sample_posteddata.php +16 -0
  480. package/ckeditor/samples/old/tabindex.html +78 -0
  481. package/ckeditor/samples/old/toolbar/toolbar.html +235 -0
  482. package/ckeditor/samples/old/uicolor.html +72 -0
  483. package/ckeditor/samples/old/uilanguages.html +122 -0
  484. package/ckeditor/samples/old/wysiwygarea/fullpage.html +80 -0
  485. package/ckeditor/samples/old/xhtmlstyle.html +234 -0
  486. package/ckeditor/samples/toolbarconfigurator/css/fontello.css +55 -0
  487. package/ckeditor/samples/toolbarconfigurator/font/LICENSE.txt +10 -0
  488. package/ckeditor/samples/toolbarconfigurator/font/config.json +28 -0
  489. package/ckeditor/samples/toolbarconfigurator/font/fontello.eot +0 -0
  490. package/ckeditor/samples/toolbarconfigurator/font/fontello.svg +14 -0
  491. package/ckeditor/samples/toolbarconfigurator/font/fontello.ttf +0 -0
  492. package/ckeditor/samples/toolbarconfigurator/font/fontello.woff +0 -0
  493. package/ckeditor/samples/toolbarconfigurator/index.html +447 -0
  494. package/ckeditor/samples/toolbarconfigurator/js/abstracttoolbarmodifier.js +13 -0
  495. package/ckeditor/samples/toolbarconfigurator/js/fulltoolbareditor.js +9 -0
  496. package/ckeditor/samples/toolbarconfigurator/js/toolbarmodifier.js +33 -0
  497. package/ckeditor/samples/toolbarconfigurator/js/toolbartextmodifier.js +14 -0
  498. package/ckeditor/samples/toolbarconfigurator/lib/codemirror/LICENSE +19 -0
  499. package/ckeditor/samples/toolbarconfigurator/lib/codemirror/codemirror.css +325 -0
  500. package/ckeditor/samples/toolbarconfigurator/lib/codemirror/codemirror.js +288 -0
  501. package/ckeditor/samples/toolbarconfigurator/lib/codemirror/javascript.js +25 -0
  502. package/ckeditor/samples/toolbarconfigurator/lib/codemirror/neo.css +36 -0
  503. package/ckeditor/samples/toolbarconfigurator/lib/codemirror/show-hint.css +38 -0
  504. package/ckeditor/samples/toolbarconfigurator/lib/codemirror/show-hint.js +16 -0
  505. package/ckeditor/skins/moono-lisa/dialog.css +5 -0
  506. package/ckeditor/skins/moono-lisa/dialog_ie.css +5 -0
  507. package/ckeditor/skins/moono-lisa/dialog_ie8.css +5 -0
  508. package/ckeditor/skins/moono-lisa/dialog_iequirks.css +5 -0
  509. package/ckeditor/skins/moono-lisa/editor.css +5 -0
  510. package/ckeditor/skins/moono-lisa/editor_gecko.css +5 -0
  511. package/ckeditor/skins/moono-lisa/editor_ie.css +5 -0
  512. package/ckeditor/skins/moono-lisa/editor_ie8.css +5 -0
  513. package/ckeditor/skins/moono-lisa/editor_iequirks.css +5 -0
  514. package/ckeditor/skins/moono-lisa/icons.png +0 -0
  515. package/ckeditor/skins/moono-lisa/icons_hidpi.png +0 -0
  516. package/ckeditor/skins/moono-lisa/images/arrow.png +0 -0
  517. package/ckeditor/skins/moono-lisa/images/close.png +0 -0
  518. package/ckeditor/skins/moono-lisa/images/hidpi/close.png +0 -0
  519. package/ckeditor/skins/moono-lisa/images/hidpi/lock-open.png +0 -0
  520. package/ckeditor/skins/moono-lisa/images/hidpi/lock.png +0 -0
  521. package/ckeditor/skins/moono-lisa/images/hidpi/refresh.png +0 -0
  522. package/ckeditor/skins/moono-lisa/images/lock-open.png +0 -0
  523. package/ckeditor/skins/moono-lisa/images/lock.png +0 -0
  524. package/ckeditor/skins/moono-lisa/images/refresh.png +0 -0
  525. package/ckeditor/skins/moono-lisa/images/spinner.gif +0 -0
  526. package/ckeditor/skins/moono-lisa/readme.md +46 -0
  527. package/ckeditor/styles.js +137 -0
  528. package/ckeditor/vendor/promise.js +13 -0
  529. package/comps/Animation/Checkbox.vue +37 -0
  530. package/comps/Animation/Radio.vue +30 -0
  531. package/comps/BooleanLabel.vue +40 -0
  532. package/comps/CardButton.vue +18 -0
  533. package/comps/CardImage.vue +40 -0
  534. package/comps/CardItem.vue +63 -0
  535. package/comps/CardList.vue +57 -0
  536. package/comps/CardNumber.vue +27 -0
  537. package/comps/Config/SelectColumns.vue +137 -0
  538. package/comps/CoreAgeMonth.vue +44 -0
  539. package/comps/CoreAppPassword.vue +31 -0
  540. package/comps/CoreAutocomplete.vue +93 -0
  541. package/comps/CoreCascader.vue +129 -0
  542. package/comps/CoreCascaderChildOrg.vue +165 -0
  543. package/comps/CoreCascaderChildPosition.vue +186 -0
  544. package/comps/CoreCkeditor.vue +324 -0
  545. package/comps/CoreColorPicker.vue +35 -0
  546. package/comps/CoreContextMenu.vue +81 -0
  547. package/comps/CoreDate.vue +56 -0
  548. package/comps/CoreDateRange.vue +34 -0
  549. package/comps/CoreDatetime.vue +34 -0
  550. package/comps/CoreDeepLink.vue +53 -0
  551. package/comps/CoreDurationJustified.vue +23 -0
  552. package/comps/CoreFiles.vue +497 -0
  553. package/comps/CoreFooter.vue +100 -0
  554. package/comps/CoreForm.vue +499 -0
  555. package/comps/CoreFormDialog.vue +140 -0
  556. package/comps/CoreFormFields.vue +306 -0
  557. package/comps/CoreFormItem.vue +114 -0
  558. package/comps/CoreFormItemCopy.vue +155 -0
  559. package/comps/CoreFormSub.vue +118 -0
  560. package/comps/CoreFormTable.vue +197 -0
  561. package/comps/CoreFormTableInline.vue +300 -0
  562. package/comps/CoreFormTableList.vue +268 -0
  563. package/comps/CoreIcon.vue +5 -0
  564. package/comps/CoreImage.vue +37 -0
  565. package/comps/CoreInlineNumber.vue +54 -0
  566. package/comps/CoreInputNumber.vue +49 -0
  567. package/comps/CoreInputSearch.vue +44 -0
  568. package/comps/CoreJson.vue +10 -0
  569. package/comps/CoreLoader.vue +153 -0
  570. package/comps/CoreLocked.vue +151 -0
  571. package/comps/CoreMergeConfirm.vue +59 -0
  572. package/comps/CoreMultipleInput.vue +51 -0
  573. package/comps/CorePanel.vue +33 -0
  574. package/comps/CorePdfDialog.vue +84 -0
  575. package/comps/CorePdfView.vue +52 -0
  576. package/comps/CoreRegexp.vue +41 -0
  577. package/comps/CoreSelect.vue +249 -0
  578. package/comps/CoreSelectEnum.vue +103 -0
  579. package/comps/CoreSelectGroup.vue +237 -0
  580. package/comps/CoreSelectGroupItem.vue +168 -0
  581. package/comps/CoreSelectGroupList.vue +386 -0
  582. package/comps/CoreSelectOrgEmp.vue +319 -0
  583. package/comps/CoreSelectTable.vue +277 -0
  584. package/comps/CoreSelectTree.vue +183 -0
  585. package/comps/CoreSelectTreeItem.vue +129 -0
  586. package/comps/CoreSelectTreeList.vue +149 -0
  587. package/comps/CoreSelectYear.vue +42 -0
  588. package/comps/CoreSignCertificate.vue +129 -0
  589. package/comps/CoreSpan.vue +31 -0
  590. package/comps/CoreStatus.vue +29 -0
  591. package/comps/CoreSwitch.vue +28 -0
  592. package/comps/CoreTable.vue +852 -0
  593. package/comps/CoreTableColumn.vue +78 -0
  594. package/comps/CoreTableColumnHeader.vue +25 -0
  595. package/comps/CoreTableColumnRow.vue +234 -0
  596. package/comps/CoreTableConfig.vue +248 -0
  597. package/comps/CoreTableImage.vue +89 -0
  598. package/comps/CoreTableSearch.vue +267 -0
  599. package/comps/CoreTableSearchDetail.vue +89 -0
  600. package/comps/CoreTableStatus.vue +71 -0
  601. package/comps/CoreUploadImage.vue +542 -0
  602. package/comps/CoreVideo.vue +44 -0
  603. package/comps/CoreVimeo.vue +135 -0
  604. package/comps/CoreVimeoLabel.vue +32 -0
  605. package/comps/CoreVueEditor.vue +106 -0
  606. package/comps/CoreXypService.vue +233 -0
  607. package/comps/CoreZoomImage.vue +99 -0
  608. package/comps/Custom/CrimeDescription.vue +195 -0
  609. package/comps/Custom/CrimeNum.vue +41 -0
  610. package/comps/Custom/EmployeeSelect.vue +243 -0
  611. package/comps/Custom/EmployeeText.vue +7 -0
  612. package/comps/Custom/EmployeeWorkFamilies.vue +36 -0
  613. package/comps/Custom/NationalLangSkills.vue +137 -0
  614. package/comps/Custom/TableLogs.vue +86 -0
  615. package/comps/Custom/UserClotheRow.vue +105 -0
  616. package/comps/Custom/UserClothes.vue +470 -0
  617. package/comps/Custom/UserRoles.vue +169 -0
  618. package/comps/Custom/UserSelect.vue +423 -0
  619. package/comps/Custom/UserSkills.vue +98 -0
  620. package/comps/MomentAddCode.vue +91 -0
  621. package/comps/SclHandbook.vue +135 -0
  622. package/comps/Sign/Dialog.vue +321 -0
  623. package/comps/Sign/Info.vue +43 -0
  624. package/comps/Sign/InfoDialog.vue +78 -0
  625. package/directives/el-dragDialog/drag.js +34 -0
  626. package/index.js +7 -0
  627. package/middleware/auth.js +28 -0
  628. package/middleware/confirm-leave.js +15 -0
  629. package/middleware/login.js +6 -0
  630. package/middleware/router.js +5 -0
  631. package/package.json +48 -0
  632. package/plugins/axios.js +51 -0
  633. package/plugins/chart.js +134 -0
  634. package/plugins/ckeditor.js +3 -0
  635. package/plugins/idle-logout.js +33 -0
  636. package/store/settings.js +236 -0
  637. package/store/user.js +215 -0
  638. package/utils/component-helper.js +336 -0
  639. package/utils/data-helper.js +236 -0
  640. package/utils/default-nuxt-config.js +116 -0
  641. package/utils/eslint-rules.js +12 -0
  642. package/utils/helpers.js +67 -0
  643. package/utils/message-helper.js +19 -0
  644. package/utils/number-helper.js +166 -0
  645. package/utils/number-texts.js +217 -0
  646. package/utils/regexps.js +86 -0
  647. package/utils/role-helper.js +52 -0
  648. package/utils/social-helper.js +58 -0
  649. package/utils/table-helper.js +1612 -0
@@ -0,0 +1,195 @@
1
+ <template>
2
+ <el-popover
3
+ v-model="visible"
4
+ :width="popoverWidth"
5
+ trigger="manual"
6
+ placement="bottom-start"
7
+ >
8
+ <el-input
9
+ ref="refInput" v-bind="$attrs"
10
+ slot="reference" v-on="$listeners"
11
+ @keydown.native.enter="handleKeydownEnter"
12
+ @keydown.native.up.prevent="handlePrev"
13
+ @keydown.native.down.prevent="handleNext"
14
+ @focusout.native="handleFocusOut"
15
+ />
16
+ <div ref="container" class="max-h-64 overflow-auto divide-y">
17
+ <div
18
+ v-for="item of list" :key="item._id"
19
+ :class="['py-2 hover:bg-coreBgHover cursor-pointer break-normal px-1 leading-4', { 'bg-coreBgHover': selectedItem?._id === item._id }]"
20
+ @click.prevent="handleSelect(item)"
21
+ @mouseenter.prevent="handleMouseEnter(item)"
22
+ >
23
+ {{ item.crime_description }}
24
+ </div>
25
+ <div class="h-12 flex items-center">
26
+ <el-button v-if="loading" type="text" icon="el-icon-loading">
27
+ Түр хүлээнэ үү..
28
+ </el-button>
29
+ <div v-else-if="list?.length === 0" class="text-coreSecondaryText">
30
+ Хайлтын үр дүн олдсонгүй..
31
+ </div>
32
+ <el-button v-else-if="hasMore" type="text" icon="el-icon-arrow-down" @click="handleMore">
33
+ Цааш үзэх
34
+ </el-button>
35
+ </div>
36
+ </div>
37
+ </el-popover>
38
+ </template>
39
+ <script>
40
+ export default {
41
+ name: 'CustomCrimeNum',
42
+ props: {
43
+ inheritAttrs: { type: Object, default: () => { return null } }
44
+ },
45
+ data () {
46
+ return {
47
+ timeout: 0,
48
+ list: null,
49
+ popoverWidth: 500,
50
+ offset: 0,
51
+ loading: false,
52
+ hasMore: false,
53
+ pageSize: 15,
54
+ isSelected: false,
55
+ selectedItem: null
56
+ }
57
+ },
58
+ computed: {
59
+ visible: {
60
+ get () {
61
+ return this.list !== null
62
+ },
63
+ set (val) {
64
+ if (!val) {
65
+ this.list = null
66
+ this.selectedItem = null
67
+ this.isSelected = false
68
+ }
69
+ }
70
+ }
71
+ },
72
+ watch: {
73
+ '$attrs.value' () {
74
+ if (this.isSelected) {
75
+ return
76
+ }
77
+ clearTimeout(this.timeout)
78
+ this.timeout = setTimeout(this.handleSearch, 300)
79
+ }
80
+ },
81
+ methods: {
82
+ async handleFocusOut () {
83
+ await this.$nextTick()
84
+ setTimeout(() => {
85
+ this.visible = false
86
+ }, 200)
87
+ },
88
+ handlePrev ($event) {
89
+ if (this.list?.length > 0) {
90
+ $event.preventDefault()
91
+ this.handleNavigate('prev')
92
+ }
93
+ },
94
+ handleNext ($event) {
95
+ if (this.list?.length > 0) {
96
+ $event.preventDefault()
97
+ this.handleNavigate('next')
98
+ }
99
+ },
100
+ handleNavigate (type) {
101
+ const index = this.list?.findIndex(c => c._id === this.selectedItem._id)
102
+ if (type === 'next') {
103
+ if (this.list.length - 1 > index) {
104
+ this.selectedItem = this.list[index + 1]
105
+ this.focusItem(index + 1)
106
+ } else if (this.hasMore) {
107
+ this.handleMore(true)
108
+ }
109
+ } else if (type === 'prev') {
110
+ if (index > 0) {
111
+ this.selectedItem = this.list[index - 1]
112
+ this.focusItem(index - 1)
113
+ }
114
+ }
115
+ },
116
+ focusItem (index) {
117
+ const container = this.$refs.container
118
+ const item = container.children[index]
119
+ if (item) {
120
+ item.scrollIntoView({ behavior: 'smooth', block: 'center' })
121
+ }
122
+ },
123
+ handleKeydownEnter ($event) {
124
+ if (this.list?.length > 0) {
125
+ this.handleSelect(this.selectedItem)
126
+ $event.preventDefault()
127
+ }
128
+ },
129
+ handleMouseEnter (item) {
130
+ this.selectedItem = item
131
+ },
132
+ handleSelect (item) {
133
+ this.list = null
134
+ this.isSelected = true
135
+ this.$emit('input', item.crime_description)
136
+ },
137
+ async handleMore (isSelectFirstItem) {
138
+ try {
139
+ clearTimeout(this.timeout)
140
+ this.loading = true
141
+ this.offset = this.list.length
142
+ const data = await this.getList()
143
+ this.hasMore = data?.length >= this.pageSize
144
+ const list = [...this.list]
145
+ const isSelected = false
146
+ for (const r of data) {
147
+ if (!list.some(c => c._id === r._id)) {
148
+ if (!isSelected && isSelectFirstItem) {
149
+ this.isSelected = true
150
+ this.selectedItem = data[0]
151
+ }
152
+ list.push(r)
153
+ }
154
+ }
155
+ this.list = [...list]
156
+ } catch (err) {
157
+ this.$showError(err)
158
+ } finally {
159
+ this.loading = false
160
+ }
161
+ },
162
+ async handleSearch () {
163
+ try {
164
+ this.loading = true
165
+ this.offset = 0
166
+ this.list = await this.getList()
167
+ this.hasMore = this.list?.length >= this.pageSize
168
+ this.selectedItem = this.list?.length > 0 ? this.list[0] : null
169
+ } catch (err) {
170
+ this.$showError(err)
171
+ } finally {
172
+ this.loading = false
173
+ }
174
+ },
175
+ async getList () {
176
+ if (!this.$attrs.value) {
177
+ return null
178
+ }
179
+ const { data } = await this.$axios.get('list/5/reg_resolutions', {
180
+ params: {
181
+ search: JSON.stringify({
182
+ crime_description: { val: this.$attrs.value, t: 'string', op: 'start' },
183
+ created_organization_id: { val: 'auth_index_organization_id', t: 'number', op: 'in' }
184
+ }),
185
+ sorts: JSON.stringify([{ prop: 'created_at', order: 'descending' }]),
186
+ fields: 'crime_description',
187
+ offset: this.offset,
188
+ pageSize: 15
189
+ }
190
+ })
191
+ return data
192
+ }
193
+ }
194
+ }
195
+ </script>
@@ -0,0 +1,41 @@
1
+ <template>
2
+ <div>
3
+ <el-input
4
+ v-model="modelValue"
5
+ :disabled="disabled"
6
+ :placeholder="placeholder"
7
+ :size="size"
8
+ clearable
9
+ >
10
+ <el-button
11
+ slot="append"
12
+ icon="el-icon-search"
13
+ :loading="loading"
14
+ :disabled="disabled"
15
+ @click="$emit('form-search', { type: 'crime_num', val: modelValue })"
16
+ />
17
+ </el-input>
18
+ </div>
19
+ </template>
20
+ <script>
21
+ export default {
22
+ name: 'CustomCrimeNum',
23
+ props: {
24
+ value: { type: [Number, String, Boolean], default: null },
25
+ disabled: { type: Boolean, default: false },
26
+ loading: { type: Boolean, default: false },
27
+ placeholder: { type: String, default: null },
28
+ size: { type: String, default: null }
29
+ },
30
+ computed: {
31
+ modelValue: {
32
+ get () {
33
+ return this.value
34
+ },
35
+ set (val) {
36
+ this.$emit('input', val)
37
+ }
38
+ }
39
+ }
40
+ }
41
+ </script>
@@ -0,0 +1,243 @@
1
+ <template>
2
+ <span v-if="type === 'table'">{{ itemName }} {{ itemPositionName }}</span>
3
+ <el-popover
4
+ v-else
5
+ :value="visible"
6
+ placement="bottom-start"
7
+ width="512"
8
+ popper-class="popper-notification"
9
+ trigger="focus"
10
+ :disabled="disabled"
11
+ @show="handleChange(true)"
12
+ @hide="handleChange(false)"
13
+ >
14
+ <div class="h-80">
15
+ <div class="flex flex-row h-full overflow-hidden">
16
+ <div class="w-64 border-r">
17
+ <core-select-tree-list
18
+ v-model="orgId"
19
+ :visible.sync="visible"
20
+ project-id="5"
21
+ table_name="hrm_organizations"
22
+ ref_column="name,parent_id"
23
+ :size="size"
24
+ :disabled="disabled"
25
+ @select="handleSelectOrg"
26
+ />
27
+ </div>
28
+ <div
29
+ v-loading="loading"
30
+ class="flex-1 flex flex-col gap-2 p-2 h-full overflow-auto relative"
31
+ >
32
+ <transition name="el-fade-in">
33
+ <div
34
+ v-if="!loading && list.length === 0"
35
+ class="left-0 top-0 h-full w-full py-4 text-center font-medium text-coreSecondaryText break-normal absolute"
36
+ >
37
+ <div v-if="!!orgId">
38
+ Албан хаагч<br>бүртгээгүй байна!.
39
+ </div>
40
+ <div v-else>
41
+ Бүтэц<br>сонгоно уу!.
42
+ </div>
43
+ </div>
44
+ </transition>
45
+ <!-- <transition-group name="el-fade-in"> -->
46
+ <div
47
+ v-for="item1 of list"
48
+ :key="item1._id"
49
+ :class="['hover:bg-coreBgHover cursor-pointer rounded px-2 py-1', {
50
+ 'font-bold': value === item1._id
51
+ }]"
52
+ @click="() => handleSelect(item1)"
53
+ >
54
+ <div>
55
+ <span v-if="item1.employee_id.surname">{{ item1.employee_id.surname.slice(0, 1) }}.</span>
56
+ <span>{{ item1.employee_id.given_name }}</span>
57
+ </div>
58
+ <div class="text-sm text-coreSecondaryText leading-3 whitespace-normal break-normal">
59
+ {{ item1.position_id.name }}
60
+ </div>
61
+ </div>
62
+ <!-- </transition-group> -->
63
+ </div>
64
+ </div>
65
+ </div>
66
+ <el-input
67
+ slot="reference"
68
+ class="focus:text-coreSecondaryText"
69
+ placeholder="Сонгох.."
70
+ :size="size"
71
+ :value="itemName"
72
+ :disabled="disabled"
73
+ clearable
74
+ @clear="modelValue = null; visible = false;"
75
+ />
76
+ </el-popover>
77
+ </template>
78
+ <script>
79
+ import { get } from 'lodash'
80
+ import { getTriggerFields } from '../../utils/data-helper'
81
+ export default {
82
+ name: 'CustomEmployeeSelect',
83
+ props: {
84
+ type: { type: String, default: 'input' },
85
+ value: { type: [String, Object], default: null },
86
+ projectId: { type: [String, Number], default: '5' },
87
+ table_name: { type: String, default: 'hrm_organizations' },
88
+ ref_column: { type: String, default: 'name,parent_id' },
89
+ size: { type: String, default: null },
90
+ disabled: { type: Boolean, default: false },
91
+ trigger_fields: { type: String, default: '' }
92
+ },
93
+ data () {
94
+ return {
95
+ visible: false,
96
+ list: [],
97
+ loading: false,
98
+ orgId: null,
99
+ org: null,
100
+ item: null,
101
+ timeout: 0,
102
+ cancel: null
103
+ }
104
+ },
105
+ computed: {
106
+ itemName () {
107
+ if (!this.value) {
108
+ return ''
109
+ }
110
+ if (typeof this.value === 'object') {
111
+ let name = ''
112
+ if (this.value.surname) {
113
+ name += this.value.surname.slice(0, 1) + '.'
114
+ }
115
+ return name + (this.value.given_name || '')
116
+ }
117
+ if (!this.item) {
118
+ return ''
119
+ }
120
+ let name = ''
121
+ if (this.item.employee_id.surname) {
122
+ name += this.item.employee_id.surname.slice(0, 1) + '.'
123
+ }
124
+ return name + this.item.employee_id.given_name
125
+ },
126
+ itemPositionName () {
127
+ if (!this.item) {
128
+ return null
129
+ }
130
+ return ` - ${this.item.position_id.name}`
131
+ },
132
+ modelValue: {
133
+ get () {
134
+ return this.value
135
+ },
136
+ set (val) {
137
+ this.$emit('input', val)
138
+ }
139
+ }
140
+ },
141
+ mounted () {
142
+ // this.getItem()
143
+ },
144
+ methods: {
145
+ async getItem () {
146
+ try {
147
+ if (!this.modelValue || this.item) {
148
+ return
149
+ }
150
+ const { data: item } = await this.$axios.get('one/5/hrm_users', {
151
+ process: false,
152
+ params: {
153
+ search: JSON.stringify({
154
+ employee_id: { val: this.value, t: 'number', op: 'eq' }
155
+ })
156
+ }
157
+ })
158
+ if (item) {
159
+ this.item = item
160
+ }
161
+ } catch (err) {
162
+ this.$showError(err)
163
+ }
164
+ },
165
+ handleSelect (item) {
166
+ this.modelValue = item.employee_id
167
+ this.item = item
168
+ this.visible = false
169
+ },
170
+ handleSelectOrg (item) {
171
+ if (item._id !== this.orgId) {
172
+ this.orgId = item._id
173
+ this.org = item
174
+ this.handleSearch()
175
+ }
176
+ },
177
+ handleChange (val) {
178
+ clearTimeout(this.timeout)
179
+ this.timeout = setTimeout(() => {
180
+ this.visible = val
181
+ }, 100)
182
+ },
183
+ async handleSearch () {
184
+ let isCancel = false
185
+ try {
186
+ this.loading = true
187
+ this.list = []
188
+ await this.getList()
189
+ } catch (err) {
190
+ isCancel = this.$axios.isCancel(err)
191
+ if (!isCancel) {
192
+ this.$showError(err)
193
+ }
194
+ } finally {
195
+ if (!isCancel) {
196
+ this.loading = false
197
+ }
198
+ }
199
+ },
200
+ async getList () {
201
+ const that = this
202
+ const CancelToken = this.$axios.CancelToken
203
+ if (that.cancel) {
204
+ that.cancel()
205
+ }
206
+ const triggerSearch = {}
207
+ const trigger_fields = getTriggerFields(this.trigger_fields)
208
+ for (const { localKey, localVal, type, operation } of trigger_fields) {
209
+ if (localVal.startsWith('#')) {
210
+ const tempKey = localVal.substring(1)
211
+ const newValue = get(this.clonedTemp, tempKey)
212
+ if (!newValue) {
213
+ return
214
+ } else if (typeof newValue === 'object' && Array.isArray(newValue)) {
215
+ const vals = newValue.map(c => c._id)
216
+ triggerSearch[localKey] = { val: vals, t: type, op: operation }
217
+ } else {
218
+ const val = typeof newValue === 'object' ? newValue[this.pk_field_name] : newValue
219
+ triggerSearch[localKey] = { val, t: type, op: operation }
220
+ }
221
+ } else {
222
+ triggerSearch[localKey] = { val: localVal, t: type, op: operation }
223
+ }
224
+ }
225
+ const { data: list } = await this.$axios.get('list/5/hrm_users', {
226
+ process: false,
227
+ params: {
228
+ search: JSON.stringify({
229
+ organization_id: { val: this.orgId, t: 'number', op: 'eq' },
230
+ end_date: { val: 'null', t: 'date', op: 'eq' },
231
+ ...triggerSearch
232
+ })
233
+ },
234
+ cancelToken: new CancelToken(function executor (c) {
235
+ that.cancel = c
236
+ })
237
+ })
238
+ this.list = list
239
+ this.cancel = null
240
+ }
241
+ }
242
+ }
243
+ </script>
@@ -0,0 +1,7 @@
1
+ <template>
2
+ <div
3
+ class="bg-white px-2 py-1 rounded text-sm text-corePrimaryText"
4
+ >
5
+ <slot />
6
+ </div>
7
+ </template>
@@ -0,0 +1,36 @@
1
+ <template>
2
+ <div
3
+ v-if="list && list.length > 0"
4
+ class="bg-white px-5 py-2 rounded text-sm"
5
+ >
6
+ <div
7
+ v-for="(item, index) in list"
8
+ :key="item._id + '_' + index"
9
+ class=""
10
+ >
11
+ <nuxt-link
12
+ class="underline text-corePrimaryText hover:text-coreBlue"
13
+ :to="{
14
+ name: 'systemCode-tableDetail-id',
15
+ params: {
16
+ tableDetail: 'service_employees',
17
+ id: item._id
18
+ },
19
+ query: {
20
+ tid: item.tid
21
+ }
22
+ }"
23
+ >
24
+ ({{ item.family_who_name }}) {{ item.surname }} {{ item.given_name.toUpperCase() }} - {{ item.organization_name }}, {{ item.position_name }}
25
+ </nuxt-link>
26
+ </div>
27
+ </div>
28
+ </template>
29
+ <script>
30
+ export default {
31
+ name: 'CustomWorkFamilies',
32
+ props: {
33
+ list: { type: Array, default: () => { return [] } }
34
+ }
35
+ }
36
+ </script>
@@ -0,0 +1,137 @@
1
+ <template>
2
+ <div v-loading="loading" class="pb-4 text-sm">
3
+ <div>(ᠮᠣᠩᠭ᠋ᠤᠯ ᠪᠢᠴᠢᠭ᠌ ᠦᠨ ᠬᠢᠴᠢᠶᠡᠯ ᠳᠣ ᠬᠠᠮᠤᠷᠤᠭᠳᠠᠵᠤ ᠭᠡᠷᠡᠴᠢᠯᠡᠭᠡ᠂ ᠣᠷ ᠠ ᠴᠢᠳᠠᠪᠤᠷᠢ ᠶᠢᠨ ᠦᠨᠡᠯᠡᠭᠡ ᠠᠪᠤᠭᠰᠠᠨ ᠪᠣᠯ ᠲᠠᠶᠢᠯᠪᠣᠷᠢ ᠬᠡᠰᠡᠭ ᠲᠣ ᠪᠢᠴᠢᠨ᠎ᠡ)</div>
4
+ <div class="w-full pb-4 gap-2 py-2">
5
+ <table class="w-full">
6
+ <thead>
7
+ <tr class="border-b">
8
+ <th>ᠦᠨᠳᠦᠰᠦᠨ ᠦ ᠪᠢᠴᠢᠭ᠌ ᠣᠨ ᠮᠡᠳᠡᠯᠭᠡ ᠶᠢᠨ ᠲᠥᠪᠰᠢᠨ</th>
9
+ <th v-for="item in skillRates" :key="item._id">
10
+ {{ item.name }}
11
+ </th>
12
+ <th class="py-2">
13
+ ᠲᠠᠶᠢᠯᠪᠤᠷᠢ
14
+ </th>
15
+ </tr>
16
+ </thead>
17
+ <tbody>
18
+ <tr v-for="type in skillTypes" :key="type._id" class="border-b">
19
+ <td>{{ type.name }}</td>
20
+ <td v-for="rate in skillRates" :key="rate._id" class="text-center">
21
+ <el-checkbox :value="getValue(type, rate)" @change="handleChange(type, rate)" />
22
+ </td>
23
+ <td class="py-2">
24
+ <el-input
25
+ size="small"
26
+ :value="getDescription(type)"
27
+ clearable
28
+ @input="($event) => handleChangeDescription(type, $event)"
29
+ />
30
+ </td>
31
+ </tr>
32
+ </tbody>
33
+ </table>
34
+ </div>
35
+ <div>(ᠮᠣᠩᠭ᠋ᠤᠯ ᠪᠢᠴᠢᠭ᠌ ᠦᠨ ᠬᠢᠴᠢᠶᠡᠯ ᠳᠣ ᠬᠠᠮᠤᠷᠤᠭᠳᠠᠵᠤ ᠭᠡᠷᠡᠴᠢᠯᠡᠭᠡ᠂ ᠣᠷ ᠠ ᠴᠢᠳᠠᠪᠤᠷᠢ ᠶᠢᠨ ᠦᠨᠡᠯᠡᠭᠡ ᠠᠪᠤᠭᠰᠠᠨ ᠪᠣᠯ ᠲᠠᠶᠢᠯᠪᠣᠷᠢ ᠬᠡᠰᠡᠭ ᠲᠣ ᠪᠢᠴᠢᠨ᠎ᠡ)</div>
36
+ </div>
37
+ </template>
38
+ <script>
39
+ export default {
40
+ props: { temp: { type: Object, default: () => { return null } } },
41
+ data () {
42
+ return {
43
+ list: [],
44
+ skillTypes: [],
45
+ skillRates: [],
46
+ loading: false,
47
+ loadingTypes: [],
48
+ timeout: {}
49
+ }
50
+ },
51
+ watch: {
52
+ 'temp._id' () {
53
+ this.getList()
54
+ }
55
+ },
56
+ mounted () {
57
+ this.getList()
58
+ },
59
+ methods: {
60
+ getDescription (type) {
61
+ const item = this.list.find(c => c.skill_id?._id === type?._id)
62
+ return item?.description || ''
63
+ },
64
+ handleChangeDescription (type, $event) {
65
+ try {
66
+ this.loadingTypes.push(type?._id)
67
+ let changedItem = this.list.find(c => c.skill_id?._id === type?._id)
68
+ if (changedItem) {
69
+ changedItem.description = $event
70
+ } else {
71
+ changedItem = { employee_id: this.temp._id, skill_id: type, description: $event }
72
+ this.list.push({ ...changedItem })
73
+ }
74
+ if (this.timeout[type?._id]) {
75
+ clearTimeout(this.timeout[type?._id])
76
+ }
77
+ this.timeout[type?._id] = setTimeout(() => this.$axios.post('5/hrm_employee_national_lang_skills', { ...changedItem }).catch(this.$showError), 2000)
78
+ } catch (err) {
79
+ this.$showError(err)
80
+ }
81
+ },
82
+ getValue (type, rate) {
83
+ return this.list.some(c => c.skill_id?._id === type?._id && c.rate_id?._id === rate?._id)
84
+ },
85
+ async handleChange (type, rate) {
86
+ try {
87
+ if (this.loadingTypes.includes(type?._id)) {
88
+ return
89
+ }
90
+ this.loadingTypes.push(type?._id)
91
+ let changedItem = this.list.find(c => c.skill_id?._id === type?._id)
92
+ if (changedItem) {
93
+ changedItem.rate_id = rate
94
+ } else {
95
+ changedItem = { employee_id: this.temp._id, skill_id: type, rate_id: rate }
96
+ this.list.push({ ...changedItem })
97
+ }
98
+ await this.$axios.post('5/hrm_employee_national_lang_skills', { ...changedItem })
99
+ } catch (err) {
100
+ this.$showError(err)
101
+ } finally {
102
+ const index = this.loadingTypes.indexOf(type?._id)
103
+ if (index > -1) {
104
+ this.loadingTypes.splice(index, 1)
105
+ }
106
+ }
107
+ },
108
+ async getList () {
109
+ try {
110
+ this.skillTypes = []
111
+ this.skillRates = []
112
+ this.list = []
113
+ if (!this.temp || !this.temp._id) {
114
+ return
115
+ }
116
+ this.loading = true
117
+ const { data } = await this.$axios.get('list/5/hrm_employee_national_lang_skills', {
118
+ params: {
119
+ search: JSON.stringify({
120
+ employee_id: { op: 'eq', val: this.temp._id, t: 'number' }
121
+ })
122
+ }
123
+ })
124
+ const { data: skillTypes } = await this.$axios.get('list/5/ref_hrm_national_lang_skills')
125
+ const { data: skillRates } = await this.$axios.get('list/5/ref_hrm_national_lang_rates')
126
+ this.skillTypes = skillTypes
127
+ this.skillRates = skillRates
128
+ this.list = data
129
+ } catch (err) {
130
+ this.$showError(err)
131
+ } finally {
132
+ this.loading = false
133
+ }
134
+ }
135
+ }
136
+ }
137
+ </script>