@univerjs/preset-docs-drawing 1.0.0-alpha.1 → 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 +8 -8
@@ -76,6 +76,51 @@ declare const _default: {
76
76
  'image-cropper': {
77
77
  error: string;
78
78
  };
79
+ objectListPanel: {
80
+ title: string;
81
+ empty: string;
82
+ showAll: string;
83
+ hideAll: string;
84
+ moveForward: string;
85
+ moveBackward: string;
86
+ close: string;
87
+ show: string;
88
+ hide: string;
89
+ lock: string;
90
+ unlock: string;
91
+ name: string;
92
+ nameInput: string;
93
+ description: string;
94
+ descriptionPlaceholder: string;
95
+ details: string;
96
+ locate: string;
97
+ expand: string;
98
+ collapse: string;
99
+ dragToReorder: string;
100
+ search: string;
101
+ filterAll: string;
102
+ filterHidden: string;
103
+ filterLocked: string;
104
+ sectionCanvas: string;
105
+ sectionFloating: string;
106
+ typeNames: {
107
+ object: string;
108
+ shape: string;
109
+ connector: string;
110
+ image: string;
111
+ chart: string;
112
+ table: string;
113
+ smartArt: string;
114
+ video: string;
115
+ group: string;
116
+ unit: string;
117
+ dom: string;
118
+ text: string;
119
+ placeholder: string;
120
+ container: string;
121
+ };
122
+ noSelection: string;
123
+ };
79
124
  'image-panel': {
80
125
  arrange: {
81
126
  title: string;
@@ -76,6 +76,51 @@ declare const _default: {
76
76
  'image-cropper': {
77
77
  error: string;
78
78
  };
79
+ objectListPanel: {
80
+ title: string;
81
+ empty: string;
82
+ showAll: string;
83
+ hideAll: string;
84
+ moveForward: string;
85
+ moveBackward: string;
86
+ close: string;
87
+ show: string;
88
+ hide: string;
89
+ lock: string;
90
+ unlock: string;
91
+ name: string;
92
+ nameInput: string;
93
+ description: string;
94
+ descriptionPlaceholder: string;
95
+ details: string;
96
+ locate: string;
97
+ expand: string;
98
+ collapse: string;
99
+ dragToReorder: string;
100
+ search: string;
101
+ filterAll: string;
102
+ filterHidden: string;
103
+ filterLocked: string;
104
+ sectionCanvas: string;
105
+ sectionFloating: string;
106
+ typeNames: {
107
+ object: string;
108
+ shape: string;
109
+ connector: string;
110
+ image: string;
111
+ chart: string;
112
+ table: string;
113
+ smartArt: string;
114
+ video: string;
115
+ group: string;
116
+ unit: string;
117
+ dom: string;
118
+ text: string;
119
+ placeholder: string;
120
+ container: string;
121
+ };
122
+ noSelection: string;
123
+ };
79
124
  'image-panel': {
80
125
  arrange: {
81
126
  title: string;
@@ -76,6 +76,51 @@ declare const _default: {
76
76
  'image-cropper': {
77
77
  error: string;
78
78
  };
79
+ objectListPanel: {
80
+ title: string;
81
+ empty: string;
82
+ showAll: string;
83
+ hideAll: string;
84
+ moveForward: string;
85
+ moveBackward: string;
86
+ close: string;
87
+ show: string;
88
+ hide: string;
89
+ lock: string;
90
+ unlock: string;
91
+ name: string;
92
+ nameInput: string;
93
+ description: string;
94
+ descriptionPlaceholder: string;
95
+ details: string;
96
+ locate: string;
97
+ expand: string;
98
+ collapse: string;
99
+ dragToReorder: string;
100
+ search: string;
101
+ filterAll: string;
102
+ filterHidden: string;
103
+ filterLocked: string;
104
+ sectionCanvas: string;
105
+ sectionFloating: string;
106
+ typeNames: {
107
+ object: string;
108
+ shape: string;
109
+ connector: string;
110
+ image: string;
111
+ chart: string;
112
+ table: string;
113
+ smartArt: string;
114
+ video: string;
115
+ group: string;
116
+ unit: string;
117
+ dom: string;
118
+ text: string;
119
+ placeholder: string;
120
+ container: string;
121
+ };
122
+ noSelection: string;
123
+ };
79
124
  'image-panel': {
80
125
  arrange: {
81
126
  title: string;
@@ -76,6 +76,51 @@ declare const _default: {
76
76
  'image-cropper': {
77
77
  error: string;
78
78
  };
79
+ objectListPanel: {
80
+ title: string;
81
+ empty: string;
82
+ showAll: string;
83
+ hideAll: string;
84
+ moveForward: string;
85
+ moveBackward: string;
86
+ close: string;
87
+ show: string;
88
+ hide: string;
89
+ lock: string;
90
+ unlock: string;
91
+ name: string;
92
+ nameInput: string;
93
+ description: string;
94
+ descriptionPlaceholder: string;
95
+ details: string;
96
+ locate: string;
97
+ expand: string;
98
+ collapse: string;
99
+ dragToReorder: string;
100
+ search: string;
101
+ filterAll: string;
102
+ filterHidden: string;
103
+ filterLocked: string;
104
+ sectionCanvas: string;
105
+ sectionFloating: string;
106
+ typeNames: {
107
+ object: string;
108
+ shape: string;
109
+ connector: string;
110
+ image: string;
111
+ chart: string;
112
+ table: string;
113
+ smartArt: string;
114
+ video: string;
115
+ group: string;
116
+ unit: string;
117
+ dom: string;
118
+ text: string;
119
+ placeholder: string;
120
+ container: string;
121
+ };
122
+ noSelection: string;
123
+ };
79
124
  'image-panel': {
80
125
  arrange: {
81
126
  title: string;
@@ -76,6 +76,51 @@ declare const _default: {
76
76
  'image-cropper': {
77
77
  error: string;
78
78
  };
79
+ objectListPanel: {
80
+ title: string;
81
+ empty: string;
82
+ showAll: string;
83
+ hideAll: string;
84
+ moveForward: string;
85
+ moveBackward: string;
86
+ close: string;
87
+ show: string;
88
+ hide: string;
89
+ lock: string;
90
+ unlock: string;
91
+ name: string;
92
+ nameInput: string;
93
+ description: string;
94
+ descriptionPlaceholder: string;
95
+ details: string;
96
+ locate: string;
97
+ expand: string;
98
+ collapse: string;
99
+ dragToReorder: string;
100
+ search: string;
101
+ filterAll: string;
102
+ filterHidden: string;
103
+ filterLocked: string;
104
+ sectionCanvas: string;
105
+ sectionFloating: string;
106
+ typeNames: {
107
+ object: string;
108
+ shape: string;
109
+ connector: string;
110
+ image: string;
111
+ chart: string;
112
+ table: string;
113
+ smartArt: string;
114
+ video: string;
115
+ group: string;
116
+ unit: string;
117
+ dom: string;
118
+ text: string;
119
+ placeholder: string;
120
+ container: string;
121
+ };
122
+ noSelection: string;
123
+ };
79
124
  'image-panel': {
80
125
  arrange: {
81
126
  title: string;
@@ -76,6 +76,51 @@ declare const _default: {
76
76
  'image-cropper': {
77
77
  error: string;
78
78
  };
79
+ objectListPanel: {
80
+ title: string;
81
+ empty: string;
82
+ showAll: string;
83
+ hideAll: string;
84
+ moveForward: string;
85
+ moveBackward: string;
86
+ close: string;
87
+ show: string;
88
+ hide: string;
89
+ lock: string;
90
+ unlock: string;
91
+ name: string;
92
+ nameInput: string;
93
+ description: string;
94
+ descriptionPlaceholder: string;
95
+ details: string;
96
+ locate: string;
97
+ expand: string;
98
+ collapse: string;
99
+ dragToReorder: string;
100
+ search: string;
101
+ filterAll: string;
102
+ filterHidden: string;
103
+ filterLocked: string;
104
+ sectionCanvas: string;
105
+ sectionFloating: string;
106
+ typeNames: {
107
+ object: string;
108
+ shape: string;
109
+ connector: string;
110
+ image: string;
111
+ chart: string;
112
+ table: string;
113
+ smartArt: string;
114
+ video: string;
115
+ group: string;
116
+ unit: string;
117
+ dom: string;
118
+ text: string;
119
+ placeholder: string;
120
+ container: string;
121
+ };
122
+ noSelection: string;
123
+ };
79
124
  'image-panel': {
80
125
  arrange: {
81
126
  title: string;
@@ -76,6 +76,51 @@ declare const _default: {
76
76
  'image-cropper': {
77
77
  error: string;
78
78
  };
79
+ objectListPanel: {
80
+ title: string;
81
+ empty: string;
82
+ showAll: string;
83
+ hideAll: string;
84
+ moveForward: string;
85
+ moveBackward: string;
86
+ close: string;
87
+ show: string;
88
+ hide: string;
89
+ lock: string;
90
+ unlock: string;
91
+ name: string;
92
+ nameInput: string;
93
+ description: string;
94
+ descriptionPlaceholder: string;
95
+ details: string;
96
+ locate: string;
97
+ expand: string;
98
+ collapse: string;
99
+ dragToReorder: string;
100
+ search: string;
101
+ filterAll: string;
102
+ filterHidden: string;
103
+ filterLocked: string;
104
+ sectionCanvas: string;
105
+ sectionFloating: string;
106
+ typeNames: {
107
+ object: string;
108
+ shape: string;
109
+ connector: string;
110
+ image: string;
111
+ chart: string;
112
+ table: string;
113
+ smartArt: string;
114
+ video: string;
115
+ group: string;
116
+ unit: string;
117
+ dom: string;
118
+ text: string;
119
+ placeholder: string;
120
+ container: string;
121
+ };
122
+ noSelection: string;
123
+ };
79
124
  'image-panel': {
80
125
  arrange: {
81
126
  title: string;
@@ -76,6 +76,51 @@ declare const _default: {
76
76
  'image-cropper': {
77
77
  error: string;
78
78
  };
79
+ objectListPanel: {
80
+ title: string;
81
+ empty: string;
82
+ showAll: string;
83
+ hideAll: string;
84
+ moveForward: string;
85
+ moveBackward: string;
86
+ close: string;
87
+ show: string;
88
+ hide: string;
89
+ lock: string;
90
+ unlock: string;
91
+ name: string;
92
+ nameInput: string;
93
+ description: string;
94
+ descriptionPlaceholder: string;
95
+ details: string;
96
+ locate: string;
97
+ expand: string;
98
+ collapse: string;
99
+ dragToReorder: string;
100
+ search: string;
101
+ filterAll: string;
102
+ filterHidden: string;
103
+ filterLocked: string;
104
+ sectionCanvas: string;
105
+ sectionFloating: string;
106
+ typeNames: {
107
+ object: string;
108
+ shape: string;
109
+ connector: string;
110
+ image: string;
111
+ chart: string;
112
+ table: string;
113
+ smartArt: string;
114
+ video: string;
115
+ group: string;
116
+ unit: string;
117
+ dom: string;
118
+ text: string;
119
+ placeholder: string;
120
+ container: string;
121
+ };
122
+ noSelection: string;
123
+ };
79
124
  'image-panel': {
80
125
  arrange: {
81
126
  title: string;
@@ -76,6 +76,51 @@ declare const _default: {
76
76
  'image-cropper': {
77
77
  error: string;
78
78
  };
79
+ objectListPanel: {
80
+ title: string;
81
+ empty: string;
82
+ showAll: string;
83
+ hideAll: string;
84
+ moveForward: string;
85
+ moveBackward: string;
86
+ close: string;
87
+ show: string;
88
+ hide: string;
89
+ lock: string;
90
+ unlock: string;
91
+ name: string;
92
+ nameInput: string;
93
+ description: string;
94
+ descriptionPlaceholder: string;
95
+ details: string;
96
+ locate: string;
97
+ expand: string;
98
+ collapse: string;
99
+ dragToReorder: string;
100
+ search: string;
101
+ filterAll: string;
102
+ filterHidden: string;
103
+ filterLocked: string;
104
+ sectionCanvas: string;
105
+ sectionFloating: string;
106
+ typeNames: {
107
+ object: string;
108
+ shape: string;
109
+ connector: string;
110
+ image: string;
111
+ chart: string;
112
+ table: string;
113
+ smartArt: string;
114
+ video: string;
115
+ group: string;
116
+ unit: string;
117
+ dom: string;
118
+ text: string;
119
+ placeholder: string;
120
+ container: string;
121
+ };
122
+ noSelection: string;
123
+ };
79
124
  'image-panel': {
80
125
  arrange: {
81
126
  title: string;
@@ -76,6 +76,51 @@ declare const _default: {
76
76
  'image-cropper': {
77
77
  error: string;
78
78
  };
79
+ objectListPanel: {
80
+ title: string;
81
+ empty: string;
82
+ showAll: string;
83
+ hideAll: string;
84
+ moveForward: string;
85
+ moveBackward: string;
86
+ close: string;
87
+ show: string;
88
+ hide: string;
89
+ lock: string;
90
+ unlock: string;
91
+ name: string;
92
+ nameInput: string;
93
+ description: string;
94
+ descriptionPlaceholder: string;
95
+ details: string;
96
+ locate: string;
97
+ expand: string;
98
+ collapse: string;
99
+ dragToReorder: string;
100
+ search: string;
101
+ filterAll: string;
102
+ filterHidden: string;
103
+ filterLocked: string;
104
+ sectionCanvas: string;
105
+ sectionFloating: string;
106
+ typeNames: {
107
+ object: string;
108
+ shape: string;
109
+ connector: string;
110
+ image: string;
111
+ chart: string;
112
+ table: string;
113
+ smartArt: string;
114
+ video: string;
115
+ group: string;
116
+ unit: string;
117
+ dom: string;
118
+ text: string;
119
+ placeholder: string;
120
+ container: string;
121
+ };
122
+ noSelection: string;
123
+ };
79
124
  'image-panel': {
80
125
  arrange: {
81
126
  title: string;
@@ -76,6 +76,51 @@ declare const _default: {
76
76
  'image-cropper': {
77
77
  error: string;
78
78
  };
79
+ objectListPanel: {
80
+ title: string;
81
+ empty: string;
82
+ showAll: string;
83
+ hideAll: string;
84
+ moveForward: string;
85
+ moveBackward: string;
86
+ close: string;
87
+ show: string;
88
+ hide: string;
89
+ lock: string;
90
+ unlock: string;
91
+ name: string;
92
+ nameInput: string;
93
+ description: string;
94
+ descriptionPlaceholder: string;
95
+ details: string;
96
+ locate: string;
97
+ expand: string;
98
+ collapse: string;
99
+ dragToReorder: string;
100
+ search: string;
101
+ filterAll: string;
102
+ filterHidden: string;
103
+ filterLocked: string;
104
+ sectionCanvas: string;
105
+ sectionFloating: string;
106
+ typeNames: {
107
+ object: string;
108
+ shape: string;
109
+ connector: string;
110
+ image: string;
111
+ chart: string;
112
+ table: string;
113
+ smartArt: string;
114
+ video: string;
115
+ group: string;
116
+ unit: string;
117
+ dom: string;
118
+ text: string;
119
+ placeholder: string;
120
+ container: string;
121
+ };
122
+ noSelection: string;
123
+ };
79
124
  'image-panel': {
80
125
  arrange: {
81
126
  title: string;
@@ -76,6 +76,51 @@ declare const _default: {
76
76
  'image-cropper': {
77
77
  error: string;
78
78
  };
79
+ objectListPanel: {
80
+ title: string;
81
+ empty: string;
82
+ showAll: string;
83
+ hideAll: string;
84
+ moveForward: string;
85
+ moveBackward: string;
86
+ close: string;
87
+ show: string;
88
+ hide: string;
89
+ lock: string;
90
+ unlock: string;
91
+ name: string;
92
+ nameInput: string;
93
+ description: string;
94
+ descriptionPlaceholder: string;
95
+ details: string;
96
+ locate: string;
97
+ expand: string;
98
+ collapse: string;
99
+ dragToReorder: string;
100
+ search: string;
101
+ filterAll: string;
102
+ filterHidden: string;
103
+ filterLocked: string;
104
+ sectionCanvas: string;
105
+ sectionFloating: string;
106
+ typeNames: {
107
+ object: string;
108
+ shape: string;
109
+ connector: string;
110
+ image: string;
111
+ chart: string;
112
+ table: string;
113
+ smartArt: string;
114
+ video: string;
115
+ group: string;
116
+ unit: string;
117
+ dom: string;
118
+ text: string;
119
+ placeholder: string;
120
+ container: string;
121
+ };
122
+ noSelection: string;
123
+ };
79
124
  'image-panel': {
80
125
  arrange: {
81
126
  title: string;
@@ -76,6 +76,51 @@ declare const _default: {
76
76
  'image-cropper': {
77
77
  error: string;
78
78
  };
79
+ objectListPanel: {
80
+ title: string;
81
+ empty: string;
82
+ showAll: string;
83
+ hideAll: string;
84
+ moveForward: string;
85
+ moveBackward: string;
86
+ close: string;
87
+ show: string;
88
+ hide: string;
89
+ lock: string;
90
+ unlock: string;
91
+ name: string;
92
+ nameInput: string;
93
+ description: string;
94
+ descriptionPlaceholder: string;
95
+ details: string;
96
+ locate: string;
97
+ expand: string;
98
+ collapse: string;
99
+ dragToReorder: string;
100
+ search: string;
101
+ filterAll: string;
102
+ filterHidden: string;
103
+ filterLocked: string;
104
+ sectionCanvas: string;
105
+ sectionFloating: string;
106
+ typeNames: {
107
+ object: string;
108
+ shape: string;
109
+ connector: string;
110
+ image: string;
111
+ chart: string;
112
+ table: string;
113
+ smartArt: string;
114
+ video: string;
115
+ group: string;
116
+ unit: string;
117
+ dom: string;
118
+ text: string;
119
+ placeholder: string;
120
+ container: string;
121
+ };
122
+ noSelection: string;
123
+ };
79
124
  'image-panel': {
80
125
  arrange: {
81
126
  title: string;