@alfadocs/ui-kit 0.67.1 → 0.68.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 (67) hide show
  1. package/dist/_chunks/{editable-currency-cell-renderer-D1ewvJKO.js → editable-currency-cell-renderer-DHOspPee.js} +875 -857
  2. package/dist/_chunks/rich-text-editor-VawKN1FI.js +2053 -0
  3. package/dist/agent-catalog.json +1 -1
  4. package/dist/components/data-table/data-table.d.ts +1 -1
  5. package/dist/components/data-table/filters/date-range-filter.d.ts +1 -1
  6. package/dist/components/data-table/index.js +1 -1
  7. package/dist/components/data-table/toolbar.d.ts +4 -1
  8. package/dist/components/rich-text-editor/index.js +1 -1
  9. package/dist/components/rich-text-editor/rich-text-editor.d.ts +15 -0
  10. package/dist/i18n/locales/ar.d.ts +2 -0
  11. package/dist/i18n/locales/ar.js +3 -1
  12. package/dist/i18n/locales/de.d.ts +2 -0
  13. package/dist/i18n/locales/de.js +3 -1
  14. package/dist/i18n/locales/el.d.ts +2 -0
  15. package/dist/i18n/locales/el.js +3 -1
  16. package/dist/i18n/locales/en.d.ts +2 -0
  17. package/dist/i18n/locales/en.js +3 -1
  18. package/dist/i18n/locales/es.d.ts +2 -0
  19. package/dist/i18n/locales/es.js +3 -1
  20. package/dist/i18n/locales/fr.d.ts +2 -0
  21. package/dist/i18n/locales/fr.js +3 -1
  22. package/dist/i18n/locales/hi.d.ts +2 -0
  23. package/dist/i18n/locales/hi.js +3 -1
  24. package/dist/i18n/locales/it.d.ts +2 -0
  25. package/dist/i18n/locales/it.js +3 -1
  26. package/dist/i18n/locales/ja.d.ts +2 -0
  27. package/dist/i18n/locales/ja.js +3 -1
  28. package/dist/i18n/locales/nl.d.ts +2 -0
  29. package/dist/i18n/locales/nl.js +3 -1
  30. package/dist/i18n/locales/pl.d.ts +2 -0
  31. package/dist/i18n/locales/pl.js +3 -1
  32. package/dist/i18n/locales/pt.d.ts +2 -0
  33. package/dist/i18n/locales/pt.js +3 -1
  34. package/dist/i18n/locales/ro.d.ts +2 -0
  35. package/dist/i18n/locales/ro.js +3 -1
  36. package/dist/i18n/locales/ru.d.ts +2 -0
  37. package/dist/i18n/locales/ru.js +3 -1
  38. package/dist/i18n/locales/sq.d.ts +2 -0
  39. package/dist/i18n/locales/sq.js +3 -1
  40. package/dist/i18n/locales/sv.d.ts +2 -0
  41. package/dist/i18n/locales/sv.js +3 -1
  42. package/dist/i18n/locales/tr.d.ts +2 -0
  43. package/dist/i18n/locales/tr.js +3 -1
  44. package/dist/i18n/locales/zh.d.ts +2 -0
  45. package/dist/i18n/locales/zh.js +3 -1
  46. package/dist/index.js +2 -2
  47. package/dist/locales/ar.json +3 -1
  48. package/dist/locales/de.json +3 -1
  49. package/dist/locales/el.json +3 -1
  50. package/dist/locales/en.json +3 -1
  51. package/dist/locales/es.json +3 -1
  52. package/dist/locales/fr.json +3 -1
  53. package/dist/locales/hi.json +3 -1
  54. package/dist/locales/it.json +3 -1
  55. package/dist/locales/ja.json +3 -1
  56. package/dist/locales/nl.json +3 -1
  57. package/dist/locales/pl.json +3 -1
  58. package/dist/locales/pt.json +3 -1
  59. package/dist/locales/ro.json +3 -1
  60. package/dist/locales/ru.json +3 -1
  61. package/dist/locales/sq.json +3 -1
  62. package/dist/locales/sv.json +3 -1
  63. package/dist/locales/tr.json +3 -1
  64. package/dist/locales/zh.json +3 -1
  65. package/dist/tokens.css +1 -1
  66. package/package.json +1 -1
  67. package/dist/_chunks/rich-text-editor-DAeCXiQG.js +0 -1973
@@ -1750,7 +1750,9 @@
1750
1750
  "dictateStart": "Dictaat starten",
1751
1751
  "dictateStop": "Dictaat stoppen",
1752
1752
  "listening": "Luisteren…",
1753
- "dictationError": "Dictaat mislukt. Probeer het opnieuw."
1753
+ "dictationError": "Dictaat mislukt. Probeer het opnieuw.",
1754
+ "proofread": "Spelling en grammatica controleren",
1755
+ "autoFormat": "Document automatisch opmaken"
1754
1756
  }
