@openui5/sap.ui.mdc 1.124.7 → 1.124.9

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 (96) 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 +2 -1
  8. package/src/sap/ui/mdc/Element.js +1 -1
  9. package/src/sap/ui/mdc/Field.js +13 -13
  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 +14 -14
  14. package/src/sap/ui/mdc/ValueHelp.js +74 -22
  15. package/src/sap/ui/mdc/ValueHelpDelegate.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 +1 -1
  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/library.js +2 -2
  51. package/src/sap/ui/mdc/link/Factory.js +1 -1
  52. package/src/sap/ui/mdc/link/LinkItem.js +1 -1
  53. package/src/sap/ui/mdc/link/Panel.js +1 -1
  54. package/src/sap/ui/mdc/link/PanelItem.js +1 -1
  55. package/src/sap/ui/mdc/link/SemanticObjectMapping.js +1 -1
  56. package/src/sap/ui/mdc/link/SemanticObjectMappingItem.js +1 -1
  57. package/src/sap/ui/mdc/link/SemanticObjectUnavailableAction.js +1 -1
  58. package/src/sap/ui/mdc/mixin/AdaptationMixin.js +1 -1
  59. package/src/sap/ui/mdc/mixin/DelegateMixin.js +1 -1
  60. package/src/sap/ui/mdc/mixin/FilterIntegrationMixin.js +1 -1
  61. package/src/sap/ui/mdc/mixin/PromiseMixin.js +1 -1
  62. package/src/sap/ui/mdc/mixin/PropertyHelperMixin.js +1 -1
  63. package/src/sap/ui/mdc/odata/TypeMap.js +2 -1
  64. package/src/sap/ui/mdc/odata/v4/TypeMap.js +2 -1
  65. package/src/sap/ui/mdc/p13n/PropertyHelper.js +1 -1
  66. package/src/sap/ui/mdc/table/ColumnSettings.js +1 -1
  67. package/src/sap/ui/mdc/table/CreationRow.js +1 -1
  68. package/src/sap/ui/mdc/table/DragDropConfig.js +1 -1
  69. package/src/sap/ui/mdc/table/PropertyHelper.js +1 -1
  70. package/src/sap/ui/mdc/table/ResponsiveColumnSettings.js +1 -1
  71. package/src/sap/ui/mdc/table/RowActionItem.js +1 -1
  72. package/src/sap/ui/mdc/table/RowSettings.js +1 -1
  73. package/src/sap/ui/mdc/table/V4AnalyticsPropertyHelper.js +1 -1
  74. package/src/sap/ui/mdc/table/utils/Personalization.js +1 -1
  75. package/src/sap/ui/mdc/ushell/SemanticObjectMapping.js +1 -1
  76. package/src/sap/ui/mdc/ushell/SemanticObjectMappingItem.js +1 -1
  77. package/src/sap/ui/mdc/ushell/SemanticObjectUnavailableAction.js +1 -1
  78. package/src/sap/ui/mdc/util/InfoBar.js +1 -1
  79. package/src/sap/ui/mdc/util/PromiseCache.js +1 -1
  80. package/src/sap/ui/mdc/util/PropertyHelper.js +1 -1
  81. package/src/sap/ui/mdc/util/TypeMap.js +15 -4
  82. package/src/sap/ui/mdc/valuehelp/Dialog.js +1 -1
  83. package/src/sap/ui/mdc/valuehelp/FilterBar.js +1 -1
  84. package/src/sap/ui/mdc/valuehelp/Popover.js +1 -1
  85. package/src/sap/ui/mdc/valuehelp/base/Container.js +27 -3
  86. package/src/sap/ui/mdc/valuehelp/base/Content.js +1 -1
  87. package/src/sap/ui/mdc/valuehelp/base/DefineConditionPanel.js +1 -1
  88. package/src/sap/ui/mdc/valuehelp/base/DialogTab.js +1 -1
  89. package/src/sap/ui/mdc/valuehelp/base/FilterableListContent.js +44 -18
  90. package/src/sap/ui/mdc/valuehelp/base/ListContent.js +1 -1
  91. package/src/sap/ui/mdc/valuehelp/content/Bool.js +1 -1
  92. package/src/sap/ui/mdc/valuehelp/content/Conditions.js +1 -1
  93. package/src/sap/ui/mdc/valuehelp/content/FixedList.js +1 -1
  94. package/src/sap/ui/mdc/valuehelp/content/FixedListItem.js +1 -1
  95. package/src/sap/ui/mdc/valuehelp/content/MDCTable.js +52 -8
  96. package/src/sap/ui/mdc/valuehelp/content/MTable.js +65 -20
