@openui5/sap.ui.integration 1.96.32 → 1.96.34

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 (119) 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 +1 -1
  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_US_saptrc.properties +150 -71
  40. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/BasePropertyEditor.js +1 -1
  41. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/PropertyEditorFactory.js +1 -1
  42. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/arrayEditor/ArrayEditor.js +1 -1
  43. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/booleanEditor/BooleanEditor.js +1 -1
  44. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateEditor/DateEditor.js +1 -1
  45. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateTimeEditor/DateTimeEditor.js +1 -1
  46. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/enumStringEditor/EnumStringEditor.js +1 -1
  47. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/groupEditor/GroupEditor.js +1 -1
  48. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
  49. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IsInIconPool.validator.js +1 -1
  50. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/integerEditor/IntegerEditor.js +1 -1
  51. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/jsonEditor/JsonEditor.js +1 -1
  52. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/listEditor/ListEditor.js +1 -1
  53. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/mapEditor/MapEditor.js +1 -1
  54. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/numberEditor/NumberEditor.js +1 -1
  55. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/selectEditor/SelectEditor.js +1 -1
  56. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/separatorEditor/SeparatorEditor.js +1 -1
  57. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/stringEditor/StringEditor.js +1 -1
  58. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/textAreaEditor/TextAreaEditor.js +1 -1
  59. package/src/sap/ui/integration/designtime/baseEditor/util/binding/ObjectBinding.js +1 -1
  60. package/src/sap/ui/integration/designtime/baseEditor/util/unset.js +1 -1
  61. package/src/sap/ui/integration/designtime/baseEditor/validator/IsBoolean.js +1 -1
  62. package/src/sap/ui/integration/designtime/baseEditor/validator/IsDate.js +1 -1
  63. package/src/sap/ui/integration/designtime/baseEditor/validator/IsInteger.js +1 -1
  64. package/src/sap/ui/integration/designtime/baseEditor/validator/IsNumber.js +1 -1
  65. package/src/sap/ui/integration/designtime/baseEditor/validator/IsSelectedKey.js +1 -1
  66. package/src/sap/ui/integration/designtime/baseEditor/validator/IsStringList.js +1 -1
  67. package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueKey.js +1 -1
  68. package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueList.js +1 -1
  69. package/src/sap/ui/integration/designtime/baseEditor/validator/IsValidBinding.js +1 -1
  70. package/src/sap/ui/integration/designtime/baseEditor/validator/MaxLength.js +1 -1
  71. package/src/sap/ui/integration/designtime/baseEditor/validator/NotABinding.js +1 -1
  72. package/src/sap/ui/integration/designtime/baseEditor/validator/ValidatorRegistry.js +1 -1
  73. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en_US_saptrc.properties +266 -132
  74. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/complexMapEditor/ComplexMapEditor.js +1 -1
  75. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/destinationsEditor/DestinationsEditor.js +1 -1
  76. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
  77. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/parametersEditor/ParametersEditor.js +1 -1
  78. package/src/sap/ui/integration/designtime/editor/CardEditor.js +1 -1
  79. package/src/sap/ui/integration/designtime/editor/CardPreview.js +1 -1
  80. package/src/sap/ui/integration/editor/Editor.js +2 -2
  81. package/src/sap/ui/integration/editor/EditorResourceBundles.js +1 -1
  82. package/src/sap/ui/integration/editor/Extension.js +1 -1
  83. package/src/sap/ui/integration/editor/Manifest.js +1 -1
  84. package/src/sap/ui/integration/editor/Settings.js +1 -1
  85. package/src/sap/ui/integration/editor/fields/BaseField.js +1 -1
  86. package/src/sap/ui/integration/editor/fields/BooleanField.js +1 -1
  87. package/src/sap/ui/integration/editor/fields/DateField.js +1 -1
  88. package/src/sap/ui/integration/editor/fields/DateTimeField.js +1 -1
  89. package/src/sap/ui/integration/editor/fields/DestinationField.js +1 -1
  90. package/src/sap/ui/integration/editor/fields/IntegerField.js +1 -1
  91. package/src/sap/ui/integration/editor/fields/ListField.js +1 -1
  92. package/src/sap/ui/integration/editor/fields/NumberField.js +1 -1
  93. package/src/sap/ui/integration/editor/fields/StringField.js +1 -1
  94. package/src/sap/ui/integration/editor/fields/viz/ColorSelect.js +1 -1
  95. package/src/sap/ui/integration/editor/fields/viz/IconSelect.js +1 -1
  96. package/src/sap/ui/integration/editor/fields/viz/ShapeSelect.js +1 -1
  97. package/src/sap/ui/integration/library.js +2 -2
  98. package/src/sap/ui/integration/messagebundle_en_US_saptrc.properties +161 -78
  99. package/src/sap/ui/integration/model/ContextModel.js +1 -1
  100. package/src/sap/ui/integration/model/ObservableModel.js +1 -1
  101. package/src/sap/ui/integration/util/BaseFactory.js +1 -1
  102. package/src/sap/ui/integration/util/BindingHelper.js +1 -1
  103. package/src/sap/ui/integration/util/BindingResolver.js +1 -1
  104. package/src/sap/ui/integration/util/CardActions.js +1 -1
  105. package/src/sap/ui/integration/util/CardObserver.js +1 -1
  106. package/src/sap/ui/integration/util/ContentFactory.js +1 -1
  107. package/src/sap/ui/integration/util/DataProvider.js +1 -1
  108. package/src/sap/ui/integration/util/DataProviderFactory.js +1 -1
  109. package/src/sap/ui/integration/util/Destinations.js +1 -1
  110. package/src/sap/ui/integration/util/ExtensionDataProvider.js +1 -1
  111. package/src/sap/ui/integration/util/HeaderFactory.js +1 -1
  112. package/src/sap/ui/integration/util/JSONBindingHelper.js +1 -1
  113. package/src/sap/ui/integration/util/LoadingProvider.js +1 -1
  114. package/src/sap/ui/integration/util/Manifest.js +1 -1
  115. package/src/sap/ui/integration/util/RequestDataProvider.js +1 -1
  116. package/src/sap/ui/integration/util/ServiceDataProvider.js +1 -1
  117. package/src/sap/ui/integration/util/ServiceManager.js +1 -1
  118. package/src/sap/ui/integration/util/Utils.js +1 -1
  119. package/src/sap/ui/integration/widgets/Card.js +2 -2
