@openui5/sap.ui.integration 1.139.0 → 1.141.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/THIRDPARTY.txt +2 -2
- package/package.json +6 -6
- package/src/sap/ui/integration/.library +2 -2
- package/src/sap/ui/integration/ActionDefinition.js +1 -1
- package/src/sap/ui/integration/Designtime.js +1 -1
- package/src/sap/ui/integration/Extension.js +1 -1
- package/src/sap/ui/integration/Host.js +1 -1
- package/src/sap/ui/integration/cards/AdaptiveContent.js +2 -2
- package/src/sap/ui/integration/cards/AnalyticalContent.js +1 -1
- package/src/sap/ui/integration/cards/AnalyticsCloudContent.js +1 -1
- package/src/sap/ui/integration/cards/BaseContent.js +16 -2
- package/src/sap/ui/integration/cards/BaseListContent.js +1 -1
- package/src/sap/ui/integration/cards/CalendarContent.js +1 -1
- package/src/sap/ui/integration/cards/ComponentContent.js +1 -1
- package/src/sap/ui/integration/cards/Footer.js +1 -1
- package/src/sap/ui/integration/cards/Header.js +2 -1
- package/src/sap/ui/integration/cards/ListContent.js +1 -1
- package/src/sap/ui/integration/cards/NumericHeader.js +1 -1
- package/src/sap/ui/integration/cards/ObjectContent.js +3 -27
- package/src/sap/ui/integration/cards/TableContent.js +1 -1
- package/src/sap/ui/integration/cards/TimelineContent.js +1 -1
- package/src/sap/ui/integration/cards/WebPageContent.js +1 -1
- package/src/sap/ui/integration/cards/actions/CardActions.js +18 -1
- package/src/sap/ui/integration/cards/actions/ShowCardAction.js +27 -5
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputChoiceSet.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputDate.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputNumber.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputText.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputToggle.js +1 -1
- package/src/sap/ui/integration/cards/filters/BaseFilter.js +1 -1
- package/src/sap/ui/integration/cards/filters/ComboBoxFilter.js +1 -1
- package/src/sap/ui/integration/cards/filters/DateRangeFilter.js +1 -1
- package/src/sap/ui/integration/cards/filters/FilterBar.js +1 -1
- package/src/sap/ui/integration/cards/filters/FilterBarFactory.js +1 -1
- package/src/sap/ui/integration/cards/filters/SearchFilter.js +1 -1
- package/src/sap/ui/integration/cards/filters/SelectFilter.js +1 -1
- package/src/sap/ui/integration/cards/list/MicrochartsResizeHelper.js +1 -1
- package/src/sap/ui/integration/controls/ActionsStrip.js +1 -1
- package/src/sap/ui/integration/controls/ActionsToolbar.js +1 -1
- package/src/sap/ui/integration/controls/BlockingMessage.js +1 -1
- package/src/sap/ui/integration/controls/ComboBox.js +1 -1
- package/src/sap/ui/integration/controls/HeaderInfoSectionColumn.js +1 -1
- package/src/sap/ui/integration/controls/HeaderInfoSectionRow.js +1 -1
- package/src/sap/ui/integration/controls/ImageWithOverlay.js +1 -1
- package/src/sap/ui/integration/controls/ListContentItem.js +1 -1
- package/src/sap/ui/integration/controls/Microchart.js +1 -1
- package/src/sap/ui/integration/controls/MicrochartLegend.js +1 -1
- package/src/sap/ui/integration/controls/ObjectStatus.js +1 -1
- package/src/sap/ui/integration/customElements/CustomElementBase.js +2 -2
- package/src/sap/ui/integration/delegate/OverflowHandler.js +1 -1
- package/src/sap/ui/integration/delegate/Paginator.js +1 -1
- package/src/sap/ui/integration/delegate/PreventKeyboardScrolling.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/BaseEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/PropertyEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/PropertyEditors.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/BasePropertyEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/PropertyEditorFactory.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/arrayEditor/ArrayEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/booleanEditor/BooleanEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/codeEditor/CodeEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateEditor/DateEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateTimeEditor/DateTimeEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/enumStringEditor/EnumStringEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/groupEditor/GroupEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IsInIconPool.validator.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/integerEditor/IntegerEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/jsonEditor/JsonEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/listEditor/ListEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/mapEditor/MapEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/multiSelectEditor/MultiSelectEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/numberEditor/NumberEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/objectArrayEditor/ObjectArrayEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/selectEditor/SelectEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/separatorEditor/SeparatorEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/stringEditor/StringEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/textAreaEditor/TextAreaEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/binding/ObjectBinding.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/unset.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsBoolean.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsDate.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsInteger.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsNumber.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsSelectedKey.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsStringList.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueKey.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueList.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsValidBinding.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/MaxLength.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/NotABinding.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/ValidatorRegistry.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_vi.properties +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/complexMapEditor/ComplexMapEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/destinationsEditor/DestinationsEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/filtersEditor/FiltersEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/parametersEditor/ParametersEditor.js +1 -1
- package/src/sap/ui/integration/designtime/editor/Card.js +1 -1
- package/src/sap/ui/integration/designtime/editor/CardEditor.js +4 -2
- package/src/sap/ui/integration/designtime/editor/CardPreview.js +1 -1
- package/src/sap/ui/integration/editor/Constants.js +32 -0
- package/src/sap/ui/integration/editor/Editor.js +34 -31
- package/src/sap/ui/integration/editor/EditorResourceBundles.js +1 -1
- package/src/sap/ui/integration/editor/Extension.js +1 -1
- package/src/sap/ui/integration/editor/Manifest.js +1 -1
- package/src/sap/ui/integration/editor/Settings.js +1 -1
- package/src/sap/ui/integration/editor/fields/BaseField.js +7 -5
- package/src/sap/ui/integration/editor/fields/BooleanField.js +1 -1
- package/src/sap/ui/integration/editor/fields/DateField.js +1 -1
- package/src/sap/ui/integration/editor/fields/DateTimeField.js +1 -1
- package/src/sap/ui/integration/editor/fields/DestinationField.js +1 -1
- package/src/sap/ui/integration/editor/fields/GroupField.js +7 -5
- package/src/sap/ui/integration/editor/fields/IntegerField.js +1 -1
- package/src/sap/ui/integration/editor/fields/NumberField.js +1 -1
- package/src/sap/ui/integration/editor/fields/ObjectField.js +1 -1
- package/src/sap/ui/integration/editor/fields/ObjectListField.js +1 -1
- package/src/sap/ui/integration/editor/fields/StringField.js +7 -5
- package/src/sap/ui/integration/editor/fields/StringListField.js +1 -1
- package/src/sap/ui/integration/editor/fields/fragment/Controller.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/ColorSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/IconSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/ImageSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/ShapeSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/VizBase.js +1 -1
- package/src/sap/ui/integration/extensions/OAuth3LO.js +1 -1
- package/src/sap/ui/integration/library.js +2 -2
- package/src/sap/ui/integration/messagebundle.properties +3 -0
- package/src/sap/ui/integration/messagebundle_ar.properties +3 -1
- package/src/sap/ui/integration/messagebundle_bg.properties +3 -1
- package/src/sap/ui/integration/messagebundle_ca.properties +3 -1
- package/src/sap/ui/integration/messagebundle_cnr.properties +3 -1
- package/src/sap/ui/integration/messagebundle_cs.properties +3 -1
- package/src/sap/ui/integration/messagebundle_cy.properties +3 -1
- package/src/sap/ui/integration/messagebundle_da.properties +3 -1
- package/src/sap/ui/integration/messagebundle_de.properties +3 -1
- package/src/sap/ui/integration/messagebundle_el.properties +3 -1
- package/src/sap/ui/integration/messagebundle_en.properties +3 -1
- package/src/sap/ui/integration/messagebundle_en_GB.properties +3 -1
- package/src/sap/ui/integration/messagebundle_en_US_saprigi.properties +2 -0
- package/src/sap/ui/integration/messagebundle_es.properties +3 -1
- package/src/sap/ui/integration/messagebundle_es_MX.properties +3 -1
- package/src/sap/ui/integration/messagebundle_et.properties +3 -1
- package/src/sap/ui/integration/messagebundle_fi.properties +3 -1
- package/src/sap/ui/integration/messagebundle_fr.properties +3 -1
- package/src/sap/ui/integration/messagebundle_fr_CA.properties +3 -1
- package/src/sap/ui/integration/messagebundle_hi.properties +3 -1
- package/src/sap/ui/integration/messagebundle_hr.properties +3 -1
- package/src/sap/ui/integration/messagebundle_hu.properties +3 -1
- package/src/sap/ui/integration/messagebundle_id.properties +7 -5
- package/src/sap/ui/integration/messagebundle_it.properties +3 -1
- package/src/sap/ui/integration/messagebundle_iw.properties +3 -1
- package/src/sap/ui/integration/messagebundle_ja.properties +3 -1
- package/src/sap/ui/integration/messagebundle_kk.properties +3 -1
- package/src/sap/ui/integration/messagebundle_ko.properties +3 -1
- package/src/sap/ui/integration/messagebundle_lt.properties +3 -1
- package/src/sap/ui/integration/messagebundle_lv.properties +3 -1
- package/src/sap/ui/integration/messagebundle_mk.properties +3 -1
- package/src/sap/ui/integration/messagebundle_ms.properties +3 -1
- package/src/sap/ui/integration/messagebundle_nl.properties +3 -1
- package/src/sap/ui/integration/messagebundle_no.properties +3 -1
- package/src/sap/ui/integration/messagebundle_pl.properties +3 -1
- package/src/sap/ui/integration/messagebundle_pt.properties +4 -2
- package/src/sap/ui/integration/messagebundle_pt_PT.properties +3 -1
- package/src/sap/ui/integration/messagebundle_ro.properties +3 -1
- package/src/sap/ui/integration/messagebundle_ru.properties +3 -1
- package/src/sap/ui/integration/messagebundle_sh.properties +3 -1
- package/src/sap/ui/integration/messagebundle_sk.properties +3 -1
- package/src/sap/ui/integration/messagebundle_sl.properties +3 -1
- package/src/sap/ui/integration/messagebundle_sr.properties +3 -1
- package/src/sap/ui/integration/messagebundle_sv.properties +3 -1
- package/src/sap/ui/integration/messagebundle_th.properties +3 -1
- package/src/sap/ui/integration/messagebundle_tr.properties +3 -1
- package/src/sap/ui/integration/messagebundle_uk.properties +3 -1
- package/src/sap/ui/integration/messagebundle_vi.properties +3 -1
- package/src/sap/ui/integration/messagebundle_zh_CN.properties +3 -1
- package/src/sap/ui/integration/messagebundle_zh_TW.properties +3 -1
- package/src/sap/ui/integration/model/ContextModel.js +1 -1
- package/src/sap/ui/integration/model/ObservableModel.js +1 -1
- package/src/sap/ui/integration/schemas/sap-card.json +67 -9
- package/src/sap/ui/integration/themes/base/CardVariants.less +5 -0
- package/src/sap/ui/integration/thirdparty/markdown-it.js +3109 -4503
- package/src/sap/ui/integration/util/AnalyticsCloudHelper.js +1 -1
- package/src/sap/ui/integration/util/BaseFactory.js +1 -1
- package/src/sap/ui/integration/util/BindingHelper.js +31 -3
- package/src/sap/ui/integration/util/BindingResolver.js +2 -14
- package/src/sap/ui/integration/util/CardMerger.js +14 -0
- package/src/sap/ui/integration/util/CardObserver.js +1 -1
- package/src/sap/ui/integration/util/ComboBoxHelper.js +1 -1
- package/src/sap/ui/integration/util/ContentFactory.js +1 -1
- package/src/sap/ui/integration/util/CsrfTokenHandler.js +1 -1
- package/src/sap/ui/integration/util/DataProvider.js +1 -1
- package/src/sap/ui/integration/util/DataProviderFactory.js +1 -1
- package/src/sap/ui/integration/util/Destinations.js +87 -18
- package/src/sap/ui/integration/util/DisplayVariants.js +1 -1
- package/src/sap/ui/integration/util/ErrorHandler.js +1 -1
- package/src/sap/ui/integration/util/ExtensionDataProvider.js +1 -1
- package/src/sap/ui/integration/util/Form.js +1 -1
- package/src/sap/ui/integration/util/HeaderFactory.js +1 -1
- package/src/sap/ui/integration/util/JSONBindingHelper.js +1 -1
- package/src/sap/ui/integration/util/LoadingProvider.js +1 -1
- package/src/sap/ui/integration/util/Manifest.js +1 -1
- package/src/sap/ui/integration/util/OAuth3LOHelper.js +1 -1
- package/src/sap/ui/integration/util/ObjectStatusFactory.js +1 -1
- package/src/sap/ui/integration/util/RequestDataProvider.js +1 -1
- package/src/sap/ui/integration/util/ServiceDataProvider.js +1 -1
- package/src/sap/ui/integration/util/ServiceManager.js +1 -1
- package/src/sap/ui/integration/util/SkeletonCard.js +1 -1
- package/src/sap/ui/integration/util/SorterHelper.js +1 -1
- package/src/sap/ui/integration/util/Utils.js +46 -2
- package/src/sap/ui/integration/util/Validators.js +1 -1
- package/src/sap/ui/integration/util/openCardShowMore.js +2 -1
- package/src/sap/ui/integration/widgets/Card.js +162 -35
- package/ui5.yaml +10 -60
|
@@ -42,6 +42,7 @@ sap.ui.define([
|
|
|
42
42
|
"./Manifest",
|
|
43
43
|
"./Merger",
|
|
44
44
|
"./Settings",
|
|
45
|
+
"./Constants",
|
|
45
46
|
"sap/m/FlexItemData",
|
|
46
47
|
"sap/m/FlexBox",
|
|
47
48
|
"sap/m/Button"
|
|
@@ -83,6 +84,7 @@ sap.ui.define([
|
|
|
83
84
|
EditorManifest,
|
|
84
85
|
Merger,
|
|
85
86
|
Settings,
|
|
87
|
+
Constants,
|
|
86
88
|
FlexItemData,
|
|
87
89
|
FlexBox,
|
|
88
90
|
Button
|
|
@@ -133,7 +135,7 @@ sap.ui.define([
|
|
|
133
135
|
* @extends sap.ui.core.Control
|
|
134
136
|
*
|
|
135
137
|
* @author SAP SE
|
|
136
|
-
* @version 1.
|
|
138
|
+
* @version 1.141.0
|
|
137
139
|
* @constructor
|
|
138
140
|
* @since 1.94
|
|
139
141
|
* @private
|
|
@@ -150,7 +152,7 @@ sap.ui.define([
|
|
|
150
152
|
*/
|
|
151
153
|
mode: {
|
|
152
154
|
type: "string",
|
|
153
|
-
defaultValue:
|
|
155
|
+
defaultValue: Constants.EDITOR_MODE.ADMIN
|
|
154
156
|
},
|
|
155
157
|
language: {
|
|
156
158
|
type: "string",
|
|
@@ -232,7 +234,7 @@ sap.ui.define([
|
|
|
232
234
|
apiVersion: 2,
|
|
233
235
|
render: function (oRm, oControl) {
|
|
234
236
|
var oPreview = oControl.getAggregation("_preview");
|
|
235
|
-
var bShowPreview = oControl.getMode() !==
|
|
237
|
+
var bShowPreview = oControl.getMode() !== Constants.EDITOR_MODE.TRANSLATION && oControl.hasPreview();
|
|
236
238
|
var sPreviewPosition = oControl.getPreviewPosition();
|
|
237
239
|
if (bShowPreview && (sPreviewPosition === "top" || sPreviewPosition === "bottom")) {
|
|
238
240
|
oRm.openStart("div", oControl);
|
|
@@ -262,11 +264,11 @@ sap.ui.define([
|
|
|
262
264
|
//surrounding div tag for form <div class="sapUiIntegrationEditorForm"
|
|
263
265
|
oRm.openStart("div");
|
|
264
266
|
oRm.class("sapUiIntegrationEditorForm");
|
|
265
|
-
if (oControl.getMode() !==
|
|
267
|
+
if (oControl.getMode() !== Constants.EDITOR_MODE.TRANSLATION) {
|
|
266
268
|
oRm.class("settingsButtonSpace");
|
|
267
269
|
}
|
|
268
270
|
oRm.openEnd();
|
|
269
|
-
if (oControl.getMode() !==
|
|
271
|
+
if (oControl.getMode() !== Constants.EDITOR_MODE.TRANSLATION) {
|
|
270
272
|
oRm.renderControl(oControl.getAggregation("_messageStrip"));
|
|
271
273
|
}
|
|
272
274
|
var oItems = oControl.getAggregation("_formContent");
|
|
@@ -354,7 +356,7 @@ sap.ui.define([
|
|
|
354
356
|
};
|
|
355
357
|
for (var i = 0; i < oItems.length; i++) {
|
|
356
358
|
var oItem = oItems[i];
|
|
357
|
-
if (oControl.getMode() !==
|
|
359
|
+
if (oControl.getMode() !== Constants.EDITOR_MODE.TRANSLATION) {
|
|
358
360
|
if (oItem.isA("sap.ui.integration.editor.fields.GroupField")) {
|
|
359
361
|
var oGroupControl = oItem.getAggregation("_field");
|
|
360
362
|
if (!oGroupControl) {
|
|
@@ -911,7 +913,7 @@ sap.ui.define([
|
|
|
911
913
|
* @experimental since 1.94
|
|
912
914
|
* @public
|
|
913
915
|
* @author SAP SE
|
|
914
|
-
* @version 1.
|
|
916
|
+
* @version 1.141.0
|
|
915
917
|
* @borrows sap.ui.integration.editor.Editor#getParameters as getParameters
|
|
916
918
|
* @borrows sap.ui.integration.editor.Editor#resolveDestination as resolveDestination
|
|
917
919
|
* @borrows sap.ui.integration.editor.Editor#request as request
|
|
@@ -1076,7 +1078,7 @@ sap.ui.define([
|
|
|
1076
1078
|
var oManifestJson = this._oEditorManifest.oJson;
|
|
1077
1079
|
var _beforeCurrentLayer = merge({}, oManifestJson);
|
|
1078
1080
|
this._beforeManifestModel = new JSONModel(_beforeCurrentLayer);
|
|
1079
|
-
if (iCurrentModeIndex < Merger.layers[
|
|
1081
|
+
if (iCurrentModeIndex < Merger.layers[Constants.EDITOR_MODE.TRANSLATION] && this._currentLayerManifestChanges) {
|
|
1080
1082
|
//merge if not translation
|
|
1081
1083
|
oManifestJson = Merger.mergeDelta(oManifestJson, [this._currentLayerManifestChanges], this.getSection());
|
|
1082
1084
|
}
|
|
@@ -1087,7 +1089,7 @@ sap.ui.define([
|
|
|
1087
1089
|
this._initResourceBundlesForMultiTranslation();
|
|
1088
1090
|
//use the translations
|
|
1089
1091
|
this._loadDefaultTranslations();
|
|
1090
|
-
if (this.getMode() ===
|
|
1092
|
+
if (this.getMode() === Constants.EDITOR_MODE.TRANSLATION) {
|
|
1091
1093
|
await this._loadSpecialTranslations();
|
|
1092
1094
|
}
|
|
1093
1095
|
//add a context model
|
|
@@ -1239,7 +1241,8 @@ sap.ui.define([
|
|
|
1239
1241
|
var sConfigurationPath = this.getConfigurationPath();
|
|
1240
1242
|
this._oDestinations = new Destinations({
|
|
1241
1243
|
host: oHostInstance,
|
|
1242
|
-
manifestConfig: this._manifestModel.getProperty(sConfigurationPath + "/destinations")
|
|
1244
|
+
manifestConfig: this._manifestModel.getProperty(sConfigurationPath + "/destinations"),
|
|
1245
|
+
prefix: "destinations"
|
|
1243
1246
|
});
|
|
1244
1247
|
}
|
|
1245
1248
|
};
|
|
@@ -1380,7 +1383,7 @@ sap.ui.define([
|
|
|
1380
1383
|
//editor will merge the last layer locally to allow "reset" or properties
|
|
1381
1384
|
//also for translation layer, the "original" value is needed
|
|
1382
1385
|
var iLayer = oChange.hasOwnProperty(":layer") ? oChange[":layer"] : 1000;
|
|
1383
|
-
if (iLayer === Merger.layers[
|
|
1386
|
+
if (iLayer === Merger.layers[Constants.EDITOR_MODE.TRANSLATION]) {
|
|
1384
1387
|
var sLanguage = that._language;
|
|
1385
1388
|
if (sLanguage === "") {
|
|
1386
1389
|
sLanguage = Localization.getLanguage().replaceAll('_', '-');
|
|
@@ -1461,7 +1464,7 @@ sap.ui.define([
|
|
|
1461
1464
|
that._oDesigntimeInstance = oDesigntime;
|
|
1462
1465
|
that.initDestinations();
|
|
1463
1466
|
that.initDataProviderFactory();
|
|
1464
|
-
if (that.getMode() ===
|
|
1467
|
+
if (that.getMode() === Constants.EDITOR_MODE.ADMIN || that.getMode() === Constants.EDITOR_MODE.ALL) {
|
|
1465
1468
|
//always add destination settings for admin and all modes
|
|
1466
1469
|
that._addDestinationSettings(oConfiguration);
|
|
1467
1470
|
} else {
|
|
@@ -1544,7 +1547,7 @@ sap.ui.define([
|
|
|
1544
1547
|
for (var n in oSettings.form.items) {
|
|
1545
1548
|
var oItem = oSettings.form.items[n];
|
|
1546
1549
|
if (oItem.editable && oItem.visible) {
|
|
1547
|
-
if (this.getMode() !==
|
|
1550
|
+
if (this.getMode() !== Constants.EDITOR_MODE.TRANSLATION) {
|
|
1548
1551
|
if (oItem.translatable && !oItem._changed && oItem._translatedPlaceholder && !this._currentLayerManifestChanges[oItem.manifestpath]) {
|
|
1549
1552
|
//do not save a value that was not changed and comes from a translated default value
|
|
1550
1553
|
//mResult[oItem.manifestpath] = oItem._translatedPlaceholder;
|
|
@@ -1658,7 +1661,7 @@ sap.ui.define([
|
|
|
1658
1661
|
}
|
|
1659
1662
|
}
|
|
1660
1663
|
}
|
|
1661
|
-
if (this.getMode() ===
|
|
1664
|
+
if (this.getMode() === Constants.EDITOR_MODE.TRANSLATION) {
|
|
1662
1665
|
// translation mode don't have texts property
|
|
1663
1666
|
delete mResult.texts;
|
|
1664
1667
|
} else if (oSettings.texts) {
|
|
@@ -1746,7 +1749,7 @@ sap.ui.define([
|
|
|
1746
1749
|
if (oItem.editable) {
|
|
1747
1750
|
if (oItem.validateCheck === "failed") {
|
|
1748
1751
|
mChecks[oItem.manifestpath] = false;
|
|
1749
|
-
} else if ((oItem.isValid || oItem.required) && !(this.getMode() ===
|
|
1752
|
+
} else if ((oItem.isValid || oItem.required) && !(this.getMode() === Constants.EDITOR_MODE.TRANSLATION && oItem.translatable)) {
|
|
1750
1753
|
if (oItem.isValid) {
|
|
1751
1754
|
mChecks[oItem.manifestpath] = oItem.isValid(oItem);
|
|
1752
1755
|
}
|
|
@@ -2163,7 +2166,7 @@ sap.ui.define([
|
|
|
2163
2166
|
var oMsgIcon = this._createMessageIcon(oField, sParameterKey);
|
|
2164
2167
|
oField.setAssociation("_messageIcon", oMsgIcon);
|
|
2165
2168
|
}
|
|
2166
|
-
if (oConfig.description && this.getMode() !==
|
|
2169
|
+
if (oConfig.description && this.getMode() !== Constants.EDITOR_MODE.TRANSLATION) {
|
|
2167
2170
|
oField._descriptionIcon = this._createDescription(oConfig, sParameterKey);
|
|
2168
2171
|
}
|
|
2169
2172
|
if (oConfig._changeDynamicValues) {
|
|
@@ -2304,7 +2307,7 @@ sap.ui.define([
|
|
|
2304
2307
|
};
|
|
2305
2308
|
});
|
|
2306
2309
|
}
|
|
2307
|
-
if (this.getMode() ===
|
|
2310
|
+
if (this.getMode() === Constants.EDITOR_MODE.CONTENT && oConfig.pageAdminValues && oConfig.pageAdminValues.length > 0) {
|
|
2308
2311
|
var paValues = oConfig.pageAdminValues,
|
|
2309
2312
|
selValues = oConfig.value,
|
|
2310
2313
|
selValueItems = oConfig.valueItems || [],
|
|
@@ -2560,7 +2563,7 @@ sap.ui.define([
|
|
|
2560
2563
|
} else if (this.getAggregation("_extension")) {
|
|
2561
2564
|
oValueModel = this.getAggregation("_extension").getModel();
|
|
2562
2565
|
//filter data for page admin
|
|
2563
|
-
if (oValueModel && this.getMode() ===
|
|
2566
|
+
if (oValueModel && this.getMode() === Constants.EDITOR_MODE.CONTENT && oConfig.pageAdminValues && oConfig.pageAdminValues.length > 0) {
|
|
2564
2567
|
this.prepareFieldsInKey(oConfig);
|
|
2565
2568
|
var ePath = oConfig.values.path;
|
|
2566
2569
|
if (ePath.length > 1) {
|
|
@@ -2707,7 +2710,7 @@ sap.ui.define([
|
|
|
2707
2710
|
oConfig.__cols = oConfig.cols || 2;
|
|
2708
2711
|
|
|
2709
2712
|
//if the item is not visible or translation mode, continue immediately
|
|
2710
|
-
if (oConfig.visible === false || (!oConfig.translatable && sMode ===
|
|
2713
|
+
if (oConfig.visible === false || (!oConfig.translatable && sMode === Constants.EDITOR_MODE.TRANSLATION && oConfig.type !== "group")) {
|
|
2711
2714
|
return;
|
|
2712
2715
|
}
|
|
2713
2716
|
//display subPanel as iconTabBar or Panel
|
|
@@ -2729,7 +2732,7 @@ sap.ui.define([
|
|
|
2729
2732
|
}
|
|
2730
2733
|
var oNewLabel = null;
|
|
2731
2734
|
var sLanguage = Utils._language;
|
|
2732
|
-
if (sMode ===
|
|
2735
|
+
if (sMode === Constants.EDITOR_MODE.TRANSLATION) {
|
|
2733
2736
|
if (oConfig.type !== "string") {
|
|
2734
2737
|
return;
|
|
2735
2738
|
}
|
|
@@ -3025,7 +3028,7 @@ sap.ui.define([
|
|
|
3025
3028
|
oItems = oSettings.form.items;
|
|
3026
3029
|
//get current language
|
|
3027
3030
|
var sLanguage = this._language || this.getLanguage() || Utils._language;
|
|
3028
|
-
if (this.getMode() ===
|
|
3031
|
+
if (this.getMode() === Constants.EDITOR_MODE.TRANSLATION) {
|
|
3029
3032
|
//add top panel of translation editor
|
|
3030
3033
|
this._addItem({
|
|
3031
3034
|
type: "group",
|
|
@@ -3044,12 +3047,12 @@ sap.ui.define([
|
|
|
3044
3047
|
var sCurrentLayerValue;
|
|
3045
3048
|
if (oItem.manifestpath) {
|
|
3046
3049
|
this._mItemsByPaths[oItem.manifestpath] = oItem;
|
|
3047
|
-
if (this.getMode() !==
|
|
3050
|
+
if (this.getMode() !== Constants.EDITOR_MODE.TRANSLATION) {
|
|
3048
3051
|
sCurrentLayerValue = this._currentLayerManifestChanges[oItem.manifestpath];
|
|
3049
3052
|
}
|
|
3050
3053
|
}
|
|
3051
3054
|
//if not changed it should be undefined, and ignore changes in tranlation layer
|
|
3052
|
-
oItem._changed = sCurrentLayerValue !== undefined && this.getMode() !==
|
|
3055
|
+
oItem._changed = sCurrentLayerValue !== undefined && this.getMode() !== Constants.EDITOR_MODE.TRANSLATION;
|
|
3053
3056
|
|
|
3054
3057
|
if (oItem.values) {
|
|
3055
3058
|
oItem.translatable = false;
|
|
@@ -3079,7 +3082,7 @@ sap.ui.define([
|
|
|
3079
3082
|
if (sTranslationTextKey) {
|
|
3080
3083
|
//force translatable, even if it was not explicitly set already
|
|
3081
3084
|
oItem.translatable = true;
|
|
3082
|
-
} else if (oItem.translatable && this.getMode() ===
|
|
3085
|
+
} else if (oItem.translatable && this.getMode() === Constants.EDITOR_MODE.TRANSLATION && !this.getBeforeLayerChange(oItem.manifestpath)) {
|
|
3083
3086
|
//if no translation key which means item defined as string value directly.
|
|
3084
3087
|
//set the _translatedValue with item manifest value.
|
|
3085
3088
|
oItem._translatedValue = oItem._translatedDefaultPlaceholder;
|
|
@@ -3116,7 +3119,7 @@ sap.ui.define([
|
|
|
3116
3119
|
} else if (oItem.value === oItem._translatedDefaultPlaceholder) {
|
|
3117
3120
|
oItem.value = oItem._translatedValue;
|
|
3118
3121
|
}
|
|
3119
|
-
if (this.getMode() ===
|
|
3122
|
+
if (this.getMode() === Constants.EDITOR_MODE.TRANSLATION) {
|
|
3120
3123
|
//if we are in translation mode the default value differs and depends on the language
|
|
3121
3124
|
//TODO this does not work in SWZ, the base path is not taken into account...
|
|
3122
3125
|
//get the translated default value for the language we want to translate this.getLanguage()
|
|
@@ -3128,10 +3131,10 @@ sap.ui.define([
|
|
|
3128
3131
|
} else if (sTranslationValueinTexts) {
|
|
3129
3132
|
oItem.value = sTranslationValueinTexts;
|
|
3130
3133
|
}
|
|
3131
|
-
} else if (this.getMode() !==
|
|
3134
|
+
} else if (this.getMode() !== Constants.EDITOR_MODE.TRANSLATION && oItem.translatable && sTranslationValueinTexts) {
|
|
3132
3135
|
oItem.value = sTranslationValueinTexts;
|
|
3133
3136
|
}
|
|
3134
|
-
if (this.getMode() ===
|
|
3137
|
+
if (this.getMode() === Constants.EDITOR_MODE.TRANSLATION) {
|
|
3135
3138
|
if (this._isValueWithHandlebarsTranslation(oItem.label)) {
|
|
3136
3139
|
oItem._translatedLabel = this._getCurrentLanguageSpecificText(oItem.label.substring(2, oItem.label.length - 2), true);
|
|
3137
3140
|
} else if (oItem.label && oItem.label.startsWith("{i18n>")) {
|
|
@@ -3200,13 +3203,13 @@ sap.ui.define([
|
|
|
3200
3203
|
document.body.style.setProperty("--sapUiIntegrationEditorFormWidth", editorWidth);
|
|
3201
3204
|
}
|
|
3202
3205
|
//add preview
|
|
3203
|
-
if (this.getMode() !==
|
|
3206
|
+
if (this.getMode() !== Constants.EDITOR_MODE.TRANSLATION && this.getPreviewPosition() !== "separate") {
|
|
3204
3207
|
this._initPreview();
|
|
3205
3208
|
}
|
|
3206
3209
|
Promise.all(this._aFieldReadyPromise).then(function () {
|
|
3207
3210
|
this._fieldReady = true;
|
|
3208
3211
|
this.fireFieldReady();
|
|
3209
|
-
if (this.getMode() !==
|
|
3212
|
+
if (this.getMode() !== Constants.EDITOR_MODE.ADMIN && this.getMode() !== Constants.EDITOR_MODE.ALL) {
|
|
3210
3213
|
setTimeout(function () {
|
|
3211
3214
|
this.fireDestinationReady();
|
|
3212
3215
|
}.bind(this), 100);
|
|
@@ -3287,7 +3290,7 @@ sap.ui.define([
|
|
|
3287
3290
|
if (oItem.editable === undefined || oItem.editable === null) {
|
|
3288
3291
|
oItem.editable = true;
|
|
3289
3292
|
}
|
|
3290
|
-
if (this.getMode() !==
|
|
3293
|
+
if (this.getMode() !== Constants.EDITOR_MODE.ADMIN) {
|
|
3291
3294
|
if (oItem.visibleToUser !== undefined) {
|
|
3292
3295
|
oItem.visible = oItem.visibleToUser;
|
|
3293
3296
|
}
|
|
@@ -3422,7 +3425,7 @@ sap.ui.define([
|
|
|
3422
3425
|
Object.keys(oConfiguration.parameters).forEach(function (n) {
|
|
3423
3426
|
oItems[n] = merge({
|
|
3424
3427
|
manifestpath: sBasePath + "/" + n + "/value",
|
|
3425
|
-
editable: (sMode !==
|
|
3428
|
+
editable: (sMode !== Constants.EDITOR_MODE.TRANSLATION),
|
|
3426
3429
|
_settingspath: "/form/items/" + n
|
|
3427
3430
|
}, oConfiguration.parameters[n]);
|
|
3428
3431
|
var oItem = oItems[n];
|
|
@@ -18,7 +18,7 @@ sap.ui.define([
|
|
|
18
18
|
* @alias sap.ui.integration.editor.EditorResourceBundles
|
|
19
19
|
* @author SAP SE
|
|
20
20
|
* @since 1.94.0
|
|
21
|
-
* @version 1.
|
|
21
|
+
* @version 1.141.0
|
|
22
22
|
* @private
|
|
23
23
|
*/
|
|
24
24
|
var EditorResourceBundles = ManagedObject.extend("sap.ui.integration.editor.EditorResourceBundles", {
|
|
@@ -22,7 +22,8 @@ sap.ui.define([
|
|
|
22
22
|
"sap/m/CustomListItem",
|
|
23
23
|
"sap/m/VBox",
|
|
24
24
|
"sap/ui/core/CustomData",
|
|
25
|
-
"sap/ui/model/Sorter"
|
|
25
|
+
"sap/ui/model/Sorter",
|
|
26
|
+
"sap/ui/integration/editor/Constants"
|
|
26
27
|
], function (
|
|
27
28
|
Control,
|
|
28
29
|
Text,
|
|
@@ -42,7 +43,8 @@ sap.ui.define([
|
|
|
42
43
|
CustomListItem,
|
|
43
44
|
VBox,
|
|
44
45
|
CustomData,
|
|
45
|
-
Sorter
|
|
46
|
+
Sorter,
|
|
47
|
+
Constants
|
|
46
48
|
) {
|
|
47
49
|
"use strict";
|
|
48
50
|
|
|
@@ -54,7 +56,7 @@ sap.ui.define([
|
|
|
54
56
|
* @alias sap.ui.integration.editor.fields.BaseField
|
|
55
57
|
* @author SAP SE
|
|
56
58
|
* @since 1.83.0
|
|
57
|
-
* @version 1.
|
|
59
|
+
* @version 1.141.0
|
|
58
60
|
* @private
|
|
59
61
|
* @ui5-restricted
|
|
60
62
|
* @experimental since 1.83.0
|
|
@@ -660,9 +662,9 @@ sap.ui.define([
|
|
|
660
662
|
}
|
|
661
663
|
//default is true, Card editor needs set to false for translation and page admin mode if needed
|
|
662
664
|
var sMode = this.getMode();
|
|
663
|
-
oConfig.allowSettings = oConfig.allowSettings || oConfig.allowSettings !== false && sMode ===
|
|
665
|
+
oConfig.allowSettings = oConfig.allowSettings || oConfig.allowSettings !== false && sMode === Constants.EDITOR_MODE.ADMIN;
|
|
664
666
|
oConfig.allowDynamicValues = oConfig.allowDynamicValues || oConfig.allowDynamicValues !== false;
|
|
665
|
-
oConfig._changeDynamicValues = oConfig.visible && oConfig.editable && (oConfig.allowDynamicValues || oConfig.allowSettings) && sMode !==
|
|
667
|
+
oConfig._changeDynamicValues = oConfig.visible && oConfig.editable && (oConfig.allowDynamicValues || oConfig.allowSettings) && sMode !== Constants.EDITOR_MODE.TRANSLATION;
|
|
666
668
|
if (oConfig._changeDynamicValues) {
|
|
667
669
|
this._getDynamicField();
|
|
668
670
|
}
|
|
@@ -9,14 +9,16 @@ sap.ui.define([
|
|
|
9
9
|
"sap/m/Panel",
|
|
10
10
|
"sap/m/IconTabBar",
|
|
11
11
|
"sap/m/IconTabFilter",
|
|
12
|
-
"sap/m/MessageStrip"
|
|
12
|
+
"sap/m/MessageStrip",
|
|
13
|
+
"sap/ui/integration/editor/Constants"
|
|
13
14
|
], function (
|
|
14
15
|
Element,
|
|
15
16
|
BaseField,
|
|
16
17
|
Panel,
|
|
17
18
|
IconTabBar,
|
|
18
19
|
IconTabFilter,
|
|
19
|
-
MessageStrip
|
|
20
|
+
MessageStrip,
|
|
21
|
+
Constants
|
|
20
22
|
) {
|
|
21
23
|
"use strict";
|
|
22
24
|
|
|
@@ -26,7 +28,7 @@ sap.ui.define([
|
|
|
26
28
|
* @alias sap.ui.integration.editor.fields.GroupField
|
|
27
29
|
* @author SAP SE
|
|
28
30
|
* @since 1.106.0
|
|
29
|
-
* @version 1.
|
|
31
|
+
* @version 1.141.0
|
|
30
32
|
* @private
|
|
31
33
|
* @experimental since 1.106.0
|
|
32
34
|
* @ui5-restricted
|
|
@@ -110,7 +112,7 @@ sap.ui.define([
|
|
|
110
112
|
var oConfig = this.getConfiguration();
|
|
111
113
|
var oControl = this.getAggregation("_field");
|
|
112
114
|
if (oControl instanceof Panel) {
|
|
113
|
-
if (this.getMode() !==
|
|
115
|
+
if (this.getMode() !== Constants.EDITOR_MODE.TRANSLATION) {
|
|
114
116
|
var oResourceBundle = this.getResourceBundle();
|
|
115
117
|
var oMessageStripOfPanel = new MessageStrip({
|
|
116
118
|
id: this.getParameterId() + "_strip",
|
|
@@ -201,7 +203,7 @@ sap.ui.define([
|
|
|
201
203
|
oControl.setHeaderBackgroundDesign("Transparent");
|
|
202
204
|
// oControl.setHeaderBackgroundDesign("Solid");
|
|
203
205
|
// handle messageStrip for tab filter
|
|
204
|
-
if (this.getMode() !==
|
|
206
|
+
if (this.getMode() !== Constants.EDITOR_MODE.TRANSLATION) {
|
|
205
207
|
var oMessageStripOfTab = new MessageStrip({
|
|
206
208
|
id: this.getParameterId() + "_strip",
|
|
207
209
|
showIcon: false,
|
|
@@ -21,7 +21,8 @@ sap.ui.define([
|
|
|
21
21
|
"sap/base/util/restricted/_debounce",
|
|
22
22
|
"sap/base/util/deepClone",
|
|
23
23
|
"sap/base/util/deepEqual",
|
|
24
|
-
"sap/ui/integration/util/Utils"
|
|
24
|
+
"sap/ui/integration/util/Utils",
|
|
25
|
+
"sap/ui/integration/editor/Constants"
|
|
25
26
|
], function (
|
|
26
27
|
BaseField,
|
|
27
28
|
Input,
|
|
@@ -39,7 +40,8 @@ sap.ui.define([
|
|
|
39
40
|
_debounce,
|
|
40
41
|
deepClone,
|
|
41
42
|
deepEqual,
|
|
42
|
-
Utils
|
|
43
|
+
Utils,
|
|
44
|
+
Constants
|
|
43
45
|
) {
|
|
44
46
|
"use strict";
|
|
45
47
|
var REGEXP_PARAMETERS = /parameters\.([^\}\}]+)/g;
|
|
@@ -55,7 +57,7 @@ sap.ui.define([
|
|
|
55
57
|
* @alias sap.ui.integration.editor.fields.StringField
|
|
56
58
|
* @author SAP SE
|
|
57
59
|
* @since 1.83.0
|
|
58
|
-
* @version 1.
|
|
60
|
+
* @version 1.141.0
|
|
59
61
|
* @private
|
|
60
62
|
* @experimental since 1.83.0
|
|
61
63
|
* @ui5-restricted
|
|
@@ -128,7 +130,7 @@ sap.ui.define([
|
|
|
128
130
|
});
|
|
129
131
|
}.bind(this);
|
|
130
132
|
}
|
|
131
|
-
if (this.getMode() ===
|
|
133
|
+
if (this.getMode() === Constants.EDITOR_MODE.TRANSLATION) {
|
|
132
134
|
if (oConfig.editable) {
|
|
133
135
|
oVisualization = {
|
|
134
136
|
type: Input,
|
|
@@ -224,7 +226,7 @@ sap.ui.define([
|
|
|
224
226
|
}
|
|
225
227
|
};
|
|
226
228
|
}
|
|
227
|
-
} else if (this.getMode() !==
|
|
229
|
+
} else if (this.getMode() !== Constants.EDITOR_MODE.TRANSLATION && oConfig.translatable) {
|
|
228
230
|
//use value help function of input to show the multi language popup
|
|
229
231
|
oVisualization = {
|
|
230
232
|
type: Input,
|
|
@@ -24,14 +24,14 @@ sap.ui.define([
|
|
|
24
24
|
* @namespace
|
|
25
25
|
* @alias sap.ui.integration
|
|
26
26
|
* @author SAP SE
|
|
27
|
-
* @version 1.
|
|
27
|
+
* @version 1.141.0
|
|
28
28
|
* @since 1.62
|
|
29
29
|
* @public
|
|
30
30
|
*/
|
|
31
31
|
var thisLib = Library.init({
|
|
32
32
|
apiVersion: 2,
|
|
33
33
|
name: "sap.ui.integration",
|
|
34
|
-
version: "1.
|
|
34
|
+
version: "1.141.0",
|
|
35
35
|
dependencies: [
|
|
36
36
|
"sap.ui.core",
|
|
37
37
|
"sap.f",
|
|
@@ -154,6 +154,9 @@ ARIA_DESCRIPTION_CARD_TYPE_TIMELINE=Timeline Card.
|
|
|
154
154
|
#XACT: ARIA announcement (aria-describedby) for a WebPage Card
|
|
155
155
|
ARIA_DESCRIPTION_CARD_TYPE_WEBPAGE=Web Page Card.
|
|
156
156
|
|
|
157
|
+
#XACT: ARIA announcement (aria-labelledby) for a Card with display variant tile
|
|
158
|
+
ARIA_LABELLEDBY_DISPLAY_VARIANT_TILE=Tile
|
|
159
|
+
|
|
157
160
|
#XTIT: Card Editor caption for editor destination settings section, destinations is a technical term here and refers to https://help.sap.com/viewer/b865ed651e414196b39f8922db2122c7/Cloud/en-US/e4f1d97cbb571014a247d10f9f9a685d.html
|
|
158
161
|
EDITOR_DESTINATIONS=Destinations
|
|
159
162
|
|
|
@@ -101,6 +101,8 @@ ARIA_DESCRIPTION_CARD_TYPE_TIMELINE=\u0628\u0637\u0627\u0642\u0629 \u0627\u0644\
|
|
|
101
101
|
|
|
102
102
|
ARIA_DESCRIPTION_CARD_TYPE_WEBPAGE=\u0628\u0637\u0627\u0642\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628.
|
|
103
103
|
|
|
104
|
+
ARIA_LABELLEDBY_DISPLAY_VARIANT_TILE=\u0627\u0644\u0625\u0637\u0627\u0631
|
|
105
|
+
|
|
104
106
|
EDITOR_DESTINATIONS=\u0627\u0644\u0648\u062C\u0647\u0627\u062A
|
|
105
107
|
|
|
106
108
|
EDITOR_PARAMETERS_GENERALSETTINGS=\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0639\u0627\u0645\u0629
|
|
@@ -189,7 +191,7 @@ EDITOR_FIELD_OBJECT_TABLE_BUTTON_MOVE_DOWN_TOOLTIP=\u062A\u062D\u0631\u064A\u064
|
|
|
189
191
|
|
|
190
192
|
EDITOR_FIELD_OBJECT_TABLE_BUTTON_EDIT_TOOLTIP=\u062A\u062D\u0631\u064A\u0631
|
|
191
193
|
|
|
192
|
-
|
|
194
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_DISPLAY_TOOLTIP=\u0639\u0631\u0636
|
|
193
195
|
|
|
194
196
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_TITLE=\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0642\u064A\u0645\u0629
|
|
195
197
|
|