@ones-editor/editor 2.8.27 → 2.8.29

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 (40) hide show
  1. package/@ones-editor/block-locker/src/i18n/zh-hant-hk.d.ts +8 -0
  2. package/@ones-editor/block-menu/src/locale/zh-hant-hk.d.ts +25 -0
  3. package/@ones-editor/callout-block/src/locale/zh-hant-hk.d.ts +15 -0
  4. package/@ones-editor/code-block/src/locale/zh-hant-hk.d.ts +13 -0
  5. package/@ones-editor/comments/src/locale/zh-hant-hk.d.ts +24 -0
  6. package/@ones-editor/context-menu/src/locale/zh-hant-hk.d.ts +14 -0
  7. package/@ones-editor/core/src/i18n/i18n.d.ts +21 -1
  8. package/@ones-editor/core/src/i18n/zh-hant-hk.d.ts +21 -0
  9. package/@ones-editor/dividing-line-embed/src/i18n/zh-hant-hk.d.ts +7 -0
  10. package/@ones-editor/drawio-embed/src/lang/zh-hant-hk.d.ts +19 -0
  11. package/@ones-editor/drawio-embed/types/index.d.ts +1 -1
  12. package/@ones-editor/embed-block-helper/src/locale/zh-hant-hk.d.ts +7 -0
  13. package/@ones-editor/exclusive-block/src/locale/zh-hant-hk.d.ts +7 -0
  14. package/@ones-editor/file/src/locale/zh-hant-hk.d.ts +15 -0
  15. package/@ones-editor/find-dialog/src/locale/zh-hant-hk.d.ts +13 -0
  16. package/@ones-editor/graph-embed/src/lang/zh-hant-hk.d.ts +18 -0
  17. package/@ones-editor/heading-collapse/src/locale/zh-hant-hk.d.ts +7 -0
  18. package/@ones-editor/image-embed/src/locale/zh-hant-hk.d.ts +17 -0
  19. package/@ones-editor/input-handlers/src/i18n/zh-hant-hk.d.ts +13 -0
  20. package/@ones-editor/layout-block/src/locale/zh-hant-hk.d.ts +10 -0
  21. package/@ones-editor/list-block/src/lang/zh-hant-hk.d.ts +21 -0
  22. package/@ones-editor/main-toolbar/src/locale/zh-hant-hk.d.ts +15 -0
  23. package/@ones-editor/mathjax/src/locale/zh-hant-hk.d.ts +7 -0
  24. package/@ones-editor/media-embed/src/locale/zh-hant-hk.d.ts +20 -0
  25. package/@ones-editor/mention/src/locale/zh-hant-hk.d.ts +9 -0
  26. package/@ones-editor/misc/src/re-auth/locale/zh-hant-hk.d.ts +7 -0
  27. package/@ones-editor/mobile-helper/src/locale/zh-hant-hk.d.ts +9 -0
  28. package/@ones-editor/paste-special/src/locale/zh-hant-hk.d.ts +8 -0
  29. package/@ones-editor/status/src/locale/zh-hant-hk.d.ts +25 -0
  30. package/@ones-editor/table-block/src/locale/zh-hant-hk.d.ts +33 -0
  31. package/@ones-editor/templates/src/locale/zh-hant-hk.d.ts +9 -0
  32. package/@ones-editor/toc/src/locale/zh-hant-hk.d.ts +8 -0
  33. package/@ones-editor/tsconfig.tsbuildinfo +1 -1
  34. package/@ones-editor/ui/src/locale/zh-hant-hk.d.ts +60 -0
  35. package/@ones-editor/ui-base/src/locale/zh-hant-hk.d.ts +39 -0
  36. package/@ones-editor/versions/src/locale/zh-hant-hk.d.ts +45 -0
  37. package/@ones-editor/webpage-embed/src/locale/zh-hant-hk.d.ts +27 -0
  38. package/dist/index.js +623 -4
  39. package/dist/lang/zh-hant-hk.d.ts +31 -0
  40. package/package.json +1 -1
@@ -0,0 +1,31 @@
1
+ declare const _default: {
2
+ placeholder: {
3
+ common: {
4
+ title: string;
5
+ mobileTitle: string;
6
+ readonlyTitle: string;
7
+ content: string;
8
+ contentInContainer: string;
9
+ contentInCallout: string;
10
+ };
11
+ local: {
12
+ readonlyTitle: string;
13
+ };
14
+ };
15
+ copyCutProperty: {
16
+ copy: string;
17
+ cut: string;
18
+ unsafeEnvTips: string;
19
+ limitedEnvTips: string;
20
+ };
21
+ error: {
22
+ retry: string;
23
+ network: string;
24
+ networkPopup: string;
25
+ uploadResourceError: string;
26
+ uploadResourceErrorMessage: string;
27
+ uploadResourcePopup: string;
28
+ uploadResourceNoPopup: string;
29
+ };
30
+ };
31
+ export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ones-editor/editor",
3
- "version": "2.8.27",
3
+ "version": "2.8.29",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "dependencies": {