@@ -1,141 +1,220 @@
1
- BASE_EDITOR.MAP.EMPTY=1NbtRzXBYVQxLRPVAON6Vg_No entries
1
+ #This is the resource bundle for the OpenUI5 sap.ui.integration.designtime.editor module
2
+ #
3
+ #XLBL: Fallback label for property editor type
4
+ BASE_EDITOR.FALLBACK_TYPE=9pvqYufB71rvFlzxRLmfgg_Custom type
2
5
 
3
- BASE_EDITOR.MAP.KEY=oEkxPIwiRZ/idytNkocWYA_Key
6
+ #XFLD: Empty table text
7
+ BASE_EDITOR.MAP.EMPTY=06kLG0svu7ZXc9DUCT+tag_No entries
4
8
 
5
- BASE_EDITOR.MAP.VALUE=Nu8WuvXGyStatfLLBoZZUg_Value
9
+ #XFLD: Header for key column inside map editor
10
+ BASE_EDITOR.MAP.KEY=D7x+WIzrA5q+vMI78gD21w_Key
6
11
 
7
- BASE_EDITOR.MAP.TYPE=ImXmQM67iSweil+cb7vxwQ_Type
12
+ #XFLD: Header for value column inside map editor
13
+ BASE_EDITOR.MAP.VALUE=FR/GUYIaTl7XS+z1Ixl3Og_Value
8
14
 
9
- BASE_EDITOR.MAP.REMOVE=BmxRUEoeRbp1OSA9pslYRw_Remove
15
+ #XFLD: Header for data type column inside map editor
16
+ BASE_EDITOR.MAP.TYPE=UPv13w/r+WAEpUjTpxNiQQ_Type
10
17
 
11
- BASE_EDITOR.MAP.DUPLICATE_KEY=U/sXCfq3TRCmRNyZ630Hyw_Please enter a unique key.
18
+ #XFLD: Property editor tooltip
19
+ BASE_EDITOR.MAP.REMOVE=a5bJHiQKAanS79/e3AeqxQ_Remove
12
20
 
13
- BASE_EDITOR.MAP.ADD=lLkRcjlzMase8/hPKnGbWg_Add\: {0}
21
+ #XTOL: Validation error text
22
+ BASE_EDITOR.MAP.DUPLICATE_KEY=4VKskCoZVASPgcf9AtjzWg_Please enter a unique key.
14
23
 
15
- BASE_EDITOR.MAP.DEFAULT_TYPE=jQlpVeTunDwnLwLESD6CqA_Parameter
24
+ #XFLD: Label for adding new map item, placeholder is the item type (singular), i.e. "Add: Item"
25
+ BASE_EDITOR.MAP.ADD=WaoJAo1VzrHbQDBH5cJ9QQ_Add\: {0}
16
26
 
17
- BASE_EDITOR.MAP.TYPES.STRING=YjklqckM5AJbPZ2H7cGghw_String
27
+ #XFLD: Map editor default type
28
+ BASE_EDITOR.MAP.DEFAULT_TYPE=9DyDWmk+ZvTKWgsWb7J/LQ_Parameter
18
29
 
19
- BASE_EDITOR.MAP.TYPES.BOOLEAN=f3P9N6g+F/V5h+OE9dbX5Q_Boolean
30
+ #XLBL: Property editor type - String
31
+ BASE_EDITOR.TYPES.STRING=z1DnuWtJC1WqrHchkQZnRA_String
20
32
 
21
- BASE_EDITOR.MAP.TYPES.NUMBER=2Cr48gGxKmOJrcY+w9x7fw_Number
33
+ #XLBL: Property editor type - Boolean
34
+ BASE_EDITOR.TYPES.BOOLEAN=heUdIqFKn1KjIkOXk6+32Q_Boolean
22
35
 
23
- BASE_EDITOR.MAP.TYPES.INTEGER=RWf+G5C97MtR+DUt8c+5TA_Integer
36
+ #XLBL: Property editor type - Number
37
+ BASE_EDITOR.TYPES.NUMBER=BLDe4w2vN7mK1SaAiwYDww_Number
24
38
 
25
- BASE_EDITOR.MAP.TYPES.DATE=XigcABXti3XZpKi+HnkM5w_Date
39
+ #XLBL: Property editor type - Integer
40
+ BASE_EDITOR.TYPES.INTEGER=6mQXOVaU+dNijy4VBvcLaw_Integer
26
41
 
27
- BASE_EDITOR.MAP.TYPES.DATETIME=hFcr4HFaCeJqgAFI3l5Tfg_Date Time
42
+ #XLBL: Property editor type - Date
43
+ BASE_EDITOR.TYPES.DATE=r8n3U3apAkS2UU/2KVpRiQ_Date
28
44
 
