@openui5/sap.ui.mdc 1.111.1 → 1.112.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (167) hide show
  1. package/package.json +4 -4
  2. package/src/sap/ui/mdc/.library +1 -1
  3. package/src/sap/ui/mdc/ActionToolbar.js +1 -1
  4. package/src/sap/ui/mdc/Chart.js +21 -23
  5. package/src/sap/ui/mdc/ChartDelegate.js +1 -1
  6. package/src/sap/ui/mdc/ChartRenderer.js +0 -2
  7. package/src/sap/ui/mdc/Control.js +1 -1
  8. package/src/sap/ui/mdc/Element.js +1 -1
  9. package/src/sap/ui/mdc/Field.js +6 -6
  10. package/src/sap/ui/mdc/FilterBar.js +1 -1
  11. package/src/sap/ui/mdc/FilterBarDelegate.js +0 -37
  12. package/src/sap/ui/mdc/FilterField.js +4 -4
  13. package/src/sap/ui/mdc/Link.js +1 -1
  14. package/src/sap/ui/mdc/MultiValueField.js +1 -1
  15. package/src/sap/ui/mdc/Table.js +3 -11
  16. package/src/sap/ui/mdc/TableDelegate.js +5 -3
  17. package/src/sap/ui/mdc/ValueHelp.js +28 -15
  18. package/src/sap/ui/mdc/actiontoolbar/ActionToolbarAction.js +1 -1
  19. package/src/sap/ui/mdc/chart/ChartImplementationContainer.js +1 -1
  20. package/src/sap/ui/mdc/chart/ChartImplementationContainerRenderer.js +0 -2
  21. package/src/sap/ui/mdc/chart/ChartSelectionDetails.js +1 -1
  22. package/src/sap/ui/mdc/chart/ChartToolbar.js +2 -2
  23. package/src/sap/ui/mdc/chart/ChartTypeButton.js +2 -2
  24. package/src/sap/ui/mdc/chart/PropertyHelper.js +35 -2
  25. package/src/sap/ui/mdc/condition/Condition.js +1 -1
  26. package/src/sap/ui/mdc/condition/ConditionConverter.js +1 -1
  27. package/src/sap/ui/mdc/condition/ConditionModel.js +1 -1
  28. package/src/sap/ui/mdc/condition/FilterConverter.js +1 -1
  29. package/src/sap/ui/mdc/condition/FilterOperatorUtil.js +43 -1
  30. package/src/sap/ui/mdc/condition/Operator.js +1 -1
  31. package/src/sap/ui/mdc/condition/OperatorDynamicDateOption.js +10 -17
  32. package/src/sap/ui/mdc/condition/RangeOperator.js +7 -8
  33. package/src/sap/ui/mdc/field/ConditionType.js +1 -1
  34. package/src/sap/ui/mdc/field/ConditionsType.js +1 -1
  35. package/src/sap/ui/mdc/field/CustomFieldInfo.js +1 -1
  36. package/src/sap/ui/mdc/field/DefineConditionPanel.js +6 -6
  37. package/src/sap/ui/mdc/field/DynamicDateRangeConditionsType.js +49 -62
  38. package/src/sap/ui/mdc/field/FieldBase.js +93 -33
  39. package/src/sap/ui/mdc/field/FieldInfoBase.js +1 -1
  40. package/src/sap/ui/mdc/field/FieldInput.js +1 -1
  41. package/src/sap/ui/mdc/field/FieldInputRenderUtil.js +1 -1
  42. package/src/sap/ui/mdc/field/FieldMultiInput.js +1 -1
  43. package/src/sap/ui/mdc/field/ListFieldHelpItem.js +1 -1
  44. package/src/sap/ui/mdc/field/MultiValueFieldItem.js +1 -1
  45. package/src/sap/ui/mdc/field/TokenDisplay.js +1 -1
  46. package/src/sap/ui/mdc/field/TokenizerDisplay.js +1 -1
  47. package/src/sap/ui/mdc/field/content/DateContent.js +1 -2
  48. package/src/sap/ui/mdc/filterbar/FilterBarBase.js +2 -2
  49. package/src/sap/ui/mdc/filterbar/FilterBarBaseRenderer.js +3 -0
  50. package/src/sap/ui/mdc/filterbar/PropertyHelper.js +1 -1
  51. package/src/sap/ui/mdc/filterbar/p13n/AdaptationFilterBar.js +29 -2
  52. package/src/sap/ui/mdc/filterbar/vh/FilterBar.js +1 -1
  53. package/src/sap/ui/mdc/flexibility/Chart.flexibility.js +1 -1
  54. package/src/sap/ui/mdc/flexibility/FilterBar.flexibility.js +1 -1
  55. package/src/sap/ui/mdc/flexibility/FilterItemFlex.js +1 -1
  56. package/src/sap/ui/mdc/flexibility/GroupFlex.js +56 -9
  57. package/src/sap/ui/mdc/flexibility/SortFlex.js +56 -9
  58. package/src/sap/ui/mdc/flexibility/Util.js +8 -3
  59. package/src/sap/ui/mdc/library.js +108 -2
  60. package/src/sap/ui/mdc/link/ContactDetails.js +1 -1
  61. package/src/sap/ui/mdc/link/ContactDetailsAddressItem.js +1 -1
  62. package/src/sap/ui/mdc/link/ContactDetailsEmailItem.js +1 -1
  63. package/src/sap/ui/mdc/link/ContactDetailsItem.js +1 -1
  64. package/src/sap/ui/mdc/link/ContactDetailsPhoneItem.js +1 -1
  65. package/src/sap/ui/mdc/link/Factory.js +1 -1
  66. package/src/sap/ui/mdc/link/FakeFlpConnector.js +1 -1
  67. package/src/sap/ui/mdc/link/LinkItem.js +1 -1
  68. package/src/sap/ui/mdc/link/Panel.js +1 -1
  69. package/src/sap/ui/mdc/link/PanelItem.js +1 -1
  70. package/src/sap/ui/mdc/link/SemanticObjectMapping.js +1 -1
  71. package/src/sap/ui/mdc/link/SemanticObjectMappingItem.js +1 -1
  72. package/src/sap/ui/mdc/link/SemanticObjectUnavailableAction.js +1 -1
  73. package/src/sap/ui/mdc/messagebundle.properties +15 -0
  74. package/src/sap/ui/mdc/messagebundle_ar.properties +11 -1
  75. package/src/sap/ui/mdc/messagebundle_bg.properties +10 -0
  76. package/src/sap/ui/mdc/messagebundle_ca.properties +10 -0
  77. package/src/sap/ui/mdc/messagebundle_cs.properties +10 -0
  78. package/src/sap/ui/mdc/messagebundle_cy.properties +10 -0
  79. package/src/sap/ui/mdc/messagebundle_da.properties +10 -0
  80. package/src/sap/ui/mdc/messagebundle_de.properties +10 -0
  81. package/src/sap/ui/mdc/messagebundle_el.properties +13 -3
  82. package/src/sap/ui/mdc/messagebundle_en.properties +10 -0
  83. package/src/sap/ui/mdc/messagebundle_en_GB.properties +10 -0
  84. package/src/sap/ui/mdc/messagebundle_en_US_sappsd.properties +10 -0
  85. package/src/sap/ui/mdc/messagebundle_en_US_saprigi.properties +2 -0
  86. package/src/sap/ui/mdc/messagebundle_en_US_saptrc.properties +10 -0
  87. package/src/sap/ui/mdc/messagebundle_es.properties +10 -0
  88. package/src/sap/ui/mdc/messagebundle_es_MX.properties +10 -0
  89. package/src/sap/ui/mdc/messagebundle_et.properties +10 -0
  90. package/src/sap/ui/mdc/messagebundle_fi.properties +10 -0
  91. package/src/sap/ui/mdc/messagebundle_fr.properties +10 -0
  92. package/src/sap/ui/mdc/messagebundle_fr_CA.properties +10 -0
  93. package/src/sap/ui/mdc/messagebundle_hi.properties +10 -0
  94. package/src/sap/ui/mdc/messagebundle_hr.properties +10 -0
  95. package/src/sap/ui/mdc/messagebundle_hu.properties +10 -0
  96. package/src/sap/ui/mdc/messagebundle_id.properties +10 -0
  97. package/src/sap/ui/mdc/messagebundle_it.properties +10 -0
  98. package/src/sap/ui/mdc/messagebundle_iw.properties +10 -0
  99. package/src/sap/ui/mdc/messagebundle_ja.properties +11 -1
  100. package/src/sap/ui/mdc/messagebundle_kk.properties +10 -0
  101. package/src/sap/ui/mdc/messagebundle_ko.properties +10 -0
  102. package/src/sap/ui/mdc/messagebundle_lt.properties +10 -0
  103. package/src/sap/ui/mdc/messagebundle_lv.properties +10 -0
  104. package/src/sap/ui/mdc/messagebundle_ms.properties +10 -0
  105. package/src/sap/ui/mdc/messagebundle_nl.properties +10 -0
  106. package/src/sap/ui/mdc/messagebundle_no.properties +10 -0
  107. package/src/sap/ui/mdc/messagebundle_pl.properties +10 -0
  108. package/src/sap/ui/mdc/messagebundle_pt.properties +10 -0
  109. package/src/sap/ui/mdc/messagebundle_pt_PT.properties +10 -0
  110. package/src/sap/ui/mdc/messagebundle_ro.properties +10 -0
  111. package/src/sap/ui/mdc/messagebundle_ru.properties +10 -0
  112. package/src/sap/ui/mdc/messagebundle_sh.properties +10 -0
  113. package/src/sap/ui/mdc/messagebundle_sk.properties +10 -0
  114. package/src/sap/ui/mdc/messagebundle_sl.properties +10 -0
  115. package/src/sap/ui/mdc/messagebundle_sv.properties +10 -0
  116. package/src/sap/ui/mdc/messagebundle_th.properties +10 -0
  117. package/src/sap/ui/mdc/messagebundle_tr.properties +10 -0
  118. package/src/sap/ui/mdc/messagebundle_uk.properties +15 -5
  119. package/src/sap/ui/mdc/messagebundle_vi.properties +10 -0
  120. package/src/sap/ui/mdc/messagebundle_zh_CN.properties +10 -0
  121. package/src/sap/ui/mdc/messagebundle_zh_TW.properties +10 -0
  122. package/src/sap/ui/mdc/mixin/AdaptationMixin.js +1 -1
  123. package/src/sap/ui/mdc/mixin/DelegateMixin.js +1 -1
  124. package/src/sap/ui/mdc/mixin/FilterIntegrationMixin.js +4 -3
  125. package/src/sap/ui/mdc/mixin/PromiseMixin.js +1 -1
  126. package/src/sap/ui/mdc/mixin/PropertyHelperMixin.js +1 -71
  127. package/src/sap/ui/mdc/odata/v4/TableDelegate.js +7 -0
  128. package/src/sap/ui/mdc/p13n/P13nBuilder.js +382 -376
  129. package/src/sap/ui/mdc/p13n/PropertyHelper.js +1 -1
  130. package/src/sap/ui/mdc/p13n/UIManager.js +1 -1
  131. package/src/sap/ui/mdc/p13n/panels/FilterPanel.js +1 -1
  132. package/src/sap/ui/mdc/p13n/subcontroller/AdaptFiltersController.js +5 -3
  133. package/src/sap/ui/mdc/p13n/subcontroller/ColumnWidthController.js +1 -1
  134. package/src/sap/ui/mdc/p13n/subcontroller/FilterController.js +158 -11
  135. package/src/sap/ui/mdc/p13n/subcontroller/LinkPanelController.js +7 -7
  136. package/src/sap/ui/mdc/p13n/subcontroller/SelectionController.js +1 -1
  137. package/src/sap/ui/mdc/table/ColumnSettings.js +1 -1
  138. package/src/sap/ui/mdc/table/CreationRow.js +1 -1
  139. package/src/sap/ui/mdc/table/GridTableType.js +19 -0
  140. package/src/sap/ui/mdc/table/PropertyHelper.js +1 -1
  141. package/src/sap/ui/mdc/table/ResponsiveColumnSettings.js +1 -1
  142. package/src/sap/ui/mdc/table/RowActionItem.js +1 -1
  143. package/src/sap/ui/mdc/table/RowSettings.js +1 -1
  144. package/src/sap/ui/mdc/table/V4AnalyticsPropertyHelper.js +1 -1
  145. package/src/sap/ui/mdc/table/menu/Item.js +6 -0
  146. package/src/sap/ui/mdc/themes/base/Chart.less +1 -1
  147. package/src/sap/ui/mdc/themes/base/ValueHelpDialog.less +5 -1
  148. package/src/sap/ui/mdc/util/DateUtil.js +84 -95
  149. package/src/sap/ui/mdc/util/InfoBar.js +88 -60
  150. package/src/sap/ui/mdc/util/PromiseCache.js +1 -1
  151. package/src/sap/ui/mdc/util/PropertyHelper.js +5 -1
  152. package/src/sap/ui/mdc/util/TypeUtil.js +6 -3
  153. package/src/sap/ui/mdc/valuehelp/Dialog.js +67 -58
  154. package/src/sap/ui/mdc/valuehelp/Popover.js +19 -1
  155. package/src/sap/ui/mdc/valuehelp/base/Container.js +12 -1
  156. package/src/sap/ui/mdc/valuehelp/base/Content.js +1 -1
  157. package/src/sap/ui/mdc/valuehelp/base/DialogTab.js +1 -1
  158. package/src/sap/ui/mdc/valuehelp/base/FilterableListContent.js +1 -1
  159. package/src/sap/ui/mdc/valuehelp/base/ListContent.js +1 -1
  160. package/src/sap/ui/mdc/valuehelp/content/Bool.js +1 -1
  161. package/src/sap/ui/mdc/valuehelp/content/Conditions.js +1 -1
  162. package/src/sap/ui/mdc/valuehelp/content/FixedList.js +1 -1
  163. package/src/sap/ui/mdc/valuehelp/content/MDCTable.js +1 -1
  164. package/src/sap/ui/mdc/valuehelp/content/MTable.js +6 -8
  165. package/src/sap/ui/mdc/p13n/Engine.js +0 -1200
  166. package/src/sap/ui/mdc/p13n/FlexUtil.js +0 -276
  167. package/src/sap/ui/mdc/p13n/subcontroller/BaseController.js +0 -438
