@openui5/sap.ui.mdc 1.136.1 → 1.136.3

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 (158) hide show
  1. package/THIRDPARTY.txt +1 -1
  2. package/package.json +4 -4
  3. package/src/sap/ui/mdc/.library +1 -1
  4. package/src/sap/ui/mdc/ActionToolbar.js +1 -1
  5. package/src/sap/ui/mdc/Chart.js +1 -1
  6. package/src/sap/ui/mdc/Control.js +1 -1
  7. package/src/sap/ui/mdc/DefaultTypeMap.js +1 -1
  8. package/src/sap/ui/mdc/Element.js +1 -1
  9. package/src/sap/ui/mdc/Field.js +2 -2
  10. package/src/sap/ui/mdc/FilterBar.js +1 -1
  11. package/src/sap/ui/mdc/FilterField.js +2 -2
  12. package/src/sap/ui/mdc/Link.js +1 -1
  13. package/src/sap/ui/mdc/MultiValueField.js +1 -1
  14. package/src/sap/ui/mdc/Table.js +9 -0
  15. package/src/sap/ui/mdc/ValueHelp.js +1 -1
  16. package/src/sap/ui/mdc/actiontoolbar/ActionToolbarAction.js +1 -1
  17. package/src/sap/ui/mdc/chart/ChartImplementationContainer.js +1 -1
  18. package/src/sap/ui/mdc/chart/ChartSelectionDetails.js +1 -1
  19. package/src/sap/ui/mdc/chart/PropertyHelper.js +1 -1
  20. package/src/sap/ui/mdc/chart/ToolbarControlFactory.js +1 -1
  21. package/src/sap/ui/mdc/condition/Condition.js +1 -1
  22. package/src/sap/ui/mdc/condition/ConditionConverter.js +1 -1
  23. package/src/sap/ui/mdc/condition/ConditionModel.js +1 -1
  24. package/src/sap/ui/mdc/condition/FilterConverter.js +1 -1
  25. package/src/sap/ui/mdc/condition/FilterOperatorUtil.js +1 -1
  26. package/src/sap/ui/mdc/condition/Operator.js +1 -1
  27. package/src/sap/ui/mdc/condition/OperatorDynamicDateOption.js +1 -1
  28. package/src/sap/ui/mdc/condition/RangeOperator.js +1 -1
  29. package/src/sap/ui/mdc/field/ConditionType.js +1 -1
  30. package/src/sap/ui/mdc/field/ConditionTypeMixin.js +1 -1
  31. package/src/sap/ui/mdc/field/ConditionsType.js +1 -1
  32. package/src/sap/ui/mdc/field/CustomFieldInfo.js +1 -1
  33. package/src/sap/ui/mdc/field/DynamicDateRangeConditionsType.js +1 -1
  34. package/src/sap/ui/mdc/field/FieldBase.js +7 -11
  35. package/src/sap/ui/mdc/field/FieldInfoBase.js +1 -1
  36. package/src/sap/ui/mdc/field/FieldInput.js +1 -1
  37. package/src/sap/ui/mdc/field/FieldInputRenderUtil.js +1 -1
  38. package/src/sap/ui/mdc/field/FieldMultiInput.js +1 -1
  39. package/src/sap/ui/mdc/field/ListFieldHelpItem.js +1 -1
  40. package/src/sap/ui/mdc/field/MultiValueFieldItem.js +1 -1
  41. package/src/sap/ui/mdc/field/TokenDisplay.js +1 -1
  42. package/src/sap/ui/mdc/field/TokenizerDisplay.js +1 -1
  43. package/src/sap/ui/mdc/filterbar/FilterBarBase.js +1 -1
  44. package/src/sap/ui/mdc/filterbar/PropertyHelper.js +1 -1
  45. package/src/sap/ui/mdc/filterbar/p13n/AdaptationFilterBar.js +1 -1
  46. package/src/sap/ui/mdc/filterbar/vh/FilterBar.js +1 -1
  47. package/src/sap/ui/mdc/flexibility/Chart.flexibility.js +1 -1
  48. package/src/sap/ui/mdc/flexibility/FilterBar.flexibility.js +1 -1
  49. package/src/sap/ui/mdc/flexibility/FilterItemFlex.js +1 -1
  50. package/src/sap/ui/mdc/flexibility/Util.js +10 -0
  51. package/src/sap/ui/mdc/flexibility/actiontoolbar/CombineAction.js +1 -1
  52. package/src/sap/ui/mdc/flexibility/actiontoolbar/SplitAction.js +1 -1
  53. package/src/sap/ui/mdc/i18n/interaction_ar.xml +32 -0
  54. package/src/sap/ui/mdc/i18n/interaction_bg.xml +32 -0
  55. package/src/sap/ui/mdc/i18n/interaction_ca.xml +32 -0
  56. package/src/sap/ui/mdc/i18n/interaction_cnr.xml +32 -0
  57. package/src/sap/ui/mdc/i18n/interaction_cs.xml +32 -0
  58. package/src/sap/ui/mdc/i18n/interaction_cy.xml +32 -0
  59. package/src/sap/ui/mdc/i18n/interaction_da.xml +32 -0
  60. package/src/sap/ui/mdc/i18n/interaction_de.xml +32 -0
  61. package/src/sap/ui/mdc/i18n/interaction_el.xml +32 -0
  62. package/src/sap/ui/mdc/i18n/interaction_en.xml +32 -0
  63. package/src/sap/ui/mdc/i18n/interaction_en_GB.xml +32 -0
  64. package/src/sap/ui/mdc/i18n/interaction_en_US_saprigi.xml +32 -0
  65. package/src/sap/ui/mdc/i18n/interaction_es.xml +32 -0
  66. package/src/sap/ui/mdc/i18n/interaction_es_MX.xml +32 -0
  67. package/src/sap/ui/mdc/i18n/interaction_et.xml +32 -0
  68. package/src/sap/ui/mdc/i18n/interaction_fi.xml +32 -0
  69. package/src/sap/ui/mdc/i18n/interaction_fr.xml +32 -0
  70. package/src/sap/ui/mdc/i18n/interaction_fr_CA.xml +32 -0
  71. package/src/sap/ui/mdc/i18n/interaction_hi.xml +32 -0
  72. package/src/sap/ui/mdc/i18n/interaction_hr.xml +32 -0
  73. package/src/sap/ui/mdc/i18n/interaction_hu.xml +32 -0
  74. package/src/sap/ui/mdc/i18n/interaction_id.xml +32 -0
  75. package/src/sap/ui/mdc/i18n/interaction_it.xml +32 -0
  76. package/src/sap/ui/mdc/i18n/interaction_iw.xml +32 -0
  77. package/src/sap/ui/mdc/i18n/interaction_ja.xml +32 -0
  78. package/src/sap/ui/mdc/i18n/interaction_kk.xml +32 -0
  79. package/src/sap/ui/mdc/i18n/interaction_ko.xml +32 -0
  80. package/src/sap/ui/mdc/i18n/interaction_lt.xml +32 -0
  81. package/src/sap/ui/mdc/i18n/interaction_lv.xml +32 -0
  82. package/src/sap/ui/mdc/i18n/interaction_mk.xml +32 -0
  83. package/src/sap/ui/mdc/i18n/interaction_ms.xml +32 -0
  84. package/src/sap/ui/mdc/i18n/interaction_nl.xml +32 -0
  85. package/src/sap/ui/mdc/i18n/interaction_no.xml +32 -0
  86. package/src/sap/ui/mdc/i18n/interaction_pl.xml +32 -0
  87. package/src/sap/ui/mdc/i18n/interaction_pt.xml +32 -0
  88. package/src/sap/ui/mdc/i18n/interaction_pt_PT.xml +32 -0
  89. package/src/sap/ui/mdc/i18n/interaction_ro.xml +32 -0
  90. package/src/sap/ui/mdc/i18n/interaction_ru.xml +32 -0
  91. package/src/sap/ui/mdc/i18n/interaction_sh.xml +32 -0
  92. package/src/sap/ui/mdc/i18n/interaction_sk.xml +32 -0
  93. package/src/sap/ui/mdc/i18n/interaction_sl.xml +32 -0
  94. package/src/sap/ui/mdc/i18n/interaction_sr.xml +32 -0
  95. package/src/sap/ui/mdc/i18n/interaction_sv.xml +32 -0
  96. package/src/sap/ui/mdc/i18n/interaction_th.xml +32 -0
  97. package/src/sap/ui/mdc/i18n/interaction_tr.xml +32 -0
  98. package/src/sap/ui/mdc/i18n/interaction_uk.xml +32 -0
  99. package/src/sap/ui/mdc/i18n/interaction_vi.xml +32 -0
  100. package/src/sap/ui/mdc/i18n/interaction_zh_CN.xml +32 -0
  101. package/src/sap/ui/mdc/i18n/interaction_zh_TW.xml +32 -0
  102. package/src/sap/ui/mdc/library.js +2 -2
  103. package/src/sap/ui/mdc/link/Factory.js +1 -1
  104. package/src/sap/ui/mdc/link/LinkItem.js +1 -1
  105. package/src/sap/ui/mdc/link/Panel.js +1 -1
  106. package/src/sap/ui/mdc/link/PanelItem.js +1 -1
  107. package/src/sap/ui/mdc/link/SemanticObjectMapping.js +1 -1
  108. package/src/sap/ui/mdc/link/SemanticObjectMappingItem.js +1 -1
  109. package/src/sap/ui/mdc/link/SemanticObjectUnavailableAction.js +1 -1
  110. package/src/sap/ui/mdc/messagebundle_ar.properties +10 -10
  111. package/src/sap/ui/mdc/messagebundle_es.properties +1 -1
  112. package/src/sap/ui/mdc/messagebundle_es_MX.properties +1 -1
  113. package/src/sap/ui/mdc/messagebundle_hr.properties +2 -2
  114. package/src/sap/ui/mdc/messagebundle_id.properties +4 -4
  115. package/src/sap/ui/mdc/messagebundle_ja.properties +1 -1
  116. package/src/sap/ui/mdc/messagebundle_kk.properties +16 -16
  117. package/src/sap/ui/mdc/messagebundle_vi.properties +3 -3
  118. package/src/sap/ui/mdc/mixin/AdaptationMixin.js +1 -1
  119. package/src/sap/ui/mdc/mixin/DelegateMixin.js +1 -1
  120. package/src/sap/ui/mdc/mixin/FilterIntegrationMixin.js +1 -1
  121. package/src/sap/ui/mdc/mixin/PromiseMixin.js +1 -1
  122. package/src/sap/ui/mdc/mixin/PropertyHelperMixin.js +1 -1
  123. package/src/sap/ui/mdc/odata/TypeMap.js +1 -1
  124. package/src/sap/ui/mdc/odata/v4/TypeMap.js +1 -1
  125. package/src/sap/ui/mdc/p13n/PropertyHelper.js +1 -1
  126. package/src/sap/ui/mdc/p13n/subcontroller/ColumnFreezeController.js +1 -1
  127. package/src/sap/ui/mdc/p13n/subcontroller/ShowDetailsController.js +1 -1
  128. package/src/sap/ui/mdc/table/ColumnSettings.js +1 -1
  129. package/src/sap/ui/mdc/table/CreationRow.js +1 -1
  130. package/src/sap/ui/mdc/table/DragDropConfig.js +1 -1
  131. package/src/sap/ui/mdc/table/PropertyHelper.js +1 -1
  132. package/src/sap/ui/mdc/table/ResponsiveColumnSettings.js +1 -1
  133. package/src/sap/ui/mdc/table/RowActionItem.js +1 -1
  134. package/src/sap/ui/mdc/table/RowSettings.js +1 -1
  135. package/src/sap/ui/mdc/table/V4AnalyticsPropertyHelper.js +1 -1
  136. package/src/sap/ui/mdc/table/utils/Personalization.js +1 -1
  137. package/src/sap/ui/mdc/ushell/SemanticObjectMapping.js +1 -1
  138. package/src/sap/ui/mdc/ushell/SemanticObjectMappingItem.js +1 -1
  139. package/src/sap/ui/mdc/ushell/SemanticObjectUnavailableAction.js +1 -1
  140. package/src/sap/ui/mdc/util/InfoBar.js +1 -1
  141. package/src/sap/ui/mdc/util/PromiseCache.js +1 -1
  142. package/src/sap/ui/mdc/util/PropertyHelper.js +1 -1
  143. package/src/sap/ui/mdc/util/PropertyHelperUtil.js +1 -1
  144. package/src/sap/ui/mdc/valuehelp/Dialog.js +1 -1
  145. package/src/sap/ui/mdc/valuehelp/FilterBar.js +1 -1
  146. package/src/sap/ui/mdc/valuehelp/Popover.js +1 -1
  147. package/src/sap/ui/mdc/valuehelp/base/Container.js +1 -1
  148. package/src/sap/ui/mdc/valuehelp/base/Content.js +1 -1
  149. package/src/sap/ui/mdc/valuehelp/base/DefineConditionPanel.js +1 -1
  150. package/src/sap/ui/mdc/valuehelp/base/DialogTab.js +1 -1
  151. package/src/sap/ui/mdc/valuehelp/base/FilterableListContent.js +1 -1
  152. package/src/sap/ui/mdc/valuehelp/base/ListContent.js +1 -1
  153. package/src/sap/ui/mdc/valuehelp/content/Bool.js +1 -1
  154. package/src/sap/ui/mdc/valuehelp/content/Conditions.js +1 -1
  155. package/src/sap/ui/mdc/valuehelp/content/FixedList.js +1 -1
  156. package/src/sap/ui/mdc/valuehelp/content/FixedListItem.js +1 -1
  157. package/src/sap/ui/mdc/valuehelp/content/MDCTable.js +1 -1
  158. package/src/sap/ui/mdc/valuehelp/content/MTable.js +1 -1
