@openui5/sap.ui.integration 1.108.33 → 1.108.35

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 +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/actions/CardActions.js +1 -1
  23. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputChoiceSet.js +1 -1
  24. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputDate.js +1 -1
  25. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputNumber.js +1 -1
  26. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputText.js +1 -1
  27. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputToggle.js +1 -1
  28. package/src/sap/ui/integration/cards/filters/BaseFilter.js +1 -1
  29. package/src/sap/ui/integration/cards/filters/DateRangeFilter.js +1 -1
  30. package/src/sap/ui/integration/cards/filters/FilterBar.js +1 -1
  31. package/src/sap/ui/integration/cards/filters/FilterBarFactory.js +1 -1
  32. package/src/sap/ui/integration/cards/filters/SearchFilter.js +1 -1
  33. package/src/sap/ui/integration/cards/filters/SelectFilter.js +1 -1
  34. package/src/sap/ui/integration/controls/ActionsStrip.js +1 -1
  35. package/src/sap/ui/integration/controls/ActionsToolbar.js +1 -1
  36. package/src/sap/ui/integration/controls/LinkWithIcon.js +1 -1
  37. package/src/sap/ui/integration/controls/ListContentItem.js +1 -1
  38. package/src/sap/ui/integration/controls/Microchart.js +1 -1
  39. package/src/sap/ui/integration/controls/MicrochartLegend.js +1 -1
  40. package/src/sap/ui/integration/controls/Paginator.js +1 -1
  41. package/src/sap/ui/integration/designtime/baseEditor/BaseEditor.js +1 -1
  42. package/src/sap/ui/integration/designtime/baseEditor/PropertyEditor.js +1 -1
  43. package/src/sap/ui/integration/designtime/baseEditor/PropertyEditors.js +1 -1
  44. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_en_US_saptrc.properties +80 -80
  45. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/BasePropertyEditor.js +1 -1
  46. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/PropertyEditorFactory.js +1 -1
  47. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/arrayEditor/ArrayEditor.js +1 -1
  48. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/booleanEditor/BooleanEditor.js +1 -1
  49. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/codeEditor/CodeEditor.js +1 -1
  50. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateEditor/DateEditor.js +1 -1
  51. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateTimeEditor/DateTimeEditor.js +1 -1
  52. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/enumStringEditor/EnumStringEditor.js +1 -1
  53. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/groupEditor/GroupEditor.js +1 -1
  54. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
  55. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IsInIconPool.validator.js +1 -1
  56. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/integerEditor/IntegerEditor.js +1 -1
  57. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/jsonEditor/JsonEditor.js +1 -1
  58. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/listEditor/ListEditor.js +1 -1
  59. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/mapEditor/MapEditor.js +1 -1
  60. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/multiSelectEditor/MultiSelectEditor.js +1 -1
  61. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/numberEditor/NumberEditor.js +1 -1
  62. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/objectArrayEditor/ObjectArrayEditor.js +1 -1
  63. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/selectEditor/SelectEditor.js +1 -1
  64. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/separatorEditor/SeparatorEditor.js +1 -1
  65. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/stringEditor/StringEditor.js +1 -1
  66. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/textAreaEditor/TextAreaEditor.js +1 -1
  67. package/src/sap/ui/integration/designtime/baseEditor/util/binding/ObjectBinding.js +1 -1
  68. package/src/sap/ui/integration/designtime/baseEditor/util/unset.js +1 -1
  69. package/src/sap/ui/integration/designtime/baseEditor/validator/IsBoolean.js +1 -1
  70. package/src/sap/ui/integration/designtime/baseEditor/validator/IsDate.js +1 -1
  71. package/src/sap/ui/integration/designtime/baseEditor/validator/IsInteger.js +1 -1
  72. package/src/sap/ui/integration/designtime/baseEditor/validator/IsNumber.js +1 -1
  73. package/src/sap/ui/integration/designtime/baseEditor/validator/IsSelectedKey.js +1 -1
  74. package/src/sap/ui/integration/designtime/baseEditor/validator/IsStringList.js +1 -1
  75. package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueKey.js +1 -1
  76. package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueList.js +1 -1
  77. package/src/sap/ui/integration/designtime/baseEditor/validator/IsValidBinding.js +1 -1
  78. package/src/sap/ui/integration/designtime/baseEditor/validator/MaxLength.js +1 -1
  79. package/src/sap/ui/integration/designtime/baseEditor/validator/NotABinding.js +1 -1
  80. package/src/sap/ui/integration/designtime/baseEditor/validator/ValidatorRegistry.js +1 -1
  81. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en_US_saptrc.properties +168 -168
  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/filtersEditor/FiltersEditor.js +1 -1
  85. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
  86. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/parametersEditor/ParametersEditor.js +1 -1
  87. package/src/sap/ui/integration/designtime/editor/CardEditor.js +1 -1
  88. package/src/sap/ui/integration/designtime/editor/CardPreview.js +1 -1
  89. package/src/sap/ui/integration/editor/Editor.js +2 -2
  90. package/src/sap/ui/integration/editor/EditorResourceBundles.js +1 -1
  91. package/src/sap/ui/integration/editor/Extension.js +1 -1
  92. package/src/sap/ui/integration/editor/Manifest.js +1 -1
  93. package/src/sap/ui/integration/editor/Settings.js +1 -1
  94. package/src/sap/ui/integration/editor/fields/BaseField.js +1 -1
  95. package/src/sap/ui/integration/editor/fields/BooleanField.js +1 -1
  96. package/src/sap/ui/integration/editor/fields/DateField.js +1 -1
  97. package/src/sap/ui/integration/editor/fields/DateTimeField.js +1 -1
  98. package/src/sap/ui/integration/editor/fields/DestinationField.js +1 -1
  99. package/src/sap/ui/integration/editor/fields/GroupField.js +1 -1
  100. package/src/sap/ui/integration/editor/fields/IntegerField.js +1 -1
  101. package/src/sap/ui/integration/editor/fields/NumberField.js +1 -1
  102. package/src/sap/ui/integration/editor/fields/ObjectField.js +1 -1
  103. package/src/sap/ui/integration/editor/fields/ObjectListField.js +1 -1
  104. package/src/sap/ui/integration/editor/fields/StringField.js +1 -1
  105. package/src/sap/ui/integration/editor/fields/StringListField.js +1 -1
  106. package/src/sap/ui/integration/editor/fields/fragment/Controller.js +1 -1
  107. package/src/sap/ui/integration/editor/fields/viz/ColorSelect.js +1 -1
  108. package/src/sap/ui/integration/editor/fields/viz/IconSelect.js +1 -1
  109. package/src/sap/ui/integration/editor/fields/viz/ShapeSelect.js +1 -1
  110. package/src/sap/ui/integration/editor/fields/viz/VizBase.js +1 -1
  111. package/src/sap/ui/integration/library.js +2 -2
  112. package/src/sap/ui/integration/messagebundle_en_US_saptrc.properties +122 -122
  113. package/src/sap/ui/integration/model/ContextModel.js +1 -1
  114. package/src/sap/ui/integration/model/ObservableModel.js +1 -1
  115. package/src/sap/ui/integration/model/PagingModelListBinding.js +1 -1
  116. package/src/sap/ui/integration/util/BaseFactory.js +1 -1
  117. package/src/sap/ui/integration/util/BindingHelper.js +1 -1
  118. package/src/sap/ui/integration/util/BindingResolver.js +1 -1
  119. package/src/sap/ui/integration/util/CardObserver.js +1 -1
  120. package/src/sap/ui/integration/util/ContentFactory.js +1 -1
  121. package/src/sap/ui/integration/util/CsrfTokenHandler.js +1 -1
  122. package/src/sap/ui/integration/util/DataProvider.js +1 -1
  123. package/src/sap/ui/integration/util/DataProviderFactory.js +1 -1
  124. package/src/sap/ui/integration/util/Destinations.js +1 -1
  125. package/src/sap/ui/integration/util/ExtensionDataProvider.js +1 -1
  126. package/src/sap/ui/integration/util/Forms.js +1 -1
  127. package/src/sap/ui/integration/util/HeaderFactory.js +1 -1
  128. package/src/sap/ui/integration/util/JSONBindingHelper.js +1 -1
  129. package/src/sap/ui/integration/util/LoadingProvider.js +1 -1
  130. package/src/sap/ui/integration/util/Manifest.js +1 -1
  131. package/src/sap/ui/integration/util/RequestDataProvider.js +1 -1
  132. package/src/sap/ui/integration/util/ServiceDataProvider.js +1 -1
  133. package/src/sap/ui/integration/util/ServiceManager.js +1 -1
  134. package/src/sap/ui/integration/util/SkeletonCard.js +1 -1
  135. package/src/sap/ui/integration/util/Utils.js +1 -1
  136. package/src/sap/ui/integration/util/Validators.js +1 -1
  137. package/src/sap/ui/integration/widgets/Card.js +2 -2