@@ -6,8 +6,9 @@
6
6
  sap.ui.define([
7
7
  "sap/m/p13n/Engine",
8
8
  "sap/ui/mdc/flexibility/Util",
9
- "sap/ui/fl/changeHandler/Base"
10
- ], function(Engine, Util, FLChangeHandlerBase) {
9
+ "sap/ui/fl/changeHandler/Base",
10
+ "sap/ui/fl/changeHandler/condenser/Classification"
11
+ ], function(Engine, Util, FLChangeHandlerBase, CondenserClassification) {
11
12
  "use strict";
12
13
  var fRebindControl = function(oControl) {
13
14
  var bExecuteRebindForTable = oControl && oControl.isA && oControl.isA("sap.ui.mdc.Table") && oControl.isTableBound();
@@ -146,19 +147,65 @@ sap.ui.define([
146
147
  };
147
148
 
148
149
  var Sort = {};
149
- Sort.removeSort = Util.createChangeHandler({
150
- apply: fRemoveSort,
151
- revert: fAddSort
152
- });
153
-
154
150
  Sort.addSort = Util.createChangeHandler({
155
151
  apply: fAddSort,
156
- revert: fRemoveSort
152
+ revert: fRemoveSort,
153
+ getCondenserInfo: function(oChange, mPropertyBag) {
154
+ return {
155
+ affectedControl: {id: oChange.getContent().name},
156
+ affectedControlIdProperty: "name",
157
+ targetContainer: oChange.getSelector(),
158
+ targetAggregation: "sorters",
159
+ customAggregation: mPropertyBag.modifier.bySelector(oChange.getSelector(), mPropertyBag.appComponent).getSortConditions().sorters,
160
+ classification: CondenserClassification.Create,
161
+ setTargetIndex: function(oChange, iNewTargetIndex) {
162
+ oChange.getContent().index = iNewTargetIndex;
163
+ },
164
+ getTargetIndex: function(oChange) {
165
+ return oChange.getContent().index;
166
+ }
167
+ };
168
+ }
169
+ });
170
+
171
+ Sort.removeSort = Util.createChangeHandler({
172
+ apply: fRemoveSort,
173
+ revert: fAddSort,
174
+ getCondenserInfo: function(oChange, mPropertyBag) {
175
+ return {
176
+ affectedControl: {id: oChange.getContent().name},
177
+ affectedControlIdProperty: "name",
178
+ targetContainer: oChange.getSelector(),
179
+ targetAggregation: "sorters",
180
+ customAggregation: mPropertyBag.modifier.bySelector(oChange.getSelector(), mPropertyBag.appComponent).getSortConditions().sorters,
181
+ classification: CondenserClassification.Destroy,
182
+ sourceIndex: oChange.getRevertData().index
183
+ };
184
+ }
157
185
  });
158
186
 
159
187
  Sort.moveSort = Util.createChangeHandler({
160
188
  apply: fMoveSort,
161
- revert: fMoveSort
189
+ revert: fMoveSort,
190
+ getCondenserInfo: function(oChange, mPropertyBag) {
191
+ return {
192
+ affectedControl: {id: oChange.getContent().name},
193
+ affectedControlIdProperty: "name",
194
+ targetContainer: oChange.getSelector(),
195
+ targetAggregation: "sorters",
196
+ classification: CondenserClassification.Move,
197
+ sourceIndex: oChange.getContent().index,
198
+ customAggregation: mPropertyBag.modifier.bySelector(oChange.getSelector(), mPropertyBag.appComponent).getSortConditions().sorters,
199
+ sourceContainer: oChange.getSelector(),
200
+ sourceAggregation: "sorters",
201
+ setTargetIndex: function(oChange, iNewTargetIndex) {
202
+ oChange.getContent().index = iNewTargetIndex;
203
+ },
204
+ getTargetIndex: function(oChange) {
205
+ return oChange.getContent().index;
206
+ }
207
+ };
208
+ }
162
209
  });
163
210
 
164
211
  return Sort;
@@ -38,7 +38,12 @@ sap.ui.define([
38
38
  oControl.iSuppressInvalidate = 1;
39
39
  Engine.getInstance().waitForChanges(oControl).then(function() {
40
40
  oControl.iSuppressInvalidate = 0;
41
- oControl.invalidate("InvalidationSuppressedByMDCFlex");
41
+ oControl.findElements(false, function(oElement) {
42
+ if (oElement.isA("sap.ui.core.Control")) {
43
+ oElement.invalidate();
44
+ }
45
+ });
46
+ oControl.invalidate();
42
47
  });
43
48
  }
44
49
  }
@@ -122,8 +127,8 @@ sap.ui.define([
122
127
 
123
128
  });
124
129
  });
125
- },
126
- getCondenserInfo: mSettings.getCondenserInfo
130
+ }
131
+ // ,getCondenserInfo: mSettings.getCondenserInfo
127
132
  },