@@ -13,20 +13,20 @@ operators.NotEmpty.longText=\u0431\u043E\u0441 \u0435\u043C\u0435\u0441
13
13
 
14
14
  operators.NotEmpty.tokenText=\u0431\u043E\u0441
15
15
 
16
- operators.LT.longText=\u043C\u044B\u043D\u0430\u0434\u0430\u043D \u0430\u0437
16
+ operators.LT.longText=\u043C\u044B\u043D\u0430\u0434\u0430\u043D \u043A\u0435\u043C
17
17
  operators.NOTLT.longText=\u043C\u044B\u043D\u0430\u0434\u0430\u043D \u043A\u0435\u043C \u0435\u043C\u0435\u0441
18
18
 
19
- operators.LT.longText.date=\u0434\u0435\u0439\u0456\u043D
19
+ operators.LT.longText.date=\u043C\u044B\u043D\u0430\u0493\u0430\u043D \u0434\u0435\u0439\u0456\u043D
20
20
  operators.NOTLT.longText.date=\u043C\u044B\u043D\u0430\u0493\u0430\u043D \u0434\u0435\u0439\u0456\u043D \u0435\u043C\u0435\u0441
21
21
 
22
22
  operators.GT.longText=\u043C\u044B\u043D\u0430\u0434\u0430\u043D \u0430\u0440\u0442\u044B\u049B
