@sapui5/sap.ui.richtexteditor 1.129.0 → 1.130.0
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/package.json +1 -1
- package/src/sap/ui/richtexteditor/.library +1 -1
- package/src/sap/ui/richtexteditor/RTESplitButton.js +1 -1
- package/src/sap/ui/richtexteditor/ToolbarWrapper.js +1 -1
- package/src/sap/ui/richtexteditor/library.js +1 -1
- package/src/sap/ui/richtexteditor/messagebundle_cnr.properties +1 -1
- package/src/sap/ui/richtexteditor/messagebundle_ko.properties +1 -1
- package/src/sap/ui/richtexteditor/messagebundle_sh.properties +1 -1
- package/src/sap/ui/richtexteditor/messagebundle_sr.properties +1 -1
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<vendor>SAP SE</vendor>
|
|
6
6
|
<copyright>SAPUI5
|
|
7
7
|
* (c) Copyright 2009-2024 SAP SE. All rights reserved.</copyright>
|
|
8
|
-
<version>1.
|
|
8
|
+
<version>1.130.0</version>
|
|
9
9
|
|
|
10
10
|
<documentation>A rich text editor (RTE) control. Requires installation of an additional rich text editor library.</documentation>
|
|
11
11
|
|
|
@@ -394,7 +394,7 @@ sap.ui.define([
|
|
|
394
394
|
sItemId = oControl.getId() + sFontName;
|
|
395
395
|
|
|
396
396
|
sCommandValue = oFontFamilyCommand[sFontName].commandValue.match(/\w+/g).join("").toLowerCase();
|
|
397
|
-
sFontNameCommandValue = sFontNameCommandValue && sFontNameCommandValue.match(/\w+/g)
|
|
397
|
+
sFontNameCommandValue = sFontNameCommandValue && sFontNameCommandValue.match(/\w+/g)?.join("").toLowerCase();
|
|
398
398
|
sText = oFontFamilyCommand[sFontName].text.match(/\w+/g).join("").toLowerCase();
|
|
399
399
|
|
|
400
400
|
// the selected item should be changed, only when the new one is different
|
|
@@ -78,7 +78,7 @@ UNLINK_BUTTON_TOOLTIP=Ukloni vezu
|
|
|
78
78
|
IMAGE_BUTTON_TOOLTIP=Unesi/uredi sliku
|
|
79
79
|
|
|
80
80
|
#XTOL: Tooltip for unordered list button
|
|
81
|
-
UNORDERED_LIST_BUTTON_TOOLTIP=Lista
|
|
81
|
+
UNORDERED_LIST_BUTTON_TOOLTIP=Lista s nabrajanjem
|
|
82
82
|
|
|
83
83
|
#XTOL: Tooltip for ordered list button
|
|
84
84
|
ORDERED_LIST_BUTTON_TOOLTIP=Numerisana lista
|
|
@@ -126,7 +126,7 @@ INSERT_IMAGE_DESCRIPTION=\uB0B4\uC5ED
|
|
|
126
126
|
INSERT_CONTENT_DIMENSIONS=\uCC28\uC6D0
|
|
127
127
|
|
|
128
128
|
#XCKL: Label for aspect ratio checkbox for inserting image
|
|
129
|
-
INSERT_IMAGE_RATIO=\uAC00\uB85C \uC138\uB85C \uBE44\uC728 \uC720\uC9C0
|
|
129
|
+
INSERT_IMAGE_RATIO=\uAC00\uB85C \uC138\uB85C \uBE44\uC728 \uC720\uC9C0
|
|
130
130
|
|
|
131
131
|
#XBUT: OK button for inserting content dialog
|
|
132
132
|
DIALOG_OK_BUTTON=\uD655\uC778
|
|
@@ -78,7 +78,7 @@ UNLINK_BUTTON_TOOLTIP=Ukloni vezu
|
|
|
78
78
|
IMAGE_BUTTON_TOOLTIP=Unesi/uredi sliku
|
|
79
79
|
|
|
80
80
|
#XTOL: Tooltip for unordered list button
|
|
81
|
-
UNORDERED_LIST_BUTTON_TOOLTIP=Lista
|
|
81
|
+
UNORDERED_LIST_BUTTON_TOOLTIP=Lista s nabrajanjem
|
|
82
82
|
|
|
83
83
|
#XTOL: Tooltip for ordered list button
|
|
84
84
|
ORDERED_LIST_BUTTON_TOOLTIP=Numerisana lista
|
|
@@ -78,7 +78,7 @@ UNLINK_BUTTON_TOOLTIP=\u0423\u043A\u043B\u043E\u043D\u0438 \u0432\u0435\u0437\u0
|
|
|
78
78
|
IMAGE_BUTTON_TOOLTIP=\u0423\u043D\u0435\u0441\u0438/\u0443\u0440\u0435\u0434\u0438 \u0441\u043B\u0438\u043A\u0443
|
|
79
79
|
|
|
80
80
|
#XTOL: Tooltip for unordered list button
|
|
81
|
-
UNORDERED_LIST_BUTTON_TOOLTIP=\u041B\u0438\u0441\u0442\u0430 \u043D\u0430\u0431\u0440\u0430\u0458\u0430\u045A\
|
|
81
|
+
UNORDERED_LIST_BUTTON_TOOLTIP=\u041B\u0438\u0441\u0442\u0430 \u0441 \u043D\u0430\u0431\u0440\u0430\u0458\u0430\u045A\u0435\u043C
|
|
82
82
|
|
|
83
83
|
#XTOL: Tooltip for ordered list button
|
|
84
84
|
ORDERED_LIST_BUTTON_TOOLTIP=\u041D\u0443\u043C\u0435\u0440\u0438\u0441\u0430\u043D\u0430 \u043B\u0438\u0441\u0442\u0430
|