@@ -1,159 +1,159 @@
1
- BASE_EDITOR.FALLBACK_TYPE=YeNwY4V9Qn4t1o6rk5+5HQ_Custom type
1
+ BASE_EDITOR.FALLBACK_TYPE=BA/YrBk2A4VwI2G1srHKLA_Custom type
2
2
 
3
- BASE_EDITOR.MAP.EMPTY=9X7u7M8DwwwvLjYrB70/Qg_No entries
3
+ BASE_EDITOR.MAP.EMPTY=6bwBCuSq4luvjPAz16CpwQ_No entries
4
4
 
5
- BASE_EDITOR.MAP.KEY=oEkxPIwiRZ/idytNkocWYA_Key
5
+ BASE_EDITOR.MAP.KEY=2Y2mCzclwBbmk5Czj31rPw_Key
6
6
 
7
- BASE_EDITOR.MAP.VALUE=Nu8WuvXGyStatfLLBoZZUg_Value
7
+ BASE_EDITOR.MAP.VALUE=/SulLnUGIfwaUrkzk+5PYg_Value
8
8
 
9
- BASE_EDITOR.MAP.TYPE=ImXmQM67iSweil+cb7vxwQ_Type
9
+ BASE_EDITOR.MAP.TYPE=YXZJjeggXeOqYC4UBdqsVw_Type
10
10
 
