@talrace/ngx-noder 0.0.45 → 0.0.46

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 (31) hide show
  1. package/assets/i18n/noder.en.json +1 -0
  2. package/assets/i18n/noder.es.json +1 -0
  3. package/assets/i18n/noder.ru.json +1 -0
  4. package/fesm2022/talrace-ngx-noder.mjs +656 -193
  5. package/fesm2022/talrace-ngx-noder.mjs.map +1 -1
  6. package/lib/editor/components/editor.component.d.ts +4 -1
  7. package/lib/editor/content/display-data/display-data.d.ts +8 -0
  8. package/lib/editor/content/display-data/models/paragraph-info-added.model.d.ts +5 -0
  9. package/lib/editor/content/display-data/models/paragraph-info-content-changed.model.d.ts +7 -0
  10. package/lib/editor/content/display-data/models/paragraph-info-content-inserted.model.d.ts +7 -0
  11. package/lib/editor/content/display-data/models/paragraph-info.model.d.ts +1 -0
  12. package/lib/editor/content/display-data/models/paragraphs-infos-removed.model.d.ts +4 -0
  13. package/lib/editor/display/layers/grammar-highlight.layer.d.ts +12 -0
  14. package/lib/editor/display/render-changes.interface.d.ts +1 -0
  15. package/lib/editor/display/render-changes.model.d.ts +1 -0
  16. package/lib/editor/display/renderer.d.ts +6 -0
  17. package/lib/editor/display/virtual.renderer.d.ts +4 -0
  18. package/lib/editor/execution/edit.session.d.ts +1 -0
  19. package/lib/editor/execution/editor.d.ts +9 -1
  20. package/lib/editor/execution/regulator.service.d.ts +5 -1
  21. package/lib/editor/gadgets/grammar/grammar-checker.d.ts +21 -0
  22. package/lib/editor/gadgets/grammar/grammar-popup/grammar-popup.component.d.ts +16 -0
  23. package/lib/editor/gadgets/grammar/grammar.const.d.ts +1 -0
  24. package/lib/editor/gadgets/grammar/grammar.service.d.ts +25 -0
  25. package/lib/editor/interaction/editor.service.d.ts +14 -0
  26. package/lib/models/generated/grammar-error.d.ts +9 -0
  27. package/package.json +1 -1
  28. package/public-api.d.ts +1 -0
  29. package/src/_ngx-noder.theme.scss +7 -1
  30. package/src/lib/editor/gadgets/grammar/grammar-popup/_theme.scss +26 -0
  31. package/src/scss/base-editor.scss +6 -0
@@ -48,6 +48,7 @@
48
48
  "HEADER": "Header",
49
49
  "HEADERS_AND_FOOTERS": "Headers & Footers",
50
50
  "HEIGHT": "Height",
51
+ "IGNORE": "Ignore",
51
52
  "IMAGE": "Image",
52
53
  "INCHES": "inches",
53
54
  "INSERT": "Insert",
@@ -48,6 +48,7 @@
48
48
  "HEADER": "Cabecera",
49
49
  "HEADERS_AND_FOOTERS": "Encabezados y Pies de página",
50
50
  "HEIGHT": "Altura",
51
+ "IGNORE": "Ignorar",
51
52
  "IMAGE": "Imagen",
52
53
  "INCHES": "pulgadas",
53
54
  "INSERT": "Insertar",
@@ -48,6 +48,7 @@
48
48
  "HEADER": "Верхний колонтитул",
49
49
  "HEADERS_AND_FOOTERS": "Верхние и нижние колонтитулы",
50
50
  "HEIGHT": "Высота",
51
+ "IGNORE": "Игнорировать",
51
52
  "IMAGE": "Изображение",
52
53
  "INCHES": "дюймы",
53
54
  "INSERT": "Вставить",