@univerjs/preset-docs-collaboration 0.25.1 → 1.0.0-alpha.1

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 (108) hide show
  1. package/README.md +3 -3
  2. package/lib/cjs/index.js +66 -1
  3. package/lib/cjs/locales/ar-SA.js +11 -1
  4. package/lib/cjs/locales/ca-ES.js +11 -1
  5. package/lib/cjs/locales/de-DE.js +11 -1
  6. package/lib/cjs/locales/en-US.js +11 -1
  7. package/lib/cjs/locales/es-ES.js +11 -1
  8. package/lib/cjs/locales/fa-IR.js +11 -1
  9. package/lib/cjs/locales/fr-FR.js +11 -1
  10. package/lib/cjs/locales/id-ID.js +11 -1
  11. package/lib/cjs/locales/it-IT.js +11 -1
  12. package/lib/cjs/locales/ja-JP.js +11 -1
  13. package/lib/cjs/locales/ko-KR.js +11 -1
  14. package/lib/cjs/locales/pl-PL.js +11 -1
  15. package/lib/cjs/locales/pt-BR.js +11 -1
  16. package/lib/cjs/locales/ru-RU.js +11 -1
  17. package/lib/cjs/locales/sk-SK.js +11 -1
  18. package/lib/cjs/locales/vi-VN.js +11 -1
  19. package/lib/cjs/locales/zh-CN.js +11 -1
  20. package/lib/cjs/locales/zh-HK.js +11 -1
  21. package/lib/cjs/locales/zh-TW.js +11 -1
  22. package/lib/cjs/rolldown-runtime-C_NdSu1c.js +34 -0
  23. package/lib/es/index.js +49 -45
  24. package/lib/es/locales/ar-SA.js +8 -10
  25. package/lib/es/locales/ca-ES.js +8 -10
  26. package/lib/es/locales/de-DE.js +8 -10
  27. package/lib/es/locales/en-US.js +8 -10
  28. package/lib/es/locales/es-ES.js +8 -10
  29. package/lib/es/locales/fa-IR.js +8 -10
  30. package/lib/es/locales/fr-FR.js +8 -10
  31. package/lib/es/locales/id-ID.js +8 -10
  32. package/lib/es/locales/it-IT.js +8 -10
  33. package/lib/es/locales/ja-JP.js +8 -10
  34. package/lib/es/locales/ko-KR.js +8 -10
  35. package/lib/es/locales/pl-PL.js +8 -10
  36. package/lib/es/locales/pt-BR.js +8 -10
  37. package/lib/es/locales/ru-RU.js +8 -10
  38. package/lib/es/locales/sk-SK.js +8 -10
  39. package/lib/es/locales/vi-VN.js +8 -10
  40. package/lib/es/locales/zh-CN.js +8 -10
  41. package/lib/es/locales/zh-HK.js +8 -10
  42. package/lib/es/locales/zh-TW.js +8 -10
  43. package/lib/index.css +192 -1
  44. package/lib/index.js +49 -45
  45. package/lib/locales/ar-SA.js +8 -10
  46. package/lib/locales/ca-ES.js +8 -10
  47. package/lib/locales/de-DE.js +8 -10
  48. package/lib/locales/en-US.js +8 -10
  49. package/lib/locales/es-ES.js +8 -10
  50. package/lib/locales/fa-IR.js +8 -10
  51. package/lib/locales/fr-FR.js +8 -10
  52. package/lib/locales/id-ID.js +8 -10
  53. package/lib/locales/it-IT.js +8 -10
  54. package/lib/locales/ja-JP.js +8 -10
  55. package/lib/locales/ko-KR.js +8 -10
  56. package/lib/locales/pl-PL.js +8 -10
  57. package/lib/locales/pt-BR.js +8 -10
  58. package/lib/locales/ru-RU.js +8 -10
  59. package/lib/locales/sk-SK.js +8 -10
  60. package/lib/locales/vi-VN.js +8 -10
  61. package/lib/locales/zh-CN.js +8 -10
  62. package/lib/locales/zh-HK.js +8 -10
  63. package/lib/locales/zh-TW.js +8 -10
  64. package/lib/types/index.d.ts +1 -1
  65. package/lib/types/locales/ar-SA.d.ts +89 -1
  66. package/lib/types/locales/ca-ES.d.ts +89 -1
  67. package/lib/types/locales/de-DE.d.ts +89 -1
  68. package/lib/types/locales/en-US.d.ts +89 -1
  69. package/lib/types/locales/es-ES.d.ts +89 -1
  70. package/lib/types/locales/fa-IR.d.ts +89 -1
  71. package/lib/types/locales/fr-FR.d.ts +89 -1
  72. package/lib/types/locales/id-ID.d.ts +89 -1
  73. package/lib/types/locales/it-IT.d.ts +89 -1
  74. package/lib/types/locales/ja-JP.d.ts +89 -1
  75. package/lib/types/locales/ko-KR.d.ts +89 -1
  76. package/lib/types/locales/pl-PL.d.ts +89 -1
  77. package/lib/types/locales/pt-BR.d.ts +89 -1
  78. package/lib/types/locales/ru-RU.d.ts +89 -1
  79. package/lib/types/locales/sk-SK.d.ts +89 -1
  80. package/lib/types/locales/vi-VN.d.ts +89 -1
  81. package/lib/types/locales/zh-CN.d.ts +89 -1
  82. package/lib/types/locales/zh-HK.d.ts +89 -1
  83. package/lib/types/locales/zh-TW.d.ts +89 -1
  84. package/lib/types/preset.d.ts +7 -0
  85. package/package.json +17 -20
  86. package/LICENSE +0 -176
  87. package/lib/types/types.d.ts +0 -11
  88. package/lib/types/umd.d.ts +0 -8
  89. package/lib/umd/index.js +0 -14
  90. package/lib/umd/locales/ar-SA.js +0 -8
  91. package/lib/umd/locales/ca-ES.js +0 -8
  92. package/lib/umd/locales/de-DE.js +0 -8
  93. package/lib/umd/locales/en-US.js +0 -8
  94. package/lib/umd/locales/es-ES.js +0 -8
  95. package/lib/umd/locales/fa-IR.js +0 -8
  96. package/lib/umd/locales/fr-FR.js +0 -8
  97. package/lib/umd/locales/id-ID.js +0 -8
  98. package/lib/umd/locales/it-IT.js +0 -8
  99. package/lib/umd/locales/ja-JP.js +0 -8
  100. package/lib/umd/locales/ko-KR.js +0 -8
  101. package/lib/umd/locales/pl-PL.js +0 -8
  102. package/lib/umd/locales/pt-BR.js +0 -8
  103. package/lib/umd/locales/ru-RU.js +0 -8
  104. package/lib/umd/locales/sk-SK.js +0 -8
  105. package/lib/umd/locales/vi-VN.js +0 -8
  106. package/lib/umd/locales/zh-CN.js +0 -8
  107. package/lib/umd/locales/zh-HK.js +0 -8
  108. package/lib/umd/locales/zh-TW.js +0 -8
