@univerjs/ui 1.0.0-alpha.3 → 1.0.0-alpha.5

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 (96) hide show
  1. package/lib/cjs/index.js +671 -638
  2. package/lib/cjs/locale/ar-SA.js +11 -0
  3. package/lib/cjs/locale/ca-ES.js +11 -0
  4. package/lib/cjs/locale/de-DE.js +11 -0
  5. package/lib/cjs/locale/en-US.js +11 -0
  6. package/lib/cjs/locale/es-ES.js +11 -0
  7. package/lib/cjs/locale/fa-IR.js +11 -0
  8. package/lib/cjs/locale/fr-FR.js +11 -0
  9. package/lib/cjs/locale/id-ID.js +11 -0
  10. package/lib/cjs/locale/it-IT.js +11 -0
  11. package/lib/cjs/locale/ja-JP.js +11 -0
  12. package/lib/cjs/locale/ko-KR.js +11 -0
  13. package/lib/cjs/locale/pl-PL.js +11 -0
  14. package/lib/cjs/locale/pt-BR.js +11 -0
  15. package/lib/cjs/locale/ru-RU.js +11 -0
  16. package/lib/cjs/locale/sk-SK.js +11 -0
  17. package/lib/cjs/locale/vi-VN.js +11 -0
  18. package/lib/cjs/locale/zh-CN.js +11 -0
  19. package/lib/cjs/locale/zh-HK.js +11 -0
  20. package/lib/cjs/locale/zh-TW.js +11 -0
  21. package/lib/es/index.js +674 -643
  22. package/lib/es/locale/ar-SA.js +11 -0
  23. package/lib/es/locale/ca-ES.js +11 -0
  24. package/lib/es/locale/de-DE.js +11 -0
  25. package/lib/es/locale/en-US.js +11 -0
  26. package/lib/es/locale/es-ES.js +11 -0
  27. package/lib/es/locale/fa-IR.js +11 -0
  28. package/lib/es/locale/fr-FR.js +11 -0
  29. package/lib/es/locale/id-ID.js +11 -0
  30. package/lib/es/locale/it-IT.js +11 -0
  31. package/lib/es/locale/ja-JP.js +11 -0
  32. package/lib/es/locale/ko-KR.js +11 -0
  33. package/lib/es/locale/pl-PL.js +11 -0
  34. package/lib/es/locale/pt-BR.js +11 -0
  35. package/lib/es/locale/ru-RU.js +11 -0
  36. package/lib/es/locale/sk-SK.js +11 -0
  37. package/lib/es/locale/vi-VN.js +11 -0
  38. package/lib/es/locale/zh-CN.js +11 -0
  39. package/lib/es/locale/zh-HK.js +11 -0
  40. package/lib/es/locale/zh-TW.js +11 -0
  41. package/lib/index.js +674 -643
  42. package/lib/locale/ar-SA.js +11 -0
  43. package/lib/locale/ca-ES.js +11 -0
  44. package/lib/locale/de-DE.js +11 -0
  45. package/lib/locale/en-US.js +11 -0
  46. package/lib/locale/es-ES.js +11 -0
  47. package/lib/locale/fa-IR.js +11 -0
  48. package/lib/locale/fr-FR.js +11 -0
  49. package/lib/locale/id-ID.js +11 -0
  50. package/lib/locale/it-IT.js +11 -0
  51. package/lib/locale/ja-JP.js +11 -0
  52. package/lib/locale/ko-KR.js +11 -0
  53. package/lib/locale/pl-PL.js +11 -0
  54. package/lib/locale/pt-BR.js +11 -0
  55. package/lib/locale/ru-RU.js +11 -0
  56. package/lib/locale/sk-SK.js +11 -0
  57. package/lib/locale/vi-VN.js +11 -0
  58. package/lib/locale/zh-CN.js +11 -0
  59. package/lib/locale/zh-HK.js +11 -0
  60. package/lib/locale/zh-TW.js +11 -0
  61. package/lib/types/commands/operations/toggle-fullscreen.operation.d.ts +17 -0
  62. package/lib/types/controllers/ui/ui-desktop.controller.d.ts +1 -3
  63. package/lib/types/controllers/ui/ui-mobile.controller.d.ts +1 -3
  64. package/lib/types/index.d.ts +2 -1
  65. package/lib/types/locale/en-US.d.ts +13 -0
  66. package/lib/types/services/before-close/before-close.service.d.ts +3 -2
  67. package/lib/types/services/menu/menu.d.ts +3 -2
  68. package/lib/types/services/menu/types.d.ts +1 -0
  69. package/lib/types/services/popup/canvas-popup.service.d.ts +3 -0
  70. package/lib/types/views/components/dom/FloatDom.d.ts +1 -1
  71. package/lib/types/views/components/dom/Print.d.ts +1 -1
  72. package/lib/types/views/emoji-picker/emoji-picker-utils.d.ts +1 -1
  73. package/lib/types/views/index.d.ts +1 -1
  74. package/lib/types/views/slider/ZoomInput.d.ts +25 -0
  75. package/lib/types/views/slider/index.d.ts +1 -0
  76. package/lib/umd/index.js +13 -13
  77. package/lib/umd/locale/ar-SA.js +1 -1
  78. package/lib/umd/locale/ca-ES.js +1 -1
  79. package/lib/umd/locale/de-DE.js +1 -1
  80. package/lib/umd/locale/en-US.js +1 -1
  81. package/lib/umd/locale/es-ES.js +1 -1
  82. package/lib/umd/locale/fa-IR.js +1 -1
  83. package/lib/umd/locale/fr-FR.js +1 -1
  84. package/lib/umd/locale/id-ID.js +1 -1
  85. package/lib/umd/locale/it-IT.js +1 -1
  86. package/lib/umd/locale/ja-JP.js +1 -1
  87. package/lib/umd/locale/ko-KR.js +1 -1
  88. package/lib/umd/locale/pl-PL.js +1 -1
  89. package/lib/umd/locale/pt-BR.js +1 -1
  90. package/lib/umd/locale/ru-RU.js +1 -1
  91. package/lib/umd/locale/sk-SK.js +1 -1
  92. package/lib/umd/locale/vi-VN.js +1 -1
  93. package/lib/umd/locale/zh-CN.js +1 -1
  94. package/lib/umd/locale/zh-HK.js +1 -1
  95. package/lib/umd/locale/zh-TW.js +1 -1
  96. package/package.json +8 -8