11
- BASE_EDITOR.MAP.REMOVE=BmxRUEoeRbp1OSA9pslYRw_Remove
11
+ BASE_EDITOR.MAP.REMOVE=NsnwrlZZYBrMVASFX2qMnQ_Remove
12
12
 
13
- BASE_EDITOR.MAP.DUPLICATE_KEY=U/sXCfq3TRCmRNyZ630Hyw_Please enter a unique key.
13
+ BASE_EDITOR.MAP.DUPLICATE_KEY=lGlxXXtPMTwcqbtOSlgE5g_Please enter a unique key.
14
14
 
15
- BASE_EDITOR.MAP.ADD=lLkRcjlzMase8/hPKnGbWg_Add\: {0}
15
+ BASE_EDITOR.MAP.ADD=k+0TQodIk++Nu3I4cl5faA_Add\: {0}
16
16
 
17
- BASE_EDITOR.MAP.DEFAULT_TYPE=jQlpVeTunDwnLwLESD6CqA_Parameter
17
+ BASE_EDITOR.MAP.DEFAULT_TYPE=Hh2CbBJcVQDrXMCP4+FtCg_Parameter
18
18
 
19
- BASE_EDITOR.TYPES.STRING=lV+Hj/zt17Eq7DGlIK3HVg_String
19
+ BASE_EDITOR.TYPES.STRING=aXfukLXrZ9IpKdpL2F+gUg_String
20
20
 
21
- BASE_EDITOR.TYPES.BOOLEAN=K2vfyg+wct1kG8dgFl1yQA_Boolean
21
+ BASE_EDITOR.TYPES.BOOLEAN=5N03kowoZgpv9uwicdAZtA_Boolean
22
22
 
23
- BASE_EDITOR.TYPES.NUMBER=K+WO1kHk5e2Wy5sAaA5a3Q_Number
23
+ BASE_EDITOR.TYPES.NUMBER=3AOgxbUg2VfXfnjA622zNA_Number
24
24
 
25
- BASE_EDITOR.TYPES.INTEGER=ZouZjn2z9TPLr+mzYcyOoA_Integer
25
+ BASE_EDITOR.TYPES.INTEGER=OCrATTqDM60yTz3dD3BJfA_Integer
26
26
 
27
- BASE_EDITOR.TYPES.DATE=kdaLURLaI192gKUp4WuHhg_Date
27
+ BASE_EDITOR.TYPES.DATE=ArHbeqbHwpMXhwFNhvV+EQ_Date
28
28
 
29
- BASE_EDITOR.TYPES.DATETIME=A2kdDnTLj9WieUymVWjf1A_Date Time
29
+ BASE_EDITOR.TYPES.DATETIME=2OpDXAIHuVSnUEUSOf44kg_Date/Time
30
30
 
31
- BASE_EDITOR.TYPES.GROUP=cZr5kNdQ58Ik+9dkOa6csw_Group
31
+ BASE_EDITOR.TYPES.GROUP=7z6LNaSMNxP3O5AatFSKAw_Group
32
32
 
33
- BASE_EDITOR.TYPES.SEPARATOR=w4Dko93UiyfNmbGcmwndsg_Separator
33
+ BASE_EDITOR.TYPES.SEPARATOR=myxpafLjtKroCOymwGChww_Separator
34
34
 
35
- BASE_EDITOR.TYPES.ICON=jFS8C1J1iCU3j2g8I47VNw_Icon
35
+ BASE_EDITOR.TYPES.ICON=lJvPawI7OixwB0/NTFJIbw_Icon
36
36
 
37
- BASE_EDITOR.TYPES.SIMPLEICON=IQedEpyKsvAzB0jFLSo3HQ_Simple Icon
37
+ BASE_EDITOR.TYPES.SIMPLEICON=4WNj6btGau4mHfm6rcG1rQ_Simple Icon
38
38
 
39
- BASE_EDITOR.TYPES.ARRAY=TImyx2+2YPASaRljVUsV5w_String Array
39
+ BASE_EDITOR.TYPES.ARRAY=/rbsYAQUR3UCat2QqmQ3rg_String Array
40
40
 
41
- BASE_EDITOR.TYPES.JSON=D9fpEl/A1ZoEvQfKFaBBZw_JSON
41
+ BASE_EDITOR.TYPES.JSON=qmLb+Nl5C2wjlUvumJVz6A_JSON
42
42
 
43
- BASE_EDITOR.TYPES.OBJECT=W6qqj/+KCMD410KNtmhapA_Object
43
+ BASE_EDITOR.TYPES.OBJECT=D3yfCFLfOjLvJ5A3GIPamQ_Object
44
44
 