@@ -1,4 +1,92 @@
1
1
  declare const _default: {
2
- [x: string]: any;
2
+ 'collaboration-client': {
3
+ collabClient: {
4
+ tooltip: {
5
+ reconnect: string;
6
+ };
7
+ };
8
+ collabStatus: {
9
+ fetchMiss: string;
10
+ conflict: string;
11
+ notCollab: string;
12
+ synced: string;
13
+ syncing: string;
14
+ offline: string;
15
+ };
16
+ session: {
17
+ 'connection-failed': string;
18
+ 'will-retry': string;
19
+ 'room-full': string;
20
+ 'join-failed': string;
21
+ 'room-not-exists': string;
22
+ 'room-permission-denied': string;
23
+ 'room-cnt-exceeds': string;
24
+ 'collaboration-timeout': string;
25
+ };
26
+ conflict: {
27
+ title: string;
28
+ content: string;
29
+ };
30
+ permission: {
31
+ title: string;
32
+ content: string;
33
+ };
34
+ collaboration: {
35
+ 'single-unit': {
36
+ warning: string;
37
+ };
38
+ closeRoom: string;
39
+ };
40
+ auth: {
41
+ needGotoLoginAlert: string;
42
+ };
43
+ };
44
+ } & {
45
+ 'collaboration-client-ui': {
46
+ collabClient: {
47
+ tooltip: {
48
+ reconnect: string;
49
+ };
50
+ };
51
+ collabStatus: {
52
+ fetchMiss: string;
53
+ conflict: string;
54
+ notCollab: string;
55
+ synced: string;
56
+ syncing: string;
57
+ offline: string;
58
+ };
59
+ session: {
60
+ 'connection-failed': string;
61
+ 'will-retry': string;
62
+ 'room-full': string;
63
+ 'collaboration-timeout': string;
64
+ };
65
+ conflict: {
66
+ title: string;
67
+ content: string;
68
+ };
69
+ permission: {
70
+ title: string;
71
+ content: string;
72
+ };
73
+ collaboration: {
74
+ 'offline-data-not-saved': string;
75
+ 'single-unit': {
76
+ warning: string;
77
+ };
78
+ closeRoom: string;
79
+ };
80
+ auth: {
81
+ needGotoLoginAlert: string;
82
+ };
83
+ formula: {
84
+ calculation: {
85
+ started: string;
86
+ waiting: string;
87
+ unable: string;
88
+ };
89
+ };
90
+ };
3
91
  };
