X před 4 roky
rodič
revize
970039fcaf
100 změnil soubory, kde provedl 154 přidání a 50 odebrání
  1. +1
    -1
      .eslintrc.js
  2. +0
    -0
     
  3. +0
    -0
     
  4. +49
    -46
      package.json
  5. +0
    -0
     
  6. +0
    -0
     
  7. +0
    -0
     
  8. +0
    -0
     
  9. +0
    -0
     
  10. +0
    -0
     
  11. +0
    -0
     
  12. +0
    -0
     
  13. +0
    -0
     
  14. +0
    -0
     
  15. +0
    -0
     
  16. +0
    -0
     
  17. +0
    -0
     
  18. +0
    -0
     
  19. +0
    -0
     
  20. +0
    -0
     
  21. +0
    -0
     
  22. +0
    -0
     
  23. +0
    -0
     
  24. +0
    -0
     
  25. binární
     
  26. binární
     
  27. binární
     
  28. binární
     
  29. binární
     
  30. binární
     
  31. binární
     
  32. binární
     
  33. binární
     
  34. binární
     
  35. binární
     
  36. binární
     
  37. binární
     
  38. binární
     
  39. binární
     
  40. binární
     
  41. binární
     
  42. binární
     
  43. binární
     
  44. +0
    -0
     
  45. +0
    -0
     
  46. +0
    -0
     
  47. +0
    -0
     
  48. +0
    -0
     
  49. +0
    -0
     
  50. binární
     
  51. binární
     
  52. binární
     
  53. binární
     
  54. binární
     
  55. binární
     
  56. binární
     
  57. binární
     
  58. binární
     
  59. binární
     
  60. binární
     
  61. binární
     
  62. binární
     
  63. binární
     
  64. binární
     
  65. binární
     
  66. binární
     
  67. binární
     
  68. binární
     
  69. binární
     
  70. binární
     
  71. binární
     
  72. binární
     
  73. binární
     
  74. binární
     
  75. binární
     
  76. binární
     
  77. binární
     
  78. binární
     
  79. binární
     
  80. binární
     
  81. binární
     
  82. binární
     
  83. binární
     
  84. binární
     
  85. binární
     
  86. binární
     
  87. binární
     
  88. +0
    -0
     
  89. +0
    -0
     
  90. +0
    -0
     
  91. +0
    -0
     
  92. +0
    -0
     
  93. +0
    -0
     
  94. +0
    -0
     
  95. +0
    -0
     
  96. +0
    -0
     
  97. +0
    -0
     
  98. +0
    -0
     
  99. +0
    -0
     
  100. +104
    -3
      src/assets/sass/_ckeditor.scss

+ 1
- 1
.eslintrc.js Zobrazit soubor

