@univerjs/preset-sheets-drawing 1.0.0-alpha.2 → 1.0.0-alpha.3

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 (44) hide show
  1. package/lib/cjs/index.js +23135 -1
  2. package/lib/cjs/locales/ar-SA.js +1 -1
  3. package/lib/cjs/locales/ca-ES.js +1 -1
  4. package/lib/cjs/locales/de-DE.js +1 -1
  5. package/lib/cjs/locales/en-US.js +1 -1
  6. package/lib/cjs/locales/es-ES.js +1 -1
  7. package/lib/cjs/locales/fa-IR.js +1 -1
  8. package/lib/cjs/locales/fr-FR.js +1 -1
  9. package/lib/cjs/locales/id-ID.js +1 -1
  10. package/lib/cjs/locales/it-IT.js +1 -1
  11. package/lib/cjs/locales/ja-JP.js +1 -1
  12. package/lib/cjs/locales/ko-KR.js +1 -1
  13. package/lib/cjs/locales/pl-PL.js +1 -1
  14. package/lib/cjs/locales/pt-BR.js +1 -1
  15. package/lib/cjs/locales/ru-RU.js +1 -1
  16. package/lib/cjs/locales/sk-SK.js +1 -1
  17. package/lib/cjs/locales/vi-VN.js +1 -1
  18. package/lib/cjs/locales/zh-CN.js +1 -1
  19. package/lib/cjs/locales/zh-HK.js +1 -1
  20. package/lib/cjs/locales/zh-TW.js +1 -1
  21. package/lib/cjs/{rolldown-runtime-C_NdSu1c.js → rolldown-runtime-fl3r8ClO.js} +7 -0
  22. package/lib/es/index.js +23129 -1
  23. package/lib/index.css +299 -0
  24. package/lib/index.js +23129 -1
  25. package/lib/types/locales/ar-SA.d.ts +45 -0
  26. package/lib/types/locales/ca-ES.d.ts +45 -0
  27. package/lib/types/locales/de-DE.d.ts +45 -0
  28. package/lib/types/locales/en-US.d.ts +45 -0
  29. package/lib/types/locales/es-ES.d.ts +45 -0
  30. package/lib/types/locales/fa-IR.d.ts +45 -0
  31. package/lib/types/locales/fr-FR.d.ts +45 -0
  32. package/lib/types/locales/id-ID.d.ts +45 -0
  33. package/lib/types/locales/it-IT.d.ts +45 -0
  34. package/lib/types/locales/ja-JP.d.ts +45 -0
  35. package/lib/types/locales/ko-KR.d.ts +45 -0
  36. package/lib/types/locales/pl-PL.d.ts +45 -0
  37. package/lib/types/locales/pt-BR.d.ts +45 -0
  38. package/lib/types/locales/ru-RU.d.ts +45 -0
  39. package/lib/types/locales/sk-SK.d.ts +45 -0
  40. package/lib/types/locales/vi-VN.d.ts +45 -0
  41. package/lib/types/locales/zh-CN.d.ts +45 -0
  42. package/lib/types/locales/zh-HK.d.ts +45 -0
  43. package/lib/types/locales/zh-TW.d.ts +45 -0
  44. package/package.json +9 -9