@@ -35,7 +35,7 @@ sap.ui.define([
35
35
  * @param {int[]|function} [oConfiguration.defaultValues] Array of values for the defaults of <code>RangeOperators</code> parameter. This can be a function, which returns the array of values. If not used the default for the values is 1.
36
36
  * @constructor
37
37
  * @author SAP SE
38
- * @version 1.124.7
38
+ * @version 1.124.9
39
39
  * @public
40
40
  * @alias sap.ui.mdc.condition.RangeOperator
41
41
  * @since 1.74.0
@@ -59,7 +59,7 @@ sap.ui.define([
59
59
  * @extends sap.ui.model.SimpleType
60
60
  *
61
61
  * @author SAP SE
62
- * @version 1.124.7
62
+ * @version 1.124.9
63
63
  *
64
64
  * @since 1.62.0
65
65
  * @public
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  *
25
25
  * @namespace
26
26
  * @author SAP SE
27
- * @version 1.124.7
27
+ * @version 1.124.9
28
28
  * @since 1.121.0
29
29
  * @alias sap.ui.mdc.field.ConditionTypeUtils
30
30
  *
@@ -54,7 +54,7 @@ sap.ui.define([
54
54
  * @extends sap.ui.model.SimpleType
55
55
  *
56
56
  * @author SAP SE
57
- * @version 1.124.7
57
+ * @version 1.124.9
58
58
  *
59
59
  * @since 1.62.0
60
60
  * @public
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @param {object} [mSettings] Initial settings for the new control
17
17
  * @class A field help used in the <code>FieldInfo</code> aggregation in <code>FieldBase</code> controls that allows you to add custom content.
18
18
  * @extends sap.ui.mdc.field.FieldInfoBase
19
- * @version 1.124.7
19
+ * @version 1.124.9
20
20
  * @constructor
21
21
  * @private
22
22
  * @ui5-restricted sap.fe
@@ -50,7 +50,7 @@ sap.ui.define([
50
50
  * @extends sap.ui.mdc.field.ConditionsType
51
51
  *
52
52
  * @author SAP SE
53
- * @version 1.124.7
53
+ * @version 1.124.9
54
54
  *
55
55
  * @since 1.96.0
56
56
  * @public
@@ -99,7 +99,7 @@ sap.ui.define([
99
99
  * @implements sap.ui.core.IFormContent, sap.ui.core.ISemanticFormContent, sap.m.IOverflowToolbarContent
100
100
  *
101
101
  * @author SAP SE
102
- * @version 1.124.7
102
+ * @version 1.124.9
103
103
  *
104
104
  * @constructor
105
105
  * @alias sap.ui.mdc.field.FieldBase
@@ -31,7 +31,7 @@ sap.ui.define([
31
31
  * A <code>FieldInfoBase</code> element is a base class that shows any kind of information related to the <code>Field</code> control, for example, navigation targets or contact details.
32
32
  * This is the basis for link-features. If the link is pressed a popover might be opened.
33
33
  * @extends sap.ui.mdc.Element
34
- * @version 1.124.7
34
+ * @version 1.124.9
35
35
  * @constructor
36
36
  * @since 1.54.0
37
37
  * @public
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * The <code>FieldInput</code> control is used to render an input field inside a control based on {@link sap.ui.mdc.field.FieldBase FieldBase}.
22
22
  * It enhances the {@link sap.m.Input Input} control to add ARIA attributes and other {@link sap.ui.mdc.field.FieldBase FieldBase}-specific logic.
23
23
  * @extends sap.m.Input
24
- * @version 1.124.7
24
+ * @version 1.124.9
25
25
  * @constructor
26
26
  * @abstract
27
27
  * @private
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @class Functions uses in <code>FieldInputRenderer</code> and <code>FieldMultiInputRenderer</code> to adjust aria attributes.
17
17
  *
18
18
  * @author SAP SE
19
- * @version 1.124.7
19
+ * @version 1.124.9
20
20
  * @since 1.86.0
21
21
  * @alias sap.ui.mdc.field.FieldInputRenderUtil
22
22
  *
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * The <code>FieldMultiInput</code> control is used to render a multi-input field inside a control based on {@link sap.ui.mdc.field.FieldBase FieldBase}.
23
23
  * It enhances the {@link sap.m.MultiInput MultiInput} control to add ARIA attributes and other {@link sap.ui.mdc.field.FieldBase FieldBase}-specific logic.
24
24
  * @extends sap.m.MultiInput
25
- * @version 1.124.7
25
+ * @version 1.124.9
26
26
  * @constructor
27
27
  * @abstract
28
28
  * @private
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @extends sap.ui.mdc.valuehelp.content.FixedListItem
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.124.7
26
+ * @version 1.124.9
27
27
  *
28
28
  * @private
29
29
  * @ui5-restricted sap.fe
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  * Base type for <code>MultiValueFieldItem</code> control.
21
21
  * The {@link sap.ui.mdc.MultiValueField MultiValueField} holds its values as items. The <code>MultiValueFieldItem</code> element defines these items.
22
22
  * @extends sap.ui.core.Element
23
- * @version 1.124.7
23
+ * @version 1.124.9
24
24
  * @constructor
25
25
  * @since 1.93.0
26
26
  * @public
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * The <code>TokenDisplay</code> control is used to render a field inside a control based on {@link sap.ui.mdc.field.FieldBase FieldBase}.
23
23
  * It enhances the {@link sap.m.Token Token} control to add ARIA attributes and other {@link sap.ui.mdc.field.FieldBase FieldBase}-specific logic.
24
24
  * @extends sap.m.Token
25
- * @version 1.124.7
25
+ * @version 1.124.9
26
26
  * @constructor
27
27
  * @abstract
28
28
  * @private
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * The <code>TokenizerDisplay</code> control is used to render a Tokenizer inside a control based on {@link sap.ui.mdc.field.FieldBase FieldBase}.
29
29
  * It enhances the {@link sap.m.Tokenizer Tokenizer} control to support display only tokens.
30
30
  * @extends sap.m.Tokenizer
31
- * @version 1.124.7
31
+ * @version 1.124.9
32
32
  * @constructor
33
33
  * @abstract
34
34
  * @private
@@ -66,7 +66,7 @@ sap.ui.define([
66
66
  * @class The <code>FilterBarBase</code> control is the base for filter displaying controls in MDC.
67
67
  * @extends sap.ui.mdc.Control
68
68
  * @author SAP SE
69
- * @version 1.124.7
69
+ * @version 1.124.9
70
70
  * @constructor
71
71
  * @public
72
72
  * @since 1.80.0
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @extends sap.ui.mdc.util.PropertyHelper
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.124.7
30
+ * @version 1.124.9
31
31
  *
32
32
  * @private
33
33
  * @since 1.95
@@ -39,7 +39,7 @@ sap.ui.define([
39
39
  *
40
40
  * @extends sap.ui.mdc.filterbar.FilterBarBase
41
41
  * @author SAP SE
42
- * @version 1.124.7
42
+ * @version 1.124.9
43
43
  * @constructor
44
44
  * @private
45
45
  * @ui5-restricted sap.ui.mdc
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * <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.
29
29
  * @extends sap.ui.mdc.filterbar.FilterBarBase
30
30
  * @author SAP SE
31
- * @version 1.124.7
31
+ * @version 1.124.9
32
32
  * @constructor
33
33
  * @public
34
34
  * @since 1.84.0
@@ -15,7 +15,7 @@ sap.ui.define([
15
15
  *
16
16
  * @alias sap.ui.mdc.flexibility.Chart
17
17
  * @author SAP SE
18
- * @version 1.124.7
18
+ * @version 1.124.9
19
19
  */
20
20
  return {
21
21
  addItem: ChartItemFlex.addItem,
@@ -12,7 +12,7 @@ sap.ui.define(['./FilterItemFlex', './ConditionFlex', './PropertyInfoFlex'], (Fi
12
12
  *
13
13
  * @alias sap.ui.mdc.flexibility.FilterBar
14
14
  * @author SAP SE
15
- * @version 1.124.7
15
+ * @version 1.124.9
16
16
  */
17
17
 
18
18
  return {
@@ -14,7 +14,7 @@ sap.ui.define([
14
14
  *
15
15
  * @alias sap.ui.mdc.flexibility.FilterBar
16
16
  * @author SAP SE
17
- * @version 1.124.7
17
+ * @version 1.124.9
18
18
  */
19
19
 
20
20
  const oFilterItemFlex = Object.assign({}, ItemBaseFlex);
@@ -22,13 +22,13 @@ sap.ui.define([
22
22
  * @namespace
23
23
  * @alias sap.ui.mdc
24
24
  * @author SAP SE
25
- * @version 1.124.7
25
+ * @version 1.124.9
26
26
  * @since 1.80
27
27
  * @public
28
28
  */
29
29
  const thisLib = Library.init({
30
30
  apiVersion: 2,
31
- version: "1.124.7",
31
+ version: "1.124.9",
32
32
  name: "sap.ui.mdc",
33
33
  dependencies: ["sap.ui.core", "sap.m"],
34
34
  designtime: "sap/ui/mdc/designtime/library.designtime",
@@ -11,7 +11,7 @@ sap.ui.define(["sap/base/Log"], (Log) => {
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.124.7
14
+ * @version 1.124.9
15
15
  * @private
16
16
  * @since 1.54.0
17
17
  */
@@ -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.124.7
19
+ * @version 1.124.9
20
20
  * @constructor
21
21
  * @public
22
22
  * @since 1.58.0
@@ -40,7 +40,7 @@ sap.ui.define([
40
40
  * supposed that the properties of the item structure is not changed.
41
41
  * @extends sap.ui.core.Control
42
42
  * @author SAP SE
43
- * @version 1.124.7
43
+ * @version 1.124.9
44
44
  * @constructor
45
45
  * @private
46
46
  * @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.124.7
19
+ * @version 1.124.9
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.124.7
19
+ * @version 1.124.9
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.124.7
19
+ * @version 1.124.9
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.124.7
19
+ * @version 1.124.9
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.60.0
@@ -32,7 +32,7 @@ sap.ui.define(
32
32
  *
33
33
  *
34
34
  * @author SAP SE
35
- * @version 1.124.7
35
+ * @version 1.124.9
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.124.7
62
+ * @version 1.124.9
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.124.7
46
+ * @version 1.124.9
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.124.7
15
+ * @version 1.124.9
16
16
  * @alias sap.ui.mdc.mixin.PromiseMixin
17
17
  * @namespace
18
18
  * @since 1.85.0
@@ -29,7 +29,7 @@ sap.ui.define(["sap/base/util/Deferred", "sap/ui/mdc/util/loadModules", "sap/bas
29
29
  * </ul>
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.124.7
32
+ * @version 1.124.9
33
33
  * @alias sap.ui.mdc.mixin.PropertyHelperMixin
34
34
  * @namespace
35
35
  * @since 1.100.0
@@ -12,6 +12,7 @@ sap.ui.define([
12
12
  /**
13
13
  * @class OData-specific {@link module:sap/ui/mdc/util/TypeMap TypeMap} configuration.
14
14
  *
15
+ * <b>Note:</b> The modules of all data types registered in a <code>TypeMap</code> must be loaded in advance.<br>
15
16
  * <b>Note:</b> This <code>TypeMap</code> implementation contains the following types:
16
17
  *
17
18
  * <ul>
@@ -46,7 +47,7 @@ sap.ui.define([
46
47
  * </ul>
47
48
  *
48
49
  * @author SAP SE
49
- * @version 1.124.7
50
+ * @version 1.124.9
50
51
  * @public
51
52
  * @since 1.114.0
52
53
  * @namespace
@@ -12,6 +12,7 @@ sap.ui.define([
12
12
  /**
13
13
  * @class ODataV4-specific {@link module:sap/ui/mdc/util/TypeMap TypeMap} configuration.
14
14
  *
15
+ * <b>Note:</b> The modules of all data types registered in a <code>TypeMap</code> must be loaded in advance.<br>
15
16
  * <b>Note:</b> This <code>TypeMap</code> implementation contains the following types including ODataV4-specific configuration:
16
17
  *
17
18
  * <ul>
@@ -46,7 +47,7 @@ sap.ui.define([
46
47
  * </ul>
47
48
  *
48
49
  * @author SAP SE
49
- * @version 1.124.7
50
+ * @version 1.124.9
50
51
  * @public
51
52
  * @since 1.114.0
52
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.124.7
26
+ * @version 1.124.9
27
27
  *
28
28
  * @private
29
29
  * @since 1.85
@@ -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.124.7
20
+ * @version 1.124.9
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.124.7
22
+ * @version 1.124.9
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.124.7
26
+ * @version 1.124.9
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.124.7
35
+ * @version 1.124.9
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.124.7
20
+ * @version 1.124.9
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.124.7
23
+ * @version 1.124.9
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.124.7
24
+ * @version 1.124.9
25
25
  *
26
26
  * @constructor
27
27
  * @public
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @extends sap.ui.mdc.table.PropertyHelper
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.124.7
26
+ * @version 1.124.9
27
27
  *
28
28
  * @private
29
29
  * @since 1.85
@@ -17,7 +17,7 @@ sap.ui.define([
17
17
  * P13n utilities.
18
18
  *
19
19
  * @author SAP SE
20
- * @version 1.124.7
20
+ * @version 1.124.9
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.124.7
19
+ * @version 1.124.9
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.124.7
19
+ * @version 1.124.9
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.124.7
19
+ * @version 1.124.9
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.124.7
27
+ * @version 1.124.9
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.124.7
48
+ * @version 1.124.9
49
49
  * @alias sap.ui.mdc.util.PromiseCache
50
50
  * @since 1.85.0
51
51
  * @private
@@ -592,7 +592,7 @@ sap.ui.define([
592
592
  * @extends sap.ui.base.Object
593
593
  *
594
594
  * @author SAP SE
595
- * @version 1.124.7
595
+ * @version 1.124.9
596
596
  *
597
597
  * @private
598
598
  * @since 1.83
@@ -24,6 +24,8 @@ sap.ui.define([
24
24
  * Configuration class for type handling in delegates.
25
25
  * Allows mapping of model types to {@link sap.ui.mdc.enums.BaseType} and enables model-specific type configuration.
26
26
  *
27
+ * <b>Note:</b> The modules of all data types registered in a <code>TypeMap</code> must be loaded in advance.
28
+ *
27
29
  * @namespace
28
30
  * @author SAP SE
29
31
  * @public
@@ -212,7 +214,6 @@ sap.ui.define([
212
214
  /**
213
215
  * Gets a data type class based on a given name.
214
216
  *
215
- * <b>Note:</b> The module of the data type needs to be loaded before.
216
217
  * @final
217
218
  * @param {string} sDataType Class path as <code>string</code> where each name is separated by '.'
218
219
  * @returns {function(new: sap.ui.model.SimpleType)} Corresponding data type class
@@ -220,9 +221,19 @@ sap.ui.define([
220
221
  */
221
222
  TypeMap.getDataTypeClass = function(sDataType) {
222
223
  const sTypeName = this.getDataTypeClassName(sDataType);
223
- const TypeClass = sTypeName ?
224
- sap.ui.require(sTypeName.replace(/\./g, "/")) || ObjectPath.get(sTypeName) :
225
- undefined;
224
+ let TypeClass;
225
+
226
+ if (sTypeName) {
227
+ TypeClass = sap.ui.require(sTypeName.replace(/\./g, "/"));
228
+
229
+ /**
230
+ * @deprecated As of version 1.120 with no replacement.
231
+ */
232
+ if (!TypeClass) {
233
+ TypeClass = ObjectPath.get(sTypeName);
234
+ }
235
+ }
236
+
226
237
  if (!TypeClass) {
227
238
  throw new Error("DataType '" + sDataType + "' cannot be determined");
228
239
  }
@@ -67,7 +67,7 @@ sap.ui.define([
67
67
  * @param {object} [mSettings] Initial settings for the new control
68
68
  * @class Container for the {@link sap.ui.mdc.ValueHelp ValueHelp} element showing a dialog.
69
69
  * @extends sap.ui.mdc.valuehelp.base.Container
70
- * @version 1.124.7
70
+ * @version 1.124.9
71
71
  * @constructor
72
72
  * @public
73
73
  * @since 1.95.0
@@ -43,7 +43,7 @@ sap.ui.define(
43
43
  * <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.
44
44
  * @extends sap.ui.mdc.filterbar.FilterBarBase
45
45
  * @author SAP SE
46
- * @version 1.124.7
46
+ * @version 1.124.9
47
47
  * @constructor
48
48
  * @public
49
49
  * @since 1.124.0
@@ -35,7 +35,7 @@ sap.ui.define([
35
35
  * @param {object} [mSettings] Initial settings for the new control
36
36
  * @class Container for the {@link sap.ui.mdc.ValueHelp ValueHelp} element showing a popover.
37
37
  * @extends sap.ui.mdc.valuehelp.base.Container
38
- * @version 1.124.7
38
+ * @version 1.124.9
39
39
  * @constructor
40
40
  * @public
41
41
  * @since 1.95.0