@openui5/sap.ui.integration 1.96.23 → 1.96.25

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.
Files changed (137) hide show
  1. package/package.json +3 -3
  2. package/src/sap/ui/integration/.library +1 -1
  3. package/src/sap/ui/integration/ActionDefinition.js +1 -1
  4. package/src/sap/ui/integration/Designtime.js +1 -1
  5. package/src/sap/ui/integration/Extension.js +1 -1
  6. package/src/sap/ui/integration/Host.js +1 -1
  7. package/src/sap/ui/integration/cards/AdaptiveContent.js +8 -6
  8. package/src/sap/ui/integration/cards/AnalyticalContent.js +1 -1
  9. package/src/sap/ui/integration/cards/AnalyticsCloudContent.js +1 -1
  10. package/src/sap/ui/integration/cards/BaseContent.js +1 -1
  11. package/src/sap/ui/integration/cards/BaseListContent.js +1 -1
  12. package/src/sap/ui/integration/cards/CalendarContent.js +1 -1
  13. package/src/sap/ui/integration/cards/ComponentContent.js +1 -1
  14. package/src/sap/ui/integration/cards/Footer.js +1 -1
  15. package/src/sap/ui/integration/cards/Header.js +1 -1
  16. package/src/sap/ui/integration/cards/ListContent.js +1 -1
  17. package/src/sap/ui/integration/cards/NumericHeader.js +1 -1
  18. package/src/sap/ui/integration/cards/ObjectContent.js +1 -1
  19. package/src/sap/ui/integration/cards/TableContent.js +1 -1
  20. package/src/sap/ui/integration/cards/TimelineContent.js +1 -1
  21. package/src/sap/ui/integration/cards/WebPageContent.js +1 -1
  22. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputChoiceSet.js +1 -1
  23. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputDate.js +1 -1
  24. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputNumber.js +1 -1
  25. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputText.js +1 -1
  26. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputToggle.js +1 -1
  27. package/src/sap/ui/integration/cards/filters/BaseFilter.js +1 -1
  28. package/src/sap/ui/integration/cards/filters/DateRangeFilter.js +1 -1
  29. package/src/sap/ui/integration/cards/filters/FilterBarFactory.js +1 -1
  30. package/src/sap/ui/integration/cards/filters/SelectFilter.js +1 -1
  31. package/src/sap/ui/integration/controls/ActionsStrip.js +1 -1
  32. package/src/sap/ui/integration/controls/ActionsToolbar.js +1 -1
  33. package/src/sap/ui/integration/controls/ListContentItem.js +1 -1
  34. package/src/sap/ui/integration/controls/Microchart.js +1 -1
  35. package/src/sap/ui/integration/controls/MicrochartLegend.js +1 -1
  36. package/src/sap/ui/integration/designtime/baseEditor/BaseEditor.js +1 -1
  37. package/src/sap/ui/integration/designtime/baseEditor/PropertyEditor.js +1 -1
  38. package/src/sap/ui/integration/designtime/baseEditor/PropertyEditors.js +1 -1
  39. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_en.properties +75 -0
  40. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_mk.properties +145 -0
  41. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_sh.properties +1 -1
  42. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_sr.properties +145 -0
  43. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/BasePropertyEditor.js +1 -1
  44. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/PropertyEditorFactory.js +1 -1
  45. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/arrayEditor/ArrayEditor.js +1 -1
  46. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/booleanEditor/BooleanEditor.js +1 -1
  47. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateEditor/DateEditor.js +1 -1
  48. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateTimeEditor/DateTimeEditor.js +1 -1
  49. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/enumStringEditor/EnumStringEditor.js +1 -1
  50. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/groupEditor/GroupEditor.js +1 -1
  51. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
  52. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IsInIconPool.validator.js +1 -1
  53. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/integerEditor/IntegerEditor.js +1 -1
  54. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/jsonEditor/JsonEditor.js +1 -1
  55. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/listEditor/ListEditor.js +1 -1
  56. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/mapEditor/MapEditor.js +1 -1
  57. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/numberEditor/NumberEditor.js +1 -1
  58. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/selectEditor/SelectEditor.js +1 -1
  59. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/separatorEditor/SeparatorEditor.js +1 -1
  60. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/stringEditor/StringEditor.js +1 -1
  61. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/textAreaEditor/TextAreaEditor.js +1 -1
  62. package/src/sap/ui/integration/designtime/baseEditor/util/binding/ObjectBinding.js +1 -1
  63. package/src/sap/ui/integration/designtime/baseEditor/util/unset.js +1 -1
  64. package/src/sap/ui/integration/designtime/baseEditor/validator/IsBoolean.js +1 -1
  65. package/src/sap/ui/integration/designtime/baseEditor/validator/IsDate.js +1 -1
  66. package/src/sap/ui/integration/designtime/baseEditor/validator/IsInteger.js +1 -1
  67. package/src/sap/ui/integration/designtime/baseEditor/validator/IsNumber.js +1 -1
  68. package/src/sap/ui/integration/designtime/baseEditor/validator/IsSelectedKey.js +1 -1
  69. package/src/sap/ui/integration/designtime/baseEditor/validator/IsStringList.js +1 -1
  70. package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueKey.js +1 -1
  71. package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueList.js +1 -1
  72. package/src/sap/ui/integration/designtime/baseEditor/validator/IsValidBinding.js +1 -1
  73. package/src/sap/ui/integration/designtime/baseEditor/validator/MaxLength.js +1 -1
  74. package/src/sap/ui/integration/designtime/baseEditor/validator/NotABinding.js +1 -1
  75. package/src/sap/ui/integration/designtime/baseEditor/validator/ValidatorRegistry.js +1 -1
  76. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en.properties +134 -0
  77. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_mk.properties +264 -0
  78. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_sh.properties +16 -16
  79. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_sr.properties +264 -0
  80. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_uk.properties +1 -1
  81. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_zh_TW.properties +1 -1
  82. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/complexMapEditor/ComplexMapEditor.js +1 -1
  83. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/destinationsEditor/DestinationsEditor.js +1 -1
  84. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
  85. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/parametersEditor/ParametersEditor.js +1 -1
  86. package/src/sap/ui/integration/designtime/editor/CardEditor.js +1 -1
  87. package/src/sap/ui/integration/designtime/editor/CardPreview.js +1 -1
  88. package/src/sap/ui/integration/editor/Editor.js +2 -2
  89. package/src/sap/ui/integration/editor/EditorResourceBundles.js +1 -1
  90. package/src/sap/ui/integration/editor/Extension.js +1 -1
  91. package/src/sap/ui/integration/editor/Manifest.js +1 -1
  92. package/src/sap/ui/integration/editor/Settings.js +1 -1
  93. package/src/sap/ui/integration/editor/fields/BaseField.js +1 -1
  94. package/src/sap/ui/integration/editor/fields/BooleanField.js +1 -1
  95. package/src/sap/ui/integration/editor/fields/DateField.js +1 -1
  96. package/src/sap/ui/integration/editor/fields/DateTimeField.js +1 -1
  97. package/src/sap/ui/integration/editor/fields/DestinationField.js +1 -1
  98. package/src/sap/ui/integration/editor/fields/IntegerField.js +1 -1
  99. package/src/sap/ui/integration/editor/fields/ListField.js +1 -1
  100. package/src/sap/ui/integration/editor/fields/NumberField.js +1 -1
  101. package/src/sap/ui/integration/editor/fields/StringField.js +1 -1
  102. package/src/sap/ui/integration/editor/fields/viz/ColorSelect.js +1 -1
  103. package/src/sap/ui/integration/editor/fields/viz/IconSelect.js +1 -1
  104. package/src/sap/ui/integration/editor/fields/viz/ShapeSelect.js +1 -1
  105. package/src/sap/ui/integration/library.js +2 -2
  106. package/src/sap/ui/integration/messagebundle_bg.properties +2 -2
  107. package/src/sap/ui/integration/messagebundle_en.properties +81 -0
  108. package/src/sap/ui/integration/messagebundle_fi.properties +2 -2
  109. package/src/sap/ui/integration/messagebundle_kk.properties +1 -1
  110. package/src/sap/ui/integration/messagebundle_ko.properties +1 -1
  111. package/src/sap/ui/integration/messagebundle_lt.properties +1 -1
  112. package/src/sap/ui/integration/messagebundle_mk.properties +158 -0
  113. package/src/sap/ui/integration/messagebundle_sh.properties +19 -19
  114. package/src/sap/ui/integration/messagebundle_sr.properties +158 -0
  115. package/src/sap/ui/integration/messagebundle_th.properties +2 -2
  116. package/src/sap/ui/integration/messagebundle_uk.properties +3 -3
  117. package/src/sap/ui/integration/model/ContextModel.js +1 -1
  118. package/src/sap/ui/integration/model/ObservableModel.js +1 -1
  119. package/src/sap/ui/integration/util/BaseFactory.js +1 -1
  120. package/src/sap/ui/integration/util/BindingHelper.js +1 -1
  121. package/src/sap/ui/integration/util/BindingResolver.js +1 -1
  122. package/src/sap/ui/integration/util/CardActions.js +1 -1
  123. package/src/sap/ui/integration/util/CardObserver.js +1 -1
  124. package/src/sap/ui/integration/util/ContentFactory.js +1 -1
  125. package/src/sap/ui/integration/util/DataProvider.js +1 -1
  126. package/src/sap/ui/integration/util/DataProviderFactory.js +1 -1
  127. package/src/sap/ui/integration/util/Destinations.js +1 -1
  128. package/src/sap/ui/integration/util/ExtensionDataProvider.js +1 -1
  129. package/src/sap/ui/integration/util/HeaderFactory.js +1 -1
  130. package/src/sap/ui/integration/util/JSONBindingHelper.js +1 -1
  131. package/src/sap/ui/integration/util/LoadingProvider.js +1 -1
  132. package/src/sap/ui/integration/util/Manifest.js +1 -1
  133. package/src/sap/ui/integration/util/RequestDataProvider.js +1 -1
  134. package/src/sap/ui/integration/util/ServiceDataProvider.js +1 -1
  135. package/src/sap/ui/integration/util/ServiceManager.js +1 -1
  136. package/src/sap/ui/integration/util/Utils.js +1 -1
  137. package/src/sap/ui/integration/widgets/Card.js +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.ui.integration",
