@openui5/sap.ui.integration 1.84.46 → 1.84.48
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 +3 -3
- package/src/sap/ui/integration/.library +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 +1 -1
- 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 +1 -1
- 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/Header.js +1 -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 +1 -1
- 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/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/controls/ActionsToolbar.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/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/i18n/i18n_en_US_saptrc.properties +74 -64
- 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/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/numberEditor/NumberEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/selectEditor/SelectEditor.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/IsJSONObject.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_en_US_saptrc.properties +132 -110
- 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/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/CardEditor.js +1 -1
- package/src/sap/ui/integration/designtime/editor/CardPreview.js +1 -1
- package/src/sap/ui/integration/designtime/editor/fields/BaseField.js +1 -1
- package/src/sap/ui/integration/designtime/editor/fields/BooleanField.js +1 -1
- package/src/sap/ui/integration/designtime/editor/fields/DateField.js +1 -1
- package/src/sap/ui/integration/designtime/editor/fields/DateTimeField.js +1 -1
- package/src/sap/ui/integration/designtime/editor/fields/DestinationField.js +1 -1
- package/src/sap/ui/integration/designtime/editor/fields/IntegerField.js +1 -1
- package/src/sap/ui/integration/designtime/editor/fields/ListField.js +1 -1
- package/src/sap/ui/integration/designtime/editor/fields/NumberField.js +1 -1
- package/src/sap/ui/integration/designtime/editor/fields/Settings.js +1 -1
- package/src/sap/ui/integration/designtime/editor/fields/StringField.js +1 -1
- package/src/sap/ui/integration/designtime/editor/fields/viz/ColorSelect.js +1 -1
- package/src/sap/ui/integration/designtime/editor/fields/viz/IconSelect.js +1 -1
- package/src/sap/ui/integration/designtime/editor/fields/viz/ShapeSelect.js +1 -1
- package/src/sap/ui/integration/library.js +2 -2
- package/src/sap/ui/integration/messagebundle_en_US_saptrc.properties +62 -10
- package/src/sap/ui/integration/util/BindingHelper.js +1 -1
- package/src/sap/ui/integration/util/BindingResolver.js +1 -1
- package/src/sap/ui/integration/util/CardActions.js +1 -1
- package/src/sap/ui/integration/util/ContentFactory.js +1 -1
- package/src/sap/ui/integration/util/ContextModel.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 +1 -1
- package/src/sap/ui/integration/util/ExtensionDataProvider.js +1 -1
- package/src/sap/ui/integration/util/FilterBarFactory.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/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/Utils.js +1 -1
- 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.84.
|
|
3
|
+
"version": "1.84.48",
|
|
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.84.
|
|
18
|
-
"@openui5/sap.f": "1.84.
|
|
17
|
+
"@openui5/sap.ui.core": "1.84.48",
|
|
18
|
+
"@openui5/sap.f": "1.84.48"
|
|
19
19
|
}
|
|
20
20
|
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.84.
|
|
9
|
+
<version>1.84.48</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 library with integration-related controls.</documentation>
|
|
12
12
|
|
|
@@ -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.84.
|
|
20
|
+
* @version 1.84.48
|
|
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-input</code> or <code>ui5-textarea<code> UI5 web component.
|
|
17
17
|
*
|
|
18
18
|
* @author SAP SE
|
|
19
|
-
* @version 1.84.
|
|
19
|
+
* @version 1.84.48
|
|
20
20
|
*
|
|
21
21
|
* @private
|
|
22
22
|
* @since 1.74
|
|
@@ -1,127 +1,137 @@
|
|
|
1
|
-
BASE_EDITOR.MAP.EMPTY=
|
|
1
|
+
BASE_EDITOR.MAP.EMPTY=qvDcp+puOIS7g1CcsTD3PQ_No entries
|
|
2
2
|
|
|
3
|
-
BASE_EDITOR.MAP.KEY=
|
|
3
|
+
BASE_EDITOR.MAP.KEY=IYgG8GR+QaILKwO8Lt3mzQ_Key
|
|
4
4
|
|
|
5
|
-
BASE_EDITOR.MAP.VALUE=
|
|
5
|
+
BASE_EDITOR.MAP.VALUE=TWcHh5TmFohwYTotqvEv9w_Value
|
|
6
6
|
|
|
7
|
-
BASE_EDITOR.MAP.TYPE=
|
|
7
|
+
BASE_EDITOR.MAP.TYPE=jhVDDDHP/8YOWV/e9ToP7A_Type
|
|
8
8
|
|
|
9
|
-
BASE_EDITOR.MAP.REMOVE_PARAMETER=
|
|
9
|
+
BASE_EDITOR.MAP.REMOVE_PARAMETER=DwhFSZwztfMBes8tl6ugiA_Remove Parameter
|
|
10
10
|
|
|
11
|
-
BASE_EDITOR.MAP.DUPLICATE_KEY=
|
|
11
|
+
BASE_EDITOR.MAP.DUPLICATE_KEY=vYxPg5Wle0vcT61CamRkBA_Please enter a unique key.
|
|
12
12
|
|
|
13
|
-
BASE_EDITOR.MAP.ADD_PARAMETER=
|
|
13
|
+
BASE_EDITOR.MAP.ADD_PARAMETER=Njr7rQuGcrzn/KvYXmXFog_Add Parameter
|
|
14
14
|
|
|
15
|
-
BASE_EDITOR.MAP.TYPES.STRING=
|
|
15
|
+
BASE_EDITOR.MAP.TYPES.STRING=ra9jRaJpLrg9a3JGNGvobg_String
|
|
16
16
|
|
|
17
|
-
BASE_EDITOR.MAP.TYPES.BOOLEAN=
|
|
17
|
+
BASE_EDITOR.MAP.TYPES.BOOLEAN=PK3CHV2UEQzMIAFUyNbHUQ_Boolean
|
|
18
18
|
|
|
19
|
-
BASE_EDITOR.MAP.TYPES.NUMBER=
|
|
19
|
+
BASE_EDITOR.MAP.TYPES.NUMBER=CmNI5/rtAu1QJGdBvmljkA_Number
|
|
20
20
|
|
|
21
|
-
BASE_EDITOR.MAP.TYPES.INTEGER=
|
|
21
|
+
BASE_EDITOR.MAP.TYPES.INTEGER=EfuWcEVLTmQo7kYbxMdVmQ_Integer
|
|
22
22
|
|
|
23
|
-
BASE_EDITOR.MAP.TYPES.DATE=
|
|
23
|
+
BASE_EDITOR.MAP.TYPES.DATE=uHDvdh/bcn2W85R9VcADYA_Date
|
|
24
24
|
|
|
25
|
-
BASE_EDITOR.MAP.TYPES.DATETIME=
|
|
25
|
+
BASE_EDITOR.MAP.TYPES.DATETIME=UfuraClwZi4+WtjhzkiNtQ_Date/Time
|
|
26
26
|
|
|
27
|
-
BASE_EDITOR.
|
|
27
|
+
BASE_EDITOR.MAP.TYPES.GROUP=c5QCjewd1ybeSvuvmcOwCA_Group
|
|
28
28
|
|
|
29
|
-
BASE_EDITOR.
|
|
29
|
+
BASE_EDITOR.MAP.TYPES.ICON=wZjjNkjU7PNCpH5JxLOUtg_Icon
|
|
30
30
|
|
|
31
|
-
BASE_EDITOR.
|
|
31
|
+
BASE_EDITOR.MAP.TYPES.SIMPLEICON=tKvm9TbLr38fANIE79KxTw_Simple Icon
|
|
32
32
|
|
|
33
|
-
BASE_EDITOR.
|
|
33
|
+
BASE_EDITOR.MAP.TYPES.ARRAY=xYf/QHiTFpI9vE9rSSWmXQ_Array
|
|
34
34
|
|
|
35
|
-
BASE_EDITOR.
|
|
35
|
+
BASE_EDITOR.STRING.INVALID_BINDING=EhKAVp7MI/1px4937Xy5cw_Please enter a valid binding string.
|
|
36
36
|
|
|
37
|
-
BASE_EDITOR.
|
|
37
|
+
BASE_EDITOR.LIST.DUPLICATE_ENTRY=SoGncds9hODmegjbRasWOA_Please enter a unique value.
|
|
38
38
|
|
|
39
|
-
BASE_EDITOR.
|
|
39
|
+
BASE_EDITOR.ENUM.INVALID_SELECTION=rwM5ishDhHmiN9tD2QWuzg_Please select a value from the list.
|
|
40
40
|
|
|
41
|
-
BASE_EDITOR.
|
|
41
|
+
BASE_EDITOR.ENUM.CUSTOM_VALUES_NOT_ALLOWED=dTrlc7qtYlqeN8S8fw5VMQ_Custom values are not allowed.
|
|
42
42
|
|
|
43
|
-
BASE_EDITOR.
|
|
43
|
+
BASE_EDITOR.SELECT.INVALID_SELECTION=/Dhf2WXQAXixnMMPbVAqgA_Please select a value from the list.
|
|
44
44
|
|
|
45
|
-
BASE_EDITOR.
|
|
45
|
+
BASE_EDITOR.SELECT.CUSTOM_VALUES_NOT_ALLOWED=74sHKc/VNia5xI0fxAE4pg_Custom values are not allowed.
|
|
46
46
|
|
|
47
|
-
BASE_EDITOR.
|
|
47
|
+
BASE_EDITOR.PROPERTY.BINDING_NOT_ALLOWED=EFcxsdNKdV2fzcG4TIPMeg_Binding strings are not allowed.
|
|
48
48
|
|
|
49
|
-
BASE_EDITOR.
|
|
49
|
+
BASE_EDITOR.ARRAY.ITEM_LABEL=adSzMvsuQKe+jD/tTuF+5A_Item
|
|
50
50
|
|
|
51
|
-
BASE_EDITOR.ARRAY.
|
|
51
|
+
BASE_EDITOR.ARRAY.NEW_ITEM_LABEL=58kv2A35WkXAFn5Ei2t4fw_New\: {0}
|
|
52
52
|
|
|
53
|
-
BASE_EDITOR.
|
|
53
|
+
BASE_EDITOR.ARRAY.REMOVE=0E/S/h02zOoOrawid27MjQ_Remove Item
|
|
54
54
|
|
|
55
|
-
BASE_EDITOR.
|
|
55
|
+
BASE_EDITOR.MOVEUP=FUygecji3Erjv6WpKPFFGg_Move Up
|
|
56
56
|
|
|
57
|
-
BASE_EDITOR.
|
|
57
|
+
BASE_EDITOR.MOVEDOWN=6YKmH0Dm8zyV6MZDk6z02A_Move Down
|
|
58
58
|
|
|
59
|
-
BASE_EDITOR.
|
|
59
|
+
BASE_EDITOR.ARRAY.ADD=F7lG8oLf8YL+gYf6r2sm3w_Add\: {0}
|
|
60
60
|
|
|
61
|
-
BASE_EDITOR.
|
|
61
|
+
BASE_EDITOR.JSON.TITLE=bGN/VNnrrM3b8JSO+WiTgw_Edit JSON Data
|
|
62
62
|
|
|
63
|
-
BASE_EDITOR.
|
|
63
|
+
BASE_EDITOR.JSON.SAVE=TypCQMXaa8gFnmgD8NCdeA_Save
|
|
64
64
|
|
|
65
|
-
BASE_EDITOR.
|
|
65
|
+
BASE_EDITOR.JSON.CANCEL=lppRxqxCiqHuz543ZdDpyg_Cancel
|
|
66
66
|
|
|
67
|
-
BASE_EDITOR.
|
|
67
|
+
BASE_EDITOR.JSON.BEAUTIFY=/hjDgnrEKYGqzl/aC9fcSQ_Beautify
|
|
68
68
|
|
|
69
|
-
BASE_EDITOR.
|
|
69
|
+
BASE_EDITOR.NUMBER.INVALID_BINDING_OR_NUMBER=ZFSc4/TEz0vElV1qoEgFaQ_Please enter a valid binding string or a number.
|
|
70
70
|
|
|
71
|
-
BASE_EDITOR.
|
|
71
|
+
BASE_EDITOR.INTEGER.INVALID_BINDING_OR_INTEGER=AiLWHUtfNM53at2VXZftpw_Please enter a valid binding string or an integer.
|
|
72
72
|
|
|
73
|
-
BASE_EDITOR.
|
|
73
|
+
BASE_EDITOR.BOOLEAN.INVALID_BINDING_OR_BOOLEAN=V8e+9Dwvzd0J1ScRXfm3Lg_Please enter a valid binding string or a boolean.
|
|
74
74
|
|
|
75
|
-
BASE_EDITOR.
|
|
75
|
+
BASE_EDITOR.BOOLEAN.TRUE_VALUE=hCXdOZuT+w3Cc0lmb5C58w_True
|
|
76
76
|
|
|
77
|
-
BASE_EDITOR.
|
|
77
|
+
BASE_EDITOR.BOOLEAN.FALSE_VALUE=tMmCbptdzbRBnGLWEb3tJg_False
|
|
78
78
|
|
|
79
|
-
BASE_EDITOR.ICON.
|
|
79
|
+
BASE_EDITOR.ICON.INVALID_BINDING_OR_ICON=HSYwuX70TMVDrZNuXxB82A_Please enter a valid binding string or an icon URI.
|
|
80
80
|
|
|
81
|
-
BASE_EDITOR.ICON.
|
|
81
|
+
BASE_EDITOR.ICON.BUTTON_SETTINGS=fYLEuNHhXKU71DrMNgCP6w_Settings
|
|
82
82
|
|
|
83
|
-
BASE_EDITOR.ICON.
|
|
83
|
+
BASE_EDITOR.ICON.SETTINGS_DIALOG_TITLE=KUspDiX8DkHB2urDmUupCA_Display Settings
|
|
84
84
|
|
|
85
|
-
BASE_EDITOR.ICON.
|
|
85
|
+
BASE_EDITOR.ICON.SETTINGS_DIALOG_SHAPE_LABEL=by5HG1JQBMoUAp90pYTh4w_Shape
|
|
86
86
|
|
|
87
|
-
BASE_EDITOR.ICON.
|
|
87
|
+
BASE_EDITOR.ICON.SELECTION_SHAPE=2M8XwZcl7BzunSA6VNXHxA_Select the shape of the icon
|
|
88
88
|
|
|
89
|
-
BASE_EDITOR.ICON.
|
|
89
|
+
BASE_EDITOR.ICON.SETTINGS_DIALOG_SHAPE_SQUARE=Gw0esRx544+jG7Iz2E2ebA_Square
|
|
90
90
|
|
|
91
|
-
BASE_EDITOR.ICON.
|
|
91
|
+
BASE_EDITOR.ICON.SETTINGS_DIALOG_SHAPE_CIRCLE=YVBhCjPb6eucRll80yTMVg_Circle
|
|
92
92
|
|
|
93
|
-
BASE_EDITOR.ICON.
|
|
93
|
+
BASE_EDITOR.ICON.INPUT_ALT=nS9XmsdnHT7c7YlEOt6Y+Q_Enter alternative text for the icon
|
|
94
94
|
|
|
95
|
-
BASE_EDITOR.ICON.
|
|
95
|
+
BASE_EDITOR.ICON.SETTINGS_DIALOG_TEXT_LABEL=SGSi/3Pn8g9FhTGeINP0zA_Text
|
|
96
96
|
|
|
97
|
-
BASE_EDITOR.ICON.
|
|
97
|
+
BASE_EDITOR.ICON.INPUT_TEXT=V/T/o9NhCFETsZu3LrLxZQ_Enter text inside the icon
|
|
98
98
|
|
|
99
|
-
BASE_EDITOR.ICON.
|
|
99
|
+
BASE_EDITOR.ICON.TYPE_ICON=DLx+bELvPuaH1S0HzecuHA_Icon
|
|
100
100
|
|
|
101
|
-
BASE_EDITOR.ICON.
|
|
101
|
+
BASE_EDITOR.ICON.TYPE_PICTURE=Vpt1Bymf2P9GJLWGnNbHTQ_Picture
|
|
102
102
|
|
|
103
|
-
BASE_EDITOR.
|
|
103
|
+
BASE_EDITOR.ICON.SETTINGS_DIALOG_BACKGROUNDCOLOR_LABEL=Ea/NKGJb2xzTe/mYFbn2bg_Background Color
|
|
104
104
|
|
|
105
|
-
BASE_EDITOR.
|
|
105
|
+
BASE_EDITOR.ICON.INPUT_BACKGROUNDCOLOR=Bs2xetNyI5cgAjYdDHqGMw_Enter background color of the icon
|
|
106
106
|
|
|
107
|
-
BASE_EDITOR.
|
|
107
|
+
BASE_EDITOR.ICON.INPUT_COLOR=gtw3XbuB6KvIZ8LlcNdkEg_Enter color of the icon
|
|
108
108
|
|
|
109
|
-
BASE_EDITOR.
|
|
109
|
+
BASE_EDITOR.ICON.SETTINGS_DIALOG_COLOR_LABEL=+t10S3NmAl/syc1QkOMALw_Color
|
|
110
110
|
|
|
111
|
-
BASE_EDITOR.
|
|
111
|
+
BASE_EDITOR.DATE.INVALID_BINDING_OR_DATE=pHTcc8MqgHQ+4mfRJ1OuCQ_Please enter a valid binding string or date.
|
|
112
112
|
|
|
113
|
-
BASE_EDITOR.VALIDATOR.
|
|
113
|
+
BASE_EDITOR.VALIDATOR.INVALID_BINDING=RdeUfcZwrZFbd9pK9CC0UA_Invalid binding.
|
|
114
114
|
|
|
115
|
-
BASE_EDITOR.VALIDATOR.
|
|
115
|
+
BASE_EDITOR.VALIDATOR.FORBIDDEN_BINDING=g5iko8IMHTzuTtA7/eSI7w_Bindings are not allowed.
|
|
116
116
|
|
|
117
|
-
BASE_EDITOR.VALIDATOR.
|
|
117
|
+
BASE_EDITOR.VALIDATOR.FORBIDDEN_CUSTOM_VALUE=iM6mfc8Eq3hhNLTyMI06ZQ_Custom values are not allowed.
|
|
118
118
|
|
|
119
|
-
BASE_EDITOR.VALIDATOR.
|
|
119
|
+
BASE_EDITOR.VALIDATOR.NOT_A_NUMBER=6pF1POQGNnewVXIy72vmdQ_Not a number
|
|
120
120
|
|
|
121
|
-
BASE_EDITOR.VALIDATOR.
|
|
121
|
+
BASE_EDITOR.VALIDATOR.NOT_AN_INTEGER=mf4Af9kgZ0Ag4S9YwKrjGg_Not an integer
|
|
122
122
|
|
|
123
|
-
BASE_EDITOR.VALIDATOR.
|
|
123
|
+
BASE_EDITOR.VALIDATOR.NOT_A_BOOLEAN=bTOBQqYVBuEF9ttFQyCeZw_Not a boolean
|
|
124
124
|
|
|
125
|
-
BASE_EDITOR.VALIDATOR.
|
|
125
|
+
BASE_EDITOR.VALIDATOR.NOT_A_JSONOBJECT=8wh1BVZOdTxvY3YC2R3uEA_Not a JSON format
|
|
126
126
|
|
|
127
|
-
BASE_EDITOR.VALIDATOR.
|
|
127
|
+
BASE_EDITOR.VALIDATOR.NOT_AN_ICON=JrUxc2EjY+yVooh6ti1cjw_Not an icon
|
|
128
|
+
|
|
129
|
+
BASE_EDITOR.VALIDATOR.MAX_LENGTH=lJFpJYPRLG6U8TI8nZqIrQ_Max length of {0} symbols exceeded.
|
|
130
|
+
|
|
131
|
+
BASE_EDITOR.VALIDATOR.DUPLICATE_ENTRY=nA3x4rXcxzcsHc1vtSZr7Q_Duplicate entry
|
|
132
|
+
|
|
133
|
+
BASE_EDITOR.VALIDATOR.DUPLICATE_KEY=8c1JuZa3zu8swidChYNuOA_Duplicate key
|
|
134
|
+
|
|
135
|
+
BASE_EDITOR.VALIDATOR.INVALID_DATE=7EQYX5v21M6JbtVbBGbeOA_Invalid date
|
|
136
|
+
|
|
137
|
+
BASE_EDITOR.VALIDATOR.FAILED_PATTERN_TEST=w4V6tu4wNDNwB0Zf0hn49g_Input does not match the pattern.
|