23
23
  operators.NOTGT.longText=\u043C\u044B\u043D\u0430\u0434\u0430\u043D \u0430\u0440\u0442\u044B\u049B \u0435\u043C\u0435\u0441
24
24
 
25
- operators.GT.longText.date=\u043A\u0435\u0439\u0456\u043D
25
+ operators.GT.longText.date=\u043C\u044B\u043D\u0430\u0434\u0430\u043D \u043A\u0435\u0439\u0456\u043D
26
26
  operators.NOTGT.longText.date=\u043C\u044B\u043D\u0430\u0434\u0430\u043D \u043A\u0435\u0439\u0456\u043D \u0435\u043C\u0435\u0441
27
27
 
28
- operators.LE.longText=\u043C\u044B\u043D\u0430\u0434\u0430\u043D \u0430\u0437 \u043D\u0435\u043C\u0435\u0441\u0435 \u0442\u0435\u04A3
29
- operators.NOTLE.longText=\u043C\u044B\u043D\u0430\u0434\u0430\u043D \u0430\u0437 \u043D\u0435\u043C\u0435\u0441\u0435 \u0442\u0435\u04A3 \u0435\u043C\u0435\u0441
28
+ operators.LE.longText=\u043C\u044B\u043D\u0430\u0434\u0430\u043D \u043A\u0435\u043C \u043D\u0435\u043C\u0435\u0441\u0435 \u0442\u0435\u04A3
29
+ operators.NOTLE.longText=\u043C\u044B\u043D\u0430\u0434\u0430\u043D \u043A\u0435\u043C \u043D\u0435\u043C\u0435\u0441\u0435 \u0442\u0435\u04A3 \u0435\u043C\u0435\u0441
30
30
 
31
31
  operators.LE.longText.date=\u0434\u0435\u0439\u0456\u043D \u043D\u0435 \u043E\u0441\u044B \u043A\u04AF\u043D\u0456
32
32
  operators.NOTLE.longText.date=\u0434\u0435\u0439\u0456\u043D \u043D\u0435 \u043E\u0441\u044B \u043A\u04AF\u043D\u0456 \u0435\u043C\u0435\u0441
@@ -37,19 +37,19 @@ operators.NOTGE.longText=\u043C\u044B\u043D\u0430\u0434\u0430\u043D \u0430\u0440
37
37
  operators.GE.longText.date=\u043E\u0441\u044B \u043A\u04AF\u043D\u0456 \u043D\u0435 \u043A\u0435\u0439\u0456\u043D