1755
1757
  },
1756
1758
  "payment": {
@@ -1750,7 +1750,9 @@
1750
1750
  "dictateStart": "Rozpocznij dyktowanie",
1751
1751
  "dictateStop": "Zatrzymaj dyktowanie",
1752
1752
  "listening": "Nasłuchiwanie…",
1753
- "dictationError": "Dyktowanie nie powiodło się. Spróbuj ponownie."
1753
+ "dictationError": "Dyktowanie nie powiodło się. Spróbuj ponownie.",
1754
+ "proofread": "Sprawdź pisownię i gramatykę",
1755
+ "autoFormat": "Automatyczne formatowanie dokumentu"
1754
1756
  }
1755
1757
  },
1756
1758
  "payment": {
@@ -1750,7 +1750,9 @@
1750
1750
  "dictateStart": "Iniciar ditado",
1751
1751
  "dictateStop": "Parar ditado",
1752
1752
  "listening": "A ouvir…",
1753
- "dictationError": "O ditado falhou. Tente novamente."
1753
+ "dictationError": "O ditado falhou. Tente novamente.",
1754
+ "proofread": "Verificar ortografia e gramática",
1755
+ "autoFormat": "Formatar documento automaticamente"
1754
1756
  }
1755
1757
  },
1756
1758
  "payment": {
@@ -1750,7 +1750,9 @@
1750
1750
  "dictateStart": "Începe dictarea",
1751
1751
  "dictateStop": "Oprește dictarea",
1752
1752
  "listening": "Se ascultă…",
1753
- "dictationError": "Dictarea a eșuat. Încearcă din nou."
1753
+ "dictationError": "Dictarea a eșuat. Încearcă din nou.",
1754
+ "proofread": "Verifică ortografia și gramatica",
1755
+ "autoFormat": "Formatează automat documentul"
1754
1756
  }
1755
1757
  },
1756
1758
  "payment": {
@@ -1750,7 +1750,9 @@
1750
1750
  "dictateStart": "Начать диктовку",
1751
1751
  "dictateStop": "Остановить диктовку",
1752
1752
  "listening": "Слушаю…",
1753
- "dictationError": "Диктовка не удалась. Повторите попытку."
1753
+ "dictationError": "Диктовка не удалась. Повторите попытку.",
1754
+ "proofread": "Проверить орфографию и грамматику",
1755
+ "autoFormat": "Автоформатирование документа"
1754
1756
  }
1755
1757
  },
1756
1758
  "payment": {
@@ -1750,7 +1750,9 @@
1750
1750
  "dictateStart": "Fillo diktimin",
1751
1751
  "dictateStop": "Ndalo diktimin",
1752
1752
  "listening": "Duke dëgjuar…",
1753
- "dictationError": "Diktimi dështoi. Ju lutemi provoni përsëri."
1753
+ "dictationError": "Diktimi dështoi. Ju lutemi provoni përsëri.",
1754
+ "proofread": "Kontrollo drejtshkrimin dhe gramatikën",
1755
+ "autoFormat": "Formato automatikisht dokumentin"
1754
1756
  }
1755
1757
  },
1756
1758
  "payment": {
@@ -1750,7 +1750,9 @@
1750
1750
  "dictateStart": "Starta diktering",
1751
1751
  "dictateStop": "Stoppa diktering",
1752
1752
  "listening": "Lyssnar…",
1753
- "dictationError": "Dikteringen misslyckades. Försök igen."
1753
+ "dictationError": "Dikteringen misslyckades. Försök igen.",
1754
+ "proofread": "Kontrollera stavning och grammatik",
1755
+ "autoFormat": "Formatera dokumentet automatiskt"
1754
1756
  }
1755
1757
  },
1756
1758
  "payment": {
@@ -1750,7 +1750,9 @@
1750
1750
  "dictateStart": "Dikte başlat",
1751
1751
  "dictateStop": "Dikte durdur",
1752
1752
  "listening": "Dinleniyor…",
1753
- "dictationError": "Dikte başarısız. Lütfen tekrar deneyin."
1753
+ "dictationError": "Dikte başarısız. Lütfen tekrar deneyin.",
1754
+ "proofread": "Yazımı ve dil bilgisini denetle",
1755
+ "autoFormat": "Belgeyi otomatik biçimlendir"
1754
1756
  }
1755
1757
  },
1756
1758
  "payment": {
@@ -1750,7 +1750,9 @@
1750
1750
  "dictateStart": "开始语音输入",
1751
1751
  "dictateStop": "停止语音输入",
1752
1752
  "listening": "聆听中……",
1753
- "dictationError": "语音输入失败,请重试。"
1753
+ "dictationError": "语音输入失败,请重试。",
1754
+ "proofread": "检查拼写和语法",
1755
+ "autoFormat": "自动格式化文档"
1754
1756
  }
1755
1757
  },
1756
1758
  "payment": {