45
- BASE_EDITOR.TYPES.OBJECTARRAY=41/XoQS3lLwHlEl44A6ytQ_Object Array
45
+ BASE_EDITOR.TYPES.OBJECTARRAY=/aBsRszVmQjJqbYuDQYhDA_Object Array
46
46
 
47
- BASE_EDITOR.STRING.INVALID_BINDING=dBxLUdALxuuDVkqcn2SUXA_Please enter a valid binding string.
47
+ BASE_EDITOR.STRING.INVALID_BINDING=ft911V9p2OhkJdxlw3C46A_Please enter a valid binding string.
48
48
 
49
- BASE_EDITOR.LIST.DUPLICATE_ENTRY=x2g7nKsCqPfKyOmhFm79tw_Please enter a unique value.
49
+ BASE_EDITOR.LIST.DUPLICATE_ENTRY=wgvrYDcGse39tD9ZVhfeeA_Please enter a unique value.
50
50
 
51
- BASE_EDITOR.ENUM.INVALID_SELECTION=6llmUDAJZh562Z2wu+jaiw_Please select a value from the list.
51
+ BASE_EDITOR.ENUM.INVALID_SELECTION=DYrkwqqFgqL/+9613e/f1A_Please select a value from the list.
52
52
 
53
- BASE_EDITOR.ENUM.CUSTOM_VALUES_NOT_ALLOWED=qCoHBJoKOmxrH3/zYC2+ag_Custom values are not allowed.
53
+ BASE_EDITOR.ENUM.CUSTOM_VALUES_NOT_ALLOWED=JPHiE32so5HfoLEDpm8UCQ_Custom values are not allowed.
54
54
 
55
- BASE_EDITOR.SELECT.INVALID_SELECTION=A/PWxahsxMUPdoHLIX1O8g_Please select a value from the list.
55
+ BASE_EDITOR.SELECT.INVALID_SELECTION=mTzFsi1I9iv8KDOR+Yc0ow_Please select a value from the list.
56
56
 
57
- BASE_EDITOR.SELECT.CUSTOM_VALUES_NOT_ALLOWED=fYzDk0a/tsc1xJAH9Frzfw_Custom values are not allowed.
57
+ BASE_EDITOR.SELECT.CUSTOM_VALUES_NOT_ALLOWED=+AspJrTV9XPEJfnFlFrHYw_Custom values are not allowed.
58
58
 
59
- BASE_EDITOR.PROPERTY.BINDING_NOT_ALLOWED=rIKpKGr4Y5SOscvkyVaC9A_Binding strings are not allowed.
59
+ BASE_EDITOR.PROPERTY.BINDING_NOT_ALLOWED=n0Z9ANs8Vn0xbr5EjadioA_Binding strings are not allowed.
60
60
 
61
- BASE_EDITOR.ARRAY.ITEM_LABEL=S756fn0U9QMWOE1vutYf6w_Item
61
+ BASE_EDITOR.ARRAY.ITEM_LABEL=7ggk/SKle0rfStp8XfbVfQ_Item
62
62
 
63
- BASE_EDITOR.ARRAY.NEW_ITEM_LABEL=WFvJHyyQ5SHxj23F9bKKkA_New\: {0}
63
+ BASE_EDITOR.ARRAY.NEW_ITEM_LABEL=6218KY/UTTqGyvdOUtt82g_New\: {0}
64
64
 
65
- BASE_EDITOR.ARRAY.REMOVE=D22Yj3zHqfOPWcQYEQCezA_Remove item
65
+ BASE_EDITOR.ARRAY.REMOVE=GQ9ZnGHyXKAESynD3rK2Jw_Remove Item
66
66
 
67
- BASE_EDITOR.MOVEUP=qMpyIM2ERkdupTUtM1RPHw_Move up
67
+ BASE_EDITOR.MOVEUP=SbHgwrRKf+xL60xsjn5ZAg_Move Up
68
68
 
69
- BASE_EDITOR.MOVEDOWN=Ab9NYN8SruvQZmf6n0NAKw_Move down
69
+ BASE_EDITOR.MOVEDOWN=yKQNaM8Y/AGLvmzKeniP5g_Move Down
70
70
 
71
- BASE_EDITOR.ARRAY.ADD=pFbd+htBDhlPgfl0wmSYAA_Add\: {0}
71
+ BASE_EDITOR.ARRAY.ADD=QmaVTAlwj8QGtolpw4Bm/w_Add\: {0}
72
72
 
73
- BASE_EDITOR.JSON.TITLE=cKM2DkRufa4dZQm2Pq8pkQ_Edit JSON Data
73
+ BASE_EDITOR.JSON.TITLE=+G9B1O6rp/cBJheokYh37A_Edit JSON Data
74
74
 
75
- BASE_EDITOR.JSON.SAVE=kudMszhoeBkFoJBdHb9Jow_Save
75
+ BASE_EDITOR.JSON.SAVE=pRJA/A6xA7WO6otW+ZNYtQ_Save
76
76
 