38
38
  operators.NOTGE.longText.date=\u043E\u0441\u044B \u043A\u04AF\u043D\u0456 \u043D\u0435 \u043A\u0435\u0439\u0456\u043D \u0435\u043C\u0435\u0441
39
39
 
40
- operators.NE.longText=\u043A\u0435\u043B\u0435\u0441\u0456\u0433\u0435 \u0442\u0435\u04A3 \u0435\u043C\u0435\u0441
40
+ operators.NE.longText=\u043C\u044B\u043D\u0430\u0493\u0430\u043D \u0442\u0435\u04A3 \u0435\u043C\u0435\u0441
41
41
 
42
- operators.StartsWith.longText=\u043A\u0435\u043B\u0435\u0441\u0456\u0434\u0435\u043D \u0431\u0430\u0441\u0442\u0430\u043B\u0430\u0434\u044B\:
42
+ operators.StartsWith.longText=\u043C\u044B\u043D\u0430\u0434\u0430\u043D \u0431\u0430\u0441\u0442\u0430\u043B\u0430\u0434\u044B
43
43
 
44
- operators.NotStartsWith.longText=\u043A\u0435\u043B\u0435\u0441\u0456\u0434\u0435\u043D \u0431\u0430\u0441\u0442\u0430\u043B\u043C\u0430\u0439\u0434\u044B\:
44
+ operators.NotStartsWith.longText=\u043C\u044B\u043D\u0430\u0434\u0430\u043D \u0431\u0430\u0441\u0442\u0430\u043B\u043C\u0430\u0439\u0434\u044B
45
45
 
46
- operators.EndsWith.longText=\u043A\u0435\u043B\u0435\u0441\u0456\u0434\u0435\u043D \u0430\u044F\u049B\u0442\u0430\u043B\u0430\u0434\u044B\:
46
+ operators.EndsWith.longText=\u043C\u044B\u043D\u0430\u043C\u0435\u043D \u0430\u044F\u049B\u0442\u0430\u043B\u0430\u0434\u044B
47
47
 
48
- operators.NotEndsWith.longText=\u043A\u0435\u043B\u0435\u0441\u0456\u043C\u0435\u043D \u0430\u044F\u049B\u0442\u0430\u043B\u043C\u0430\u0439\u0434\u044B\:
48
+ operators.NotEndsWith.longText=\u043C\u044B\u043D\u0430\u043C\u0435\u043D \u0430\u044F\u049B\u0442\u0430\u043B\u043C\u0430\u0439\u0434\u044B
49
49
 
50
- operators.Contains.longText=\u049B\u0430\u043C\u0442\u0438\u0434\u044B
50
+ operators.Contains.longText=\u043C\u044B\u043D\u0430\u043D\u044B \u049B\u0430\u043C\u0442\u0438\u0434\u044B
51
51
 
52
- operators.NotContains.longText=\u049B\u0430\u043C\u0442\u044B\u043C\u0430\u0439\u0434\u044B
52
+ operators.NotContains.longText=\u043C\u044B\u043D\u0430\u043D\u044B \u049B\u0430\u043C\u0442\u044B\u043C\u0430\u0439\u0434\u044B
53
53
 
54
54
  operators.SPECIFICMONTH_MONTH.label=\u0410\u0439
55
55
 
@@ -71,7 +71,7 @@ filterbar.GO=\u04E8\u0442\u0443
71
71
 
72
72
  filterbar.CLEAR=\u04E8\u0448\u0456\u0440\u0443
73
73
 
74
- filterbar.ADAPT=\u0421\u04AF\u0437\u0433\u0456\u043B\u0435\u0440\u0434\u0456 \u0441\u04D9\u0439\u043A\u0435\u0441\u0442\u0435\u043D\u0434\u0456\u0440\u0443
74
+ filterbar.ADAPT=\u0421\u04AF\u0437\u0433\u0456\u043B\u0435\u0440\u0434\u0456 \u0431\u0435\u0439\u043C\u0434\u0435\u0443
75
75
 
76
76
  filterbar.ADAPT_NONZERO=\u0421\u04AF\u0437\u0433\u0456\u043B\u0435\u0440\u0434\u0456 \u0431\u0435\u0439\u0456\u043C\u0434\u0435\u0443 ({0})
77
77
 
@@ -103,7 +103,7 @@ filterbar.ADAPT_COLUMN_DESCRIPTION=\u0421\u04AF\u0437\u0433\u0456
103
103
  filterbar.ADAPT_COLUMN_VALUE=\u041C\u04D9\u043D\u0434\u0435\u0440
104
104
  filterbar.ADAPT_CLEAR=\u0422\u0430\u0437\u0430\u0440\u0442\u0443
105
105
  filterbar.ADAPT_RESTORE=\u049A\u0430\u043B\u043F\u044B\u043D\u0430 \u043A\u0435\u043B\u0442\u0456\u0440\u0443
106
- filterbar.ADAPT_TITLE=\u0421\u04AF\u0437\u0433\u0456\u043B\u0435\u0440\u0434\u0456 \u0431\u0435\u0439\u0456\u043C\u0434\u0435\u0443
106
+ filterbar.ADAPT_TITLE=\u0421\u04AF\u0437\u0433\u0456\u043B\u0435\u0440\u0434\u0456 \u0431\u0435\u0439\u043C\u0434\u0435\u0443
107
107
  filterbar.ADAPT_SHOW_VISIBLE=\u041A\u04E9\u0440\u0441\u0435\u0442\u0456\u043B\u0433\u0435\u043D\u0434\u0435\u0440\u0434\u0456 \u049B\u0430\u0440\u0430\u0443
108
108
  filterbar.ADAPT_MOVE_TO_TOP=\u0415\u04A3 \u04AF\u0441\u0442\u0456\u043D\u0435 \u0436\u044B\u043B\u0436\u044B\u0442\u0443
109
109
  filterbar.ADAPT_MOVE_UP=\u0416\u043E\u0493\u0430\u0440\u044B \u0436\u044B\u043B\u0436\u044B\u0442\u0443