29
- BASE_EDITOR.MAP.TYPES.GROUP=MSGwGQPkPkOGKbtCzwvWVg_Group
45
+ #XLBL: Property editor type - Datetime
46
+ BASE_EDITOR.TYPES.DATETIME=BnZ3rhuSaOD2O6rlx16Cog_Date Time
30
47
 
31
- BASE_EDITOR.MAP.TYPES.SEPARATOR=Ly5kYUtPVqxHuh0E7syHFw_Separator
48
+ #XLBL: Property editor type - Group
49
+ BASE_EDITOR.TYPES.GROUP=ajroH2XbE2ekgUEhQ2NhYA_Group
32
50
 
33
- BASE_EDITOR.MAP.TYPES.ICON=BZNEcYV159bqUVNjCahagA_Icon
51
+ #XLBL: Property editor type - Separator
52
+ BASE_EDITOR.TYPES.SEPARATOR=EjZSwGPZ2zFKnHmBfST57A_Separator
34
53
 
35
- BASE_EDITOR.MAP.TYPES.SIMPLEICON=ae+5WKqpTFH1czZ9f5G2ng_Simple Icon
54
+ #XLBL: Property editor type - Icon
55
+ BASE_EDITOR.TYPES.ICON=+LeoAF6GAG69Jf7wYfmI+A_Icon
36
56
 
37
- BASE_EDITOR.MAP.TYPES.ARRAY=Svd2EEoYWONLV38NMHbsHw_Array
57
+ #XLBL: Property editor type - SimpleIcon
58
+ BASE_EDITOR.TYPES.SIMPLEICON=UNPn1ZlQPkJfv6Xva3hDLw_Simple Icon
38
59
 
39
- BASE_EDITOR.STRING.INVALID_BINDING=dBxLUdALxuuDVkqcn2SUXA_Please enter a valid binding string.
60
+ #XLBL: Property editor type - Array
61
+ BASE_EDITOR.TYPES.ARRAY=4jexk2Pe8FNzxDjHFHEj5w_Array
40
62
 
41
- BASE_EDITOR.LIST.DUPLICATE_ENTRY=x2g7nKsCqPfKyOmhFm79tw_Please enter a unique value.
63
+ #XLBL: Property editor type - JSON
64
+ BASE_EDITOR.TYPES.JSON=h+sHuiu4YTh4u/hvgZ6TxQ_JSON
42
65
 
43
- BASE_EDITOR.ENUM.INVALID_SELECTION=6llmUDAJZh562Z2wu+jaiw_Please select a value from the list.
66
+ #XTOL: Validation error text
67
+ BASE_EDITOR.STRING.INVALID_BINDING=D+QamhR2DnpU10zjz7I+2A_Please enter a valid binding string.
44
68
 
45
- BASE_EDITOR.ENUM.CUSTOM_VALUES_NOT_ALLOWED=qCoHBJoKOmxrH3/zYC2+ag_Custom values are not allowed.
69
+ #XTOL: Validation error text
70
+ BASE_EDITOR.LIST.DUPLICATE_ENTRY=QaN92tb7LCS8BdsyVQlr3Q_Please enter a unique value.
46
71
 
47
- BASE_EDITOR.SELECT.INVALID_SELECTION=A/PWxahsxMUPdoHLIX1O8g_Please select a value from the list.
72
+ #XTOL: Validation error text
73
+ BASE_EDITOR.ENUM.INVALID_SELECTION=MnJ0KOzpU/EA17JO0glbgw_Please select a value from the list.
48
74
 
49
- BASE_EDITOR.SELECT.CUSTOM_VALUES_NOT_ALLOWED=fYzDk0a/tsc1xJAH9Frzfw_Custom values are not allowed.
75
+ #XTOL: Validation error text
76
+ BASE_EDITOR.ENUM.CUSTOM_VALUES_NOT_ALLOWED=vtAwGMY8vueyIUtZ8EeO/A_Custom values are not allowed.
50
77
 
51
- BASE_EDITOR.PROPERTY.BINDING_NOT_ALLOWED=rIKpKGr4Y5SOscvkyVaC9A_Binding strings are not allowed.
78
+ #XTOL: Validation error text
79
+ BASE_EDITOR.SELECT.INVALID_SELECTION=S+pMqIdL+YkmMrtiGaenLw_Please select a value from the list.
52
80
 
53
- BASE_EDITOR.ARRAY.ITEM_LABEL=S756fn0U9QMWOE1vutYf6w_Item
81
+ #XTOL: Validation error text
82
+ BASE_EDITOR.SELECT.CUSTOM_VALUES_NOT_ALLOWED=XXcDfiEsWZhkeyl4Sj12Ew_Custom values are not allowed.
54
83
 
55
- BASE_EDITOR.ARRAY.NEW_ITEM_LABEL=WFvJHyyQ5SHxj23F9bKKkA_New\: {0}
84
+ #XTOL: Validation error text
85
+ BASE_EDITOR.PROPERTY.BINDING_NOT_ALLOWED=5K3iDd1Y7T/V7ZYyGdHTkg_Binding strings are not allowed.
56
86
 
57
- BASE_EDITOR.ARRAY.REMOVE=D22Yj3zHqfOPWcQYEQCezA_Remove item
87
+ #XFLD: Property editor tooltip
88
+ BASE_EDITOR.ARRAY.ITEM_LABEL=yju4Ff2RtbQcFPolZQ01jA_Item
58
89
 
59
- BASE_EDITOR.MOVEUP=qMpyIM2ERkdupTUtM1RPHw_Move up
90
+ #XFLD: Default label for new array item, placeholder is the array item type (singular), i.e. "New Item"
91
+ BASE_EDITOR.ARRAY.NEW_ITEM_LABEL=y+Hcy6dK0e0NtZ96ACoXBA_New\: {0}
60
92
 