4
92
  export default _default;
@@ -1,4 +1,92 @@
1
1
  declare const _default: {
2
- [x: string]: any;
2
+ 'collaboration-client': {
3
+ collabClient: {
4
+ tooltip: {
5
+ reconnect: string;
6
+ };
7
+ };
8
+ collabStatus: {
9
+ fetchMiss: string;
10
+ conflict: string;
11
+ notCollab: string;
12
+ synced: string;
13
+ syncing: string;
14
+ offline: string;
15
+ };
16
+ session: {
17
+ 'connection-failed': string;
18
+ 'will-retry': string;
19
+ 'room-full': string;
20
+ 'join-failed': string;
21
+ 'room-not-exists': string;
22
+ 'room-permission-denied': string;
23
+ 'room-cnt-exceeds': string;
24
+ 'collaboration-timeout': string;
25
+ };
26
+ conflict: {
27
+ title: string;
28
+ content: string;
29
+ };
30
+ permission: {
31
+ title: string;
32
+ content: string;
33
+ };
34
+ collaboration: {
35
+ 'single-unit': {
36
+ warning: string;
37
+ };
38
+ closeRoom: string;
39
+ };
40
+ auth: {
41
+ needGotoLoginAlert: string;
42
+ };
43
+ };
44
+ } & {
45
+ 'collaboration-client-ui': {
46
+ collabClient: {
47
+ tooltip: {
48
+ reconnect: string;
49
+ };
50
+ };
51
+ collabStatus: {
52
+ fetchMiss: string;
53
+ conflict: string;
54
+ notCollab: string;
55
+ synced: string;
56
+ syncing: string;
57
+ offline: string;
58
+ };
59
+ session: {
60
+ 'connection-failed': string;
61
+ 'will-retry': string;
62
+ 'room-full': string;
63
+ 'collaboration-timeout': string;
64
+ };
65
+ conflict: {
66
+ title: string;
67
+ content: string;
68
+ };
69
+ permission: {
70
+ title: string;
71
+ content: string;
72
+ };
73
+ collaboration: {
74
+ 'offline-data-not-saved': string;
75
+ 'single-unit': {
76
+ warning: string;
77
+ };
78
+ closeRoom: string;
79
+ };
80
+ auth: {
81
+ needGotoLoginAlert: string;
82
+ };
83
+ formula: {
84
+ calculation: {
85
+ started: string;
86
+ waiting: string;
87
+ unable: string;
88
+ };
89
+ };
90
+ };
3
91
  };
4
92
  export default _default;