@@ -255,7 +255,7 @@ info.SELECTION_DIALOG_INFO_TOOLBAR=\u0421\u0456\u043B\u0442\u0435\u043C\u0435\u0
255
255
  info.SELECTION_DIALOG_COLUMNHEADER_WITHOUT_COUNT=\u0411\u0430\u0440\u043B\u044B\u0493\u044B\u043D \u0442\u0430\u04A3\u0434\u0430\u0443
256
256
  info.SELECTION_DIALOG_RESET_WARNING=\u0421\u0456\u043B\u0442\u0435\u043C\u0435\u043B\u0435\u0440\u0433\u0435 \u0436\u0430\u0441\u0430\u043B\u0493\u0430\u043D \u0431\u0430\u0440\u043B\u044B\u049B \u04E9\u0437\u0433\u0435\u0440\u0456\u0441\u0442\u0435\u0440\u0434\u0456 \u0431\u0430\u0441\u0442\u0430\u043F\u049B\u044B \u049B\u0430\u043B\u043F\u044B\u043D\u0430 \u043A\u0435\u043B\u0442\u0456\u0440\u0435\u0439\u0456\u043D \u0434\u0435\u043F \u043E\u0442\u044B\u0440\u0441\u044B\u0437.
257
257
 
258
- p13nDialog.VIEW_SETTINGS=\u041A\u04E9\u0440\u0443 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u043B\u0435\u0440\u0456
258
+ p13nDialog.VIEW_SETTINGS=\u041A\u04E9\u0440\u0456\u043D\u0456\u0441 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u043B\u0435\u0440\u0456
259
259
  p13nDialog.RESET=\u049A\u0430\u043B\u043F\u044B\u043D\u0430 \u043A\u0435\u043B\u0442\u0456\u0440\u0443
260
260
  p13nDialog.OK=OK
261
261
  p13nDialog.CANCEL=\u0411\u043E\u043B\u0434\u044B\u0440\u043C\u0430\u0443
@@ -281,7 +281,7 @@ p13nDialog.VIEW_SWITCH=\u041A\u04E9\u0440\u0456\u043D\u0456\u0441 \u0430\u0443\u
281
281
  p13nDialog.ADAPT_FILTER_SEARCH=\u0421\u04AF\u0437\u0433\u0456\u043B\u0435\u0440\u0434\u0456 \u0456\u0437\u0434\u0435\u0443
282
282
  p13nDialog.QUICK_FILTER=\u0410\u0442\u0440\u0438\u0431\u0443\u0442 \u0431\u043E\u0439\u044B\u043D\u0448\u0430 \u04E9\u0440\u0456\u0441\u0442\u0435\u0440\u0434\u0456 \u043A\u04E9\u0440\u0441\u0435\u0442\u0443
283
283
  p13nDialog.FILTER_GROUP_DESCRIPTION={0} \u0441\u04AF\u0437\u0433\u0456\u043B\u0435\u0440 \u0442\u043E\u0431\u044B
284
- p13nDialog.RESET_WARNING_TEXT=\u0421\u0456\u0437 \u043A\u04E9\u0440\u0443 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u043B\u0435\u0440\u0456\u043D\u0435 \u0436\u0430\u0441\u0430\u043B\u0493\u0430\u043D \u0431\u0430\u0440\u043B\u044B\u049B \u04E9\u0437\u0433\u0435\u0440\u0456\u0441\u0442\u0435\u0440\u0434\u0456 \u0431\u0430\u0441\u0442\u0430\u043F\u049B\u044B \u049B\u0430\u043B\u043F\u044B\u043D\u0430 \u043A\u0435\u043B\u0442\u0456\u0440\u0435\u0439\u0456\u043D \u0436\u04D9\u043D\u0435 \u0442\u0430\u04A3\u0434\u0430\u043B\u0493\u0430\u043D \u043A\u04E9\u0440\u0456\u043D\u0456\u0441\u043A\u0435 \u049B\u0430\u0439\u0442\u0430\u0439\u044B\u043D \u0434\u0435\u043F \u0436\u0430\u0442\u044B\u0440\u0441\u044B\u0437.
284
+ p13nDialog.RESET_WARNING_TEXT=\u0421\u0456\u0437 \u043A\u04E9\u0440\u0456\u043D\u0456\u0441 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u043B\u0435\u0440\u0456\u043D\u0435 \u0436\u0430\u0441\u0430\u043B\u0493\u0430\u043D \u0431\u0430\u0440\u043B\u044B\u049B \u04E9\u0437\u0433\u0435\u0440\u0456\u0441\u0442\u0435\u0440\u0434\u0456 \u0431\u0430\u0441\u0442\u0430\u043F\u049B\u044B \u049B\u0430\u043B\u043F\u044B\u043D\u0430 \u043A\u0435\u043B\u0442\u0456\u0440\u0435\u0439\u0456\u043D \u0436\u04D9\u043D\u0435 \u0442\u0430\u04A3\u0434\u0430\u043B\u0493\u0430\u043D \u043A\u04E9\u0440\u0456\u043D\u0456\u0441\u043A\u0435 \u049B\u0430\u0439\u0442\u0430\u0439\u044B\u043D \u0434\u0435\u043F \u0436\u0430\u0442\u044B\u0440\u0441\u044B\u0437.
285
285
  p13nDialog.TAB_Column=\u0411\u0430\u0493\u0430\u043D\u0434\u0430\u0440
286
286
  p13nDialog.TAB_Sort=\u0421\u04B1\u0440\u044B\u043F\u0442\u0430\u0443
287
287
  p13nDialog.TAB_Filter=\u0421\u04AF\u0437\u0433\u0456\u043B\u0435\u0443
@@ -207,7 +207,7 @@ valuehelp.SELECTFROMLIST.TokenizerTitleNoCount=Kh\u00F4ng cho\u0323n mu\u0323c
207
207
 
208
208
  valuehelp.DEFINECONDITIONS.TokenizerTitle=\u0110i\u00EA\u0300u ki\u00EA\u0323n ({0})
