@sapui5/sap.ui.richtexteditor 1.136.6 → 1.136.7
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/library.js +1 -1
- package/src/sap/ui/richtexteditor/messagebundle_da.properties +1 -1
- package/src/sap/ui/richtexteditor/messagebundle_id.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 2025 SAP SE. All rights reserved.</copyright>
|
|
8
|
-
<version>1.136.
|
|
8
|
+
<version>1.136.7</version>
|
|
9
9
|
|
|
10
10
|
<documentation>A rich text editor (RTE) control. Requires installation of an additional rich text editor library.</documentation>
|
|
11
11
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
#XACT: Text for the aria-roledescription attribute of the custom toolbar wrapper
|
|
6
|
-
CUSTOM_TOOLBAR_ARIA_ROLEDESCRIPTION=Rich Text-
|
|
6
|
+
CUSTOM_TOOLBAR_ARIA_ROLEDESCRIPTION=Rich Text-formateringsvalgmuligheder
|
|
7
7
|
|
|
8
8
|
#XACT: Text for the aria-label attribute of the Rich Text Editor wrapper element
|
|
9
9
|
RTE_ARIA_LABEL=Rich Text-editor
|