3
- "version": "1.96.23",
3
+ "version": "1.96.25",
4
4
  "description": "OpenUI5 UI Library sap.ui.integration",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -14,7 +14,7 @@
14
14
  "url": "https://github.com/SAP/openui5.git"
15
15
  },
16
16
  "dependencies": {
17
- "@openui5/sap.ui.core": "1.96.23",
18
- "@openui5/sap.f": "1.96.23"
17
+ "@openui5/sap.ui.core": "1.96.25",
18
+ "@openui5/sap.f": "1.96.25"
19
19
  }
20
20
  }
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.96.23</version>
9
+ <version>1.96.25</version>
10
10
 
11
11
  <documentation>SAPUI5 library with integration-related controls.</documentation>
12
12
 
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @extends sap.ui.core.Element
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.96.23
31
+ * @version 1.96.25
32
32
  *
33
33
  * @constructor
34
34
  * @public
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  * @extends sap.ui.base.ManagedObject
21
21
  *
22
22
  * @author SAP SE
23
- * @version 1.96.23
23
+ * @version 1.96.25
24
24
  *
25
25
  * @constructor
26
26
  * @public
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @extends sap.ui.base.ManagedObject
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.96.23
27
+ * @version 1.96.25
28
28
  *
29
29
  * @constructor