@@ -1,4 +1,92 @@
1
1
  declare const _default: {
2
- [x: string]: any;
2
+ 'collaboration-client': {
3
+ collabClient: {
4
+ tooltip: {
5
+ reconnect: string;
6
+ };
7
+ };
8
+ collabStatus: {
9
+ fetchMiss: string;
10
+ conflict: string;
11
+ notCollab: string;
12
+ synced: string;
13
+ syncing: string;
14
+ offline: string;
15
+ };
16
+ session: {
17
+ 'connection-failed': string;
18
+ 'will-retry': string;
19
+ 'room-full': string;
20
+ 'join-failed': string;
21
+ 'room-not-exists': string;
22
+ 'room-permission-denied': string;
23
+ 'room-cnt-exceeds': string;
24
+ 'collaboration-timeout': string;
25
+ };
26
+ conflict: {
27
+ title: string;
28
+ content: string;
29
+ };
30
+ permission: {
31
+ title: string;
32
+ content: string;
33
+ };
34
+ collaboration: {
35
+ 'single-unit': {
36
+ warning: string;
37
+ };
38
+ closeRoom: string;
39
+ };
40
+ auth: {
41
+ needGotoLoginAlert: string;
42
+ };
43
+ };
44
+ } & {
45
+ 'collaboration-client-ui': {
46
+ collabClient: {
47
+ tooltip: {
48
+ reconnect: string;
49
+ };
50
+ };
51
+ collabStatus: {
52
+ fetchMiss: string;
53
+ conflict: string;
54
+ notCollab: string;
55
+ synced: string;
56
+ syncing: string;
57
+ offline: string;
58
+ };
59
+ session: {
60
+ 'connection-failed': string;
61
+ 'will-retry': string;
62
+ 'room-full': string;
63
+ 'collaboration-timeout': string;
64
+ };
65
+ conflict: {
66
+ title: string;
67
+ content: string;
68
+ };
69
+ permission: {
70
+ title: string;
71
+ content: string;
72
+ };
73
+ collaboration: {
74
+ 'offline-data-not-saved': string;
75
+ 'single-unit': {
76
+ warning: string;
77
+ };
78
+ closeRoom: string;
79
+ };
80
+ auth: {
81
+ needGotoLoginAlert: string;
82
+ };
83
+ formula: {
84
+ calculation: {
85
+ started: string;
86
+ waiting: string;
87
+ unable: string;
88
+ };
89
+ };
90
+ };
3
91
  };
4
92
  export default _default;
@@ -1,4 +1,92 @@
1
1
  declare const _default: {
2
- [x: string]: any;
2
+ 'collaboration-client': {
3
+ collabClient: {
4
+ tooltip: {
5
+ reconnect: string;
6
+ };
7
+ };
8
+ collabStatus: {
9
+ fetchMiss: string;
10
+ conflict: string;
11
+ notCollab: string;
12
+ synced: string;
13
+ syncing: string;
14
+ offline: string;
15
+ };
16
+ session: {
17
+ 'connection-failed': string;
18
+ 'will-retry': string;
19
+ 'room-full': string;
20
+ 'join-failed': string;
21
+ 'room-not-exists': string;
22
+ 'room-permission-denied': string;
23
+ 'room-cnt-exceeds': string;
24
+ 'collaboration-timeout': string;
25
+ };
26
+ conflict: {
27
+ title: string;
28
+ content: string;
29
+ };
30
+ permission: {
31
+ title: string;
32
+ content: string;
33
+ };
34
+ collaboration: {
35
+ 'single-unit': {
36
+ warning: string;
37
+ };
38
+ closeRoom: string;
39
+ };
40
+ auth: {
41
+ needGotoLoginAlert: string;
42
+ };
43
+ };
44
+ } & {
45
+ 'collaboration-client-ui': {
46
+ collabClient: {
47
+ tooltip: {
48
+ reconnect: string;
49
+ };
50
+ };
51
+ collabStatus: {
52
+ fetchMiss: string;
53
+ conflict: string;
54
+ notCollab: string;
55
+ synced: string;
56
+ syncing: string;
57
+ offline: string;
58
+ };
59
+ session: {
60
+ 'connection-failed': string;
61
+ 'will-retry': string;
62
+ 'room-full': string;
63
+ 'collaboration-timeout': string;
64
+ };
65
+ conflict: {
66
+ title: string;
67
+ content: string;
68
+ };
69
+ permission: {
70
+ title: string;
71
+ content: string;
72
+ };
73
+ collaboration: {
74
+ 'offline-data-not-saved': string;
75
+ 'single-unit': {
76
+ warning: string;
77
+ };
78
+ closeRoom: string;
79
+ };
80
+ auth: {
81
+ needGotoLoginAlert: string;
82
+ };
83
+ formula: {
84
+ calculation: {
85
+ started: string;
86
+ waiting: string;
87
+ unable: string;
88
+ };
89
+ };
90
+ };
3
91
  };