@@ -7427,6 +7427,17 @@ const locale = { ui: {
7427
7427
  },
7428
7428
  "common-edit": "اختصارات التحرير الشائعة",
7429
7429
  "toggle-shortcut-panel": "تبديل لوحة الاختصارات",
7430
+ navigation: {
7431
+ back: "رجوع",
7432
+ previous: "السابق",
7433
+ next: "التالي"
7434
+ },
7435
+ sidebar: {
7436
+ panel: "لوحة جانبية",
7437
+ resize: "تغيير حجم الشريط الجانبي",
7438
+ close: "إغلاق الشريط الجانبي"
7439
+ },
7440
+ beforeClose: { title: "لم يتم حفظ بعض التغييرات" },
7430
7441
  clipboard: { authentication: {
7431
7442
  title: "تم رفض الإذن",
7432
7443
  content: "يرجى السماح لـ Univer بالوصول إلى الحافظة."
@@ -7427,6 +7427,17 @@ const locale = { ui: {
7427
7427
  },
7428
7428
  "common-edit": "Dreceres d'edició comunes",
7429
7429
  "toggle-shortcut-panel": "Alterna el panell de dreceres",
7430
+ navigation: {
7431
+ back: "Enrere",
7432
+ previous: "Anterior",
7433
+ next: "Següent"
7434
+ },
7435
+ sidebar: {
7436
+ panel: "Panell lateral",
7437
+ resize: "Canvia la mida del panell lateral",
7438
+ close: "Tanca el panell lateral"
7439
+ },
7440
+ beforeClose: { title: "Alguns canvis no s'han desat" },
7430
7441
  clipboard: { authentication: {
7431
7442
  title: "Permís denegat",
7432
7443
  content: "Si us plau, permet que Univer accedeixi al teu porta-retalls."
@@ -7427,6 +7427,17 @@ const locale = { ui: {
7427
7427
  },
7428
7428
  "common-edit": "Häufige Bearbeitungstastenkürzel",
7429
7429
  "toggle-shortcut-panel": "Tastenkürzel-Panel ein-/ausblenden",
7430
+ navigation: {
7431
+ back: "Zurück",
7432
+ previous: "Vorherige",
7433
+ next: "Nächste"
7434
+ },
7435
+ sidebar: {
7436
+ panel: "Seitenleiste",
7437
+ resize: "Größe der Seitenleiste ändern",
7438
+ close: "Seitenleiste schließen"
7439
+ },
7440
+ beforeClose: { title: "Einige Änderungen wurden nicht gespeichert" },
7430
7441
  clipboard: { authentication: {
7431
7442
  title: "Berechtigung verweigert",
7432
7443
  content: "Bitte erlauben Sie Univer den Zugriff auf Ihre Zwischenablage."
@@ -7442,6 +7442,17 @@ const locale = { ui: {
7442
7442
  },
7443
7443
  "common-edit": "Common Editing Shortcuts",
7444
7444
  "toggle-shortcut-panel": "Toggle Shortcut Panel",
7445
+ navigation: {
7446
+ back: "Back",
7447
+ previous: "Previous",
7448
+ next: "Next"
7449
+ },
7450
+ sidebar: {
7451
+ panel: "Sidebar panel",
7452
+ resize: "Resize sidebar",
7453
+ close: "Close sidebar"
7454
+ },
7455
+ beforeClose: { title: "Some changes are not saved" },
7445
7456
  clipboard: { authentication: {
7446
7457
  title: "Permission Denied",
7447
7458
  content: "Please allow Univer to access your clipboard."
@@ -7427,6 +7427,17 @@ const locale = { ui: {
7427
7427
  },
7428
7428
  "common-edit": "Atajos de edición comunes",
7429
7429
  "toggle-shortcut-panel": "Alternar panel de atajos",
7430
+ navigation: {
7431
+ back: "Atrás",
7432
+ previous: "Anterior",
7433
+ next: "Siguiente"
7434
+ },
7435
+ sidebar: {
7436
+ panel: "Panel lateral",
7437
+ resize: "Cambiar el tamaño del panel lateral",
7438
+ close: "Cerrar el panel lateral"
7439
+ },
7440
+ beforeClose: { title: "Algunos cambios no se han guardado" },
7430
7441
  clipboard: { authentication: {
7431
7442
  title: "Permiso denegado",
7432
7443
  content: "Por favor, permite que Univer acceda a tu portapapeles."
@@ -7427,6 +7427,17 @@ const locale = { ui: {
7427
7427
  },
7428
7428
  "common-edit": "کلیدهای میانبر ویرایش عمومی",
7429
7429
  "toggle-shortcut-panel": "نمایش/مخفی کردن پنل کلیدهای میانبر",
7430
+ navigation: {
7431
+ back: "بازگشت",
7432
+ previous: "قبلی",
7433
+ next: "بعدی"
7434
+ },
7435
+ sidebar: {
7436
+ panel: "پنل کناری",
7437
+ resize: "تغییر اندازه پنل کناری",
7438
+ close: "بستن پنل کناری"
7439
+ },
7440
+ beforeClose: { title: "برخی تغییرات ذخیره نشده‌اند" },
7430
7441
  clipboard: { authentication: {
7431
7442
  title: "اجازه دسترسی داده نشده است",
7432
7443
  content: "لطفا به Univer اجازه دسترسی به کلیپ بورد خود را بدهید."
@@ -7427,6 +7427,17 @@ const locale = { ui: {
7427
7427
  },
7428
7428
  "common-edit": "Raccourcis d'édition courants",
7429
7429
  "toggle-shortcut-panel": "Basculer le panneau de raccourcis",
7430
+ navigation: {
7431
+ back: "Retour",
7432
+ previous: "Précédent",
7433
+ next: "Suivant"
7434
+ },
7435
+ sidebar: {
7436
+ panel: "Panneau latéral",
7437
+ resize: "Redimensionner le panneau latéral",
7438
+ close: "Fermer le panneau latéral"
7439
+ },
7440
+ beforeClose: { title: "Certaines modifications n'ont pas été enregistrées" },
7430
7441
  clipboard: { authentication: {
7431
7442
  title: "Permission refusée",
7432
7443
  content: "Veuillez autoriser Univer à accéder à votre presse-papiers."
@@ -7427,6 +7427,17 @@ const locale = { ui: {
7427
7427
  },
7428
7428
  "common-edit": "Pintasan Edit Umum",
7429
7429
  "toggle-shortcut-panel": "Alihkan Panel Pintasan",
7430
+ navigation: {
7431
+ back: "Kembali",
7432
+ previous: "Sebelumnya",
7433
+ next: "Berikutnya"
7434
+ },
7435
+ sidebar: {
7436
+ panel: "Panel samping",
7437
+ resize: "Ubah ukuran panel samping",
7438
+ close: "Tutup panel samping"
7439
+ },
7440
+ beforeClose: { title: "Beberapa perubahan belum disimpan" },
7430
7441
  clipboard: { authentication: {
7431
7442
  title: "Izin Ditolak",
7432
7443
  content: "Izinkan Univer untuk mengakses clipboard Anda."
@@ -7427,6 +7427,17 @@ const locale = { ui: {
7427
7427
  },
7428
7428
  "common-edit": "Scorciatoie di Modifica Comuni",
7429
7429
  "toggle-shortcut-panel": "Attiva/Disattiva Pannello Scorciatoie",
7430
+ navigation: {
7431
+ back: "Indietro",
7432
+ previous: "Precedente",
7433
+ next: "Successivo"
7434
+ },
7435
+ sidebar: {
7436
+ panel: "Pannello laterale",
7437
+ resize: "Ridimensiona il pannello laterale",
7438
+ close: "Chiudi il pannello laterale"
7439
+ },
7440
+ beforeClose: { title: "Alcune modifiche non sono state salvate" },
7430
7441
  clipboard: { authentication: {
7431
7442
  title: "Autorizzazione Negata",
7432
7443
  content: "Consenti a Univer di accedere alla tua clipboard."
@@ -7427,6 +7427,17 @@ const locale = { ui: {
7427
7427
  },
7428
7428
  "common-edit": "一般編集ショートカット",
7429
7429
  "toggle-shortcut-panel": "ショートカットパネルを切り替え",
7430
+ navigation: {
7431
+ back: "戻る",
7432
+ previous: "前へ",
7433
+ next: "次へ"
7434
+ },
7435
+ sidebar: {
7436
+ panel: "サイドバーパネル",
7437
+ resize: "サイドバーのサイズを変更",
7438
+ close: "サイドバーを閉じる"
7439
+ },
7440
+ beforeClose: { title: "一部の変更が保存されていません" },
7430
7441
  clipboard: { authentication: {
7431
7442
  title: "権限が拒否されました",
7432
7443
  content: "Univerにクリップボードアクセスの権限を付与してください。"
@@ -7427,6 +7427,17 @@ const locale = { ui: {
7427
7427
  },
7428
7428
  "common-edit": "일반 편집 단축키",
7429
7429
  "toggle-shortcut-panel": "단축키 패널 전환",
7430
+ navigation: {
7431
+ back: "뒤로",
7432
+ previous: "이전",
7433
+ next: "다음"
7434
+ },
7435
+ sidebar: {
7436
+ panel: "사이드바 패널",
7437
+ resize: "사이드바 크기 조정",
7438
+ close: "사이드바 닫기"
7439
+ },
7440
+ beforeClose: { title: "일부 변경 사항이 저장되지 않았습니다" },
7430
7441
  clipboard: { authentication: {
7431
7442
  title: "권한 거절",
7432
7443
  content: "Univer에 클립보드 접근 권한을 부여해주세요."
@@ -7427,6 +7427,17 @@ const locale = { ui: {
7427
7427
  },
7428
7428
  "common-edit": "Skróty do częstej edycji",
7429
7429
  "toggle-shortcut-panel": "Przełącz panel skrótów",
7430
+ navigation: {
7431
+ back: "Wstecz",
7432
+ previous: "Poprzedni",
7433
+ next: "Następny"
7434
+ },
7435
+ sidebar: {
7436
+ panel: "Panel boczny",
7437
+ resize: "Zmień rozmiar panelu bocznego",
7438
+ close: "Zamknij panel boczny"
7439
+ },
7440
+ beforeClose: { title: "Niektóre zmiany nie zostały zapisane" },
7430
7441
  clipboard: { authentication: {
7431
7442
  title: "Brak uprawnień",
7432
7443
  content: "Zezwól Univer na dostęp do schowka."
@@ -7427,6 +7427,17 @@ const locale = { ui: {
7427
7427
  },
7428
7428
  "common-edit": "Atalhos Comuns de Edição",
7429
7429
  "toggle-shortcut-panel": "Alternar Painel de Atalhos",
7430
+ navigation: {
7431
+ back: "Voltar",
7432
+ previous: "Anterior",
7433
+ next: "Próximo"
7434
+ },
7435
+ sidebar: {
7436
+ panel: "Painel lateral",
7437
+ resize: "Redimensionar o painel lateral",
7438
+ close: "Fechar o painel lateral"
7439
+ },
7440
+ beforeClose: { title: "Algumas alterações não foram salvas" },
7430
7441
  clipboard: { authentication: {
7431
7442
  title: "Permissão Negada",
7432
7443
  content: "Permita que o Univer acesse sua área de transferência."
@@ -7427,6 +7427,17 @@ const locale = { ui: {
7427
7427
  },
7428
7428
  "common-edit": "Общие команды редактирования",
7429
7429
  "toggle-shortcut-panel": "Переключить панель сочетания клавиш",
7430
+ navigation: {
7431
+ back: "Назад",
7432
+ previous: "Предыдущий",
7433
+ next: "Следующий"
7434
+ },
7435
+ sidebar: {
7436
+ panel: "Боковая панель",
7437
+ resize: "Изменить размер боковой панели",
7438
+ close: "Закрыть боковую панель"
7439
+ },
7440
+ beforeClose: { title: "Некоторые изменения не сохранены" },
7430
7441
  clipboard: { authentication: {
7431
7442
  title: "Доступ запрещен",
7432
7443
  content: "Пожалуйста, разрешите Univer доступ к вашему буферу обмена."
@@ -7427,6 +7427,17 @@ const locale = { ui: {
7427
7427
  },
7428
7428
  "common-edit": "Bežné úpravové skratky",
7429
7429
  "toggle-shortcut-panel": "Prepnúť panel skratiek",
7430
+ navigation: {
7431
+ back: "Späť",
7432
+ previous: "Predchádzajúce",
7433
+ next: "Ďalšie"
7434
+ },
7435
+ sidebar: {
7436
+ panel: "Bočný panel",
7437
+ resize: "Zmeniť veľkosť bočného panela",
7438
+ close: "Zavrieť bočný panel"
7439
+ },
7440
+ beforeClose: { title: "Niektoré zmeny neboli uložené" },
7430
7441
  clipboard: { authentication: {
7431
7442
  title: "Povolenie zamietnuté",
7432
7443
  content: "Povoľte Univeru prístup k schránke."
@@ -7427,6 +7427,17 @@ const locale = { ui: {
7427
7427
  },
7428
7428
  "common-edit": "Chỉnh sửa thường dùng",
7429
7429
  "toggle-shortcut-panel": "Mở/Đóng bảng phím tắt",
7430
+ navigation: {
7431
+ back: "Quay lại",
7432
+ previous: "Trước",
7433
+ next: "Tiếp theo"
7434
+ },
7435
+ sidebar: {
7436
+ panel: "Bảng bên",
7437
+ resize: "Thay đổi kích thước bảng bên",
7438
+ close: "Đóng bảng bên"
7439
+ },
7440
+ beforeClose: { title: "Một số thay đổi chưa được lưu" },
7430
7441
  clipboard: { authentication: {
7431
7442
  title: "Không thể truy cập vào bảng nhớ tạm",
7432
7443
  content: "Vui lòng cho phép Univer truy cập vào bảng nhớ tạm của bạn."
@@ -7427,6 +7427,17 @@ const locale = { ui: {
7427
7427
  },
7428
7428
  "common-edit": "常用编辑",
7429
7429
  "toggle-shortcut-panel": "打开收起快捷键面板",
7430
+ navigation: {
7431
+ back: "返回",
7432
+ previous: "上一个",
7433
+ next: "下一个"
7434
+ },
7435
+ sidebar: {
7436
+ panel: "侧边栏",
7437
+ resize: "调整侧边栏大小",
7438
+ close: "关闭侧边栏"
7439
+ },
7440
+ beforeClose: { title: "部分更改尚未保存" },
7430
7441
  clipboard: { authentication: {
7431
7442
  title: "无法访问剪贴板",
7432
7443
  content: "请允许 Univer 访问您的剪贴板。"
@@ -7427,6 +7427,17 @@ const locale = { ui: {
7427
7427
  },
7428
7428
  "common-edit": "常用編輯",
7429
7429
  "toggle-shortcut-panel": "開啟收起快速鍵面板",
7430
+ navigation: {
7431
+ back: "返回",
7432
+ previous: "上一個",
7433
+ next: "下一個"
7434
+ },
7435
+ sidebar: {
7436
+ panel: "側邊欄",
7437
+ resize: "調整側邊欄大小",
7438
+ close: "關閉側邊欄"
7439
+ },
7440
+ beforeClose: { title: "部分變更尚未儲存" },
7430
7441
  clipboard: { authentication: {
7431
7442
  title: "無法存取剪貼簿",
7432
7443
  content: "請允許 Univer 存取您的剪貼簿。 "
@@ -7427,6 +7427,17 @@ const locale = { ui: {
7427
7427
  },
7428
7428
  "common-edit": "常用編輯",
7429
7429
  "toggle-shortcut-panel": "開啟收起快速鍵面板",
7430
+ navigation: {
7431
+ back: "返回",
7432
+ previous: "上一個",
7433
+ next: "下一個"
7434
+ },
7435
+ sidebar: {
7436
+ panel: "側邊欄",
7437
+ resize: "調整側邊欄大小",
7438
+ close: "關閉側邊欄"
7439
+ },
7440
+ beforeClose: { title: "部分變更尚未儲存" },
7430
7441
  clipboard: { authentication: {
7431
7442
  title: "無法存取剪貼簿",
7432
7443
  content: "請允許 Univer 存取您的剪貼簿。 "