61
- BASE_EDITOR.MOVEDOWN=Ab9NYN8SruvQZmf6n0NAKw_Move down
93
+ #XFLD: Property editor tooltip
94
+ BASE_EDITOR.ARRAY.REMOVE=LwH+W47PoqEvg3+t5bsMSQ_Remove item
62
95
 
63
- BASE_EDITOR.ARRAY.ADD=pFbd+htBDhlPgfl0wmSYAA_Add\: {0}
96
+ #XFLD: Property editor tooltip
97
+ BASE_EDITOR.MOVEUP=Vgq4auWokL2xgUF88buTHA_Move up
64
98
 
65
- BASE_EDITOR.JSON.TITLE=cKM2DkRufa4dZQm2Pq8pkQ_Edit JSON Data
99
+ #XFLD: Property editor tooltip
100
+ BASE_EDITOR.MOVEDOWN=eOAEBzGkdGusNvH/Bj6Hog_Move down
66
101
 
67
- BASE_EDITOR.JSON.SAVE=kudMszhoeBkFoJBdHb9Jow_Save
102
+ #XBUT: Button to add items to an array, placeholder is the array item type (singular), i.e. "Add Item"
103
+ BASE_EDITOR.ARRAY.ADD=/AS9gKV+zYWnCaPz8ikC/g_Add\: {0}
68
104
 
69
- BASE_EDITOR.JSON.CANCEL=3KL8C1Q9z9GJju3uYXDQ5g_Cancel
105
+ #XFLD: Property editor tooltip - Title for JSON Data Editor
106
+ BASE_EDITOR.JSON.TITLE=FPLxWMGCrDM9abvng5ZQ0g_Edit JSON Data
70
107
 
71
- BASE_EDITOR.JSON.BEAUTIFY=GZBpyE6rbVSrolfxEUlP1Q_Beautify
108
+ #XFLD: Property editor tooltip - Save changes to JSON
109
+ BASE_EDITOR.JSON.SAVE=3xS2KQstOiQqEmFDjY8TgA_Save
72
110
 
73
- BASE_EDITOR.NUMBER.INVALID_BINDING_OR_NUMBER=42Y9CDeq1Veb+mj3hLCzHA_Please enter a valid binding string or a number.
111
+ #XFLD: Property editor tooltip - Cancel JSON editing and discard changes
112
+ BASE_EDITOR.JSON.CANCEL=RqLW0UWF/1sgnE3lMjkLTA_Cancel
74
113
 
75
- BASE_EDITOR.INTEGER.INVALID_BINDING_OR_INTEGER=beAsdcbjIsi2cVf5TNccVw_Please enter a valid binding string or an integer.
114
+ #XFLD: Property editor tooltip - Beautify the code inside the JSON editor
115
+ BASE_EDITOR.JSON.BEAUTIFY=DqlafrXkAroGdOuuksgfug_Beautify
76
116
 
77
- BASE_EDITOR.BOOLEAN.INVALID_BINDING_OR_BOOLEAN=HPbGHO/ckIquS+wfZIR0bw_Please enter a valid binding string or a boolean.
117
+ #XTOL: Validation error text - NaN or invalid binding string inside number editor
118
+ BASE_EDITOR.NUMBER.INVALID_BINDING_OR_NUMBER=FvR+x+tHpdVc1fyx4YhkxQ_Please enter a valid binding string or a number.
78
119
 
79
- BASE_EDITOR.BOOLEAN.TRUE_VALUE=TWKJWK4CVT0QPrQwTGSp3w_True
120
+ #XTOL: Validation error text - NaN or invalid binding string inside integer editor
121
+ BASE_EDITOR.INTEGER.INVALID_BINDING_OR_INTEGER=x0N5+4xXm0jmbsJnyGA32g_Please enter a valid binding string or an integer.
80
122
 
81
- BASE_EDITOR.BOOLEAN.FALSE_VALUE=NBQSViFPbTSHTuTOTBjG4w_False
123
+ #XTOL: Validation error text - Not a boolean or invalid binding string inside boolean editor
124
+ BASE_EDITOR.BOOLEAN.INVALID_BINDING_OR_BOOLEAN=MDPTuFVhBnVs+6dc6Pwn2g_Please enter a valid binding string or a boolean.
82
125
 
83
- BASE_EDITOR.ICON.INVALID_BINDING_OR_ICON=bEAw/yV+cTYX1BzQKFxhfQ_Please enter a valid binding string or an icon URI.
126
+ #XSEL: True value inside boolean editor
127
+ BASE_EDITOR.BOOLEAN.TRUE_VALUE=4xCeuHmFt8fRuJm+0imVjg_True
84
128
 
85
- BASE_EDITOR.ICON.BUTTON_SETTINGS=VIMbrB5gCuuoUH83fDVymw_Settings
129
+ #XSEL: False value inside boolean editor
130
+ BASE_EDITOR.BOOLEAN.FALSE_VALUE=Rxl5LWpERucCgI2zUNUJYg_False
86
131
 
87
- BASE_EDITOR.ICON.SETTINGS_DIALOG_TITLE=M2wT125uOmHUpDH4HAMxfA_Display settings
132
+ #XTOL: Validation error text - Not an icon URI or invalid binding string inside icon editor
133
+ BASE_EDITOR.ICON.INVALID_BINDING_OR_ICON=YibIC0+27f3LLJirkrmDsw_Please enter a valid binding string or an icon URI.
88
134
 
