@cesdk/cesdk-js 1.11.0-preview.0 → 1.11.0-preview.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.
- package/assets/core/{cesdk-v1.11.0-preview.0.wasm → cesdk-v1.11.0-preview.1.wasm} +0 -0
- package/assets/i18n/de.json +8 -0
- package/assets/i18n/en.json +8 -0
- package/assets/ui/stylesheets/cesdk.css +152 -153
- package/cesdk.umd.js +1 -1
- package/index.d.ts +74 -12
- package/package.json +1 -1
- /package/assets/core/{cesdk-v1.11.0-preview.0.data → cesdk-v1.11.0-preview.1.data} +0 -0
|
Binary file
|
package/assets/i18n/de.json
CHANGED
|
@@ -111,6 +111,7 @@
|
|
|
111
111
|
"common.back": "Zurück",
|
|
112
112
|
"common.cancel": "Abbrechen",
|
|
113
113
|
"common.close": "Schließen",
|
|
114
|
+
"common.color": "Farbe",
|
|
114
115
|
"common.colorValue": "Farbwert",
|
|
115
116
|
"common.confirm": "OK",
|
|
116
117
|
"common.controlKey": "Strg",
|
|
@@ -123,10 +124,12 @@
|
|
|
123
124
|
"common.duplicate": "Duplizieren",
|
|
124
125
|
"common.edit": "Editieren",
|
|
125
126
|
"common.export": "Export",
|
|
127
|
+
"common.fill": "Füllung",
|
|
126
128
|
"common.formats": "Formate",
|
|
127
129
|
"common.height": "Höhe",
|
|
128
130
|
"common.height.inUnit": "Höhe in {{unit}}",
|
|
129
131
|
"common.hue": "Farbton",
|
|
132
|
+
"common.image": "Bild",
|
|
130
133
|
"common.inch": "Zoll",
|
|
131
134
|
"common.load": "Laden",
|
|
132
135
|
"common.lock": "Sperren",
|
|
@@ -171,6 +174,7 @@
|
|
|
171
174
|
"common.unit": "Einheit",
|
|
172
175
|
"common.unit.description": "Größeneinheit",
|
|
173
176
|
"common.unlock": "Entsperren",
|
|
177
|
+
"common.video": "Video",
|
|
174
178
|
"common.width": "Breite",
|
|
175
179
|
"common.width.inUnit": "Breite in {{unit}}",
|
|
176
180
|
"component.assetPanelAutoCloseSettings": "Nach dem Hinzufügen",
|
|
@@ -220,6 +224,10 @@
|
|
|
220
224
|
"component.colorSchemeSelect.active.description": "Aktivfarbe ändern",
|
|
221
225
|
"component.colorSchemeSelect.background": "Hintergrundfarbe",
|
|
222
226
|
"component.colorSchemeSelect.background.description": "Hintergrundfarbe ändern",
|
|
227
|
+
"component.contentFill": "$t(common.fill)",
|
|
228
|
+
"component.contentFill.color": "$t(common.color)",
|
|
229
|
+
"component.contentFill.image": "$t(common.image)",
|
|
230
|
+
"component.contentFill.video": "$t(common.video)",
|
|
223
231
|
"component.dnd.description": "Die hochgeladenen Dateien werden in der Bibliothek gespeichert",
|
|
224
232
|
"component.dnd.prompt": "Dateien hier hinziehen",
|
|
225
233
|
"component.dockIconSizeSelect": "Dock Icon Skalierung",
|
package/assets/i18n/en.json
CHANGED
|
@@ -111,6 +111,7 @@
|
|
|
111
111
|
"common.back": "Back",
|
|
112
112
|
"common.cancel": "Cancel",
|
|
113
113
|
"common.close": "Close",
|
|
114
|
+
"common.color": "Color",
|
|
114
115
|
"common.colorValue": "Color Value",
|
|
115
116
|
"common.confirm": "Confirm",
|
|
116
117
|
"common.controlKey": "Ctrl",
|
|
@@ -123,10 +124,12 @@
|
|
|
123
124
|
"common.duplicate": "Duplicate",
|
|
124
125
|
"common.edit": "Edit",
|
|
125
126
|
"common.export": "Export",
|
|
127
|
+
"common.fill": "Fill",
|
|
126
128
|
"common.formats": "Formats",
|
|
127
129
|
"common.height": "Height",
|
|
128
130
|
"common.height.inUnit": "Height in {{unit}}",
|
|
129
131
|
"common.hue": "Hue",
|
|
132
|
+
"common.image": "Image",
|
|
130
133
|
"common.inch": "Inch",
|
|
131
134
|
"common.load": "Load",
|
|
132
135
|
"common.lock": "Lock",
|
|
@@ -171,6 +174,7 @@
|
|
|
171
174
|
"common.unit": "Unit",
|
|
172
175
|
"common.unit.description": "Unit of measurement",
|
|
173
176
|
"common.unlock": "Unlock",
|
|
177
|
+
"common.video": "Video",
|
|
174
178
|
"common.width": "Width",
|
|
175
179
|
"common.width.inUnit": "Width in {{unit}}",
|
|
176
180
|
"component.assetPanelAutoCloseSettings": "After Insert",
|
|
@@ -220,6 +224,10 @@
|
|
|
220
224
|
"component.colorSchemeSelect.active.description": "Change active color",
|
|
221
225
|
"component.colorSchemeSelect.background": "Background Color",
|
|
222
226
|
"component.colorSchemeSelect.background.description": "Change background color",
|
|
227
|
+
"component.contentFill": "$t(common.fill)",
|
|
228
|
+
"component.contentFill.color": "$t(common.color)",
|
|
229
|
+
"component.contentFill.image": "$t(common.image)",
|
|
230
|
+
"component.contentFill.video": "$t(common.video)",
|
|
223
231
|
"component.dnd.description": "The added files are stored in the library",
|
|
224
232
|
"component.dnd.prompt": "Drag File Here",
|
|
225
233
|
"component.dockIconSizeSelect": "Dock Icon Scaling",
|