@sapui5/sap.ui.richtexteditor 1.96.2 → 1.97.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/sap.ui.richtexteditor",
3
- "version": "1.96.2",
3
+ "version": "1.97.0",
4
4
  "description": "SAPUI5 Library sap.ui.richtexteditor",
5
5
  "homepage": "https://sap.github.io/ui5-tooling/pages/SAPUI5/",
6
6
  "author": "SAP SE (https://www.sap.com)",
@@ -5,7 +5,7 @@
5
5
  <vendor>SAP SE</vendor>
6
6
  <copyright>SAPUI5
7
7
  * (c) Copyright 2009-2021 SAP SE. All rights reserved.</copyright>
8
- <version>1.96.2</version>
8
+ <version>1.97.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
 
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @alias sap.ui.richtexteditor.RTESplitButton
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.96.2
27
+ * @version 1.97.0
28
28
  */
29
29
  var RTESplitButton = SplitButton.extend("sap.ui.richtexteditor.RTESplitButton", {
30
30
  metadata: {
@@ -37,7 +37,7 @@ sap.ui.define(["sap/ui/thirdparty/jquery", 'sap/ui/core/Core', 'sap/ui/core/libr
37
37
  "sap.ui.richtexteditor.RTESplitButton"
38
38
  ],
39
39
  elements: [],
40
- version: "1.96.2"
40
+ version: "1.97.0"
41
41
  });
42
42
 
43
43
  /**
@@ -38,11 +38,11 @@ CUT_BUTTON_TOOLTIP=Couper
38
38
 
39
39
  COPY_BUTTON_TOOLTIP=Copier
40
40
 
41
- PASTE_BUTTON_TOOLTIP=Ins\u00E9rer
41
+ PASTE_BUTTON_TOOLTIP=Coller
42
42
 
43
43
  UNDO_BUTTON_TOOLTIP=Annuler
44
44
 
45
- REDO_BUTTON_TOOLTIP=R\u00E9p\u00E9ter
45
+ REDO_BUTTON_TOOLTIP=R\u00E9tablir
46
46
 
47
47
  LINK_BUTTON_TOOLTIP=Ins\u00E9rer/Traiter lien
48
48
 
@@ -72,7 +72,7 @@ TEXTALIGH_LEFT=Gauche
72
72
 
73
73
  TEXTALIGH_RIGHT=Droite
74
74
 
75
- TEXTALIGH_CENTER=Centre
75
+ TEXTALIGH_CENTER=Centrer
76
76
 
77
77
  TEXTALIGH_FULL=Justifier
78
78
 
package/ui5.yaml CHANGED
@@ -1,4 +1,4 @@
1
- specVersion: '1.0'
1
+ specVersion: '2.6'
2
2
  type: library
3
3
  metadata:
4
4
  name: sap.ui.richtexteditor
@@ -18,3 +18,6 @@ builder:
18
18
  jsdoc:
19
19
  excludes:
20
20
  - "sap/ui/richtexteditor/js/**"
21
+ minification:
22
+ excludes:
23
+ - "sap/ui/richtexteditor/js/**"