89
- BASE_EDITOR.ICON.SETTINGS_DIALOG_SHAPE_LABEL=Kfvu9Z0jl5D+HheqKywNXQ_Shape
135
+ #XTOL: Tooltip for Settings-Button
136
+ BASE_EDITOR.ICON.BUTTON_SETTINGS=wiMT15vv2OXSjaSrjcyzIQ_Settings
90
137
 
91
- BASE_EDITOR.ICON.SELECTION_SHAPE=6XCLYWMAlQxwc286HWX9oA_Select the shape of the icon
138
+ #XTIT: Title for the Settings Dialog
139
+ BASE_EDITOR.ICON.SETTINGS_DIALOG_TITLE=hfr58hsqJgztMi3fdXWVZg_Display settings
92
140
 
93
- BASE_EDITOR.ICON.SETTINGS_DIALOG_SHAPE_SQUARE=SIHcA7RtYjXmB5fDIMHJ3w_Square
141
+ #XLBL: Label for Shape Input Field on Settings Dialog
142
+ BASE_EDITOR.ICON.SETTINGS_DIALOG_SHAPE_LABEL=Kk3kKXAsJc+lwLlBJ8IFng_Shape
94
143
 
95
- BASE_EDITOR.ICON.SETTINGS_DIALOG_SHAPE_CIRCLE=GyQd8x4l+mkbtNd67lG8VA_Circle
144
+ #XTOL: Tooltip for Shape Selection
145
+ BASE_EDITOR.ICON.SELECTION_SHAPE=VGPRvf8i+al1OX67sz9hkQ_Select the shape of the icon
96
146
 
97
- BASE_EDITOR.ICON.INPUT_ALT=F+GSAZW7+0/otlFYUd2sNA_Enter alternative text for the icon
147
+ #XLBL: Label for Shape "Square"
148
+ BASE_EDITOR.ICON.SETTINGS_DIALOG_SHAPE_SQUARE=nObE83kNioAcc4kzYSuXYg_Square
98
149
 
99
- BASE_EDITOR.ICON.SETTINGS_DIALOG_TEXT_LABEL=u1bO2lMK0otGJvQb4Yks4A_Text
150
+ #XLBL: Label for Shape "Circle"
151
+ BASE_EDITOR.ICON.SETTINGS_DIALOG_SHAPE_CIRCLE=5+0ksUV0OMGP7u166lUtzg_Circle
100
152
 
101
- BASE_EDITOR.ICON.INPUT_TEXT=R2B9tx7iw9draBHiRGK4TA_Enter text inside the icon
153
+ #XTOL: Tooltip for Alt Text
154
+ BASE_EDITOR.ICON.INPUT_ALT=por8dZkPEzGGfmVLI5FnsQ_Enter alternative text for the icon
102
155
 
103
- BASE_EDITOR.ICON.TYPE_ICON=mYiFNwo0VmGqskuW4RavAA_Icon
156
+ #XLBL: Label for Text Input Field on Settings Dialog
157
+ BASE_EDITOR.ICON.SETTINGS_DIALOG_TEXT_LABEL=2TsSpZHtknRrnndzXvQ2lg_Text
104
158
 
105
- BASE_EDITOR.ICON.TYPE_PICTURE=M+E6ef3r7p1eP4Oe6TPPOQ_Picture
159
+ #XTOL: Tooltip for Text
160
+ BASE_EDITOR.ICON.INPUT_TEXT=RiCmpKUsm8VunxYpcHARYw_Enter text inside the icon
106
161
 
107
- BASE_EDITOR.ICON.SETTINGS_DIALOG_BACKGROUNDCOLOR_LABEL=dwfKhLqG24REWA0lOpaXsA_Background color
162
+ #XLBL: Label for Icon-Type "Icon"
163
+ BASE_EDITOR.ICON.TYPE_ICON=ECDt1wPcVOFDQBMmUSSbBQ_Icon
108
164
 
109
- BASE_EDITOR.ICON.INPUT_BACKGROUNDCOLOR=CWsfvXR7VE+npygdoAF1Ag_Enter background color of the icon
165
+ #XLBL: Label for Icon-Type "Picture"
166
+ BASE_EDITOR.ICON.TYPE_PICTURE=LYZ+iNsB/dbw8KyrKj0reA_Picture
110
167
 
111
- BASE_EDITOR.ICON.INPUT_COLOR=KrMl6ZP3IxGPRaVYxyCkHg_Enter color of the icon
168
+ #XLBL: Label for Background Color Input Field on Settings Dialog
169
+ BASE_EDITOR.ICON.SETTINGS_DIALOG_BACKGROUNDCOLOR_LABEL=r/FxLMoZ6aBePX0MdyviPQ_Background color
112
170
 
113
- BASE_EDITOR.ICON.SETTINGS_DIALOG_COLOR_LABEL=/jK8HlUpUozpOewaT3enHw_Color
171
+ #XTOL: Tooltip for Background Color
172
+ BASE_EDITOR.ICON.INPUT_BACKGROUNDCOLOR=wnj8kNJCslpEON6/mzGb2g_Enter background color of the icon
114
173
 
115
- BASE_EDITOR.DATE.INVALID_BINDING_OR_DATE=sk5IkVXQbGJcBbTY4Ffgrg_Please enter a valid binding string or date.
174
+ #XTOL: Tooltip for Color
175
+ BASE_EDITOR.ICON.INPUT_COLOR=TYsUzYfoegTFiAJtwhnfww_Enter color of the icon
116
176
 
117
- BASE_EDITOR.VALIDATOR.INVALID_BINDING=ikILBbP60AhJ19QsCOXoiw_Invalid binding.
177
+ #XLBL: Label for Color Input Field on Settings Dialog
178
+ BASE_EDITOR.ICON.SETTINGS_DIALOG_COLOR_LABEL=fTomw47Kocl982bAPKpMZQ_Color
118
179
 
