@univerjs/preset-docs-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.
- package/lib/cjs/index.js +23135 -1
- package/lib/cjs/locales/ar-SA.js +1 -1
- package/lib/cjs/locales/ca-ES.js +1 -1
- package/lib/cjs/locales/de-DE.js +1 -1
- package/lib/cjs/locales/en-US.js +1 -1
- package/lib/cjs/locales/es-ES.js +1 -1
- package/lib/cjs/locales/fa-IR.js +1 -1
- package/lib/cjs/locales/fr-FR.js +1 -1
- package/lib/cjs/locales/id-ID.js +1 -1
- package/lib/cjs/locales/it-IT.js +1 -1
- package/lib/cjs/locales/ja-JP.js +1 -1
- package/lib/cjs/locales/ko-KR.js +1 -1
- package/lib/cjs/locales/pl-PL.js +1 -1
- package/lib/cjs/locales/pt-BR.js +1 -1
- package/lib/cjs/locales/ru-RU.js +1 -1
- package/lib/cjs/locales/sk-SK.js +1 -1
- package/lib/cjs/locales/vi-VN.js +1 -1
- package/lib/cjs/locales/zh-CN.js +1 -1
- package/lib/cjs/locales/zh-HK.js +1 -1
- package/lib/cjs/locales/zh-TW.js +1 -1
- package/lib/cjs/{rolldown-runtime-C_NdSu1c.js → rolldown-runtime-fl3r8ClO.js} +7 -0
- package/lib/es/index.js +23129 -1
- package/lib/index.css +299 -0
- package/lib/index.js +23129 -1
- package/lib/types/locales/ar-SA.d.ts +45 -0
- package/lib/types/locales/ca-ES.d.ts +45 -0
- package/lib/types/locales/de-DE.d.ts +45 -0
- package/lib/types/locales/en-US.d.ts +45 -0
- package/lib/types/locales/es-ES.d.ts +45 -0
- package/lib/types/locales/fa-IR.d.ts +45 -0
- package/lib/types/locales/fr-FR.d.ts +45 -0
- package/lib/types/locales/id-ID.d.ts +45 -0
- package/lib/types/locales/it-IT.d.ts +45 -0
- package/lib/types/locales/ja-JP.d.ts +45 -0
- package/lib/types/locales/ko-KR.d.ts +45 -0
- package/lib/types/locales/pl-PL.d.ts +45 -0
- package/lib/types/locales/pt-BR.d.ts +45 -0
- package/lib/types/locales/ru-RU.d.ts +45 -0
- package/lib/types/locales/sk-SK.d.ts +45 -0
- package/lib/types/locales/vi-VN.d.ts +45 -0
- package/lib/types/locales/zh-CN.d.ts +45 -0
- package/lib/types/locales/zh-HK.d.ts +45 -0
- package/lib/types/locales/zh-TW.d.ts +45 -0
- 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;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs/preset-docs-drawing",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Preset for drawing capabilities in Univer Docs.",
|
|
6
6
|
"author": "DreamNum Co., Ltd. <developer@univer.ai>",
|
|
@@ -56,19 +56,19 @@
|
|
|
56
56
|
"rxjs": ">=7.0.0"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@univerjs/docs-drawing
|
|
60
|
-
"@univerjs/drawing-ui": "1.0.0-alpha.
|
|
61
|
-
"@univerjs/drawing": "1.0.0-alpha.
|
|
62
|
-
"@univerjs/
|
|
59
|
+
"@univerjs/docs-drawing": "1.0.0-alpha.3",
|
|
60
|
+
"@univerjs/docs-drawing-ui": "1.0.0-alpha.3",
|
|
61
|
+
"@univerjs/drawing": "1.0.0-alpha.3",
|
|
62
|
+
"@univerjs/drawing-ui": "1.0.0-alpha.3"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"react": "18.3.1",
|
|
66
66
|
"react-dom": "18.3.1",
|
|
67
67
|
"rxjs": "^7.8.2",
|
|
68
68
|
"typescript": "^6.0.3",
|
|
69
|
-
"@univerjs/
|
|
70
|
-
"@univerjs
|
|
71
|
-
"@univerjs/
|
|
69
|
+
"@univerjs-infra/shared": "1.0.0-alpha.3",
|
|
70
|
+
"@univerjs/core": "1.0.0-alpha.3",
|
|
71
|
+
"@univerjs/presets": "1.0.0-alpha.3"
|
|
72
72
|
},
|
|
73
73
|
"scripts": {
|
|
74
74
|
"build:bundle": "univer-cli preset build --cleanup",
|