ados-rcm 1.1.341 → 1.1.342
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/dist/index.es.js
CHANGED
@@ -5662,8 +5662,8 @@ const xA = {
|
|
5662
5662
|
"Delete Table": "Delete Table",
|
5663
5663
|
"Image size adjust": "Image size adjust",
|
5664
5664
|
Center: "Center",
|
5665
|
-
|
5666
|
-
|
5665
|
+
floatLeft: "Left",
|
5666
|
+
floatRight: "Right",
|
5667
5667
|
"Input on mouse down": "Input on mouse down",
|
5668
5668
|
Restore: "Restore",
|
5669
5669
|
"Right click to open properties": "Right click to open properties",
|
@@ -30696,8 +30696,8 @@ const nM = [
|
|
30696
30696
|
locale: {
|
30697
30697
|
altTip: yn.AEditor["Image size adjust"],
|
30698
30698
|
center: yn.AEditor.Center,
|
30699
|
-
|
30700
|
-
|
30699
|
+
floatLeft: yn.AEditor.floatLeft,
|
30700
|
+
floatRight: yn.AEditor.floatRight,
|
30701
30701
|
inputTip: yn.AEditor["Input on mouse down"],
|
30702
30702
|
restore: yn.AEditor.Restore
|
30703
30703
|
}
|