77
- BASE_EDITOR.JSON.CANCEL=3KL8C1Q9z9GJju3uYXDQ5g_Cancel
77
+ BASE_EDITOR.JSON.CANCEL=rLk1vM0SvNKlqWo82Nv9Wg_Cancel
78
78
 
79
- BASE_EDITOR.JSON.BEAUTIFY=GZBpyE6rbVSrolfxEUlP1Q_Beautify
79
+ BASE_EDITOR.JSON.BEAUTIFY=W6lUn+zST3oSGa9WSWv3oQ_Beautify
80
80
 
81
- BASE_EDITOR.CODE.TITLE=VAUgan7WR3RMtBqn/Xz6qA_Edit Data
81
+ BASE_EDITOR.CODE.TITLE=XKs+yjJQVCo6GBpvvpAYDA_Edit Data
82
82
 
83
- BASE_EDITOR.CODE.OK=PTblENEhx/O99TV7LHWrKw_OK
83
+ BASE_EDITOR.CODE.OK=zqEw6+Uy/77TpftpJzDYSQ_OK
84
84
 
85
- BASE_EDITOR.CODE.CANCEL=6X4aMdB3tMOxKBnqQHaHsw_Cancel
85
+ BASE_EDITOR.CODE.CANCEL=iDNCPYMtdn4wG0QwXvmZgA_Cancel
86
86
 
87
- BASE_EDITOR.CODE.BEAUTIFY=rx+DqaOFwwOeXFQSUP7ogw_Beautify
87
+ BASE_EDITOR.CODE.BEAUTIFY=62xP+7HkaegfePRvGpqw+Q_Beautify
88
88
 
89
- BASE_EDITOR.NUMBER.INVALID_BINDING_OR_NUMBER=42Y9CDeq1Veb+mj3hLCzHA_Please enter a valid binding string or a number.
89
+ BASE_EDITOR.NUMBER.INVALID_BINDING_OR_NUMBER=jzpNZe0W4B5xre5Ae3CrGw_Please enter a valid binding string or a number.
90
90
 
91
- BASE_EDITOR.INTEGER.INVALID_BINDING_OR_INTEGER=beAsdcbjIsi2cVf5TNccVw_Please enter a valid binding string or an integer.
91
+ BASE_EDITOR.INTEGER.INVALID_BINDING_OR_INTEGER=IyUSLm/7CXDvgoK5Zz9IZA_Please enter a valid binding string or an integer.
92
92
 
93
- BASE_EDITOR.BOOLEAN.INVALID_BINDING_OR_BOOLEAN=HPbGHO/ckIquS+wfZIR0bw_Please enter a valid binding string or a boolean.
93
+ BASE_EDITOR.BOOLEAN.INVALID_BINDING_OR_BOOLEAN=5tk7E2qDAmw2eKQcWB4qVg_Please enter a valid binding string or a boolean.
94
94
 
95
- BASE_EDITOR.BOOLEAN.TRUE_VALUE=TWKJWK4CVT0QPrQwTGSp3w_True
95
+ BASE_EDITOR.BOOLEAN.TRUE_VALUE=/S1JKCpvoqhw9c8FnNHApg_True
96
96
 
97
- BASE_EDITOR.BOOLEAN.FALSE_VALUE=NBQSViFPbTSHTuTOTBjG4w_False
97
+ BASE_EDITOR.BOOLEAN.FALSE_VALUE=ZcxRmGyej89SqsITpNDsIQ_False
98
98
 
99
- BASE_EDITOR.ICON.INVALID_BINDING_OR_ICON=bEAw/yV+cTYX1BzQKFxhfQ_Please enter a valid binding string or an icon URI.
99
+ BASE_EDITOR.ICON.INVALID_BINDING_OR_ICON=ZgnhLiFl35cR7ERhxhP8jw_Please enter a valid binding string or an icon URI.
100
100
 
101
- BASE_EDITOR.ICON.BUTTON_SETTINGS=VIMbrB5gCuuoUH83fDVymw_Settings
101
+ BASE_EDITOR.ICON.BUTTON_SETTINGS=/r9vAY7qrSY0Xa7GSX0igw_Settings
102
102
 
103
- BASE_EDITOR.ICON.SETTINGS_DIALOG_TITLE=M2wT125uOmHUpDH4HAMxfA_Display settings
103
+ BASE_EDITOR.ICON.SETTINGS_DIALOG_TITLE=7EdXc2tXE5qE2vjmhr9kPA_Display Settings
104
104
 
105
- BASE_EDITOR.ICON.SETTINGS_DIALOG_SHAPE_LABEL=Kfvu9Z0jl5D+HheqKywNXQ_Shape
105
+ BASE_EDITOR.ICON.SETTINGS_DIALOG_SHAPE_LABEL=s4jsJrNFNLqgG9xlwpmibQ_Shape
106
106
 