119
- BASE_EDITOR.VALIDATOR.FORBIDDEN_BINDING=S5fdVbO8SJDcFjtTyzsI3A_Bindings are not allowed.
180
+ #XTOL: Validation error text - Not a date or binding string inside date editor
181
+ BASE_EDITOR.DATE.INVALID_BINDING_OR_DATE=P0F28WUTffOjFi5+sfUkAQ_Please enter a valid binding string or date.
120
182
 
121
- BASE_EDITOR.VALIDATOR.FORBIDDEN_CUSTOM_VALUE=i/6T9WPTiTM3uU7H40C6lw_Custom values are not allowed.
183
+ #XTOL: Validation error text
184
+ BASE_EDITOR.VALIDATOR.INVALID_BINDING=WYOwKFPmxytbrKjzm+2dZg_Invalid binding.
122
185
 
123
- BASE_EDITOR.VALIDATOR.NOT_A_NUMBER=lpxlojhkJ//XImnJXbX4NQ_Not a number.
186
+ #XTOL: Validation error text
187
+ BASE_EDITOR.VALIDATOR.FORBIDDEN_BINDING=ap02Wu59tay5rS2bgzj6yQ_Bindings are not allowed.
124
188
 
125
- BASE_EDITOR.VALIDATOR.NOT_AN_INTEGER=a1pg3zXMZO9MP3K0rZLCHg_Not an integer.
189
+ #XTOL: Validation error text
190
+ BASE_EDITOR.VALIDATOR.FORBIDDEN_CUSTOM_VALUE=aTM5Ip1iCJE1ANdx19QdsQ_Custom values are not allowed.
126
191
 
127
- BASE_EDITOR.VALIDATOR.NOT_A_BOOLEAN=mnLGspym8SSrFatXa5XQ9w_Not a boolean.
192
+ #XTOL: Validation error text
193
+ BASE_EDITOR.VALIDATOR.NOT_A_NUMBER=uGfXbrDDxnxXbxSOhomvJA_Not a number.
128
194
 
129
- BASE_EDITOR.VALIDATOR.NOT_A_JSONOBJECT=ZCidjiI3QIoAK2cw/7wPNg_Not a JSON Format.
195
+ #XTOL: Validation error text
196
+ BASE_EDITOR.VALIDATOR.NOT_AN_INTEGER=Ow6Vp3jJFNbtxHYvMmft/w_Not an integer.
130
197
 
131
- BASE_EDITOR.VALIDATOR.NOT_AN_ICON=lS8Zy6epNkgAyq2P/c/xYw_Not an icon.
198
+ #XTOL: Validation error text
199
+ BASE_EDITOR.VALIDATOR.NOT_A_BOOLEAN=eOFuJCnUKF/QxxE2sCEiPQ_Not a boolean.
132
200
 
133
- BASE_EDITOR.VALIDATOR.MAX_LENGTH=dOCPHGFqwqTB4T6M2lbwEQ_Max length of {0} symbols is exceeded.
201
+ #XTOL: Validation error text
202
+ BASE_EDITOR.VALIDATOR.NOT_A_JSONOBJECT=1LBBS3fs1eRUlh3XkLBsZw_Not a JSON Format.
134
203
 
135
- BASE_EDITOR.VALIDATOR.DUPLICATE_ENTRY=AQj1B4Tvtui4925qn1bBLQ_Duplicate entry.
204
+ #XTOL: Validation error text
205
+ BASE_EDITOR.VALIDATOR.NOT_AN_ICON=tXoJBxD+QDnjhJlQSa/Udg_Not an icon.
136
206
 
137
- BASE_EDITOR.VALIDATOR.DUPLICATE_KEY=Q9e4UvCqScqXlQuIb0Espw_Duplicate key.
207
+ #XTOL: Validation error text
208
+ BASE_EDITOR.VALIDATOR.MAX_LENGTH=o+fqE+kecMSEoDu6chNlvw_Max length of {0} symbols is exceeded.
138
209
 
139
- BASE_EDITOR.VALIDATOR.INVALID_DATE=GuCxyhRUtWZb3wrNtisrPw_Invalid date.
210
+ #XTOL: Validation error text
211
+ BASE_EDITOR.VALIDATOR.DUPLICATE_ENTRY=XKMStGQYWtsCtsNa8jgwUQ_Duplicate entry.
140
212
 