@@ -16,7 +16,7 @@ module.exports = {
"no-debugger": process.env.NODE_ENV === "production" ? "error" : "off"
},
globals: {
$: true,
cash: true,
$nuxt: true
},
parserOptions: {


+ 0
- 0
Zobrazit soubor


+ 0
- 0
Zobrazit soubor


+ 49
- 46
package.json Zobrazit soubor

@@ -8,65 +8,68 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"@ckeditor/ckeditor5-basic-styles": "^21.0.0",
"@ckeditor/ckeditor5-dev-utils": "^23.1.1",
"@ckeditor/ckeditor5-dev-webpack-plugin": "^23.1.1",
"@ckeditor/ckeditor5-easy-image": "^21.0.0",
"@ckeditor/ckeditor5-editor-balloon": "^21.0.0",
"@ckeditor/ckeditor5-editor-classic": "^21.0.0",
"@ckeditor/ckeditor5-editor-decoupled": "^21.0.0",
"@ckeditor/ckeditor5-editor-inline": "^21.0.0",
"@ckeditor/ckeditor5-essentials": "^21.0.0",
"@ckeditor/ckeditor5-font": "^21.0.0",
"@ckeditor/ckeditor5-heading": "^21.0.0",
"@ckeditor/ckeditor5-highlight": "^21.0.0",
"@ckeditor/ckeditor5-link": "^21.0.0",
"@ckeditor/ckeditor5-paragraph": "^21.0.0",
"@ckeditor/ckeditor5-theme-lark": "^21.0.0",
"@ckeditor/ckeditor5-vue": "^1.0.1",
"@ckeditor/ckeditor5-basic-styles": "^23.1.0",
"@ckeditor/ckeditor5-dev-utils": "^23.6.1",
"@ckeditor/ckeditor5-dev-webpack-plugin": "^23.6.1",
"@ckeditor/ckeditor5-easy-image": "^23.1.0",
"@ckeditor/ckeditor5-editor-balloon": "^23.1.0",
"@ckeditor/ckeditor5-editor-classic": "^23.1.0",
"@ckeditor/ckeditor5-editor-decoupled": "^23.1.0",
"@ckeditor/ckeditor5-editor-inline": "^23.1.0",
"@ckeditor/ckeditor5-essentials": "^23.1.0",
"@ckeditor/ckeditor5-font": "^23.1.0",
"@ckeditor/ckeditor5-heading": "^23.1.0",
"@ckeditor/ckeditor5-highlight": "^23.1.0",
"@ckeditor/ckeditor5-link": "^23.1.0",
"@ckeditor/ckeditor5-paragraph": "^23.1.0",
"@ckeditor/ckeditor5-theme-lark": "^23.1.0",
"@ckeditor/ckeditor5-vue": "^2.0.1",
"@google/markerclusterer": "^2.0.8",
"cash-dom": "^8.0.0",
"chart.js": "^2.9.3",
"core-js": "^3.6.5",
"dayjs": "^1.8.29",
"@popperjs/core": "^2.5.4",
"cash-dom": "^8.1.0",
"chart.js": "^2.9.4",
"core-js": "^3.8.0",
"dayjs": "^1.9.6",
"feather-icons": "^4.28.0",
"google-maps-api-loader": "^1.1.1",
"highlight.js": "^10.1.1",
"js-beautify": "^1.11.0",
"highlight.js": "^10.4.1",
"js-beautify": "^1.13.0",
"litepicker": "^1.5.7",
"lodash": "^4.17.19",
"postcss-loader": "3",
"raw-loader": "0.5.1",
"sass-loader": "^9.0.2",
"lodash": "^4.17.20",
"postcss-loader": "4",
"raw-loader": "4.0.2",
"sass-loader": "^10.1.0",
"tabulator-tables": "^4.9.1",
"tail.select": "^0.5.15",
"toastify-js": "^1.9.0",
"toastify-js": "^1.9.3",
"velocity-animate": "^1.5.2",
"vue": "^2.6.11",
"vue-chartjs": "^3.5.0",
"vue": "^2.6.12",
"vue-chartjs": "^3.5.1",
"vue-feather-icons": "^5.1.0",
"vue-router": "^3.2.0",
"vue-router": "^3.4.9",
"vue-slick-carousel": "^1.0.6",
"vue-tippy": "^4.5.1",
"vue-tippy": "^4.7.2",
"vue2-dropzone": "^3.6.0",
"vuelidate": "^0.7.5",
"vuetable-2": "^1.7.5",
"vuex": "^3.4.0",
"vuelidate": "^0.7.6",
"vuex": "^3.6.0",
"xlsx": "^0.16.9",
"zoom-vanilla.js": "^2.0.6"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.4.0",
"@vue/cli-plugin-eslint": "~4.4.0",
"@vue/cli-plugin-router": "~4.4.0",
"@vue/cli-plugin-vuex": "~4.4.0",
"@vue/cli-service": "~4.4.0",
"@vue/cli-plugin-babel": "~4.5.9",
"@vue/cli-plugin-eslint": "~4.5.9",
"@vue/cli-plugin-router": "~4.5.9",
"@vue/cli-plugin-vuex": "~4.5.9",
"@vue/cli-service": "~4.5.9",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-vue": "^6.2.2",
"node-sass": "^4.12.0",
"prettier": "^1.19.1",
"tailwindcss": "^1.5.1",
"vue-template-compiler": "^2.6.11"
"eslint": "^7.14.0",
"eslint-plugin-prettier": "^3.2.0",
"eslint-plugin-vue": "^7.2.0",
"node-sass": "^5.0.0",
"prettier": "^2.2.1",
"tailwindcss": "^2.0.1",
"vue-template-compiler": "^2.6.12"
},
"eslintConfig": {
"root": true,


+ 0
- 0
Zobrazit soubor


+ 0
- 0
Zobrazit soubor


+ 0
- 0
Zobrazit soubor


+ 0
- 0
Zobrazit soubor


+ 0
- 0
Zobrazit soubor


+ 0
- 0
Zobrazit soubor


+ 0
- 0
Zobrazit soubor


+ 0
- 0
Zobrazit soubor


+ 0
- 0
Zobrazit soubor


+ 0
- 0
Zobrazit soubor


+ 0
- 0
Zobrazit soubor


+ 0
- 0
Zobrazit soubor


+ 0
- 0
Zobrazit soubor


+ 0
- 0
Zobrazit soubor


+ 0
- 0
Zobrazit soubor


+ 0
- 0
Zobrazit soubor


+ 0
- 0
Zobrazit soubor


+ 0
- 0
Zobrazit soubor


+ 0
- 0
Zobrazit soubor


+ 0
- 0
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


+ 0
- 0
Zobrazit soubor


+ 0
- 0
Zobrazit soubor


+ 0
- 0
Zobrazit soubor


+ 0
- 0
Zobrazit soubor


+ 0
- 0
Zobrazit soubor


+ 0
- 0
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


+ 0
- 0
Zobrazit soubor


+ 0
- 0
Zobrazit soubor


+ 0
- 0
Zobrazit soubor


+ 0
- 0
Zobrazit soubor


+ 0
- 0
Zobrazit soubor


+ 0
- 0
Zobrazit soubor


+ 0
- 0
Zobrazit soubor


+ 0
- 0
Zobrazit soubor


+ 0
- 0
Zobrazit soubor


+ 0
- 0
Zobrazit soubor


+ 0
- 0
Zobrazit soubor


+ 0
- 0
Zobrazit soubor


+ 104
- 3
src/assets/sass/_ckeditor.scss Zobrazit soubor

@@ -11,6 +11,10 @@
.document-editor__toolbar .ck-toolbar {
border: 0;
border-radius: 0;
@apply bg-gray-200;
.ck-icon {
width: 16px;
}
}
.document-editor__editable-container {
overflow-y: scroll;
@@ -81,14 +85,20 @@
}
}

