@openui5/sap.ui.mdc 1.130.1 → 1.131.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.
- package/THIRDPARTY.txt +1 -1
- package/package.json +4 -4
- package/src/sap/ui/mdc/.library +1 -1
- package/src/sap/ui/mdc/ActionToolbar.js +1 -1
- package/src/sap/ui/mdc/Chart.js +62 -25
- package/src/sap/ui/mdc/ChartDelegate.js +17 -14
- package/src/sap/ui/mdc/Control.js +1 -1
- package/src/sap/ui/mdc/DefaultTypeMap.js +1 -1
- package/src/sap/ui/mdc/Element.js +1 -1
- package/src/sap/ui/mdc/Field.js +43 -15
- package/src/sap/ui/mdc/FilterBar.js +1 -1
- package/src/sap/ui/mdc/FilterField.js +2 -2
- package/src/sap/ui/mdc/Link.js +1 -1
- package/src/sap/ui/mdc/LinkDelegate.js +1 -1
- package/src/sap/ui/mdc/MultiValueField.js +3 -4
- package/src/sap/ui/mdc/Table.js +183 -36
- package/src/sap/ui/mdc/TableDelegate.js +40 -18
- package/src/sap/ui/mdc/ValueHelp.js +1 -1
- package/src/sap/ui/mdc/actiontoolbar/ActionToolbarAction.js +1 -2
- package/src/sap/ui/mdc/chart/ChartImplementationContainer.js +1 -1
- package/src/sap/ui/mdc/chart/ChartSelectionDetails.js +1 -1
- package/src/sap/ui/mdc/chart/PropertyHelper.js +1 -1
- package/src/sap/ui/mdc/chart/ToolbarControlFactory.js +1 -1
- package/src/sap/ui/mdc/condition/Condition.js +1 -1
- package/src/sap/ui/mdc/condition/ConditionConverter.js +1 -1
- package/src/sap/ui/mdc/condition/ConditionModel.js +1 -1
- package/src/sap/ui/mdc/condition/FilterConverter.js +1 -1
- package/src/sap/ui/mdc/condition/FilterOperatorUtil.js +361 -54
- package/src/sap/ui/mdc/condition/Operator.js +1 -1
- package/src/sap/ui/mdc/condition/OperatorDynamicDateOption.js +1 -1
- package/src/sap/ui/mdc/condition/RangeOperator.js +1 -1
- package/src/sap/ui/mdc/enums/ActionToolbarActionAlignment.js +0 -1
- package/src/sap/ui/mdc/enums/OperatorName.js +127 -1
- package/src/sap/ui/mdc/field/ConditionType.js +1 -1
- package/src/sap/ui/mdc/field/ConditionTypeMixin.js +1 -1
- package/src/sap/ui/mdc/field/ConditionsType.js +1 -1
- package/src/sap/ui/mdc/field/CustomFieldInfo.js +1 -1
- package/src/sap/ui/mdc/field/DynamicDateRangeConditionsType.js +1 -1
- package/src/sap/ui/mdc/field/FieldBase.js +1 -1
- package/src/sap/ui/mdc/field/FieldBaseDelegate.js +2 -2
- package/src/sap/ui/mdc/field/FieldInfoBase.js +1 -1
- package/src/sap/ui/mdc/field/FieldInput.js +1 -1
- package/src/sap/ui/mdc/field/FieldInputRenderUtil.js +1 -1
- package/src/sap/ui/mdc/field/FieldMultiInput.js +1 -1
- package/src/sap/ui/mdc/field/ListFieldHelpItem.js +1 -1
- package/src/sap/ui/mdc/field/MultiValueFieldDelegate.js +0 -1
- package/src/sap/ui/mdc/field/MultiValueFieldItem.js +1 -2
- package/src/sap/ui/mdc/field/TokenDisplay.js +1 -1
- package/src/sap/ui/mdc/field/TokenizerDisplay.js +1 -1
- package/src/sap/ui/mdc/filterbar/FilterBarBase.js +1 -1
- package/src/sap/ui/mdc/filterbar/PropertyHelper.js +1 -1
- package/src/sap/ui/mdc/filterbar/p13n/AdaptationFilterBar.js +1 -1
- package/src/sap/ui/mdc/filterbar/vh/CollectiveSearchSelect.js +4 -1
- package/src/sap/ui/mdc/filterbar/vh/FilterBar.js +5 -2
- package/src/sap/ui/mdc/flexibility/Chart.flexibility.js +1 -1
- package/src/sap/ui/mdc/flexibility/FilterBar.flexibility.js +1 -1
- package/src/sap/ui/mdc/flexibility/FilterItemFlex.js +1 -1
- package/src/sap/ui/mdc/flexibility/actiontoolbar/CombineAction.js +1 -2
- package/src/sap/ui/mdc/flexibility/actiontoolbar/SplitAction.js +1 -2
- package/src/sap/ui/mdc/library.js +2 -2
- package/src/sap/ui/mdc/link/Factory.js +1 -1
- package/src/sap/ui/mdc/link/LinkItem.js +1 -1
- package/src/sap/ui/mdc/link/Panel.js +1 -1
- package/src/sap/ui/mdc/link/PanelItem.js +1 -1
- package/src/sap/ui/mdc/link/SemanticObjectMapping.js +1 -1
- package/src/sap/ui/mdc/link/SemanticObjectMappingItem.js +1 -1
- package/src/sap/ui/mdc/link/SemanticObjectUnavailableAction.js +1 -1
- package/src/sap/ui/mdc/messagebundle.properties +12 -148
- package/src/sap/ui/mdc/messagebundle_ar.properties +6 -96
- package/src/sap/ui/mdc/messagebundle_bg.properties +6 -96
- package/src/sap/ui/mdc/messagebundle_ca.properties +6 -96
- package/src/sap/ui/mdc/messagebundle_cnr.properties +6 -96
- package/src/sap/ui/mdc/messagebundle_cs.properties +6 -96
- package/src/sap/ui/mdc/messagebundle_cy.properties +6 -96
- package/src/sap/ui/mdc/messagebundle_da.properties +6 -96
- package/src/sap/ui/mdc/messagebundle_de.properties +6 -96
- package/src/sap/ui/mdc/messagebundle_el.properties +6 -96
- package/src/sap/ui/mdc/messagebundle_en.properties +6 -96
- package/src/sap/ui/mdc/messagebundle_en_GB.properties +6 -96
- package/src/sap/ui/mdc/messagebundle_en_US_saprigi.properties +6 -98
- package/src/sap/ui/mdc/messagebundle_es.properties +7 -97
- package/src/sap/ui/mdc/messagebundle_es_MX.properties +6 -96
- package/src/sap/ui/mdc/messagebundle_et.properties +6 -96
- package/src/sap/ui/mdc/messagebundle_fi.properties +6 -96
- package/src/sap/ui/mdc/messagebundle_fr.properties +6 -96
- package/src/sap/ui/mdc/messagebundle_fr_CA.properties +6 -96
- package/src/sap/ui/mdc/messagebundle_hi.properties +6 -96
- package/src/sap/ui/mdc/messagebundle_hr.properties +6 -96
- package/src/sap/ui/mdc/messagebundle_hu.properties +6 -96
- package/src/sap/ui/mdc/messagebundle_id.properties +6 -96
- package/src/sap/ui/mdc/messagebundle_it.properties +6 -96
- package/src/sap/ui/mdc/messagebundle_iw.properties +6 -96
- package/src/sap/ui/mdc/messagebundle_ja.properties +6 -96
- package/src/sap/ui/mdc/messagebundle_kk.properties +6 -96
- package/src/sap/ui/mdc/messagebundle_ko.properties +6 -96
- package/src/sap/ui/mdc/messagebundle_lt.properties +6 -96
- package/src/sap/ui/mdc/messagebundle_lv.properties +6 -96
- package/src/sap/ui/mdc/messagebundle_mk.properties +6 -96
- package/src/sap/ui/mdc/messagebundle_ms.properties +6 -96
- package/src/sap/ui/mdc/messagebundle_nl.properties +7 -97
- package/src/sap/ui/mdc/messagebundle_no.properties +6 -96
- package/src/sap/ui/mdc/messagebundle_pl.properties +9 -99
- package/src/sap/ui/mdc/messagebundle_pt.properties +6 -96
- package/src/sap/ui/mdc/messagebundle_pt_PT.properties +6 -96
- package/src/sap/ui/mdc/messagebundle_ro.properties +6 -96
- package/src/sap/ui/mdc/messagebundle_ru.properties +13 -103
- package/src/sap/ui/mdc/messagebundle_sh.properties +6 -96
- package/src/sap/ui/mdc/messagebundle_sk.properties +6 -96
- package/src/sap/ui/mdc/messagebundle_sl.properties +6 -96
- package/src/sap/ui/mdc/messagebundle_sr.properties +6 -96
- package/src/sap/ui/mdc/messagebundle_sv.properties +6 -96
- package/src/sap/ui/mdc/messagebundle_th.properties +6 -96
- package/src/sap/ui/mdc/messagebundle_tr.properties +6 -96
- package/src/sap/ui/mdc/messagebundle_uk.properties +6 -96
- package/src/sap/ui/mdc/messagebundle_vi.properties +6 -96
- package/src/sap/ui/mdc/messagebundle_zh_CN.properties +6 -96
- package/src/sap/ui/mdc/messagebundle_zh_TW.properties +6 -96
- package/src/sap/ui/mdc/mixin/AdaptationMixin.js +1 -1
- package/src/sap/ui/mdc/mixin/DelegateMixin.js +1 -1
- package/src/sap/ui/mdc/mixin/FilterIntegrationMixin.js +1 -1
- package/src/sap/ui/mdc/mixin/PromiseMixin.js +1 -1
- package/src/sap/ui/mdc/mixin/PropertyHelperMixin.js +1 -1
- package/src/sap/ui/mdc/odata/TypeMap.js +1 -1
- package/src/sap/ui/mdc/odata/v4/TableDelegate.js +239 -197
- package/src/sap/ui/mdc/odata/v4/TypeMap.js +1 -1
- package/src/sap/ui/mdc/odata/v4/vizChart/ChartDelegate.js +19 -19
- package/src/sap/ui/mdc/p13n/PropertyHelper.js +1 -1
- package/src/sap/ui/mdc/p13n/panels/ChartItemPanel.js +12 -19
- package/src/sap/ui/mdc/table/Column.js +3 -0
- package/src/sap/ui/mdc/table/ColumnSettings.js +1 -1
- package/src/sap/ui/mdc/table/CreationRow.js +1 -1
- package/src/sap/ui/mdc/table/DragDropConfig.js +1 -1
- package/src/sap/ui/mdc/table/GridTableType.js +3 -1
- package/src/sap/ui/mdc/table/PropertyHelper.js +14 -1
- package/src/sap/ui/mdc/table/ResponsiveColumnSettings.js +1 -1
- package/src/sap/ui/mdc/table/RowActionItem.js +1 -1
- package/src/sap/ui/mdc/table/RowSettings.js +3 -2
- package/src/sap/ui/mdc/table/TableSettings.js +26 -3
- package/src/sap/ui/mdc/table/V4AnalyticsPropertyHelper.js +32 -41
- package/src/sap/ui/mdc/table/utils/Personalization.js +1 -1
- package/src/sap/ui/mdc/ushell/SemanticObjectMapping.js +1 -1
- package/src/sap/ui/mdc/ushell/SemanticObjectMappingItem.js +1 -1
- package/src/sap/ui/mdc/ushell/SemanticObjectUnavailableAction.js +1 -1
- package/src/sap/ui/mdc/util/InfoBar.js +2 -1
- package/src/sap/ui/mdc/util/PromiseCache.js +1 -1
- package/src/sap/ui/mdc/util/PropertyHelper.js +1 -1
- package/src/sap/ui/mdc/valuehelp/CollectiveSearchSelect.js +2 -10
- package/src/sap/ui/mdc/valuehelp/Dialog.js +1 -1
- package/src/sap/ui/mdc/valuehelp/FilterBar.js +1 -1
- package/src/sap/ui/mdc/valuehelp/Popover.js +1 -1
- package/src/sap/ui/mdc/valuehelp/base/Container.js +1 -1
- package/src/sap/ui/mdc/valuehelp/base/Content.js +1 -1
- package/src/sap/ui/mdc/valuehelp/base/DefineConditionPanel.js +30 -32
- package/src/sap/ui/mdc/valuehelp/base/DialogTab.js +1 -1
- package/src/sap/ui/mdc/valuehelp/base/FilterableListContent.js +1 -1
- package/src/sap/ui/mdc/valuehelp/base/ListContent.js +1 -1
- package/src/sap/ui/mdc/valuehelp/content/Bool.js +1 -1
- package/src/sap/ui/mdc/valuehelp/content/Conditions.js +1 -1
- package/src/sap/ui/mdc/valuehelp/content/FixedList.js +6 -1
- package/src/sap/ui/mdc/valuehelp/content/FixedListItem.js +1 -1
- package/src/sap/ui/mdc/valuehelp/content/MDCTable.js +1 -1
- package/src/sap/ui/mdc/valuehelp/content/MTable.js +17 -4
|
@@ -136,7 +136,7 @@ sap.ui.define([
|
|
|
136
136
|
* @param {function} [oConfiguration.getTextForCopy] Function to determine the text copied into clipboard
|
|
137
137
|
* @constructor
|
|
138
138
|
* @author SAP SE
|
|
139
|
-
* @version 1.
|
|
139
|
+
* @version 1.131.0
|
|
140
140
|
* @public
|
|
141
141
|
* @alias sap.ui.mdc.condition.Operator
|
|
142
142
|
* @since 1.73.0
|
|
@@ -39,7 +39,7 @@ sap.ui.define([
|
|
|
39
39
|
* @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.
|
|
40
40
|
* @constructor
|
|
41
41
|
* @author SAP SE
|
|
42
|
-
* @version 1.
|
|
42
|
+
* @version 1.131.0
|
|
43
43
|
* @public
|
|
44
44
|
* @alias sap.ui.mdc.condition.RangeOperator
|
|
45
45
|
* @since 1.74.0
|
|
@@ -628,7 +628,133 @@ sap.ui.define(() => {
|
|
|
628
628
|
* @since 1.112.0
|
|
629
629
|
* @public
|
|
630
630
|
*/
|
|
631
|
-
NEXTHOURS: "NEXTHOURS"
|
|
631
|
+
NEXTHOURS: "NEXTHOURS",
|
|
632
|
+
|
|
633
|
+
/**
|
|
634
|
+
* "Last X Minutes" operator including current minute
|
|
635
|
+
*
|
|
636
|
+
* The operator is available for date/time types.
|
|
637
|
+
* @since 1.131.0
|
|
638
|
+
* @public
|
|
639
|
+
*/
|
|
640
|
+
LASTMINUTESINCLUDED: "LASTMINUTESINCLUDED",
|
|
641
|
+
|
|
642
|
+
/**
|
|
643
|
+
* "Next X Minutes" operator including current minute
|
|
644
|
+
*
|
|
645
|
+
* The operator is available for date/time types.
|
|
646
|
+
* @since 1.131.0
|
|
647
|
+
* @public
|
|
648
|
+
*/
|
|
649
|
+
NEXTMINUTESINCLUDED: "NEXTMINUTESINCLUDED",
|
|
650
|
+
|
|
651
|
+
/**
|
|
652
|
+
* "Last X Hours" operator including current hour
|
|
653
|
+
*
|
|
654
|
+
* The operator is available for date/time types.
|
|
655
|
+
* @since 1.131.0
|
|
656
|
+
* @public
|
|
657
|
+
*/
|
|
658
|
+
LASTHOURSINCLUDED: "LASTHOURSINCLUDED",
|
|
659
|
+
|
|
660
|
+
/**
|
|
661
|
+
* "Next X Hours" operator including current hour
|
|
662
|
+
*
|
|
663
|
+
* The operator is available for date/time types.
|
|
664
|
+
* @since 1.131.0
|
|
665
|
+
* @public
|
|
666
|
+
*/
|
|
667
|
+
NEXTHOURSINCLUDED: "NEXTHOURSINCLUDED",
|
|
668
|
+
|
|
669
|
+
/**
|
|
670
|
+
* "Last X Days" operator including current day
|
|
671
|
+
*
|
|
672
|
+
* The operator is available for date and date/time types.
|
|
673
|
+
* @since 1.131.0
|
|
674
|
+
* @public
|
|
675
|
+
*/
|
|
676
|
+
LASTDAYSINCLUDED: "LASTDAYSINCLUDED",
|
|
677
|
+
|
|
678
|
+
/**
|
|
679
|
+
* "Next X Days" operator including current day
|
|
680
|
+
*
|
|
681
|
+
* The operator is available for date and date/time types.
|
|
682
|
+
* @since 1.131.0
|
|
683
|
+
* @public
|
|
684
|
+
*/
|
|
685
|
+
NEXTDAYSINCLUDED: "NEXTDAYSINCLUDED",
|
|
686
|
+
|
|
687
|
+
/**
|
|
688
|
+
* "Last X Weeks" operator including current week
|
|
689
|
+
*
|
|
690
|
+
* The operator is available for date and date/time types.
|
|
691
|
+
* @since 1.131.0
|
|
692
|
+
* @public
|
|
693
|
+
*/
|
|
694
|
+
LASTWEEKSINCLUDED: "LASTWEEKSINCLUDED",
|
|
695
|
+
|
|
696
|
+
/**
|
|
697
|
+
* "Next X Weeks" operator including current week
|
|
698
|
+
*
|
|
699
|
+
* The operator is available for date and date/time types.
|
|
700
|
+
* @since 1.131.0
|
|
701
|
+
* @public
|
|
702
|
+
*/
|
|
703
|
+
NEXTWEEKSINCLUDED: "NEXTWEEKSINCLUDED",
|
|
704
|
+
|
|
705
|
+
/**
|
|
706
|
+
* "Last X Months" operator including current month
|
|
707
|
+
*
|
|
708
|
+
* The operator is available for date and date/time types.
|
|
709
|
+
* @since 1.131.0
|
|
710
|
+
* @public
|
|
711
|
+
*/
|
|
712
|
+
LASTMONTHSINCLUDED: "LASTMONTHSINCLUDED",
|
|
713
|
+
|
|
714
|
+
/**
|
|
715
|
+
* "Next X Months" operator including current month
|
|
716
|
+
*
|
|
717
|
+
* The operator is available for date and date/time types.
|
|
718
|
+
* @since 1.131.0
|
|
719
|
+
* @public
|
|
720
|
+
*/
|
|
721
|
+
NEXTMONTHSINCLUDED: "NEXTMONTHSINCLUDED",
|
|
722
|
+
|
|
723
|
+
/**
|
|
724
|
+
* "Last X Quarters" operator including current quarter
|
|
725
|
+
*
|
|
726
|
+
* The operator is available for date and date/time types.
|
|
727
|
+
* @since 1.131.0
|
|
728
|
+
* @public
|
|
729
|
+
*/
|
|
730
|
+
LASTQUARTERSINCLUDED: "LASTQUARTERSINCLUDED",
|
|
731
|
+
|
|
732
|
+
/**
|
|
733
|
+
* "Next X Quarters" operator including current quarter
|
|
734
|
+
*
|
|
735
|
+
* The operator is available for date and date/time types.
|
|
736
|
+
* @since 1.131.0
|
|
737
|
+
* @public
|
|
738
|
+
*/
|
|
739
|
+
NEXTQUARTERSINCLUDED: "NEXTQUARTERSINCLUDED",
|
|
740
|
+
|
|
741
|
+
/**
|
|
742
|
+
* "Last X Years" operator including current year
|
|
743
|
+
*
|
|
744
|
+
* The operator is available for date and date/time types.
|
|
745
|
+
* @since 1.131.0
|
|
746
|
+
* @public
|
|
747
|
+
*/
|
|
748
|
+
LASTYEARSINCLUDED: "LASTYEARSINCLUDED",
|
|
749
|
+
|
|
750
|
+
/**
|
|
751
|
+
* "Next X Years" operator including current year
|
|
752
|
+
*
|
|
753
|
+
* The operator is available for date and date/time types.
|
|
754
|
+
* @since 1.131.0
|
|
755
|
+
* @public
|
|
756
|
+
*/
|
|
757
|
+
NEXTYEARSINCLUDED: "NEXTYEARSINCLUDED"
|
|
632
758
|
};
|
|
633
759
|
|
|
634
760
|
return OperatorName;
|
|
@@ -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.
|
|
19
|
+
* @version 1.131.0
|
|
20
20
|
* @constructor
|
|
21
21
|
* @private
|
|
22
22
|
* @ui5-restricted sap.fe
|
|
@@ -99,7 +99,7 @@ sap.ui.define([
|
|
|
99
99
|
* @implements sap.ui.core.IFormContent, sap.ui.core.ISemanticFormContent, sap.m.IOverflowToolbarContent, sap.ui.core.ILabelable
|
|
100
100
|
*
|
|
101
101
|
* @author SAP SE
|
|
102
|
-
* @version 1.
|
|
102
|
+
* @version 1.131.0
|
|
103
103
|
*
|
|
104
104
|
* @constructor
|
|
105
105
|
* @alias sap.ui.mdc.field.FieldBase
|
|
@@ -120,7 +120,7 @@ sap.ui.define([
|
|
|
120
120
|
* @param {sap.ui.model.SimpleType} oSettings.valueType Configured type for a value
|
|
121
121
|
* @param {sap.ui.model.SimpleType} oSettings.additionalValueType Configured type for an additional value
|
|
122
122
|
* @returns {Array<sap.ui.mdc.condition.ConditionObject|string>|Promise<array<sap.ui.mdc.condition.ConditionObject|string>>} Array of <code>ConditionObject</code>/<code>string</code> values. If it is not available right away, a <code>Promise</code> is returned.
|
|
123
|
-
* @throws {
|
|
123
|
+
* @throws {Error} if the pasted data cannot be converted to conditions
|
|
124
124
|
* @protected
|
|
125
125
|
* @since 1.124
|
|
126
126
|
*/
|
|
@@ -164,7 +164,7 @@ sap.ui.define([
|
|
|
164
164
|
|
|
165
165
|
/**
|
|
166
166
|
* Defines if input of the {@link sap.ui.mdc.Field Field}, {@link sap.ui.mdc.FilterField FilterField}, or {@link sap.ui.mdc.MultiValueField MultiValueField} control is accepted, even if it
|
|
167
|
-
* cannot be found in the assigned {@link sap.ui.mdc.ValueHelp ValueHelp} or custom logic of {@link
|
|
167
|
+
* cannot be found in the assigned {@link sap.ui.mdc.ValueHelp ValueHelp} or custom logic of {@link module:sap/ui/mdc/FieldBaseDelegate.getItemForValue getItemForValue}.
|
|
168
168
|
* <br/>By default, this method checks if the {@link sap.ui.mdc.ValueHelp#validateInput validateInput} property of the assigned {@link sap.ui.mdc.ValueHelp ValueHelp} is set.
|
|
169
169
|
*
|
|
170
170
|
* @param {sap.ui.mdc.field.FieldBase} oField <code>Field</code> control instance
|
|
@@ -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.
|
|
34
|
+
* @version 1.131.0
|
|
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.
|
|
24
|
+
* @version 1.131.0
|
|
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.
|
|
19
|
+
* @version 1.131.0
|
|
20
20
|
* @since 1.86.0
|
|
21
21
|
* @alias sap.ui.mdc.field.FieldInputRenderUtil
|
|
22
22
|
*
|
|
@@ -28,7 +28,7 @@ sap.ui.define([
|
|
|
28
28
|
* 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}.
|
|
29
29
|
* It enhances the {@link sap.m.MultiInput MultiInput} control to add ARIA attributes and other {@link sap.ui.mdc.field.FieldBase FieldBase}-specific logic.
|
|
30
30
|
* @extends sap.m.MultiInput
|
|
31
|
-
* @version 1.
|
|
31
|
+
* @version 1.131.0
|
|
32
32
|
* @constructor
|
|
33
33
|
* @abstract
|
|
34
34
|
* @private
|
|
@@ -20,7 +20,6 @@ sap.ui.define([
|
|
|
20
20
|
* @since 1.93.0
|
|
21
21
|
* @extends module:sap/ui/mdc/field/FieldBaseDelegate
|
|
22
22
|
* @alias module:sap/ui/mdc/field/MultiValueFieldDelegate
|
|
23
|
-
* @experimental As of version 1.93
|
|
24
23
|
*/
|
|
25
24
|
const MultiValueFieldDelegate = Object.assign({}, FieldBaseDelegate);
|
|
26
25
|
|
|
@@ -20,12 +20,11 @@ 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.
|
|
23
|
+
* @version 1.131.0
|
|
24
24
|
* @constructor
|
|
25
25
|
* @since 1.93.0
|
|
26
26
|
* @public
|
|
27
27
|
* @alias sap.ui.mdc.field.MultiValueFieldItem
|
|
28
|
-
* @experimental As of version 1.93
|
|
29
28
|
*/
|
|
30
29
|
const MultiValueFieldItem = Element.extend("sap.ui.mdc.field.MultiValueFieldItem", /** @lends sap.ui.mdc.field.MultiValueFieldItem.prototype */ {
|
|
31
30
|
metadata: {
|
|
@@ -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.
|
|
25
|
+
* @version 1.131.0
|
|
26
26
|
* @constructor
|
|
27
27
|
* @abstract
|
|
28
28
|
* @private
|
|
@@ -29,7 +29,7 @@ sap.ui.define([
|
|
|
29
29
|
* It enhances the {@link sap.m.Tokenizer Tokenizer} control to support display only tokens.
|
|
30
30
|
* @extends sap.m.Tokenizer
|
|
31
31
|
* @implements sap.ui.core.ILabelable
|
|
32
|
-
* @version 1.
|
|
32
|
+
* @version 1.131.0
|
|
33
33
|
* @constructor
|
|
34
34
|
* @abstract
|
|
35
35
|
*
|
|
@@ -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.
|
|
69
|
+
* @version 1.131.0
|
|
70
70
|
* @constructor
|
|
71
71
|
* @public
|
|
72
72
|
* @since 1.80.0
|
|
@@ -15,7 +15,7 @@ sap.ui.define([
|
|
|
15
15
|
* @param {string} [sId] - ID for the new control, generated automatically if no ID is given
|
|
16
16
|
* @param {object} [mSettings] - Initial settings for the new control
|
|
17
17
|
* @class Can be used to manage the <code>CollectiveSearchSelect</code> control search items.
|
|
18
|
-
* @extends sap.
|
|
18
|
+
* @extends sap.ui.mdc.valuehelp.CollectiveSearchSelect
|
|
19
19
|
* @constructor
|
|
20
20
|
* @private
|
|
21
21
|
* @ui5-restricted sap.ui.mdc
|
|
@@ -24,6 +24,9 @@ sap.ui.define([
|
|
|
24
24
|
* @deprecated since 1.124.0 - Please use the <code>sap.ui.mdc.valuehelp.CollectiveSearchSelect</code> control instead.
|
|
25
25
|
*/
|
|
26
26
|
const CollectiveSearchSelect = ValueHelpCollectiveSearchSelect.extend("sap.ui.mdc.filterbar.vh.CollectiveSearchSelect", /** @lends sap.ui.mdc.valuehelp.CollectiveSearchSelect.prototype */ {
|
|
27
|
+
metadata: {
|
|
28
|
+
library: "sap.ui.mdc"
|
|
29
|
+
},
|
|
27
30
|
/**
|
|
28
31
|
* Renders the HTML for the given control, using the provided {@link sap.ui.core.RenderManager}.
|
|
29
32
|
* @param {sap.ui.core.RenderManager} oRm - <code>RenderManager</code> that can be used for writing to the render output buffer
|
|
@@ -26,9 +26,9 @@ sap.ui.define([
|
|
|
26
26
|
* The <code>FilterBar</code> control creates and handles the filters based on the provided metadata information.
|
|
27
27
|
* The metadata information is provided via the {@link module:sap/ui/mdc/FilterBarDelegate FilterBarDelegate} implementation. This implementation has to be provided by the application.<br>
|
|
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
|
-
* @extends sap.ui.mdc.
|
|
29
|
+
* @extends sap.ui.mdc.valuehelp.FilterBar
|
|
30
30
|
* @author SAP SE
|
|
31
|
-
* @version 1.
|
|
31
|
+
* @version 1.131.0
|
|
32
32
|
* @constructor
|
|
33
33
|
* @public
|
|
34
34
|
* @since 1.84.0
|
|
@@ -36,6 +36,9 @@ sap.ui.define([
|
|
|
36
36
|
* @deprecated since 1.124.0 - Please use the <code>sap.ui.mdc.valuehelp.FilterBar</code> control instead.
|
|
37
37
|
*/
|
|
38
38
|
const FilterBar = ValueHelpFilterBar.extend("sap.ui.mdc.filterbar.vh.FilterBar",{
|
|
39
|
+
metadata: {
|
|
40
|
+
library: "sap.ui.mdc"
|
|
41
|
+
},
|
|
39
42
|
renderer: FilterBarBaseRenderer
|
|
40
43
|
});
|
|
41
44
|
|
|
@@ -22,13 +22,13 @@ sap.ui.define([
|
|
|
22
22
|
* @namespace
|
|
23
23
|
* @alias sap.ui.mdc
|
|
24
24
|
* @author SAP SE
|
|
25
|
-
* @version 1.
|
|
25
|
+
* @version 1.131.0
|
|
26
26
|
* @since 1.80
|
|
27
27
|
* @public
|
|
28
28
|
*/
|
|
29
29
|
const thisLib = Library.init({
|
|
30
30
|
apiVersion: 2,
|
|
31
|
-
version: "1.
|
|
31
|
+
version: "1.131.0",
|
|
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.
|
|
14
|
+
* @version 1.131.0
|
|
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.
|
|
19
|
+
* @version 1.131.0
|
|
20
20
|
* @constructor
|
|
21
21
|
* @public
|
|
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 <code>items</code> aggregation in <code>Panel</code> control.
|
|
18
18
|
* @extends sap.ui.core.Element
|
|
19
|
-
* @version 1.
|
|
19
|
+
* @version 1.131.0
|
|
20
20
|
* @constructor
|
|
21
21
|
* @private
|
|
22
22
|
* @since 1.54.0
|