128
133
  "layers": {
129
134
  "USER": true
@@ -23,14 +23,14 @@
23
23
  * @namespace
24
24
  * @alias sap.ui.mdc
25
25
  * @author SAP SE
26
- * @version 1.111.1
26
+ * @version 1.112.0
27
27
  * @since 1.80
28
28
  * @private
29
29
  * @ui5-restricted sap.fe
30
30
  * @experimental As of version 1.54 Disclaimer: Usage Restrictions: The components of this library are under development and documented as private. Their APIs are subject to change and should not be used in productive scenarios without further agreement. A general availability of sap.ui.mdc will be announced via the usual channels.
31
31
  */
32
32
  var thisLib = sap.ui.getCore().initLibrary({
33
- version: "1.111.1",
33
+ version: "1.112.0",
34
34
  name: "sap.ui.mdc",
35
35
  dependencies: ["sap.ui.core", "sap.m"],
36
36
  designtime: "sap/ui/mdc/designtime/library.designtime",
@@ -484,6 +484,16 @@
484
484
  * @ui5-restricted sap.ui.mdc.ValueHelp
485
485
  */
486
486
 
487
+ /**
488
+ * Defines if the typeahead container desires to be opened whenever a user focuses a connected control
489
+ *
490
+ * @name sap.ui.mdc.valuehelp.ITypeaheadContainer.shouldOpenOnFocus
491
+ * @method
492
+ * @returns {boolean} True if value help shall open on focus
493
+ * @private
494
+ * @ui5-restricted sap.ui.mdc.ValueHelp
495
+ */
496
+
487
497
  /**
488
498
  * Defines if the typeahead container desires to be opened whenever a user clicks on a connected control
489
499
  *
@@ -1191,5 +1201,101 @@
1191
1201
  * @ui5-restricted sap.ui.mdc
1192
1202
  */
1193
1203
 
1204
+ /**
1205
+ * @namespace
1206
+ * @name sap.ui.mdc.filterbar
1207
+ * @private
1208
+ * @MDC_PUBLIC_CANDIDATE
1209
+ * @experimental As of version 1.112.0
1210
+ * @ui5-restricted sap.ui.mdc, sap.fe
1211
+ */
1212
+
1213
+ /**
1214
+ *
1215
+ * @typedef {object} sap.ui.mdc.filterbar.PropertyInfo
1216
+ * @property {string} path
1217
+ * The identifier of the property
1218
+ * @property {string} [name]
1219
+ * The alternative identifier of the property. Either path or name can be used; preference is on path.
1220
+ * @property {string} label
1221
+ * The label of the identifier
1222
+ * @property {string} [tooltip]
1223
+ * The tooltip of the identifier
1224
+ * @property {string} datatype
1225
+ * The name of the type of the property
1226
+ * @property {object} [constraints]
1227
+ * Defines constraints for the data type of the property
1228
+ * @property {object} [formatOptions]
1229
+ * Defines format options for the data type of the property
1230
+ * @property {string} [group]
1231
+ * The group identifier to which the property belongs
1232
+ * @property {string} [groupLabel]
1233
+ * The group name of the group identifier
1234
+ * @property {boolean} [caseSensitive = false]
1235
+ * If <code>true</code> defines that the filter value will be treated as case-sensitive
1236
+ * @property {sap.ui.mdc.enum.FieldDisplay} [display]
1237
+ * Describes how the value will be presented to the user
1238
+ * @property {boolean} [hiddenFilter = false]
1239
+ * Defines if the filter will be visible on the filter bar
1240
+ * @property {boolean} [required = false]
1241
+ * Defines if the filter is mandatory
1242
+ * @property {int} maxConditions
1243
+ * Defines if the filter supports multiple values <code>-1</code> or single values <code>1</code>
1244
+ *
1245
+ * @private
1246
+ * @ui5-restricted sap.ui.mdc, sap.fe
1247
+ * @MDC_PUBLIC_CANDIDATE
1248
+ */
1249
+
1250
+ /**
1251
+ * @namespace
1252
+ * @name sap.ui.mdc.chart
1253
+ * @private
1254
+ * @MDC_PUBLIC_CANDIDATE
1255
+ * @experimental As of version 1.112.0
1256
+ * @ui5-restricted sap.ui.mdc, sap.fe
1257
+ */
1258
+
1259
+ /**
1260
+ *
1261
+ * @typedef {object} sap.ui.mdc.chart.PropertyInfo
1262
+ * @property {string} propertyPath
1263
+ * The path to the property in the back end
1264
+ * @property {string} [name]
1265
+ * The identifier of the property
1266
+ * @property {string} label
1267
+ * The label of the identifier
1268
+ * @property {string} [tooltip]
1269
+ * The tooltip of the identifier
1270
+ * @property {string} datatype
1271
+ * The name of the type of the property
1272
+ * @property {object} [constraints]
1273
+ * Defines constraints for the data type of the property
1274
+ * @property {object} [formatOptions]
1275
+ * Defines formatting options for the data type of the property
1276
+ * @property {boolean} [required = false]
1277
+ * Defines if the filter is mandatory
1278
+ * @property {int} maxConditions
1279
+ * Defines if the filter supports multiple values <code>-1</code> or single values <code>1</code>
1280
+ * @property {boolean} groupable
1281
+ * Defines whether the property is groupable and is selectable as a dimension in the chart
1282
+ * @property {boolean} aggregatable
1283
+ * Defines whether the property is aggregatable and is selectable as a measure in the chart
1284
+ * @property {string} aggregationMethod
1285
+ * The aggregation method used if the property is aggregatable
1286
+ * @property {string} role
1287
+ * Defines the role that the property visualizes inside the chart
1288
+ * @property {object} [datapoint]
1289
+ * Implementation-specific object containing information about the data point
1290
+ * @property {object} [criticality]
1291
+ * Implementation-specific object containing information about the criticality
1292
+ * @property {string} [textProperty]
1293
+ * The text property used for the dimension
1294
+ *
1295
+ * @private
1296
+ * @ui5-restricted sap.ui.mdc, sap.fe
1297
+ * @MDC_PUBLIC_CANDIDATE
1298
+ */
1299
+
1194
1300
  return thisLib;
1195
1301
  });
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  * @class The ContactDetails control is used to show additional information like for example 'contact details'.
26
26
  * @extends sap.ui.core.Control
27
27
  * @author SAP SE
28
- * @version 1.111.1
28
+ * @version 1.112.0
29
29
  * @constructor
30
30
  * @private
31
31
  * @since 1.56.0
@@ -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.111.1
19
+ * @version 1.112.0
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.56.0
@@ -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.111.1
19
+ * @version 1.112.0
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.56.0
@@ -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.111.1
19
+ * @version 1.112.0
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.56.0
@@ -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.111.1
19
+ * @version 1.112.0
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.56.0
@@ -11,7 +11,7 @@ sap.ui.define([], function() {
11
11
  * @namespace Factory to access services outside of sap.ui.mdc library like for example <code>ushell</code> services.
12
12
  * @name sap.ui.mdc.link.Factory
13
13
  * @author SAP SE
14
- * @version 1.111.1
14
+ * @version 1.112.0
15
15
  * @private
16
16
  * @since 1.54.0
17
17
  */
@@ -13,7 +13,7 @@ sap.ui.define([
13
13
  * @namespace FakeFlpConnector.
14
14
  * @name sap.ui.mdc.link.FakeFlpConnector
15
15
  * @author SAP SE
16
- * @version 1.111.1
16
+ * @version 1.112.0
17
17
  * @private
18
18
  * @since 1.54.0
19
19
  */
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @param {object} [mSettings] Initial settings for the new control
17
17
  * @class A <code>LinkItem</code> control is used in the {@link sap.ui.mdc.Link} control to provide a navigation target.
18
18
  * @extends sap.ui.core.Element
19
- * @version 1.111.1
19
+ * @version 1.112.0
20
20
  * @constructor
21
21
  * @private
22
22
  * @ui5-restricted sap.ui.mdc
@@ -38,7 +38,7 @@ sap.ui.define([
38
38
  * supposed that the properties of the item structure is not changed.
39
39
  * @extends sap.ui.core.Control
40
40
  * @author SAP SE
41
- * @version 1.111.1
41
+ * @version 1.112.0
42
42
  * @constructor
43
43
  * @private
44
44
  * @since 1.54.0
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @param {object} [mSettings] initial settings for the new control
17
17
  * @class Type for <code>items</code> aggregation in <code>Panel</code> control.
18
18
  * @extends sap.ui.core.Element
19
- * @version 1.111.1
19
+ * @version 1.112.0
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.54.0
@@ -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.111.1
19
+ * @version 1.112.0
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.58.0
@@ -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.111.1
19
+ * @version 1.112.0
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.58.0
@@ -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.111.1
19
+ * @version 1.112.0
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.60.0
@@ -92,6 +92,18 @@ operators.TODAY.longText=Today
92
92
  #XTIT: long description for "tomorrow" operator
93
93
  operators.TOMORROW.longText=Tomorrow
94
94
 
95
+ #XTIT: token text for "last x minutes" operator
96
+ operators.LASTMINUTES.tokenText=Last {0} minutes
97
+
98
+ #XTIT: token text for "last x hours" operator
99
+ operators.LASTHOURS.tokenText=Last {0} hours
100
+
101
+ #XTIT: token text for "next x minutes" operator
102
+ operators.NEXTMINUTES.tokenText=Next {0} minutes
103
+
104
+ #XTIT: token text for "next x hours" operator
105
+ operators.NEXTHOURS.tokenText=Next {0} hours
106
+
95
107
  #XTIT: token text for "last x days" operator
96
108
  operators.LASTDAYS.tokenText=Last {0} days
97
109
 
@@ -321,6 +333,9 @@ filterbar.ADAPT_SHOW_VALUE=Show Values
321
333
  #XBUT: Text to hide FilterFields in the Adapt Filters dialog
322
334
  filterbar.ADAPT_HIDE_VALUE=Hide Values
323
335
 
336
+ #XTOL: Tooltip for the remove all Filter Button in the Table/Chart Infobar
337
+ infobar.REMOVEALLFILTERS=Remove All Filters
338
+
324
339
 
325
340
  #XMSG: Delete message for no header info use case
326
341
  table.DELETE_OBJECT=object
@@ -57,6 +57,14 @@ operators.TODAY.longText=\u0627\u0644\u064A\u0648\u0645
57
57
 
58
58
  operators.TOMORROW.longText=\u063A\u062F\u064B\u0627
59
59
 
60
+ operators.LASTMINUTES.tokenText=\u0622\u062E\u0631 {0} \u0645\u0646 \u0627\u0644\u062F\u0642\u0627\u0626\u0642
61
+
62
+ operators.LASTHOURS.tokenText=\u0622\u062E\u0631 {0} \u0645\u0646 \u0627\u0644\u0633\u0627\u0639\u0627\u062A
63
+
64
+ operators.NEXTMINUTES.tokenText={0} \u0645\u0646 \u0627\u0644\u062F\u0642\u0627\u0626\u0642 \u0627\u0644\u062A\u0627\u0644\u064A\u0629
65
+
66
+ operators.NEXTHOURS.tokenText={0} \u0645\u0646 \u0627\u0644\u0633\u0627\u0639\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629
67
+
60
68
  operators.LASTDAYS.tokenText=\u0622\u062E\u0631 {0} \u0623\u064A\u0627\u0645
61
69
 
62
70
  operators.TODAYFROMTO.tokenText=\u0627\u0644\u064A\u0648\u0645 -{0} / +{1} \u0645\u0646 \u0627\u0644\u0623\u064A\u0627\u0645
@@ -204,6 +212,8 @@ filterbar.ADAPT_RESET_WARNING=\u0623\u0646\u062A \u0639\u0644\u0649 \u0648\u0634
204
212
  filterbar.ADAPT_SHOW_VALUE=\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0642\u064A\u0645
205
213
  filterbar.ADAPT_HIDE_VALUE=\u0625\u062E\u0641\u0627\u0621 \u0627\u0644\u0642\u064A\u0645
206
214
 
215
+ infobar.REMOVEALLFILTERS=\u0625\u0632\u0627\u0644\u0629 \u0643\u0644 \u0639\u0648\u0627\u0645\u0644 \u0627\u0644\u062A\u0635\u0641\u064A\u0629
216
+
207
217
 
208
218
  table.DELETE_OBJECT=\u0627\u0644\u0643\u0627\u0626\u0646
209
219
 
@@ -417,7 +427,7 @@ chart.MULTIPLE_FILTERS_ACTIVE={0} \u0645\u0646 \u0639\u0648\u0627\u0645\u0644 \u
417
427
  table.SETTINGS_COLUMN=\u0627\u0644\u0623\u0639\u0645\u062F\u0629
418
428
  table.SETTINGS=\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A
419
429
  table.SETTINGS_COLUMN_REORDER=\u0625\u0639\u0627\u062F\u0629 \u062A\u0631\u062A\u064A\u0628 \u0627\u0644\u0623\u0639\u0645\u062F\u0629
420
- table.SETTINGS_FILTER=\u062A\u0635\u0641\u064A\u0629
430
+ table.SETTINGS_FILTER=\u0639\u0627\u0645\u0644 \u0627\u0644\u062A\u0635\u0641\u064A\u0629
421
431
  table.SETTINGS_ASCENDING=\u062A\u0631\u062A\u064A\u0628 \u062A\u0635\u0627\u0639\u062F\u064A
422
432
  table.SETTINGS_DESCENDING=\u062A\u0631\u062A\u064A\u0628 \u062A\u0646\u0627\u0632\u0644\u064A
423
433
  table.SETTINGS_GROUP=\u062A\u062C\u0645\u064A\u0639/\u0625\u0644\u063A\u0627\u0621 \u062A\u062C\u0645\u064A\u0639 \u0627\u0644\u0639\u0646\u0627\u0635\u0631
@@ -57,6 +57,14 @@ operators.TODAY.longText=\u0414\u043D\u0435\u0441
57
57
 
58
58
  operators.TOMORROW.longText=\u0423\u0442\u0440\u0435
59
59
 
60
+ operators.LASTMINUTES.tokenText=\u041F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0442\u0435 {0} \u043C\u0438\u043D\u0443\u0442\u0438
61
+
62
+ operators.LASTHOURS.tokenText=\u041F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0442\u0435 {0} \u0447\u0430\u0441\u0430
63
+
64
+ operators.NEXTMINUTES.tokenText=\u0421\u043B\u0435\u0434\u0432\u0430\u0449\u0438\u0442\u0435 {0} \u043C\u0438\u043D\u0443\u0442\u0438
65
+
66
+ operators.NEXTHOURS.tokenText=\u0421\u043B\u0435\u0434\u0432\u0430\u0449\u0438\u0442\u0435 {0} \u0447\u0430\u0441\u0430
67
+
60
68
  operators.LASTDAYS.tokenText=\u041F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0442\u0435 {0} \u0434\u043D\u0438
61
69
 
62
70
  operators.TODAYFROMTO.tokenText=\u0414\u043D\u0435\u0441 -{0} / +{1} \u0434\u043D\u0438
@@ -204,6 +212,8 @@ filterbar.ADAPT_RESET_WARNING=\u0429\u0435 \u043E\u0442\u043C\u0435\u043D\u0438\
204
212
  filterbar.ADAPT_SHOW_VALUE=\u041F\u043E\u043A\u0430\u0437\u0432\u0430\u043D\u0435 \u043D\u0430 \u0441\u0442\u043E\u0439\u043D\u043E\u0441\u0442\u0438\u0442\u0435
205
213
  filterbar.ADAPT_HIDE_VALUE=\u0421\u043A\u0440\u0438\u0432\u0430\u043D\u0435 \u043D\u0430 \u0441\u0442\u043E\u0439\u043D\u043E\u0441\u0442\u0438
206
214
 
215
+ infobar.REMOVEALLFILTERS=\u041F\u0440\u0435\u043C\u0430\u0445\u0432\u0430\u043D\u0435 \u043D\u0430 \u0432\u0441\u0438\u0447\u043A\u0438 \u0444\u0438\u043B\u0442\u0440\u0438
216
+
207
217
 
208
218
  table.DELETE_OBJECT=\u041E\u0431\u0435\u043A\u0442
209
219
 
@@ -57,6 +57,14 @@ operators.TODAY.longText=Avui
57
57
 
58
58
  operators.TOMORROW.longText=Dem\u00E0
59
59
 
60
+ operators.LASTMINUTES.tokenText=\u00DAltims {0}\u00A0minuts
61
+
62
+ operators.LASTHOURS.tokenText=\u00DAltimes {0}\u00A0hores
63
+
64
+ operators.NEXTMINUTES.tokenText=Pr\u00F2xims {0}\u00A0minuts
65
+
66
+ operators.NEXTHOURS.tokenText=Pr\u00F2ximes {0}\u00A0hores
67
+
60
68
  operators.LASTDAYS.tokenText=\u00DAltims {0} dies
61
69
 
62
70
  operators.TODAYFROMTO.tokenText=Avui -{0} / +{1} dies
@@ -204,6 +212,8 @@ filterbar.ADAPT_RESET_WARNING=Esteu a punt de restablir totes les modificacions
204
212
  filterbar.ADAPT_SHOW_VALUE=Mostrar valors
205
213
  filterbar.ADAPT_HIDE_VALUE=Ocultar valors
206
214
 
215
+ infobar.REMOVEALLFILTERS=Eliminar tots els filtres
216
+
207
217
 
208
218
  table.DELETE_OBJECT=Objecte
209
219
 
@@ -57,6 +57,14 @@ operators.TODAY.longText=Dnes
57
57
 
58
58
  operators.TOMORROW.longText=Z\u00EDtra
59
59
 
60
+ operators.LASTMINUTES.tokenText=Posledn\u00ED {0} minuty
61
+
62
+ operators.LASTHOURS.tokenText=Posledn\u00ED {0} hodiny
63
+
64
+ operators.NEXTMINUTES.tokenText=N\u00E1sleduj\u00EDc\u00ED {0} minuty
65
+
66
+ operators.NEXTHOURS.tokenText=N\u00E1sleduj\u00EDc\u00ED {0} hodiny
67
+
60
68
  operators.LASTDAYS.tokenText=Posledn\u00ED dny\: {0}
61
69
 
62
70
  operators.TODAYFROMTO.tokenText=Dnes -{0} / +{1} dny/dn\u00ED
@@ -204,6 +212,8 @@ filterbar.ADAPT_RESET_WARNING=Chyst\u00E1te se resetovat v\u0161echny v\u00E1mi
204
212
  filterbar.ADAPT_SHOW_VALUE=Zobrazit hodnoty
205
213
  filterbar.ADAPT_HIDE_VALUE=Skr\u00FDt hodnoty
206
214
 
215
+ infobar.REMOVEALLFILTERS=Odebrat v\u0161echny filtry
216
+
207
217
 
208
218
  table.DELETE_OBJECT=Objekt
209
219
 
@@ -57,6 +57,14 @@ operators.TODAY.longText=Heddiw
57
57
 
58
58
  operators.TOMORROW.longText=Yfory
59
59
 
60
+ operators.LASTMINUTES.tokenText={0} munud diwethaf
61
+
62
+ operators.LASTHOURS.tokenText={0} awr diwethaf
63
+
64
+ operators.NEXTMINUTES.tokenText={0} munud nesaf
65
+
66
+ operators.NEXTHOURS.tokenText={0} awr nesaf
67
+
60
68
  operators.LASTDAYS.tokenText=Y {0} diwrnod diwethaf
61
69
 
62
70
  operators.TODAYFROMTO.tokenText=Heddiw -{0} / +{1} diwrnod
@@ -204,6 +212,8 @@ filterbar.ADAPT_RESET_WARNING=Rydych chi ar fin ailosod yr holl newidiadau a wna
204
212
  filterbar.ADAPT_SHOW_VALUE=Dangos Gwerthoedd
205
213
  filterbar.ADAPT_HIDE_VALUE=Cuddio Gwerthoedd
206
214
 
215
+ infobar.REMOVEALLFILTERS=Tynnu Pob Hidlydd
216
+
207
217
 
208
218
  table.DELETE_OBJECT=Gwrthrych
209
219
 
@@ -57,6 +57,14 @@ operators.TODAY.longText=I dag
57
57
 
58
58
  operators.TOMORROW.longText=I morgen
59
59
 
60
+ operators.LASTMINUTES.tokenText=Sidste {0} minutter
61
+
62
+ operators.LASTHOURS.tokenText=Sidste {0} timer
63
+
64
+ operators.NEXTMINUTES.tokenText=N\u00E6ste {0} minutter
65
+
66
+ operators.NEXTHOURS.tokenText=N\u00E6ste {0} timer
67
+
60
68
  operators.LASTDAYS.tokenText=Seneste {0} dage
61
69
 
62
70
  operators.TODAYFROMTO.tokenText=I dag -{0} / +{1} dage
@@ -204,6 +212,8 @@ filterbar.ADAPT_RESET_WARNING=Du er ved at nulstille alle de \u00E6ndringer, du
204
212
  filterbar.ADAPT_SHOW_VALUE=Vis v\u00E6rdier
205
213
  filterbar.ADAPT_HIDE_VALUE=Skjul v\u00E6rdier
206
214
 
215
+ infobar.REMOVEALLFILTERS=Fjern alle filtre
216
+
207
217
 
208
218
  table.DELETE_OBJECT=Objekt
209
219
 
@@ -57,6 +57,14 @@ operators.TODAY.longText=Heute
57
57
 
58
58
  operators.TOMORROW.longText=Morgen
59
59
 
60
+ operators.LASTMINUTES.tokenText=Letzte {0} Minuten
61
+
62
+ operators.LASTHOURS.tokenText=Letzte {0} Stunden
63
+
64
+ operators.NEXTMINUTES.tokenText=N\u00E4chste {0} Minuten
65
+
66
+ operators.NEXTHOURS.tokenText=N\u00E4chste {0} Stunden
67
+
60
68
  operators.LASTDAYS.tokenText=Letzte {0} Tage
61
69
 
62
70
  operators.TODAYFROMTO.tokenText=Heute -{0} / +{1} Tage
@@ -204,6 +212,8 @@ filterbar.ADAPT_RESET_WARNING=Sie sind dabei, alle \u00C4nderungen, die Sie an I
204
212
  filterbar.ADAPT_SHOW_VALUE=Werte einblenden
205
213
  filterbar.ADAPT_HIDE_VALUE=Werte ausblenden
206
214
 
215
+ infobar.REMOVEALLFILTERS=Alle Filter entfernen
216
+
207
217
 
208
218
  table.DELETE_OBJECT=Objekt
209
219
 
@@ -57,6 +57,14 @@ operators.TODAY.longText=\u03A3\u03AE\u03BC\u03B5\u03C1\u03B1
57
57
 
58
58
  operators.TOMORROW.longText=\u0391\u03CD\u03C1\u03B9\u03BF
59
59
 
60
+ operators.LASTMINUTES.tokenText=\u03A4\u03B5\u03BB\u03B5\u03C5\u03C4\u03B1\u03AF\u03B1 {0} \u03BB\u03B5\u03C0\u03C4\u03AC
61
+
62
+ operators.LASTHOURS.tokenText=\u03A4\u03B5\u03BB\u03B5\u03C5\u03C4\u03B1\u03AF\u03B5\u03C2 {0} \u03CE\u03C1\u03B5\u03C2
63
+
64
+ operators.NEXTMINUTES.tokenText=\u0395\u03C0\u03CC\u03BC\u03B5\u03BD\u03B1 {0} \u03BB\u03B5\u03C0\u03C4\u03AC
65
+
66
+ operators.NEXTHOURS.tokenText=\u0395\u03C0\u03CC\u03BC\u03B5\u03BD\u03B5\u03C2 {0} \u03CE\u03C1\u03B5\u03C2
67
+
60
68
  operators.LASTDAYS.tokenText=\u03A4\u03B5\u03BB\u03B5\u03C5\u03C4\u03B1\u03AF\u03B5\u03C2 {0} \u03B7\u03BC\u03AD\u03C1\u03B5\u03C2
61
69
 
62
70
  operators.TODAYFROMTO.tokenText=\u03A3\u03AE\u03BC\u03B5\u03C1\u03B1 -{0} / +{1} \u03B7\u03BC\u03AD\u03C1\u03B5\u03C2
@@ -204,6 +212,8 @@ filterbar.ADAPT_RESET_WARNING=\u03A0\u03C1\u03CC\u03BA\u03B5\u03B9\u03C4\u03B1\u
204
212
  filterbar.ADAPT_SHOW_VALUE=\u0395\u03BC\u03C6\u03AC\u03BD\u03B9\u03C3\u03B7 \u03A4\u03B9\u03BC\u03CE\u03BD
205
213
  filterbar.ADAPT_HIDE_VALUE=\u0391\u03C0\u03CC\u03BA\u03C1\u03C5\u03C8\u03B7 \u03A4\u03B9\u03BC\u03CE\u03BD
206
214
 
215
+ infobar.REMOVEALLFILTERS=\u039A\u03B1\u03C4\u03AC\u03C1\u03B3\u03B7\u03C3\u03B7 \u038C\u03BB\u03C9\u03BD \u03C4\u03C9\u03BD \u03A6\u03AF\u03BB\u03C4\u03C1\u03C9\u03BD
216
+
207
217
 
208
218
  table.DELETE_OBJECT=\u0391\u03BD\u03C4\u03B9\u03BA\u03B5\u03AF\u03BC\u03B5\u03BD\u03BF
209
219
 
@@ -231,9 +241,9 @@ valuehelp.CANCEL=\u0391\u03BA\u03CD\u03C1\u03C9\u03C3\u03B7
231
241
 
232
242
  valuehelp.RESET=\u0395\u03C0\u03B1\u03BD\u03B1\u03C6\u03BF\u03C1\u03AC
233
243
 
234
- valuehelp.DEFINECONDITIONS_REMOVECONDITION=\u0391\u03C6\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7 \u03A3\u03C5\u03BD\u03B8\u03AE\u03BA\u03B7\u03C2
244
+ valuehelp.DEFINECONDITIONS_REMOVECONDITION=\u039A\u03B1\u03C4\u03AC\u03C1\u03B3\u03B7\u03C3\u03B7 \u03A3\u03C5\u03BD\u03B8\u03AE\u03BA\u03B7\u03C2
235
245
 
236
- valuehelp.DEFINECONDITIONS_REMOVECONDITION_ANNOUNCE=\u0397 \u03C3\u03C5\u03BD\u03B8\u03AE\u03BA\u03B7 \u03B4\u03B9\u03B1\u03B3\u03C1\u03AC\u03C6\u03B7\u03BA\u03B5
246
+ valuehelp.DEFINECONDITIONS_REMOVECONDITION_ANNOUNCE=\u03A3\u03C5\u03BD\u03B8\u03AE\u03BA\u03B7 \u03BA\u03B1\u03C4\u03B1\u03C1\u03B3\u03AE\u03B8\u03B7\u03BA\u03B5
237
247
 
238
248
  valuehelp.DEFINECONDITIONS_ADDCONDITION_ANNOUNCE=\u03A3\u03C5\u03BD\u03B8\u03AE\u03BA\u03B7 \u03C0\u03C1\u03BF\u03C3\u03C4\u03AD\u03B8\u03B7\u03BA\u03B5
239
249
 
@@ -295,7 +305,7 @@ filterbar.GoBtnShortCutHint=\u0395\u03B9\u03C3\u03B1\u03B3\u03C9\u03B3\u03AE
295
305
 
296
306
  valuehelp.SHOWALLFILTERS=\u0395\u03BC\u03C6\u03AC\u03BD\u03B9\u03C3\u03B7 \u038C\u03BB\u03C9\u03BD \u03C4\u03C9\u03BD \u03A6\u03AF\u03BB\u03C4\u03C1\u03C9\u03BD
297
307
 
298
- valuehelp.REMOVEALLTOKEN=\u0394\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03AE \u038C\u03BB\u03C9\u03BD
308
+ valuehelp.REMOVEALLTOKEN=\u039A\u03B1\u03C4\u03AC\u03C1\u03B3\u03B7\u03C3\u03B7 \u038C\u03BB\u03C9\u03BD
299
309
 
300
310
  valuehelp.REMOVEALLTOKEN_ANNOUNCE=\u038C\u03BB\u03B1 \u03C4\u03B1 \u03B5\u03AF\u03B4\u03B7 \u03AE \u03C3\u03C5\u03BD\u03B8.\u03BA\u03B1\u03C4\u03B1\u03C1\u03B3.\u0395\u03C0\u03B9\u03BB.\u03B5\u03AF\u03B4\u03B7 \u03AE \u03C0\u03C1\u03BF\u03C3\u03B8.\u03BD\u03AD\u03B1 \u03C3\u03C5\u03BD\u03B8.
301
311
 
@@ -57,6 +57,14 @@ operators.TODAY.longText=Today
57
57
 
58
58
  operators.TOMORROW.longText=Tomorrow
59
59
 
60
+ operators.LASTMINUTES.tokenText=Last {0} minutes
61
+
62
+ operators.LASTHOURS.tokenText=Last {0} hours
63
+
64
+ operators.NEXTMINUTES.tokenText=Next {0} minutes
65
+
66
+ operators.NEXTHOURS.tokenText=Next {0} hours
67
+
60
68
  operators.LASTDAYS.tokenText=Last {0} days
61
69
 
62
70
  operators.TODAYFROMTO.tokenText=Today -{0} / +{1} days
@@ -204,6 +212,8 @@ filterbar.ADAPT_RESET_WARNING=You are about to reset all the changes you made to
204
212
  filterbar.ADAPT_SHOW_VALUE=Show Values
205
213
  filterbar.ADAPT_HIDE_VALUE=Hide Values
206
214
 
215
+ infobar.REMOVEALLFILTERS=Remove All Filters
216
+
207
217
 
208
218
  table.DELETE_OBJECT=Object
209
219