107
- BASE_EDITOR.ICON.SELECTION_SHAPE=6XCLYWMAlQxwc286HWX9oA_Select the shape of the icon
107
+ BASE_EDITOR.ICON.SELECTION_SHAPE=l/1tW9ADOKzB7blr2xgWCw_Select the shape of the icon
108
108
 
109
- BASE_EDITOR.ICON.SETTINGS_DIALOG_SHAPE_SQUARE=SIHcA7RtYjXmB5fDIMHJ3w_Square
109
+ BASE_EDITOR.ICON.SETTINGS_DIALOG_SHAPE_SQUARE=MwjgIFye/uMNJ85EMPBc9g_Square
110
110
 
111
- BASE_EDITOR.ICON.SETTINGS_DIALOG_SHAPE_CIRCLE=GyQd8x4l+mkbtNd67lG8VA_Circle
111
+ BASE_EDITOR.ICON.SETTINGS_DIALOG_SHAPE_CIRCLE=Nht4tDudKdwve7VWQln/+w_Circle
112
112
 
113
- BASE_EDITOR.ICON.INPUT_ALT=F+GSAZW7+0/otlFYUd2sNA_Enter alternative text for the icon
113
+ BASE_EDITOR.ICON.INPUT_ALT=u1NNJ1AlCQlrlNLr0CsrVQ_Enter alternative text for the icon
114
114
 
115
- BASE_EDITOR.ICON.SETTINGS_DIALOG_TEXT_LABEL=u1bO2lMK0otGJvQb4Yks4A_Text
115
+ BASE_EDITOR.ICON.SETTINGS_DIALOG_TEXT_LABEL=LaD3Zc3bQ5G2iFZWg2D6xQ_Text
116
116
 
117
- BASE_EDITOR.ICON.INPUT_TEXT=R2B9tx7iw9draBHiRGK4TA_Enter text inside the icon
117
+ BASE_EDITOR.ICON.INPUT_TEXT=b0R59puXvF1TmtWtdl81sg_Enter text inside the icon
118
118
 
119
- BASE_EDITOR.ICON.TYPE_ICON=mYiFNwo0VmGqskuW4RavAA_Icon
119
+ BASE_EDITOR.ICON.TYPE_ICON=BiLLwz7MXbST55GaidfG+g_Icon
120
120
 
121
- BASE_EDITOR.ICON.TYPE_PICTURE=M+E6ef3r7p1eP4Oe6TPPOQ_Picture
121
+ BASE_EDITOR.ICON.TYPE_PICTURE=skVBfSauvNfmRd/fN6NrAg_Picture
122
122
 
123
- BASE_EDITOR.ICON.SETTINGS_DIALOG_BACKGROUNDCOLOR_LABEL=dwfKhLqG24REWA0lOpaXsA_Background color
123
+ BASE_EDITOR.ICON.SETTINGS_DIALOG_BACKGROUNDCOLOR_LABEL=nf5+JxB8OzOZVem7pD7JXQ_Background Color
124
124
 
125
- BASE_EDITOR.ICON.INPUT_BACKGROUNDCOLOR=CWsfvXR7VE+npygdoAF1Ag_Enter background color of the icon
125
+ BASE_EDITOR.ICON.INPUT_BACKGROUNDCOLOR=pqyfgt2ayTAVTJDgKZha5A_Enter background color of the icon
126
126
 
127
- BASE_EDITOR.ICON.INPUT_COLOR=KrMl6ZP3IxGPRaVYxyCkHg_Enter color of the icon
127
+ BASE_EDITOR.ICON.INPUT_COLOR=/dmz2PRaW0mX6tSiOgYOBQ_Enter color of the icon
128
128
 
129
- BASE_EDITOR.ICON.SETTINGS_DIALOG_COLOR_LABEL=/jK8HlUpUozpOewaT3enHw_Color
129
+ BASE_EDITOR.ICON.SETTINGS_DIALOG_COLOR_LABEL=5fu1yOOe8bJi3emdsfzSnA_Color
130
130
 
131
- BASE_EDITOR.DATE.INVALID_BINDING_OR_DATE=sk5IkVXQbGJcBbTY4Ffgrg_Please enter a valid binding string or date.
131
+ BASE_EDITOR.DATE.INVALID_BINDING_OR_DATE=MgswFiY61Iy/4D+bg81Upg_Please enter a valid binding string or date.
132
132
 
133
- BASE_EDITOR.VALIDATOR.INVALID_BINDING=ikILBbP60AhJ19QsCOXoiw_Invalid binding.
133
+ BASE_EDITOR.VALIDATOR.INVALID_BINDING=soYVMnQDKZGixaHZ8VrTTw_Invalid binding.
134
134
 
135
- BASE_EDITOR.VALIDATOR.FORBIDDEN_BINDING=S5fdVbO8SJDcFjtTyzsI3A_Bindings are not allowed.
135
+ BASE_EDITOR.VALIDATOR.FORBIDDEN_BINDING=sVNrTh2bNxyM5dLA6aE2Og_Bindings are not allowed.
136
136
 