209
209
 
210
- valuehelp.DEFINECONDITIONS.TokenizerTitleNoCount=Kh\u00F4ng nh\u00E2\u0323p \u0111i\u00EA\u0300u ki\u00EA\u0323n
210
+ valuehelp.DEFINECONDITIONS.TokenizerTitleNoCount=Kh\u00F4ng c\u00F3 \u0111i\u1EC1u ki\u1EC7n n\u00E0o \u0111\u01B0\u1EE3c nh\u1EADp
211
211
 
212
212
  valuehelp.VALUE_NOT_EXIST=Gia\u0301 tri\u0323 "{0}\u201D kh\u00F4ng t\u00F4\u0300n ta\u0323i.
213
213
 
@@ -269,7 +269,7 @@ p13nDialog.MOVE_DOWN=Chuy\u00EA\u0309n xu\u00F4\u0301ng
269
269
  p13nDialog.MOVE_TO_BOTTOM=Di chuy\u00EA\u0309n xu\u00F4\u0301ng d\u01B0\u01A1\u0301i cu\u0300ng
270
270
  p13nDialog.REORDER=Ta\u0301i \u0111\u0103\u0323t ha\u0300ng
271
271
  p13nDialog.SELECT=L\u01B0\u0323a cho\u0323n
272
- p13nDialog.GROUPMODE_VISIBLE=Co\u0301 th\u00EA\u0309 nhi\u0300n th\u00E2\u0301y
272
+ p13nDialog.GROUPMODE_VISIBLE=Hi\u1EC3n th\u1ECB
273
273
  p13nDialog.GROUPMODE_ACTIVE=\u0110ang hoa\u0323t \u0111\u00F4\u0323ng
274
274
  p13nDialog.GROUPMODE_VISIBLE_ACTIVE=Hi\u00EA\u0309n thi\u0323 va\u0300 \u0111ang hoa\u0323t \u0111\u00F4\u0323ng
275
275
  p13nDialog.GROUPMODE_ALL=T\u00E2\u0301t ca\u0309
@@ -328,7 +328,7 @@ chart.CHART_TYPE_SEARCH=Ti\u0300m ki\u00EA\u0301m theo loa\u0323i bi\u00EA\u0309
328
328
  chart.CHART_TYPELIST_TEXT=Ki\u00EA\u0309u bi\u00EA\u0309u \u0111\u00F4\u0300
329
329
  chart.TOOLBAR_ZOOM_IN=Pho\u0301ng to
330
330
  chart.TOOLBAR_ZOOM_OUT=Thu nho\u0309
331
- chart.CHART_DRILLDOWN_TITLE=Xem b\u01A1\u0309i
331
+ chart.CHART_DRILLDOWN_TITLE=Xem theo
332
332
  chart.CHART_DRILLDOWN_SEARCH=Ti\u0300m ki\u00EA\u0301m theo quy c\u00E1ch
333
333
  chart.LEGENDBTN_TOOLTIP=\u0110a\u0309o tra\u0323ng tha\u0301i co\u0301 th\u00EA\u0309 nhi\u0300n th\u00E2\u0301y cu\u0309a chu\u0301 gia\u0309i
334
334
  chart.LEGENDBTN_TEXT=\u0110a\u0309o tra\u0323ng tha\u0301i co\u0301 th\u00EA\u0309 nhi\u0300n th\u00E2\u0301y cu\u0309a chu\u0301 gia\u0309i