4
92
  export default _default;
@@ -1,4 +1,92 @@
1
1
  declare const _default: {
2
- [x: string]: any;
2
+ 'collaboration-client': {
3
+ collabClient: {
4
+ tooltip: {
5
+ reconnect: string;
6
+ };
7
+ };
8
+ collabStatus: {
9
+ fetchMiss: string;
10
+ conflict: string;
11
+ notCollab: string;
12
+ synced: string;
13
+ syncing: string;
14
+ offline: string;
15
+ };
16
+ session: {
17
+ 'connection-failed': string;
18
+ 'will-retry': string;
19
+ 'room-full': string;
20
+ 'join-failed': string;
21
+ 'room-not-exists': string;
22
+ 'room-permission-denied': string;
23
+ 'room-cnt-exceeds': string;
24
+ 'collaboration-timeout': string;
25
+ };
26
+ conflict: {
27
+ title: string;
28
+ content: string;
29
+ };
30
+ permission: {
31
+ title: string;
32
+ content: string;
33
+ };
34
+ collaboration: {
35
+ 'single-unit': {
36
+ warning: string;
37
+ };
38
+ closeRoom: string;
39
+ };
40
+ auth: {
41
+ needGotoLoginAlert: string;
42
+ };
43
+ };
44
+ } & {
45
+ 'collaboration-client-ui': {
46
+ collabClient: {
47
+ tooltip: {
48
+ reconnect: string;
49
+ };
50
+ };
51
+ collabStatus: {
52
+ fetchMiss: string;
53
+ conflict: string;
54
+ notCollab: string;
55
+ synced: string;
56
+ syncing: string;
57
+ offline: string;
58
+ };
59
+ session: {
60
+ 'connection-failed': string;
61
+ 'will-retry': string;
62
+ 'room-full': string;
63
+ 'collaboration-timeout': string;
64
+ };
65
+ conflict: {
66
+ title: string;
67
+ content: string;
68
+ };
69
+ permission: {
70
+ title: string;
71
+ content: string;
72
+ };
73
+ collaboration: {
74
+ 'offline-data-not-saved': string;
75
+ 'single-unit': {
76
+ warning: string;
77
+ };
78
+ closeRoom: string;
79
+ };
80
+ auth: {
81
+ needGotoLoginAlert: string;
82
+ };
83
+ formula: {
84
+ calculation: {
85
+ started: string;
86
+ waiting: string;
87
+ unable: string;
88
+ };
89
+ };
90
+ };
3
91
  };
4
92
  export default _default;