137
- BASE_EDITOR.VALIDATOR.FORBIDDEN_CUSTOM_VALUE=i/6T9WPTiTM3uU7H40C6lw_Custom values are not allowed.
137
+ BASE_EDITOR.VALIDATOR.FORBIDDEN_CUSTOM_VALUE=Cmp8fvvrdBgAGjlcCG3isg_Custom values are not allowed.
138
138
 
139
- BASE_EDITOR.VALIDATOR.NOT_A_NUMBER=lpxlojhkJ//XImnJXbX4NQ_Not a number.
139
+ BASE_EDITOR.VALIDATOR.NOT_A_NUMBER=vfklE8qAkmz1PZ8pDw5eBQ_Not a number
140
140
 
141
- BASE_EDITOR.VALIDATOR.NOT_AN_INTEGER=a1pg3zXMZO9MP3K0rZLCHg_Not an integer.
141
+ BASE_EDITOR.VALIDATOR.NOT_AN_INTEGER=9VCPhPBA7ipgqFqaHG5B3g_Not an integer
142
142
 
143
- BASE_EDITOR.VALIDATOR.NOT_A_BOOLEAN=mnLGspym8SSrFatXa5XQ9w_Not a boolean.
143
+ BASE_EDITOR.VALIDATOR.NOT_A_BOOLEAN=6Tlr/+M8t7/L4BWP+COVUA_Not a boolean
144
144
 
145
- BASE_EDITOR.VALIDATOR.NOT_A_JSONOBJECT=ZCidjiI3QIoAK2cw/7wPNg_Not a JSON Format.
145
+ BASE_EDITOR.VALIDATOR.NOT_A_JSONOBJECT=wWZcNDlSZqE4Y8F+U3P/xA_Not a JSON format
146
146
 
147
- BASE_EDITOR.VALIDATOR.NOT_AN_ARRAY_OF_JSONOBJECTS=kN4SxkgfQ2W7VNFSRW0MSA_Not an array of JSON Objects.
147
+ BASE_EDITOR.VALIDATOR.NOT_AN_ARRAY_OF_JSONOBJECTS=c/aBTrNdv81ijcf2SU+yCQ_Not an array of JSON objects.
148
148
 
149
- BASE_EDITOR.VALIDATOR.NOT_AN_ICON=lS8Zy6epNkgAyq2P/c/xYw_Not an icon.
149
+ BASE_EDITOR.VALIDATOR.NOT_AN_ICON=MV+rv968EG7ocZj71YZgfw_Not an icon
150
150
 
151
- BASE_EDITOR.VALIDATOR.MAX_LENGTH=dOCPHGFqwqTB4T6M2lbwEQ_Max length of {0} symbols is exceeded.
151
+ BASE_EDITOR.VALIDATOR.MAX_LENGTH=Q7uT+kRtbaGkdx2GNCR0Vw_Max length of {0} symbols exceeded.
152
152
 
153
- BASE_EDITOR.VALIDATOR.DUPLICATE_ENTRY=AQj1B4Tvtui4925qn1bBLQ_Duplicate entry.
153
+ BASE_EDITOR.VALIDATOR.DUPLICATE_ENTRY=14mGFdbEg1nEELd8ZfD0Ag_Duplicate entry
154
154
 
155
- BASE_EDITOR.VALIDATOR.DUPLICATE_KEY=Q9e4UvCqScqXlQuIb0Espw_Duplicate key.
155
+ BASE_EDITOR.VALIDATOR.DUPLICATE_KEY=VI6C3NnQhLfP+hKyCHsXRQ_Duplicate key
156
156
 
157
- BASE_EDITOR.VALIDATOR.INVALID_DATE=GuCxyhRUtWZb3wrNtisrPw_Invalid date.
157
+ BASE_EDITOR.VALIDATOR.INVALID_DATE=YQA1ERL8A32bp96e7JF8ug_Invalid date
158
158
 
159
- BASE_EDITOR.VALIDATOR.FAILED_PATTERN_TEST=4jkkRh7sUdzVB10PRrxeHw_Input does not match the pattern.
159
+ BASE_EDITOR.VALIDATOR.FAILED_PATTERN_TEST=ygGgABNqAijBYwCOy6mUyw_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.108.33
55
+ * @version 1.108.35
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.108.33
22
+ * @version 1.108.35
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.108.33
85
+ * @version 1.108.35
86
86
  *
87
87
  * @private
88
88
  * @experimental 1.72
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @alias sap.ui.integration.designtime.baseEditor.propertyEditor.booleanEditor.BooleanEditor
23
23
  * @author SAP SE
24
24
  * @since 1.72
25
- * @version 1.108.33
25
+ * @version 1.108.35
26
26
  *
27
27
  * @private
28
28
  * @experimental 1.72