@@ -3,6 +3,51 @@ declare const _default: {
3
3
  'image-cropper': {
4
4
  error: string;
5
5
  };
6
+ objectListPanel: {
7
+ title: string;
8
+ empty: string;
9
+ showAll: string;
10
+ hideAll: string;
11
+ moveForward: string;
12
+ moveBackward: string;
13
+ close: string;
14
+ show: string;
15
+ hide: string;
16
+ lock: string;
17
+ unlock: string;
18
+ name: string;
19
+ nameInput: string;
20
+ description: string;
21
+ descriptionPlaceholder: string;
22
+ details: string;
23
+ locate: string;
24
+ expand: string;
25
+ collapse: string;
26
+ dragToReorder: string;
27
+ search: string;
28
+ filterAll: string;
29
+ filterHidden: string;
30
+ filterLocked: string;
31
+ sectionCanvas: string;
32
+ sectionFloating: string;
33
+ typeNames: {
34
+ object: string;
35
+ shape: string;
36
+ connector: string;
37
+ image: string;
38
+ chart: string;
39
+ table: string;
40
+ smartArt: string;
41
+ video: string;
42
+ group: string;
43
+ unit: string;
44
+ dom: string;
45
+ text: string;
46
+ placeholder: string;
47
+ container: string;
48
+ };
49
+ noSelection: string;
50
+ };
6
51
  'image-panel': {
7
52
  arrange: {
8
53
  title: string;
@@ -3,6 +3,51 @@ declare const _default: {
3
3
  'image-cropper': {
4
4
  error: string;
5
5
  };
6
+ objectListPanel: {
7
+ title: string;
8
+ empty: string;
9
+ showAll: string;
10
+ hideAll: string;
11
+ moveForward: string;
12
+ moveBackward: string;
13
+ close: string;
14
+ show: string;
15
+ hide: string;
16
+ lock: string;
17
+ unlock: string;
18
+ name: string;
19
+ nameInput: string;
20
+ description: string;
21
+ descriptionPlaceholder: string;
22
+ details: string;
23
+ locate: string;
24
+ expand: string;
25
+ collapse: string;
26
+ dragToReorder: string;
27
+ search: string;
28
+ filterAll: string;
29
+ filterHidden: string;
30
+ filterLocked: string;
31
+ sectionCanvas: string;
32
+ sectionFloating: string;
33
+ typeNames: {
34
+ object: string;
35
+ shape: string;
36
+ connector: string;
37
+ image: string;
38
+ chart: string;
39
+ table: string;
40
+ smartArt: string;
41
+ video: string;
42
+ group: string;
43
+ unit: string;
44
+ dom: string;
45
+ text: string;
46
+ placeholder: string;
47
+ container: string;
48
+ };
49
+ noSelection: string;
50
+ };
6
51
  'image-panel': {
7
52
  arrange: {
8
53
  title: string;
@@ -3,6 +3,51 @@ declare const _default: {
3
3
  'image-cropper': {
4
4
  error: string;
5
5
  };
6
+ objectListPanel: {
7
+ title: string;
8
+ empty: string;
9
+ showAll: string;
10
+ hideAll: string;
11
+ moveForward: string;
12
+ moveBackward: string;
13
+ close: string;
14
+ show: string;
15
+ hide: string;
16
+ lock: string;
17
+ unlock: string;
18
+ name: string;
19
+ nameInput: string;
20
+ description: string;
21
+ descriptionPlaceholder: string;
22
+ details: string;
23
+ locate: string;
24
+ expand: string;
25
+ collapse: string;
26
+ dragToReorder: string;
27
+ search: string;
28
+ filterAll: string;
29
+ filterHidden: string;
30
+ filterLocked: string;
31
+ sectionCanvas: string;
32
+ sectionFloating: string;
33
+ typeNames: {
34
+ object: string;
35
+ shape: string;
36
+ connector: string;
37
+ image: string;
38
+ chart: string;
39
+ table: string;
40
+ smartArt: string;
41
+ video: string;
42
+ group: string;
43
+ unit: string;
44
+ dom: string;
45
+ text: string;
46
+ placeholder: string;
47
+ container: string;
48
+ };
49
+ noSelection: string;
50
+ };
6
51
  'image-panel': {
7
52
  arrange: {
8
53
  title: string;
@@ -3,6 +3,51 @@ declare const _default: {
3
3
  'image-cropper': {
4
4
  error: string;
5
5
  };
6
+ objectListPanel: {
7
+ title: string;
8
+ empty: string;
9
+ showAll: string;
10
+ hideAll: string;
11
+ moveForward: string;
12
+ moveBackward: string;
13
+ close: string;
14
+ show: string;
15
+ hide: string;
16
+ lock: string;
17
+ unlock: string;
18
+ name: string;
19
+ nameInput: string;
20
+ description: string;
21
+ descriptionPlaceholder: string;
22
+ details: string;
23
+ locate: string;
24
+ expand: string;
25
+ collapse: string;
26
+ dragToReorder: string;
27
+ search: string;
28
+ filterAll: string;
29
+ filterHidden: string;
30
+ filterLocked: string;
31
+ sectionCanvas: string;
32
+ sectionFloating: string;
33
+ typeNames: {
34
+ object: string;
35
+ shape: string;
36
+ connector: string;
37
+ image: string;
38
+ chart: string;
39
+ table: string;
40
+ smartArt: string;
41
+ video: string;
42
+ group: string;
43
+ unit: string;
44
+ dom: string;
45
+ text: string;
46
+ placeholder: string;
47
+ container: string;
48
+ };
49
+ noSelection: string;
50
+ };
6
51
  'image-panel': {
7
52
  arrange: {
8
53
  title: string;
@@ -3,6 +3,51 @@ declare const _default: {
3
3
  'image-cropper': {
4
4
  error: string;
5
5
  };
6
+ objectListPanel: {
7
+ title: string;
8
+ empty: string;
9
+ showAll: string;
10
+ hideAll: string;
11
+ moveForward: string;
12
+ moveBackward: string;
13
+ close: string;
14
+ show: string;
15
+ hide: string;
16
+ lock: string;
17
+ unlock: string;
18
+ name: string;
19
+ nameInput: string;
20
+ description: string;
21
+ descriptionPlaceholder: string;
22
+ details: string;
23
+ locate: string;
24
+ expand: string;
25
+ collapse: string;
26
+ dragToReorder: string;
27
+ search: string;
28
+ filterAll: string;
29
+ filterHidden: string;
30
+ filterLocked: string;
31
+ sectionCanvas: string;
32
+ sectionFloating: string;
33
+ typeNames: {
34
+ object: string;
35
+ shape: string;
36
+ connector: string;
37
+ image: string;
38
+ chart: string;
39
+ table: string;
40
+ smartArt: string;
41
+ video: string;
42
+ group: string;
43
+ unit: string;
44
+ dom: string;
45
+ text: string;
46
+ placeholder: string;
47
+ container: string;
48
+ };
49
+ noSelection: string;
50
+ };
6
51
  'image-panel': {
7
52
  arrange: {
8
53
  title: string;
@@ -3,6 +3,51 @@ declare const _default: {
3
3
  'image-cropper': {
4
4
  error: string;
5
5
  };
6
+ objectListPanel: {
7
+ title: string;
8
+ empty: string;
9
+ showAll: string;
10
+ hideAll: string;
11
+ moveForward: string;
12
+ moveBackward: string;
13
+ close: string;
14
+ show: string;
15
+ hide: string;
16
+ lock: string;
17
+ unlock: string;
18
+ name: string;
19
+ nameInput: string;
20
+ description: string;
21
+ descriptionPlaceholder: string;
22
+ details: string;
23
+ locate: string;
24
+ expand: string;
25
+ collapse: string;
26
+ dragToReorder: string;
27
+ search: string;
28
+ filterAll: string;
29
+ filterHidden: string;
30
+ filterLocked: string;
31
+ sectionCanvas: string;
32
+ sectionFloating: string;
33
+ typeNames: {
34
+ object: string;
35
+ shape: string;
36
+ connector: string;
37
+ image: string;
38
+ chart: string;
39
+ table: string;
40
+ smartArt: string;
41
+ video: string;
42
+ group: string;
43
+ unit: string;
44
+ dom: string;
45
+ text: string;
46
+ placeholder: string;
47
+ container: string;
48
+ };
49
+ noSelection: string;
50
+ };
6
51
  'image-panel': {
7
52
  arrange: {
8
53
  title: string;
@@ -3,6 +3,51 @@ declare const _default: {
3
3
  'image-cropper': {
4
4
  error: string;
5
5
  };
6
+ objectListPanel: {
7
+ title: string;
8
+ empty: string;
9
+ showAll: string;
10
+ hideAll: string;
11
+ moveForward: string;
12
+ moveBackward: string;
13
+ close: string;
14
+ show: string;
15
+ hide: string;
16
+ lock: string;
17
+ unlock: string;
18
+ name: string;
19
+ nameInput: string;
20
+ description: string;
21
+ descriptionPlaceholder: string;
22
+ details: string;
23
+ locate: string;
24
+ expand: string;
25
+ collapse: string;
26
+ dragToReorder: string;
27
+ search: string;
28
+ filterAll: string;
29
+ filterHidden: string;
30
+ filterLocked: string;
31
+ sectionCanvas: string;
32
+ sectionFloating: string;
33
+ typeNames: {
34
+ object: string;
35
+ shape: string;
36
+ connector: string;
37
+ image: string;
38
+ chart: string;
39
+ table: string;
40
+ smartArt: string;
41
+ video: string;
42
+ group: string;
43
+ unit: string;
44
+ dom: string;
45
+ text: string;
46
+ placeholder: string;
47
+ container: string;
48
+ };
49
+ noSelection: string;
50
+ };
6
51
  'image-panel': {
7
52
  arrange: {
8
53
  title: string;
@@ -3,6 +3,51 @@ declare const _default: {
3
3
  'image-cropper': {
4
4
  error: string;
5
5
  };
6
+ objectListPanel: {
7
+ title: string;
8
+ empty: string;
9
+ showAll: string;
10
+ hideAll: string;
11
+ moveForward: string;
12
+ moveBackward: string;
13
+ close: string;
14
+ show: string;
15
+ hide: string;
16
+ lock: string;
17
+ unlock: string;
18
+ name: string;
19
+ nameInput: string;
20
+ description: string;
21
+ descriptionPlaceholder: string;
22
+ details: string;
23
+ locate: string;
24
+ expand: string;
25
+ collapse: string;
26
+ dragToReorder: string;
27
+ search: string;
28
+ filterAll: string;
29
+ filterHidden: string;
30
+ filterLocked: string;
31
+ sectionCanvas: string;
32
+ sectionFloating: string;
33
+ typeNames: {
34
+ object: string;
35
+ shape: string;
36
+ connector: string;
37
+ image: string;
38
+ chart: string;
39
+ table: string;
40
+ smartArt: string;
41
+ video: string;
42
+ group: string;
43
+ unit: string;
44
+ dom: string;
45
+ text: string;
46
+ placeholder: string;
47
+ container: string;
48
+ };
49
+ noSelection: string;
50
+ };
6
51
  'image-panel': {
7
52
  arrange: {
8
53
  title: string;
@@ -3,6 +3,51 @@ declare const _default: {
3
3
  'image-cropper': {
4
4
  error: string;
5
5
  };
6
+ objectListPanel: {
7
+ title: string;
8
+ empty: string;
9
+ showAll: string;
10
+ hideAll: string;
11
+ moveForward: string;
12
+ moveBackward: string;
13
+ close: string;
14
+ show: string;
15
+ hide: string;
16
+ lock: string;
17
+ unlock: string;
18
+ name: string;
19
+ nameInput: string;
20
+ description: string;
21
+ descriptionPlaceholder: string;
22
+ details: string;
23
+ locate: string;
24
+ expand: string;
25
+ collapse: string;
26
+ dragToReorder: string;
27
+ search: string;
28
+ filterAll: string;
29
+ filterHidden: string;
30
+ filterLocked: string;
31
+ sectionCanvas: string;
32
+ sectionFloating: string;
33
+ typeNames: {
34
+ object: string;
35
+ shape: string;
36
+ connector: string;
37
+ image: string;
38
+ chart: string;
39
+ table: string;
40
+ smartArt: string;
41
+ video: string;
42
+ group: string;
43
+ unit: string;
44
+ dom: string;
45
+ text: string;
46
+ placeholder: string;
47
+ container: string;
48
+ };
49
+ noSelection: string;
50
+ };
6
51
  'image-panel': {
7
52
  arrange: {
8
53
  title: string;
@@ -3,6 +3,51 @@ declare const _default: {
3
3
  'image-cropper': {
4
4
  error: string;
5
5
  };
6
+ objectListPanel: {
7
+ title: string;
8
+ empty: string;
9
+ showAll: string;
10
+ hideAll: string;
11
+ moveForward: string;
12
+ moveBackward: string;
13
+ close: string;
14
+ show: string;
15
+ hide: string;
16
+ lock: string;
17
+ unlock: string;
18
+ name: string;
19
+ nameInput: string;
20
+ description: string;
21
+ descriptionPlaceholder: string;
22
+ details: string;
23
+ locate: string;
24
+ expand: string;
25
+ collapse: string;
26
+ dragToReorder: string;
27
+ search: string;
28
+ filterAll: string;
29
+ filterHidden: string;
30
+ filterLocked: string;
31
+ sectionCanvas: string;
32
+ sectionFloating: string;
33
+ typeNames: {
34
+ object: string;
35
+ shape: string;
36
+ connector: string;
37
+ image: string;
38
+ chart: string;
39
+ table: string;
40
+ smartArt: string;
41
+ video: string;
42
+ group: string;
43
+ unit: string;
44
+ dom: string;
45
+ text: string;
46
+ placeholder: string;
47
+ container: string;
48
+ };
49
+ noSelection: string;
50
+ };
6
51
  'image-panel': {
7
52
  arrange: {
8
53
  title: string;
@@ -3,6 +3,51 @@ declare const _default: {
3
3
  'image-cropper': {
4
4
  error: string;
5
5
  };
6
+ objectListPanel: {
7
+ title: string;
8
+ empty: string;
9
+ showAll: string;
10
+ hideAll: string;
11
+ moveForward: string;
12
+ moveBackward: string;
13
+ close: string;
14
+ show: string;
15
+ hide: string;
16
+ lock: string;
17
+ unlock: string;
18
+ name: string;
19
+ nameInput: string;
20
+ description: string;
21
+ descriptionPlaceholder: string;
22
+ details: string;
23
+ locate: string;
24
+ expand: string;
25
+ collapse: string;
26
+ dragToReorder: string;
27
+ search: string;
28
+ filterAll: string;
29
+ filterHidden: string;
30
+ filterLocked: string;
31
+ sectionCanvas: string;
32
+ sectionFloating: string;
33
+ typeNames: {
34
+ object: string;
35
+ shape: string;
36
+ connector: string;
37
+ image: string;
38
+ chart: string;
39
+ table: string;
40
+ smartArt: string;
41
+ video: string;
42
+ group: string;
43
+ unit: string;
44
+ dom: string;
45
+ text: string;
46
+ placeholder: string;
47
+ container: string;
48
+ };
49
+ noSelection: string;
50
+ };
6
51
  'image-panel': {
7
52
  arrange: {
8
53
  title: string;
@@ -3,6 +3,51 @@ declare const _default: {
3
3
  'image-cropper': {
4
4
  error: string;
5
5
  };
6
+ objectListPanel: {
7
+ title: string;
8
+ empty: string;
9
+ showAll: string;
10
+ hideAll: string;
11
+ moveForward: string;
12
+ moveBackward: string;
13
+ close: string;
14
+ show: string;
15
+ hide: string;
16
+ lock: string;
17
+ unlock: string;
18
+ name: string;
19
+ nameInput: string;
20
+ description: string;
21
+ descriptionPlaceholder: string;
22
+ details: string;
23
+ locate: string;
24
+ expand: string;
25
+ collapse: string;
26
+ dragToReorder: string;
27
+ search: string;
28
+ filterAll: string;
29
+ filterHidden: string;
30
+ filterLocked: string;
31
+ sectionCanvas: string;
32
+ sectionFloating: string;
33
+ typeNames: {
34
+ object: string;
35
+ shape: string;
36
+ connector: string;
37
+ image: string;
38
+ chart: string;
39
+ table: string;
40
+ smartArt: string;
41
+ video: string;
42
+ group: string;
43
+ unit: string;
44
+ dom: string;
45
+ text: string;
46
+ placeholder: string;
47
+ container: string;
48
+ };
49
+ noSelection: string;
50
+ };
6
51
  'image-panel': {
7
52
  arrange: {
8
53
  title: string;
@@ -3,6 +3,51 @@ declare const _default: {
3
3
  'image-cropper': {
4
4
  error: string;
5
5
  };
6
+ objectListPanel: {
7
+ title: string;
8
+ empty: string;
9
+ showAll: string;
10
+ hideAll: string;
11
+ moveForward: string;
12
+ moveBackward: string;
13
+ close: string;
14
+ show: string;
15
+ hide: string;
16
+ lock: string;
17
+ unlock: string;
18
+ name: string;
19
+ nameInput: string;
20
+ description: string;
21
+ descriptionPlaceholder: string;
22
+ details: string;
23
+ locate: string;
24
+ expand: string;
25
+ collapse: string;
26
+ dragToReorder: string;
27
+ search: string;
28
+ filterAll: string;
29
+ filterHidden: string;
30
+ filterLocked: string;
31
+ sectionCanvas: string;
32
+ sectionFloating: string;
33
+ typeNames: {
34
+ object: string;
35
+ shape: string;
36
+ connector: string;
37
+ image: string;
38
+ chart: string;
39
+ table: string;
40
+ smartArt: string;
41
+ video: string;
42
+ group: string;
43
+ unit: string;
44
+ dom: string;
45
+ text: string;
46
+ placeholder: string;
47
+ container: string;
48
+ };
49
+ noSelection: string;
50
+ };
6
51
  'image-panel': {
7
52
  arrange: {
8
53
  title: string;