30
30
  * @public
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  * @extends sap.ui.core.Element
26
26
  *
27
27
  * @author SAP SE
28
- * @version 1.96.23
28
+ * @version 1.96.25
29
29
  *
30
30
  * @constructor
31
31
  * @public
@@ -38,7 +38,7 @@ sap.ui.define([
38
38
  * @extends sap.ui.integration.cards.BaseContent
39
39
  *
40
40
  * @author SAP SE
41
- * @version 1.96.23
41
+ * @version 1.96.25
42
42
  *
43
43
  * @constructor
44
44
  * @private
@@ -65,11 +65,6 @@ sap.ui.define([
65
65
  this.setComponentsReady(false);
66
66
  this._bAdaptiveCardElementsReady = false;
67
67
  this._setupCardContent();
68
-
69
- Core.attachThemeChanged(function () {
70
- this._adjustHostConfig();
71
- this.invalidate();
72
- }.bind(this));
73
68
  };
74
69
 
75
70
  AdaptiveContent.prototype.onAfterRendering = function () {
@@ -176,6 +171,13 @@ sap.ui.define([
176
171
  return this._oCardConfig;
177
172
  };
178
173
 
174
+ AdaptiveContent.prototype.onThemeChanged = function () {
175
+ if (this.getDomRef() && AdaptiveCards) {
176
+ this._adjustHostConfig();
177
+ this.invalidate();
178
+ }
179
+ };
180
+
179
181
  /**
180
182
  * Processes the markdown only if enableMarkdown is set to true
181
183
  *
@@ -88,7 +88,7 @@ sap.ui.define([
88
88
  * @extends sap.ui.integration.cards.BaseContent
89
89
  *
90
90
  * @author SAP SE
91
- * @version 1.96.23
91
+ * @version 1.96.25
92
92
  *
93
93
  * @constructor
94
94
  * @private
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * @extends sap.ui.integration.cards.BaseContent
31
31
  *
32
32
  * @author SAP SE
33
- * @version 1.96.23
33
+ * @version 1.96.25
34
34
  *
35
35
  * @constructor
36
36
  * @private
@@ -35,7 +35,7 @@ sap.ui.define([
35
35
  * @extends sap.ui.core.Control
36
36
  *
37
37
  * @author SAP SE
38
- * @version 1.96.23
38
+ * @version 1.96.25
39
39
  *
40
40
  * @constructor
41
41
  * @private
@@ -35,7 +35,7 @@ sap.ui.define([
35
35
  * @extends sap.ui.integration.cards.BaseContent
36
36
  *
37
37
  * @author SAP SE
38
- * @version 1.96.23
38
+ * @version 1.96.25
39
39
  *
40
40
  * @constructor
41
41
  * @private
@@ -64,7 +64,7 @@ sap.ui.define([
64
64
  * @extends sap.ui.integration.cards.BaseContent
65
65
  *
66
66
  * @author SAP SE
67
- * @version 1.96.23
67
+ * @version 1.96.25
68
68
  *
69
69
  * @constructor
70
70
  * @private
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * @extends sap.ui.integration.cards.BaseContent
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.96.23
32
+ * @version 1.96.25
33
33
  *
34
34
  * @experimental
35
35
  * @constructor
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * @extends sap.ui.core.Control
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.96.23
32
+ * @version 1.96.25
33
33
  *
34
34
  * @constructor
35
35
  * @private
@@ -38,7 +38,7 @@ sap.ui.define([
38
38
  * @extends sap.f.Header
39
39
  *
40
40
  * @author SAP SE
41
- * @version 1.96.23
41
+ * @version 1.96.25
42
42
  *
43
43
  * @constructor
44
44
  * @private
@@ -64,7 +64,7 @@ sap.ui.define([
64
64
  * @extends sap.ui.integration.cards.BaseListContent
65
65
  *
66
66
  * @author SAP SE
67
- * @version 1.96.23
67
+ * @version 1.96.25
68
68
  *
69
69
  * @constructor
70
70
  * @private
@@ -35,7 +35,7 @@ sap.ui.define([
35
35
  * @extends sap.f.NumericHeader
36
36
  *
37
37
  * @author SAP SE
38
- * @version 1.96.23
38
+ * @version 1.96.25
39
39
  *
40
40
  * @constructor
41
41
  * @private
@@ -62,7 +62,7 @@ sap.ui.define([
62
62
  *
63
63
  * @extends sap.ui.integration.cards.BaseContent
64
64
  * @author SAP SE
65
- * @version 1.96.23
65
+ * @version 1.96.25
66
66
  *
67
67
  * @constructor
68
68
  * @experimental
@@ -77,7 +77,7 @@ sap.ui.define([
77
77
  * @extends sap.ui.integration.cards.BaseListContent
78
78
  *
79
79
  * @author SAP SE
80
- * @version 1.96.23
80
+ * @version 1.96.25
81
81
  *
82
82
  * @constructor
83
83
  * @private
@@ -38,7 +38,7 @@ sap.ui.define([
38
38
  * @extends sap.ui.integration.cards.BaseListContent
39
39
  *
40
40
  * @author SAP SE
41
- * @version 1.96.23
41
+ * @version 1.96.25
42
42
  *
43
43
  * @constructor
44
44
  * @experimental
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * @extends sap.ui.integration.cards.BaseContent
33
33
  *
34
34
  * @author SAP SE
35
- * @version 1.96.23
35
+ * @version 1.96.25
36
36
  *
37
37
  * @constructor
38
38
  * @experimental
@@ -17,7 +17,7 @@ sap.ui.define(["sap/ui/integration/thirdparty/adaptivecards"], function (Adaptiv
17
17
  * <code>ui5-select</code>, or container with <code>ui5-radiobutton</code>, or <code>ui5-checkbox</code> web components.
18
18
  *
19
19
  * @author SAP SE
20
- * @version 1.96.23
20
+ * @version 1.96.25
21
21
  *
22
22
  * @private
23
23
  * @since 1.74
@@ -16,7 +16,7 @@ sap.ui.define(["sap/ui/integration/thirdparty/adaptivecards"], function (Adaptiv
16
16
  * <code>ui5-datepicker</code> web component.
17
17
  *
18
18
  * @author SAP SE
19
- * @version 1.96.23
19
+ * @version 1.96.25
20
20
  *
21
21
  * @private
22
22
  * @since 1.74
@@ -16,7 +16,7 @@ sap.ui.define(["sap/ui/integration/thirdparty/adaptivecards"], function (Adaptiv
16
16
  * <code>ui5-input</code> web component with type Number.
17
17
  *
18
18
  * @author SAP SE
19
- * @version 1.96.23
19
+ * @version 1.96.25
20
20
  *
21
21
  * @private
22
22
  * @since 1.74
@@ -16,7 +16,7 @@ sap.ui.define(["sap/ui/integration/thirdparty/adaptivecards"], function (Adaptiv
16
16
  * <code>ui5-input</code> or <code>ui5-textarea<code> UI5 web component.
17
17
  *
18
18
  * @author SAP SE
19
- * @version 1.96.23
19
+ * @version 1.96.25
20
20
  *
21
21
  * @private
22
22
  * @since 1.74
@@ -16,7 +16,7 @@ sap.ui.define(["sap/ui/integration/thirdparty/adaptivecards"], function (Adaptiv
16
16
  * <code>ui5-checkbox</code> web component.
17
17
  *
18
18
  * @author SAP SE
19
- * @version 1.96.23
19
+ * @version 1.96.25
20
20
  *
21
21
  * @private
22
22
  * @since 1.74
@@ -35,7 +35,7 @@ sap.ui.define([
35
35
  * @extends sap.ui.core.Control
36
36
  *
37
37
  * @author SAP SE
38
- * @version 1.96.23
38
+ * @version 1.96.25
39
39
  *
40
40
  * @constructor
41
41
  * @private
@@ -85,7 +85,7 @@ sap.ui.define([
85
85
  * @extends sap.ui.integration.cards.filters.BaseFilter
86
86
  *
87
87
  * @author SAP SE
88
- * @version 1.96.23
88
+ * @version 1.96.25
89
89
  *
90
90
  * @constructor
91
91
  * @private
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * @extends sap.ui.base.Object
31
31
  *
32
32
  * @author SAP SE
33
- * @version 1.96.23
33
+ * @version 1.96.25
34
34
  *
35
35
  * @constructor
36
36
  * @private
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @extends sap.ui.integration.cards.filters.BaseFilter
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.96.23
30
+ * @version 1.96.25
31
31
  *
32
32
  * @constructor
33
33
  * @private
@@ -46,7 +46,7 @@ sap.ui.define([
46
46
  * @extends sap.ui.core.Control
47
47
  *
48
48
  * @author SAP SE
49
- * @version 1.96.23
49
+ * @version 1.96.25
50
50
  *
51
51
  * @constructor
52
52
  * @private
@@ -76,7 +76,7 @@ sap.ui.define([
76
76
  * @extends sap.ui.core.Control
77
77
  *
78
78
  * @author SAP SE
79
- * @version 1.96.23
79
+ * @version 1.96.25
80
80
  *
81
81
  * @constructor
82
82
  * @private
@@ -34,7 +34,7 @@ sap.ui.define([
34
34
  * @extends sap.m.StandardListItem
35
35
  *
36
36
  * @author SAP SE
37
- * @version 1.96.23
37
+ * @version 1.96.25
38
38
  *
39
39
  * @constructor
40
40
  * @private
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * @extends sap.ui.core.Control
33
33
  *
34
34
  * @author SAP SE
35
- * @version 1.96.23
35
+ * @version 1.96.25
36
36
  *
37
37
  * @constructor
38
38
  * @private
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * @extends sap.ui.core.Control
33
33
  *
34
34
  * @author SAP SE
35
- * @version 1.96.23
35
+ * @version 1.96.25
36
36
  *
37
37
  * @constructor
38
38
  * @private
@@ -130,7 +130,7 @@ sap.ui.define([
130
130
  * @alias sap.ui.integration.designtime.baseEditor.BaseEditor
131
131
  * @author SAP SE
132
132
  * @since 1.70.0
133
- * @version 1.96.23
133
+ * @version 1.96.25
134
134
  * @private
135
135
  * @experimental since 1.70.0
136
136
  * @ui5-restricted
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * @alias sap.ui.integration.designtime.baseEditor.PropertyEditor
38
38
  * @author SAP SE
39
39
  * @since 1.73.0
40
- * @version 1.96.23
40
+ * @version 1.96.25
41
41
  * @private
42
42
  * @experimental since 1.73.0
43
43
  * @ui5-restricted
@@ -67,7 +67,7 @@ sap.ui.define([
67
67
  * @alias sap.ui.integration.designtime.baseEditor.PropertyEditors
68
68
  * @author SAP SE
69
69
  * @since 1.73.0
70
- * @version 1.96.23
70
+ * @version 1.96.25
71
71
  * @private
72
72
  * @experimental since 1.73.0
73
73
  * @ui5-restricted
@@ -1,145 +1,220 @@
1
+ #This is the resource bundle for the OpenUI5 sap.ui.integration.designtime.editor module
2
+ #
3
+ #XLBL: Fallback label for property editor type
1
4
  BASE_EDITOR.FALLBACK_TYPE=Custom type
2
5
 
6
+ #XFLD: Empty table text
3
7
  BASE_EDITOR.MAP.EMPTY=No entries
4
8
 
9
+ #XFLD: Header for key column inside map editor
5
10
  BASE_EDITOR.MAP.KEY=Key
6
11
 
12
+ #XFLD: Header for value column inside map editor
7
13
  BASE_EDITOR.MAP.VALUE=Value
8
14
 
15
+ #XFLD: Header for data type column inside map editor
9
16
  BASE_EDITOR.MAP.TYPE=Type
10
17
 
18
+ #XFLD: Property editor tooltip
11
19
  BASE_EDITOR.MAP.REMOVE=Remove
12
20
 
21
+ #XTOL: Validation error text
13
22
  BASE_EDITOR.MAP.DUPLICATE_KEY=Please enter a unique key.
14
23
 
24
+ #XFLD: Label for adding new map item, placeholder is the item type (singular), i.e. "Add: Item"
15
25
  BASE_EDITOR.MAP.ADD=Add\: {0}
16
26
 
27
+ #XFLD: Map editor default type
17
28
  BASE_EDITOR.MAP.DEFAULT_TYPE=Parameter
18
29
 
30
+ #XLBL: Property editor type - String
19
31
  BASE_EDITOR.TYPES.STRING=String
20
32
 
33
+ #XLBL: Property editor type - Boolean
21
34
  BASE_EDITOR.TYPES.BOOLEAN=Boolean
22
35
 
36
+ #XLBL: Property editor type - Number
23
37
  BASE_EDITOR.TYPES.NUMBER=Number
24
38
 
39
+ #XLBL: Property editor type - Integer
25
40
  BASE_EDITOR.TYPES.INTEGER=Integer
26
41
 
42
+ #XLBL: Property editor type - Date
27
43
  BASE_EDITOR.TYPES.DATE=Date
28
44
 
45
+ #XLBL: Property editor type - Datetime
29
46
  BASE_EDITOR.TYPES.DATETIME=Date/Time
30
47
 
48
+ #XLBL: Property editor type - Group
31
49
  BASE_EDITOR.TYPES.GROUP=Group
32
50
 
51
+ #XLBL: Property editor type - Separator
33
52
  BASE_EDITOR.TYPES.SEPARATOR=Separator
34
53
 
54
+ #XLBL: Property editor type - Icon
35
55
  BASE_EDITOR.TYPES.ICON=Icon
36
56
 
57
+ #XLBL: Property editor type - SimpleIcon
37
58
  BASE_EDITOR.TYPES.SIMPLEICON=Simple Icon
38
59
 
60
+ #XLBL: Property editor type - Array
39
61
  BASE_EDITOR.TYPES.ARRAY=Array
40
62
 
63
+ #XLBL: Property editor type - JSON
41
64
  BASE_EDITOR.TYPES.JSON=JSON
42
65
 
66
+ #XTOL: Validation error text
43
67
  BASE_EDITOR.STRING.INVALID_BINDING=Please enter a valid binding string.
44
68
 
69
+ #XTOL: Validation error text
45
70
  BASE_EDITOR.LIST.DUPLICATE_ENTRY=Please enter a unique value.
46
71
 
72
+ #XTOL: Validation error text
47
73
  BASE_EDITOR.ENUM.INVALID_SELECTION=Please select a value from the list.
48
74
 
75
+ #XTOL: Validation error text
49
76
  BASE_EDITOR.ENUM.CUSTOM_VALUES_NOT_ALLOWED=Custom values are not allowed.
50
77
 
78
+ #XTOL: Validation error text
51
79
  BASE_EDITOR.SELECT.INVALID_SELECTION=Please select a value from the list.
52
80
 
81
+ #XTOL: Validation error text
53
82
  BASE_EDITOR.SELECT.CUSTOM_VALUES_NOT_ALLOWED=Custom values are not allowed.
54
83
 
84
+ #XTOL: Validation error text
55
85
  BASE_EDITOR.PROPERTY.BINDING_NOT_ALLOWED=Binding strings are not allowed.
56
86
 
87
+ #XFLD: Property editor tooltip
57
88
  BASE_EDITOR.ARRAY.ITEM_LABEL=Item
58
89
 
90
+ #XFLD: Default label for new array item, placeholder is the array item type (singular), i.e. "New Item"
59
91
  BASE_EDITOR.ARRAY.NEW_ITEM_LABEL=New\: {0}
60
92
 
93
+ #XFLD: Property editor tooltip
61
94
  BASE_EDITOR.ARRAY.REMOVE=Remove Item
62
95
 
96
+ #XFLD: Property editor tooltip
63
97
  BASE_EDITOR.MOVEUP=Move Up
64
98
 
99
+ #XFLD: Property editor tooltip
65
100
  BASE_EDITOR.MOVEDOWN=Move Down
66
101
 
102
+ #XBUT: Button to add items to an array, placeholder is the array item type (singular), i.e. "Add Item"
67
103
  BASE_EDITOR.ARRAY.ADD=Add\: {0}
68
104
 
105
+ #XFLD: Property editor tooltip - Title for JSON Data Editor
69
106
  BASE_EDITOR.JSON.TITLE=Edit JSON Data
70
107
 
108
+ #XFLD: Property editor tooltip - Save changes to JSON
71
109
  BASE_EDITOR.JSON.SAVE=Save
72
110
 
111
+ #XFLD: Property editor tooltip - Cancel JSON editing and discard changes
73
112
  BASE_EDITOR.JSON.CANCEL=Cancel
74
113
 
114
+ #XFLD: Property editor tooltip - Beautify the code inside the JSON editor
75
115
  BASE_EDITOR.JSON.BEAUTIFY=Beautify
76
116
 
117
+ #XTOL: Validation error text - NaN or invalid binding string inside number editor
77
118
  BASE_EDITOR.NUMBER.INVALID_BINDING_OR_NUMBER=Please enter a valid binding string or a number.
78
119
 
120
+ #XTOL: Validation error text - NaN or invalid binding string inside integer editor
79
121
  BASE_EDITOR.INTEGER.INVALID_BINDING_OR_INTEGER=Please enter a valid binding string or an integer.
80
122
 
123
+ #XTOL: Validation error text - Not a boolean or invalid binding string inside boolean editor
81
124
  BASE_EDITOR.BOOLEAN.INVALID_BINDING_OR_BOOLEAN=Please enter a valid binding string or a boolean.
82
125
 
126
+ #XSEL: True value inside boolean editor
83
127
  BASE_EDITOR.BOOLEAN.TRUE_VALUE=True
84
128
 
129
+ #XSEL: False value inside boolean editor
85
130
  BASE_EDITOR.BOOLEAN.FALSE_VALUE=False
86
131
 
132
+ #XTOL: Validation error text - Not an icon URI or invalid binding string inside icon editor
87
133
  BASE_EDITOR.ICON.INVALID_BINDING_OR_ICON=Please enter a valid binding string or an icon URI.
88
134
 
135
+ #XTOL: Tooltip for Settings-Button
89
136
  BASE_EDITOR.ICON.BUTTON_SETTINGS=Settings
90
137
 
138
+ #XTIT: Title for the Settings Dialog
91
139
  BASE_EDITOR.ICON.SETTINGS_DIALOG_TITLE=Display Settings
92
140
 
141
+ #XLBL: Label for Shape Input Field on Settings Dialog
93
142
  BASE_EDITOR.ICON.SETTINGS_DIALOG_SHAPE_LABEL=Shape
94
143
 
144
+ #XTOL: Tooltip for Shape Selection
95
145
  BASE_EDITOR.ICON.SELECTION_SHAPE=Select the shape of the icon
96
146
 
147
+ #XLBL: Label for Shape "Square"
97
148
  BASE_EDITOR.ICON.SETTINGS_DIALOG_SHAPE_SQUARE=Square
98
149
 
150
+ #XLBL: Label for Shape "Circle"
99
151
  BASE_EDITOR.ICON.SETTINGS_DIALOG_SHAPE_CIRCLE=Circle
100
152
 
153
+ #XTOL: Tooltip for Alt Text
101
154
  BASE_EDITOR.ICON.INPUT_ALT=Enter alternative text for the icon
102
155
 
156
+ #XLBL: Label for Text Input Field on Settings Dialog
103
157
  BASE_EDITOR.ICON.SETTINGS_DIALOG_TEXT_LABEL=Text
104
158
 
159
+ #XTOL: Tooltip for Text
105
160
  BASE_EDITOR.ICON.INPUT_TEXT=Enter text inside the icon
106
161
 
162
+ #XLBL: Label for Icon-Type "Icon"
107
163
  BASE_EDITOR.ICON.TYPE_ICON=Icon
108
164
 
165
+ #XLBL: Label for Icon-Type "Picture"
109
166
  BASE_EDITOR.ICON.TYPE_PICTURE=Picture
110
167
 
168
+ #XLBL: Label for Background Color Input Field on Settings Dialog
111
169
  BASE_EDITOR.ICON.SETTINGS_DIALOG_BACKGROUNDCOLOR_LABEL=Background Color
112
170
 
171
+ #XTOL: Tooltip for Background Color
113
172
  BASE_EDITOR.ICON.INPUT_BACKGROUNDCOLOR=Enter background color of the icon
114
173
 
174
+ #XTOL: Tooltip for Color
115
175
  BASE_EDITOR.ICON.INPUT_COLOR=Enter color of the icon
116
176
 
177
+ #XLBL: Label for Color Input Field on Settings Dialog
117
178
  BASE_EDITOR.ICON.SETTINGS_DIALOG_COLOR_LABEL=Color
118
179
 
180
+ #XTOL: Validation error text - Not a date or binding string inside date editor
119
181
  BASE_EDITOR.DATE.INVALID_BINDING_OR_DATE=Please enter a valid binding string or date.
120
182
 
183
+ #XTOL: Validation error text
121
184
  BASE_EDITOR.VALIDATOR.INVALID_BINDING=Invalid binding.
122
185
 
186
+ #XTOL: Validation error text
123
187
  BASE_EDITOR.VALIDATOR.FORBIDDEN_BINDING=Bindings are not allowed.
124
188
 
189
+ #XTOL: Validation error text
125
190
  BASE_EDITOR.VALIDATOR.FORBIDDEN_CUSTOM_VALUE=Custom values are not allowed.
126
191
 
192
+ #XTOL: Validation error text
127
193
  BASE_EDITOR.VALIDATOR.NOT_A_NUMBER=Not a number
128
194
 
195
+ #XTOL: Validation error text
129
196
  BASE_EDITOR.VALIDATOR.NOT_AN_INTEGER=Not an integer
130
197
 
198
+ #XTOL: Validation error text
131
199
  BASE_EDITOR.VALIDATOR.NOT_A_BOOLEAN=Not a boolean
132
200
 
201
+ #XTOL: Validation error text
133
202
  BASE_EDITOR.VALIDATOR.NOT_A_JSONOBJECT=Not a JSON format
134
203
 
204
+ #XTOL: Validation error text
135
205
  BASE_EDITOR.VALIDATOR.NOT_AN_ICON=Not an icon
136
206
 
207
+ #XTOL: Validation error text
137
208
  BASE_EDITOR.VALIDATOR.MAX_LENGTH=Max length of {0} symbols exceeded.
138
209
 
210
+ #XTOL: Validation error text
139
211
  BASE_EDITOR.VALIDATOR.DUPLICATE_ENTRY=Duplicate entry
140
212
 
213
+ #XTOL: Validation error text
141
214
  BASE_EDITOR.VALIDATOR.DUPLICATE_KEY=Duplicate key
142
215
 
216
+ #XTOL: Validation error text
143
217
  BASE_EDITOR.VALIDATOR.INVALID_DATE=Invalid date
144
218
 
219
+ #XTOL: Validation error text
145
220
  BASE_EDITOR.VALIDATOR.FAILED_PATTERN_TEST=Input does not match the pattern.