@@ -57,7 +57,7 @@ sap.ui.define([
57
57
  * @alias sap.ui.integration.designtime.baseEditor.propertyEditor.codeEditor.CodeEditor
58
58
  * @author SAP SE
59
59
  * @since 1.106
60
- * @version 1.108.33
60
+ * @version 1.108.35
61
61
  *
62
62
  * @private
63
63
  * @experimental 1.106
@@ -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.108.33
25
+ * @version 1.108.35
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.108.33
27
+ * @version 1.108.35
28
28
  *
29
29
  * @private
30
30
  * @experimental 1.76
@@ -45,7 +45,7 @@ sap.ui.define([
45
45
  * @alias sap.ui.integration.designtime.baseEditor.propertyEditor.enumStringEditor.EnumStringEditor
46
46
  * @author SAP SE
47
47
  * @since 1.70
48
- * @version 1.108.33
48
+ * @version 1.108.35
49
49
  *
50
50
  * @private
51
51
  * @experimental 1.70
@@ -45,7 +45,7 @@ sap.ui.define([
45
45
  * @alias sap.ui.integration.designtime.baseEditor.propertyEditor.groupEditor.GroupEditor
46
46
  * @author SAP SE
47
47
  * @since 1.85
48
- * @version 1.108.33
48
+ * @version 1.108.35
49
49
  *
50
50
  * @private
51
51
  * @experimental 1.85
@@ -40,7 +40,7 @@ sap.ui.define([
40
40
  * @alias sap.ui.integration.designtime.baseEditor.propertyEditor.iconEditor.IconEditor
41
41
  * @author SAP SE
42
42
  * @since 1.70
43
- * @version 1.108.33
43
+ * @version 1.108.35
44
44
  *
45
45
  * @private
46
46
  * @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.108.33
22
+ * @version 1.108.35
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.108.33
27
+ * @version 1.108.35
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.108.33
27
+ * @version 1.108.35
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.108.33
25
+ * @version 1.108.35
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.108.33
99
+ * @version 1.108.35
100
100
  *
101
101
  * @private
102
102
  * @experimental 1.74
@@ -45,7 +45,7 @@ sap.ui.define([
45
45
  * @alias sap.ui.integration.designtime.baseEditor.propertyEditor.multiSelectEditor.MultiSelectEditor
46
46
  * @author SAP SE
47
47
  * @since 1.97
48
- * @version 1.108.33
48
+ * @version 1.108.35
49
49
  *
50
50
  * @private
51
51
  * @experimental 1.98
@@ -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.108.33
31
+ * @version 1.108.35
32
32
  *
33
33
  * @private
34
34
  * @experimental 1.72
@@ -51,7 +51,7 @@ sap.ui.define([
51
51
  * @alias sap.ui.integration.designtime.baseEditor.propertyEditor.objectArrayEditor.ObjectArrayEditor
52
52
  * @author SAP SE
53
53
  * @since 1.100.0
54
- * @version 1.108.33
54
+ * @version 1.108.35
55
55
  *
56
56
  * @private
57
57
  * @experimental 1.100
@@ -45,7 +45,7 @@ sap.ui.define([
45
45
  * @alias sap.ui.integration.designtime.baseEditor.propertyEditor.selectEditor.SelectEditor
46
46
  * @author SAP SE
47
47
  * @since 1.81
48
- * @version 1.108.33
48
+ * @version 1.108.35
49
49
  *
50
50
  * @private
51
51
  * @experimental 1.81
@@ -45,7 +45,7 @@ sap.ui.define([
45
45
  * @alias sap.ui.integration.designtime.baseEditor.propertyEditor.separatorEditor.SeparatorEditor
46
46
  * @author SAP SE
47
47
  * @since 1.91
48
- * @version 1.108.33
48
+ * @version 1.108.35
49
49
  *
50
50
  * @private
51
51
  * @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.108.33
64
+ * @version 1.108.35
65
65
  *
66
66
  * @private
67
67
  * @experimental 1.70
@@ -51,7 +51,7 @@ sap.ui.define([
51
51
  * @alias sap.ui.integration.designtime.baseEditor.propertyEditor.textAreaEditor.TextAreaEditor
52
52
  * @author SAP SE
53
53
  * @since 1.85
54
- * @version 1.108.33
54
+ * @version 1.108.35
55
55
  *
56
56
  * @private
57
57
  * @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.108.33
34
+ * @version 1.108.35
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.108.33
62
+ * @version 1.108.35
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.108.33
20
+ * @version 1.108.35
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.108.33
18
+ * @version 1.108.35
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.108.33
18
+ * @version 1.108.35
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.108.33
18
+ * @version 1.108.35
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.108.33
18
+ * @version 1.108.35
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.108.33
18
+ * @version 1.108.35
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.108.33
18
+ * @version 1.108.35
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.108.33
18
+ * @version 1.108.35
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.108.33
18
+ * @version 1.108.35
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.108.33
20
+ * @version 1.108.35
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.108.33
18
+ * @version 1.108.35
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.108.33
24
+ * @version 1.108.35
25
25
  *
26
26
  * @static
27
27
  * @since 1.81