@@ -1,4 +1,92 @@
1
1
  declare const _default: {
2
- [x: string]: any;
2
+ 'collaboration-client': {
3
+ collabClient: {
4
+ tooltip: {
5
+ reconnect: string;
6
+ };
7
+ };
8
+ collabStatus: {
9
+ fetchMiss: string;
10
+ conflict: string;
11
+ notCollab: string;
12
+ synced: string;
13
+ syncing: string;
14
+ offline: string;
15
+ };
16
+ session: {
17
+ 'connection-failed': string;
18
+ 'will-retry': string;
19
+ 'room-full': string;
20
+ 'join-failed': string;
21
+ 'room-not-exists': string;
22
+ 'room-permission-denied': string;
23
+ 'room-cnt-exceeds': string;
24
+ 'collaboration-timeout': string;
25
+ };
26
+ conflict: {
27
+ title: string;
28
+ content: string;
29
+ };
30
+ permission: {
31
+ title: string;
32
+ content: string;
33
+ };
34
+ collaboration: {
35
+ 'single-unit': {
36
+ warning: string;
37
+ };
38
+ closeRoom: string;
39
+ };
40
+ auth: {
41
+ needGotoLoginAlert: string;
42
+ };
43
+ };
44
+ } & {
45
+ 'collaboration-client-ui': {
46
+ collabClient: {
47
+ tooltip: {
48
+ reconnect: string;
49
+ };
50
+ };
51
+ collabStatus: {
52
+ fetchMiss: string;
53
+ conflict: string;
54
+ notCollab: string;
55
+ synced: string;
56
+ syncing: string;
57
+ offline: string;
58
+ };
59
+ session: {
60
+ 'connection-failed': string;
61
+ 'will-retry': string;
62
+ 'room-full': string;
63
+ 'collaboration-timeout': string;
64
+ };
65
+ conflict: {
66
+ title: string;
67
+ content: string;
68
+ };
69
+ permission: {
70
+ title: string;
71
+ content: string;
72
+ };
73
+ collaboration: {
74
+ 'offline-data-not-saved': string;
75
+ 'single-unit': {
76
+ warning: string;
77
+ };
78
+ closeRoom: string;
79
+ };
80
+ auth: {
81
+ needGotoLoginAlert: string;
82
+ };
83
+ formula: {
84
+ calculation: {
85
+ started: string;
86
+ waiting: string;
87
+ unable: string;
88
+ };
89
+ };
90
+ };
3
91
  };
4
92
  export default _default;
@@ -1,4 +1,92 @@
1
1
  declare const _default: {
2
- [x: string]: any;
2
+ 'collaboration-client': {
3
+ collabClient: {
4
+ tooltip: {
5
+ reconnect: string;
6
+ };
7
+ };
8
+ collabStatus: {
9
+ fetchMiss: string;
10
+ conflict: string;
11
+ notCollab: string;
12
+ synced: string;
13
+ syncing: string;
14
+ offline: string;
15
+ };
16
+ session: {
17
+ 'connection-failed': string;
18
+ 'will-retry': string;
19
+ 'room-full': string;
20
+ 'join-failed': string;
21
+ 'room-not-exists': string;
22
+ 'room-permission-denied': string;
23
+ 'room-cnt-exceeds': string;
24
+ 'collaboration-timeout': string;
25
+ };
26
+ conflict: {
27
+ title: string;
28
+ content: string;
29
+ };
30
+ permission: {
31
+ title: string;
32
+ content: string;
33
+ };
34
+ collaboration: {
35
+ 'single-unit': {
36
+ warning: string;
37
+ };
38
+ closeRoom: string;
39
+ };
40
+ auth: {
41
+ needGotoLoginAlert: string;
42
+ };
43
+ };
44
+ } & {
45
+ 'collaboration-client-ui': {
46
+ collabClient: {
47
+ tooltip: {
48
+ reconnect: string;
49
+ };
50
+ };
51
+ collabStatus: {
52
+ fetchMiss: string;
53
+ conflict: string;
54
+ notCollab: string;
55
+ synced: string;
56
+ syncing: string;
57
+ offline: string;
58
+ };
59
+ session: {
60
+ 'connection-failed': string;
61
+ 'will-retry': string;
62
+ 'room-full': string;
63
+ 'collaboration-timeout': string;
64
+ };
65
+ conflict: {
66
+ title: string;
67
+ content: string;
68
+ };
69
+ permission: {
70
+ title: string;
71
+ content: string;
72
+ };
73
+ collaboration: {
74
+ 'offline-data-not-saved': string;
75
+ 'single-unit': {
76
+ warning: string;
77
+ };
78
+ closeRoom: string;
79
+ };
80
+ auth: {
81
+ needGotoLoginAlert: string;
82
+ };
83
+ formula: {
84
+ calculation: {
85
+ started: string;
86
+ waiting: string;
87
+ unable: string;
88
+ };
89
+ };
90
+ };
3
91
  };
4
92
  export default _default;