.ck-content {
min-height: 200px;
.ck.ck-content {
min-height: 250px;
&.ck-editor__editable_inline {
@apply border border-gray-300;
}
}

.ck {
.ck .ck {
.ck-content {
min-height: 250px;
&.ck-editor__editable_inline {
@apply border border-gray-300;
}
}
&.ck-reset_all, &.ck-reset_all * {
@apply text-gray-800;
}
@@ -101,6 +111,9 @@
&:after {
border-bottom-color: #edf2f7 !important;
}
.ck-icon {
width: 16px;
}
}
&.ck-editor__main>.ck-editor__editable:not(.ck-focused) {
@apply border-gray-300;
@@ -108,4 +121,92 @@
&.ck-button:not(.ck-disabled):hover, &a.ck-button:not(.ck-disabled):hover {
@apply bg-gray-300;
}
}

.dark {
.document-editor {
@apply border-dark-4;
.document-editor__toolbar {
@apply border-dark-4;
}
.document-editor__toolbar .ck-toolbar {
@apply bg-dark-4;
.ck-toolbar__separator {
@apply bg-dark-5;
}
.ck-tooltip .ck-tooltip__text {
@apply text-gray-300 bg-dark-5;
&:after {
border-bottom-color: #3f4865;
}
}
.ck.ck-icon :not([fill]) {
fill: #9fa8bb;
}
.ck.ck-dropdown__panel {
@apply border-dark-2;
}
.ck.ck-button.ck-on,
a.ck.ck-button.ck-on {
@apply bg-dark-2;
}
}
.document-editor__editable-container {
@apply bg-dark-1;
}
.document-editor__editable-container .ck-editor__editable {
@apply border-dark-4 bg-dark-2;
}
}

.ck.ck-content.ck-editor__editable_inline {
@apply border-dark-4 bg-dark-2;
}

.ck .ck {
.ck-content.ck-editor__editable_inline {
@apply border-dark-4 bg-dark-2;
}
&.ck-reset_all, &.ck-reset_all * {
@apply text-gray-800;
}
&.ck-toolbar,
&.ck-balloon-panel {
@apply bg-dark-4 border-dark-4;
&:before {
border-bottom-color: #1e2533 !important;
}
&:after {
border-bottom-color: #1e2533 !important;
}
.ck-toolbar__separator {
@apply bg-dark-5;
}
.ck-tooltip .ck-tooltip__text {
@apply text-gray-300 bg-dark-5;
&:after {
border-bottom-color: #3f4865;
}
}
.ck.ck-icon :not([fill]) {
fill: #9fa8bb;
}
.ck.ck-dropdown__panel {
@apply border-dark-2;
}
.ck.ck-button.ck-on,
a.ck.ck-button.ck-on {
@apply bg-dark-2;
}
}
&.ck-editor__main>.ck-editor__editable {
@apply bg-dark-2;
&:not(.ck-focused) {
@apply border-dark-4;
}
}
&.ck-button:not(.ck-disabled):hover, &a.ck-button:not(.ck-disabled):hover {
@apply bg-dark-4;
}
}
}

Některé soubory nejsou zobrazny, neboť je v této revizi změněno mnoho souborů

Načítá se…
Zrušit
Uložit