141
- BASE_EDITOR.VALIDATOR.FAILED_PATTERN_TEST=4jkkRh7sUdzVB10PRrxeHw_Input does not match the pattern.
213
+ #XTOL: Validation error text
214
+ BASE_EDITOR.VALIDATOR.DUPLICATE_KEY=+klG8+rCoYUMjmx+qxSBng_Duplicate key.
215
+
216
+ #XTOL: Validation error text
217
+ BASE_EDITOR.VALIDATOR.INVALID_DATE=dmn503rY6BqZOxgurQkL9g_Invalid date.
218
+
219
+ #XTOL: Validation error text
220
+ BASE_EDITOR.VALIDATOR.FAILED_PATTERN_TEST=aQuSD7Mt2SBb4mKK60nQQg_Input does not match the pattern.
@@ -52,7 +52,7 @@ sap.ui.define([
52
52
  * @alias sap.ui.integration.designtime.baseEditor.propertyEditor.BasePropertyEditor
53
53
  * @author SAP SE
54
54
  * @since 1.70
55
- * @version 1.96.32
55
+ * @version 1.96.34
56
56
  *
57
57
  * @private
58
58
  * @experimental 1.70
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * @namespace sap.ui.integration.designtime.baseEditor.propertyEditor.PropertyEditorFactory
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.96.32
22
+ * @version 1.96.34
23
23
  *
24
24
  * @static
25
25
  * @since 1.75
@@ -82,7 +82,7 @@ sap.ui.define([
82
82
  * @alias sap.ui.integration.designtime.baseEditor.propertyEditor.arrayEditor.ArrayEditor
83
83
  * @author SAP SE
84
84
  * @since 1.72
85
- * @version 1.96.32
85
+ * @version 1.96.34
86
86
  *
87
87
  * @private
88
88
  * @experimental 1.72
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @alias sap.ui.integration.designtime.baseEditor.propertyEditor.booleanEditor.BooleanEditor
25
25
  * @author SAP SE
26
26
  * @since 1.72
27
- * @version 1.96.32
27
+ * @version 1.96.34
28
28
  *
29
29
  * @private
30
30
  * @experimental 1.72
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @alias sap.ui.integration.designtime.baseEditor.propertyEditor.dateEditor.DateEditor
23
23
  * @author SAP SE
24
24
  * @since 1.76
25
- * @version 1.96.32
25
+ * @version 1.96.34
26
26
  *
27
27
  * @private
28
28
  * @experimental 1.76
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @alias sap.ui.integration.designtime.baseEditor.propertyEditor.dateTimeEditor.DateTimeEditor
25
25
  * @author SAP SE
26
26
  * @since 1.76
27
- * @version 1.96.32
27
+ * @version 1.96.34
28
28
  *
29
29
  * @private
30
30
  * @experimental 1.76
@@ -47,7 +47,7 @@ sap.ui.define([
47
47
  * @alias sap.ui.integration.designtime.baseEditor.propertyEditor.enumStringEditor.EnumStringEditor
48
48
  * @author SAP SE
49
49
  * @since 1.70
50
- * @version 1.96.32
50
+ * @version 1.96.34
51
51
  *
52
52
  * @private
53
53
  * @experimental 1.70
@@ -47,7 +47,7 @@ sap.ui.define([
47
47
  * @alias sap.ui.integration.designtime.baseEditor.propertyEditor.groupEditor.GroupEditor
48
48
  * @author SAP SE
49
49
  * @since 1.85
50
- * @version 1.96.32
50
+ * @version 1.96.34
51
51
  *
52
52
  * @private
53
53
  * @experimental 1.85
@@ -42,7 +42,7 @@ sap.ui.define([
42
42
  * @alias sap.ui.integration.designtime.baseEditor.propertyEditor.iconEditor.IconEditor
43
43
  * @author SAP SE
44
44
  * @since 1.70
45
- * @version 1.96.32
45
+ * @version 1.96.34
46
46
  *
47
47
  * @private
48
48
  * @experimental 1.70
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  *
20
20
  * @namespace sap.ui.integration.designtime.baseEditor.propertyEditor.iconEditor.IsInIconPool
21
21
  * @author SAP SE
22
- * @version 1.96.32
22
+ * @version 1.96.34
23
23
  *
24
24
  * @static
25
25
  * @since 1.81
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @alias sap.ui.integration.designtime.baseEditor.propertyEditor.integerEditor.IntegerEditor
25
25
  * @author SAP SE
26
26
  * @since 1.76
27
- * @version 1.96.32
27
+ * @version 1.96.34
28
28
  *
29
29
  * @private
30
30
  * @experimental 1.76
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @alias sap.ui.integration.designtime.baseEditor.propertyEditor.jsonEditor.JsonEditor
25
25
  * @author SAP SE
26
26
  * @since 1.72
27
- * @version 1.96.32
27
+ * @version 1.96.34
28
28
  *
29
29
  * @private
30
30
  * @experimental 1.72
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @alias sap.ui.integration.designtime.baseEditor.propertyEditor.listEditor.ListEditor
23
23
  * @author SAP SE
24
24
  * @since 1.76
25
- * @version 1.96.32
25
+ * @version 1.96.34
26
26
  *
27
27
  * @private
28
28
  * @experimental 1.76
@@ -96,7 +96,7 @@ sap.ui.define([
96
96
  * @alias sap.ui.integration.designtime.baseEditor.propertyEditor.mapEditor.MapEditor
97
97
  * @author SAP SE
98
98
  * @since 1.74
99
- * @version 1.96.32
99
+ * @version 1.96.34
100
100
  *
101
101
  * @private
102
102
  * @experimental 1.74
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @alias sap.ui.integration.designtime.baseEditor.propertyEditor.numberEditor.NumberEditor
29
29
  * @author SAP SE
30
30
  * @since 1.72
31
- * @version 1.96.32
31
+ * @version 1.96.34
32
32
  *
33
33
  * @private
34
34
  * @experimental 1.72
@@ -47,7 +47,7 @@ sap.ui.define([
47
47
  * @alias sap.ui.integration.designtime.baseEditor.propertyEditor.selectEditor.SelectEditor
48
48
  * @author SAP SE
49
49
  * @since 1.81
50
- * @version 1.96.32
50
+ * @version 1.96.34
51
51
  *
52
52
  * @private
53
53
  * @experimental 1.81
@@ -47,7 +47,7 @@ sap.ui.define([
47
47
  * @alias sap.ui.integration.designtime.baseEditor.propertyEditor.separatorEditor.SeparatorEditor
48
48
  * @author SAP SE
49
49
  * @since 1.91
50
- * @version 1.96.32
50
+ * @version 1.96.34
51
51
  *
52
52
  * @private
53
53
  * @experimental 1.91
@@ -61,7 +61,7 @@ sap.ui.define([
61
61
  * @alias sap.ui.integration.designtime.baseEditor.propertyEditor.stringEditor.StringEditor
62
62
  * @author SAP SE
63
63
  * @since 1.70
64
- * @version 1.96.32
64
+ * @version 1.96.34
65
65
  *
66
66
  * @private
67
67
  * @experimental 1.70
@@ -53,7 +53,7 @@ sap.ui.define([
53
53
  * @alias sap.ui.integration.designtime.baseEditor.propertyEditor.textAreaEditor.TextAreaEditor
54
54
  * @author SAP SE
55
55
  * @since 1.85
56
- * @version 1.96.32
56
+ * @version 1.96.34
57
57
  *
58
58
  * @private
59
59
  * @experimental 1.85
@@ -31,7 +31,7 @@ sap.ui.define([
31
31
  * @alias sap.ui.integration.designtime.baseEditor.util.ObjectBinding
32
32
  * @author SAP SE
33
33
  * @since 1.70.0
34
- * @version 1.96.32
34
+ * @version 1.96.34
35
35
  * @private
36
36
  * @experimental since 1.70.0
37
37
  */
@@ -59,7 +59,7 @@ sap.ui.define([
59
59
  * @alias module:sap/ui/integration/designtime/baseEditor/util/unset
60
60
  * @author SAP SE
61
61
  * @since 1.76
62
- * @version 1.96.32
62
+ * @version 1.96.34
63
63
  *
64
64
  * @private
65
65
  * @experimental 1.76
@@ -17,7 +17,7 @@ sap.ui.define([
17
17
  *
18
18
  * @namespace sap.ui.integration.designtime.baseEditor.validator.IsBoolean
19
19
  * @author SAP SE
20
- * @version 1.96.32
20
+ * @version 1.96.34
21
21
  *
22
22
  * @static
23
23
  * @since 1.81
@@ -15,7 +15,7 @@ sap.ui.define([
15
15
  *
16
16
  * @namespace sap.ui.integration.designtime.baseEditor.validator.IsDate
17
17
  * @author SAP SE
18
- * @version 1.96.32
18
+ * @version 1.96.34
19
19
  *
20
20
  * @static
21
21
  * @since 1.81
@@ -15,7 +15,7 @@ sap.ui.define([
15
15
  *
16
16
  * @namespace sap.ui.integration.designtime.baseEditor.validator.IsInteger
17
17
  * @author SAP SE
18
- * @version 1.96.32
18
+ * @version 1.96.34
19
19
  *
20
20
  * @static
21
21
  * @since 1.81
@@ -15,7 +15,7 @@ sap.ui.define([
15
15
  *
16
16
  * @namespace sap.ui.integration.designtime.baseEditor.validator.IsNumber
17
17
  * @author SAP SE
18
- * @version 1.96.32
18
+ * @version 1.96.34
19
19
  *
20
20
  * @static
21
21
  * @since 1.81
@@ -15,7 +15,7 @@ sap.ui.define([
15
15
  *
16
16
  * @namespace sap.ui.integration.designtime.baseEditor.validator.IsSelectedKey
17
17
  * @author SAP SE
18
- * @version 1.96.32
18
+ * @version 1.96.34
19
19
  *
20
20
  * @static
21
21
  * @since 1.81
@@ -15,7 +15,7 @@ sap.ui.define([
15
15
  *
16
16
  * @namespace sap.ui.integration.designtime.baseEditor.validator.IsStringList
17
17
  * @author SAP SE
18
- * @version 1.96.32
18
+ * @version 1.96.34
19
19
  *
20
20
  * @static
21
21
  * @since 1.81
@@ -15,7 +15,7 @@ sap.ui.define([
15
15
  *
16
16
  * @namespace sap.ui.integration.designtime.baseEditor.validator.IsUniqueKey
17
17
  * @author SAP SE
18
- * @version 1.96.32
18
+ * @version 1.96.34
19
19
  *
20
20
  * @static
21
21
  * @since 1.81
@@ -15,7 +15,7 @@ sap.ui.define([
15
15
  *
16
16
  * @namespace sap.ui.integration.designtime.baseEditor.validator.IsUniqueList
17
17
  * @author SAP SE
18
- * @version 1.96.32
18
+ * @version 1.96.34
19
19
  *
20
20
  * @static
21
21
  * @since 1.81
@@ -15,7 +15,7 @@ sap.ui.define([
15
15
  *
16
16
  * @namespace sap.ui.integration.designtime.baseEditor.validator.IsValidBinding
17
17
  * @author SAP SE
18
- * @version 1.96.32
18
+ * @version 1.96.34
19
19
  *
20
20
  * @static
21
21
  * @since 1.81
@@ -17,7 +17,7 @@ sap.ui.define([
17
17
  *
18
18
  * @namespace sap.ui.integration.designtime.baseEditor.validator.MaxLength
19
19
  * @author SAP SE
20
- * @version 1.96.32
20
+ * @version 1.96.34
21
21
  *
22
22
  * @static
23
23
  * @since 1.81
@@ -15,7 +15,7 @@ sap.ui.define([
15
15
  *
16
16
  * @namespace sap.ui.integration.designtime.baseEditor.validator.NotABinding
17
17
  * @author SAP SE
18
- * @version 1.96.32
18
+ * @version 1.96.34
19
19
  *
20
20
  * @static
21
21
  * @since 1.81
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @namespace sap.ui.integration.designtime.baseEditor.validator.ValidatorRegistry
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.96.32
24
+ * @version 1.96.34
25
25
  *
26
26
  * @static
27
27
  * @since 1.81