@nixweb/nixloc-ui 0.0.111 → 0.0.114

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 (87) hide show
  1. package/ckeditor5/LICENSE.md +49 -0
  2. package/ckeditor5/README.md +68 -0
  3. package/ckeditor5/build/ckeditor.js +41694 -0
  4. package/ckeditor5/build/ckeditor.js.map +1 -0
  5. package/ckeditor5/build/translations/af.js +1 -0
  6. package/ckeditor5/build/translations/ar.js +1 -0
  7. package/ckeditor5/build/translations/ast.js +1 -0
  8. package/ckeditor5/build/translations/az.js +1 -0
  9. package/ckeditor5/build/translations/bg.js +1 -0
  10. package/ckeditor5/build/translations/bs.js +1 -0
  11. package/ckeditor5/build/translations/ca.js +1 -0
  12. package/ckeditor5/build/translations/cs.js +1 -0
  13. package/ckeditor5/build/translations/da.js +1 -0
  14. package/ckeditor5/build/translations/de-ch.js +1 -0
  15. package/ckeditor5/build/translations/de.js +1 -0
  16. package/ckeditor5/build/translations/el.js +1 -0
  17. package/ckeditor5/build/translations/en-au.js +1 -0
  18. package/ckeditor5/build/translations/en-gb.js +1 -0
  19. package/ckeditor5/build/translations/en.js +1 -0
  20. package/ckeditor5/build/translations/eo.js +1 -0
  21. package/ckeditor5/build/translations/es.js +1 -0
  22. package/ckeditor5/build/translations/et.js +1 -0
  23. package/ckeditor5/build/translations/eu.js +1 -0
  24. package/ckeditor5/build/translations/fa.js +1 -0
  25. package/ckeditor5/build/translations/fi.js +1 -0
  26. package/ckeditor5/build/translations/fr.js +1 -0
  27. package/ckeditor5/build/translations/gl.js +1 -0
  28. package/ckeditor5/build/translations/gu.js +1 -0
  29. package/ckeditor5/build/translations/he.js +1 -0
  30. package/ckeditor5/build/translations/hi.js +1 -0
  31. package/ckeditor5/build/translations/hr.js +1 -0
  32. package/ckeditor5/build/translations/hu.js +1 -0
  33. package/ckeditor5/build/translations/id.js +1 -0
  34. package/ckeditor5/build/translations/it.js +1 -0
  35. package/ckeditor5/build/translations/ja.js +1 -0
  36. package/ckeditor5/build/translations/jv.js +1 -0
  37. package/ckeditor5/build/translations/kk.js +1 -0
  38. package/ckeditor5/build/translations/km.js +1 -0
  39. package/ckeditor5/build/translations/kn.js +1 -0
  40. package/ckeditor5/build/translations/ko.js +1 -0
  41. package/ckeditor5/build/translations/ku.js +1 -0
  42. package/ckeditor5/build/translations/lt.js +1 -0
  43. package/ckeditor5/build/translations/lv.js +1 -0
  44. package/ckeditor5/build/translations/nb.js +1 -0
  45. package/ckeditor5/build/translations/ne.js +1 -0
  46. package/ckeditor5/build/translations/nl.js +1 -0
  47. package/ckeditor5/build/translations/no.js +1 -0
  48. package/ckeditor5/build/translations/oc.js +1 -0
  49. package/ckeditor5/build/translations/pl.js +1 -0
  50. package/ckeditor5/build/translations/pt.js +1 -0
  51. package/ckeditor5/build/translations/ro.js +1 -0
  52. package/ckeditor5/build/translations/ru.js +1 -0
  53. package/ckeditor5/build/translations/si.js +1 -0
  54. package/ckeditor5/build/translations/sk.js +1 -0
  55. package/ckeditor5/build/translations/sl.js +1 -0
  56. package/ckeditor5/build/translations/sq.js +1 -0
  57. package/ckeditor5/build/translations/sr-latn.js +1 -0
  58. package/ckeditor5/build/translations/sr.js +1 -0
  59. package/ckeditor5/build/translations/sv.js +1 -0
  60. package/ckeditor5/build/translations/th.js +1 -0
  61. package/ckeditor5/build/translations/tk.js +1 -0
  62. package/ckeditor5/build/translations/tr.js +1 -0
  63. package/ckeditor5/build/translations/tt.js +1 -0
  64. package/ckeditor5/build/translations/ug.js +1 -0
  65. package/ckeditor5/build/translations/uk.js +1 -0
  66. package/ckeditor5/build/translations/uz.js +1 -0
  67. package/ckeditor5/build/translations/vi.js +1 -0
  68. package/ckeditor5/build/translations/zh-cn.js +1 -0
  69. package/ckeditor5/build/translations/zh.js +1 -0
  70. package/ckeditor5/package.json +42 -0
  71. package/ckeditor5/sample/index.html +133 -0
  72. package/ckeditor5/sample/styles.css +500 -0
  73. package/ckeditor5/src/ckeditor.js +127 -0
  74. package/ckeditor5/webpack.config.js +96 -0
  75. package/package.json +2 -1
  76. package/src/component/layout/Moldura.vue +1 -1
  77. package/src/component/layout/Wizard.vue +200 -11
  78. package/src/component/shared/CodigoEditor.vue +28 -5
  79. package/src/component/shared/DocumentoPreview.vue +4 -12
  80. package/src/component/shared/LegendaParametro.vue +101 -0
  81. package/src/component/shared/Tabela.vue +1 -1
  82. package/src/component/template/ModeloDocumentoView.vue +12 -14
  83. package/src/component/value-objects/DadosContato.vue +10 -0
  84. package/src/component/value-objects/DadosPessoa.vue +10 -1
  85. package/src/component/value-objects/Endereco.vue +3 -0
  86. package/src/store/modulos/generic.js +12 -1
  87. package/src/component/shared/ConfiguracaoTabela.vue +0 -54

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.