@@ -32,7 +32,7 @@ sap.ui.define(
32
32
  *
33
33
  *
34
34
  * @author SAP SE
35
- * @version 1.136.1
35
+ * @version 1.136.3
36
36
  * @alias sap.ui.mdc.mixin.AdaptationMixin
37
37
  * @namespace
38
38
  * @since 1.82.0
@@ -59,7 +59,7 @@ sap.ui.define(["sap/ui/mdc/util/loadModules", "sap/base/Log", "sap/ui/mdc/BaseDe
59
59
  * </ul>
60
60
  *
61
61
  * @author SAP SE
62
- * @version 1.136.1
62
+ * @version 1.136.3
63
63
  * @alias sap.ui.mdc.mixin.DelegateMixin
64
64
  * @namespace
65
65
  * @since 1.76.0
@@ -43,7 +43,7 @@ sap.ui.define([
43
43
  * </ul>
44
44
  *
45
45
  * @author SAP SE
46
- * @version 1.136.1
46
+ * @version 1.136.3
47
47
  * @alias sap.ui.mdc.mixin.FilterIntegrationMixin
48
48
  * @namespace
49
49
  * @since 1.82.0
@@ -12,7 +12,7 @@ sap.ui.define(
12
12
  * Calling any of the enhanced methods after control exit will result in a no-op.
13
13
  *
14
14
  * @author SAP SE
15
- * @version 1.136.1
15
+ * @version 1.136.3
16
16
  * @alias sap.ui.mdc.mixin.PromiseMixin
17
17
  * @namespace
18
18
  * @since 1.85.0
@@ -39,7 +39,7 @@ sap.ui.define([
39
39
  * </ul>
40
40
  *
41
41
  * @author SAP SE
42
- * @version 1.136.1
42
+ * @version 1.136.3
43
43
  * @alias sap.ui.mdc.mixin.PropertyHelperMixin
44
44
  * @namespace
45
45
  * @since 1.100.0
@@ -47,7 +47,7 @@ sap.ui.define([
47
47
  * </ul>
48
48
  *
49
49
  * @author SAP SE
50
- * @version 1.136.1
50
+ * @version 1.136.3
51
51
  * @public
52
52
  * @since 1.114.0
53
53
  * @namespace
@@ -47,7 +47,7 @@ sap.ui.define([
47
47
  * </ul>
48
48
  *
49
49
  * @author SAP SE
50
- * @version 1.136.1
50
+ * @version 1.136.3
51
51
  * @public
52
52
  * @since 1.114.0
53
53
  * @namespace
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @extends sap.ui.mdc.util.PropertyHelper
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.136.1
26
+ * @version 1.136.3
27
27
  *
28
28
  * @private
29
29
  * @since 1.85
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @extends sap.ui.mdc.p13n.subcontroller.SelectionController
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.136.1
25
+ * @version 1.136.3
26
26
  *
27
27
  * @private
28
28
  * @alias sap.ui.mdc.p13n.subcontroller.ColumnFreezeController
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @extends sap.ui.mdc.p13n.subcontroller.SelectionController
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.136.1
25
+ * @version 1.136.3
26
26
  *
27
27
  * @private
28
28
  * @alias sap.ui.mdc.p13n.subcontroller.ShowDetailsController
@@ -17,7 +17,7 @@ sap.ui.define([
17
17
  *
18
18
  * @class The table type info class for the metadata-driven table.
19
19
  * @extends sap.ui.core.Element
20
- * @version 1.136.1
20
+ * @version 1.136.3
21
21
  * @author SAP SE
22
22
  * @constructor
23
23
  * @public
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * {@link sap.ui.mdc.table.Column#getCreationTemplate creationTemplate} aggregation of the {@link sap.ui.mdc.table.Column}.
20
20
  * @extends sap.ui.core.Element
21
21
  * @author SAP SE
22
- * @version 1.136.1
22
+ * @version 1.136.3
23
23
  * @constructor
24
24
  * @private
25
25
  * @ui5-restricted sap.fe
@@ -23,7 +23,7 @@ sap.ui.define(["sap/ui/core/dnd/DragDropBase",
23
23
  *
24
24
  * @extends sap.ui.core.dnd.DragDropBase
25
25
  * @author SAP SE
26
- * @version 1.136.1
26
+ * @version 1.136.3
27
27
  *
28
28
  * @public
29
29
  * @since 1.119
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * @extends sap.ui.mdc.util.PropertyHelper
33
33
  *
34
34
  * @author SAP SE
35
- * @version 1.136.1
35
+ * @version 1.136.3
36
36
  *
37
37
  * @private
38
38
  * @since 1.83
@@ -17,7 +17,7 @@ sap.ui.define([
17
17
  *
18
18
  * @class The table type info class for the metadata-driven table.
19
19
  * @extends sap.ui.mdc.table.ColumnSettings
20
- * @version 1.136.1
20
+ * @version 1.136.3
21
21
  * @author SAP SE
22
22
  * @constructor
23
23
  * @public
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  * The <code>RowActionItem</code> control represents a action for a row.
21
21
  * This control can only be used in the context of <code>sap.ui.mdc.Table</code> control to define row actions.
22
22
  * @extends sap.ui.core.Element
23
- * @version 1.136.1
23
+ * @version 1.136.3
24
24
  *
25
25
  * @constructor
26
26
  * @public
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * The <code>RowSettings</code> control is used to configure a row.
22
22
  * This control can only be used in the context of the <code>sap.ui.mdc.Table</code> control to define row settings.
23
23
  * @extends sap.ui.core.Element
24
- * @version 1.136.1
24
+ * @version 1.136.3
25
25
  *
26
26
  * @constructor
27
27
  * @public
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  * @extends sap.ui.mdc.table.PropertyHelper
26
26
  *
27
27
  * @author SAP SE
28
- * @version 1.136.1
28
+ * @version 1.136.3
29
29
  *
30
30
  * @private
31
31
  * @since 1.85
@@ -17,7 +17,7 @@ sap.ui.define([
17
17
  * P13n utilities.
18
18
  *
19
19
  * @author SAP SE
20
- * @version 1.136.1
20
+ * @version 1.136.3
21
21
  * @namespace
22
22
  * @alias sap.ui.mdc.table.utils.Personalization
23
23
  * @private
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @param {object} [mSettings] initial settings for the new control
17
17
  * @class Type for...
18
18
  * @extends sap.ui.core.Element
19
- * @version 1.136.1
19
+ * @version 1.136.3
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.120
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @param {object} [mSettings] initial settings for the new control
17
17
  * @class Type for...
18
18
  * @extends sap.ui.core.Element
19
- * @version 1.136.1
19
+ * @version 1.136.3
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.120
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @param {object} [mSettings] initial settings for the new control
17
17
  * @class Type for...
18
18
  * @extends sap.ui.core.Element
19
- * @version 1.136.1
19
+ * @version 1.136.3
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.120
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @class The <code>InfoBar</code> control provides an easy way of displaying filter information inside an <code>sap.ui.mdc.Chart</code> and an <code>sap.ui.mdc.Table</code>.
25
25
  * @extends sap.ui.core.Control
26
26
  * @author SAP SE
27
- * @version 1.136.1
27
+ * @version 1.136.3
28
28
  * @constructor
29
29
  * @private
30
30
  * @ui5-restricted sap.ui.mdc
@@ -45,7 +45,7 @@ sap.ui.define(
45
45
  * Destroying the cache will cancel all registered promises and delete references. Convenience methods for promise creation, wrapping and replacement are offered.
46
46
  *
47
47
  * @author SAP SE
48
- * @version 1.136.1
48
+ * @version 1.136.3
49
49
  * @alias sap.ui.mdc.util.PromiseCache
50
50
  * @since 1.85.0
51
51
  * @private
@@ -578,7 +578,7 @@ sap.ui.define([
578
578
  * @extends sap.ui.base.Object
579
579
  *
580
580
  * @author SAP SE
581
- * @version 1.136.1
581
+ * @version 1.136.3
582
582
  *
583
583
  * @private
584
584
  * @since 1.83
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * Provides validation functions for checking the (required) usage of the PropertyHelper.
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.136.1
22
+ * @version 1.136.3
23
23
  * @alias sap.ui.mdc.util.PropertyHelperUtil
24
24
  * @namespace
25
25
  * @since 1.132.0
@@ -68,7 +68,7 @@ sap.ui.define([
68
68
  * @param {object} [mSettings] Initial settings for the new control
69
69
  * @class Container for the {@link sap.ui.mdc.ValueHelp ValueHelp} element showing a dialog.
70
70
  * @extends sap.ui.mdc.valuehelp.base.Container
71
- * @version 1.136.1
71
+ * @version 1.136.3
72
72
  * @constructor
73
73
  * @public
74
74
  * @since 1.95.0
@@ -39,7 +39,7 @@ sap.ui.define(
39
39
  * <b>Note:</b> The <code>FilterBar</code> can only be used for a {@link sap.ui.mdc.valuehelp.Dialog Dialog} and not on its own.
40
40
  * @extends sap.ui.mdc.filterbar.FilterBarBase
41
41
  * @author SAP SE
42
- * @version 1.136.1
42
+ * @version 1.136.3
43
43
  * @constructor
44
44
  * @public
45
45
  * @since 1.124.0
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * @param {object} [mSettings] Initial settings for the new control
38
38
  * @class Container for the {@link sap.ui.mdc.ValueHelp ValueHelp} element showing a popover.
39
39
  * @extends sap.ui.mdc.valuehelp.base.Container
40
- * @version 1.136.1
40
+ * @version 1.136.3
41
41
  * @constructor
42
42
  *
43
43
  * @public
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @param {object} [mSettings] Initial settings for the new element
27
27
  * @class Container for the {@link sap.ui.mdc.ValueHelp ValueHelp} element.
28
28
  * @extends sap.ui.core.Element
29
- * @version 1.136.1
29
+ * @version 1.136.3
30
30
  * @constructor
31
31
  * @abstract
32
32
  *
@@ -36,7 +36,7 @@ sap.ui.define([
36
36
  * @param {object} [mSettings] Initial settings for the new element
37
37
  * @class Content for the {@link sap.ui.mdc.valuehelp.base.Container Container} element.
38
38
  * @extends sap.ui.core.Element
39
- * @version 1.136.1
39
+ * @version 1.136.3
40
40
  * @constructor
41
41
  * @abstract
42
42
  *
@@ -121,7 +121,7 @@ sap.ui.define([
121
121
  * @extends sap.ui.core.Control
122
122
  *
123
123
  * @author SAP SE
124
- * @version 1.136.1
124
+ * @version 1.136.3
125
125
  *
126
126
  * @constructor
127
127
  * @alias sap.ui.mdc.valuehelp.base.DefineConditionPanel
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  * @param {object} [mSettings] Initial settings for the new control
21
21
  * @class Content for the <code>sap.ui.mdc.valuehelp.content.Dialog</code> element.
22
22
  * @extends sap.ui.core.Control
23
- * @version 1.136.1
23
+ * @version 1.136.3
24
24
  * @constructor
25
25
  * @private
26
26
  * @ui5-restricted sap.ui.mdc
@@ -44,7 +44,7 @@ sap.ui.define([
44
44
  * @param {object} [mSettings] Initial settings for the new element
45
45
  * @class Content for the {@link sap.ui.mdc.valuehelp.base.Container Container} element.
46
46
  * @extends sap.ui.mdc.valuehelp.base.ListContent
47
- * @version 1.136.1
47
+ * @version 1.136.3
48
48
  * @constructor
49
49
  * @abstract
50
50
  * @public
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @param {object} [mSettings] Initial settings for the new element
22
22
  * @class Content for the {@link sap.ui.mdc.valuehelp.base.Container Container} element.
23
23
  * @extends sap.ui.mdc.valuehelp.base.Content
24
- * @version 1.136.1
24
+ * @version 1.136.3
25
25
  * @constructor
26
26
  * @abstract
27
27
  * @public
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  * @param {object} [mSettings] Initial settings for the new element
21
21
  * @class Content for the {@link sap.ui.mdc.valuehelp.base.Container Container} element to provide a value help for boolean fields.
22
22
  * @extends sap.ui.mdc.valuehelp.content.FixedList
23
- * @version 1.136.1
23
+ * @version 1.136.3
24
24
  * @constructor
25
25
  * @private
26
26
  * @ui5-restricted sap.ui.mdc
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @param {object} [mSettings] Initial settings for the new element
28
28
  * @class Content for the {@link sap.ui.mdc.valuehelp.base.Container Container} element showing a condition panel.
29
29
  * @extends sap.ui.mdc.valuehelp.base.Content
30
- * @version 1.136.1
30
+ * @version 1.136.3
31
31
  * @constructor
32
32
  * @public
33
33
  * @since 1.95.0
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * @param {object} [mSettings] Initial settings for the new element
33
33
  * @class Content for the {@link sap.ui.mdc.valuehelp.base.Container Container} element showing a list with fixed values.
34
34
  * @extends sap.ui.mdc.valuehelp.base.ListContent
35
- * @version 1.136.1
35
+ * @version 1.136.3
36
36
  * @constructor
37
37
  * @public
38
38
  * @since 1.95.0
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @extends sap.ui.core.ListItem
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.136.1
26
+ * @version 1.136.3
27
27
  *
28
28
  * @public
29
29
  * @since 1.114.0
@@ -42,7 +42,7 @@ sap.ui.define([
42
42
  * @param {object} [mSettings] Initial settings for the new element
43
43
  * @class Content for the {@link sap.ui.mdc.valuehelp.base.Container Container} element using a {@link sap.ui.mdc.Table}.
44
44
  * @extends sap.ui.mdc.valuehelp.base.FilterableListContent
45
- * @version 1.136.1
45
+ * @version 1.136.3
46
46
  * @constructor
47
47
  * @public
48
48
  * @since 1.95.0
@@ -53,7 +53,7 @@ sap.ui.define([
53
53
  * @param {object} [mSettings] Initial settings for the new element
54
54
  * @class Content for the {@link sap.ui.mdc.valuehelp.base.Container Container} element using a {@link sap.m.Table}.
55
55
  * @extends sap.ui.mdc.valuehelp.base.FilterableListContent
56
- * @version 1.136.1
56
+ * @version 1.136.3
57
57
  * @constructor
58
58
  * @public
59
59
  * @since 1.95.0