@openui5/sap.ui.integration 1.135.0 → 1.136.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/REUSE.toml +649 -0
- package/THIRDPARTY.txt +22 -22
- package/package.json +7 -7
- package/src/sap/ui/integration/.library +3 -3
- package/src/sap/ui/integration/ActionDefinition.js +2 -2
- package/src/sap/ui/integration/Designtime.js +2 -2
- package/src/sap/ui/integration/Extension.js +2 -2
- package/src/sap/ui/integration/Host.js +2 -2
- package/src/sap/ui/integration/bindingFeatures/DateRange.js +1 -1
- package/src/sap/ui/integration/cards/AdaptiveContent.js +2 -2
- package/src/sap/ui/integration/cards/AnalyticalContent.js +2 -2
- package/src/sap/ui/integration/cards/AnalyticalContentRenderer.js +1 -1
- package/src/sap/ui/integration/cards/AnalyticsCloudContent.js +2 -2
- package/src/sap/ui/integration/cards/AnalyticsCloudContentRenderer.js +1 -1
- package/src/sap/ui/integration/cards/BaseContent.js +2 -2
- package/src/sap/ui/integration/cards/BaseContentRenderer.js +1 -1
- package/src/sap/ui/integration/cards/BaseListContent.js +2 -2
- package/src/sap/ui/integration/cards/BaseListContentRenderer.js +1 -1
- package/src/sap/ui/integration/cards/CalendarContent.js +2 -2
- package/src/sap/ui/integration/cards/CalendarContentRenderer.js +1 -1
- package/src/sap/ui/integration/cards/ComponentContent.js +2 -2
- package/src/sap/ui/integration/cards/ComponentContentRenderer.js +1 -1
- package/src/sap/ui/integration/cards/Footer.js +2 -2
- package/src/sap/ui/integration/cards/Header.js +2 -2
- package/src/sap/ui/integration/cards/ListContent.js +5 -3
- package/src/sap/ui/integration/cards/ListContentRenderer.js +1 -1
- package/src/sap/ui/integration/cards/NumericHeader.js +2 -2
- package/src/sap/ui/integration/cards/ObjectContent.js +7 -18
- package/src/sap/ui/integration/cards/ObjectContentRenderer.js +1 -1
- package/src/sap/ui/integration/cards/TableContent.js +3 -3
- package/src/sap/ui/integration/cards/TableContentRenderer.js +1 -1
- package/src/sap/ui/integration/cards/TimelineContent.js +2 -2
- package/src/sap/ui/integration/cards/TimelineContentRenderer.js +1 -1
- package/src/sap/ui/integration/cards/WebPageContent.js +2 -2
- package/src/sap/ui/integration/cards/WebPageContentRenderer.js +1 -1
- package/src/sap/ui/integration/cards/actions/BaseAction.js +1 -1
- package/src/sap/ui/integration/cards/actions/CardActions.js +2 -2
- package/src/sap/ui/integration/cards/actions/CustomAction.js +1 -1
- package/src/sap/ui/integration/cards/actions/DateChangeAction.js +1 -1
- package/src/sap/ui/integration/cards/actions/HideCardAction.js +1 -1
- package/src/sap/ui/integration/cards/actions/MonthChangeAction.js +1 -1
- package/src/sap/ui/integration/cards/actions/NavigationAction.js +1 -1
- package/src/sap/ui/integration/cards/actions/ShowCardAction.js +1 -1
- package/src/sap/ui/integration/cards/actions/SubmitAction.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputChoiceSet.js +2 -2
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputDate.js +2 -2
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputNumber.js +2 -2
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputText.js +2 -2
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputTime.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputToggle.js +2 -2
- package/src/sap/ui/integration/cards/adaptivecards/elements/hostConfig.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/overwrites/ActionRender.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/overwrites/inputsGeneralOverwrites.js +1 -1
- package/src/sap/ui/integration/cards/data/CsrfToken.js +1 -1
- package/src/sap/ui/integration/cards/filters/BaseFilter.js +2 -2
- package/src/sap/ui/integration/cards/filters/ComboBoxFilter.js +2 -2
- package/src/sap/ui/integration/cards/filters/DateRangeFilter.js +2 -2
- package/src/sap/ui/integration/cards/filters/FilterBar.js +2 -2
- package/src/sap/ui/integration/cards/filters/FilterBarFactory.js +2 -2
- package/src/sap/ui/integration/cards/filters/SearchFilter.js +2 -2
- package/src/sap/ui/integration/cards/filters/SelectFilter.js +2 -2
- package/src/sap/ui/integration/cards/list/MicrochartsResizeHelper.js +2 -2
- package/src/sap/ui/integration/controls/ActionsStrip.js +2 -2
- package/src/sap/ui/integration/controls/ActionsToolbar.js +2 -2
- package/src/sap/ui/integration/controls/ActionsToolbarRenderer.js +1 -1
- package/src/sap/ui/integration/controls/BlockingMessage.js +2 -2
- package/src/sap/ui/integration/controls/ComboBox.js +2 -2
- package/src/sap/ui/integration/controls/HeaderInfoSectionColumn.js +52 -0
- package/src/sap/ui/integration/controls/HeaderInfoSectionColumnRenderer.js +46 -0
- package/src/sap/ui/integration/controls/HeaderInfoSectionRow.js +60 -0
- package/src/sap/ui/integration/controls/HeaderInfoSectionRowRenderer.js +47 -0
- package/src/sap/ui/integration/controls/ImageWithOverlay.js +2 -2
- package/src/sap/ui/integration/controls/ImageWithOverlayRenderer.js +1 -1
- package/src/sap/ui/integration/controls/ListContentItem.js +9 -3
- package/src/sap/ui/integration/controls/ListContentItemRenderer.js +1 -1
- package/src/sap/ui/integration/controls/Microchart.js +2 -2
- package/src/sap/ui/integration/controls/MicrochartLegend.js +2 -2
- package/src/sap/ui/integration/controls/MicrochartLegendRenderer.js +1 -1
- package/src/sap/ui/integration/controls/MicrochartRenderer.js +1 -1
- package/src/sap/ui/integration/controls/ObjectStatus.js +31 -10
- package/src/sap/ui/integration/customElements/CustomElementBase.js +1 -1
- package/src/sap/ui/integration/customElements/CustomElementCard.js +1 -1
- package/src/sap/ui/integration/customElements/CustomElementCardEditor.js +1 -1
- package/src/sap/ui/integration/customElements/CustomElementEditor.js +1 -1
- package/src/sap/ui/integration/delegate/OverflowHandler.js +2 -2
- package/src/sap/ui/integration/delegate/Paginator.js +2 -2
- package/src/sap/ui/integration/delegate/PreventKeyboardScrolling.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/BaseEditor.js +13 -7
- package/src/sap/ui/integration/designtime/baseEditor/PropertyEditor.js +3 -3
- package/src/sap/ui/integration/designtime/baseEditor/PropertyEditors.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/layout/Form.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/BasePropertyEditor.js +9 -4
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/PropertyEditorFactory.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/arrayEditor/ArrayEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/booleanEditor/BooleanEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/codeEditor/CodeEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateEditor/DateEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateTimeEditor/DateTimeEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/enumStringEditor/EnumStringEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/groupEditor/GroupEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IconEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IsInIconPool.validator.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/integerEditor/IntegerEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/jsonEditor/JsonEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/listEditor/ListEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/mapEditor/MapEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/multiSelectEditor/MultiSelectEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/numberEditor/NumberEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/objectArrayEditor/ObjectArrayEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/selectEditor/SelectEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/separatorEditor/SeparatorEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/stringEditor/StringEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/textAreaEditor/TextAreaEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/util/BaseDefaultValidatorModules.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/EvalUtils.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/StylesheetManager.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/binding/ObjectBinding.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/util/binding/resolveBinding.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/cleanupDesigntimeMetadata.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/createPromise.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/escapeParameter.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/findClosestInstance.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/hasTag.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/isTemplate.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/isValidBindingString.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/unset.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsBoolean.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsDate.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsInteger.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsNumber.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsPatternMatch.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsSelectedKey.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsStringList.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueKey.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueList.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsValidBinding.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/validator/MaxLength.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/validator/NotABinding.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/validator/ValidatorRegistry.js +2 -2
- package/src/sap/ui/integration/designtime/cardEditor/BASEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/CardEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/PropertyEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/PropertyEditors.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/config/AppConfig.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/config/FooterConfig.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/config/HeaderConfig.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/config/ListCardConfig.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/config/ObjectCardConfig.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/config/TableCardConfig.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/config/generateActionConfig.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/config/generateDataConfig.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/config/generateFooterActionsStripConfig.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/config/index.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/complexMapEditor/ComplexMapEditor.js +2 -2
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/destinationsEditor/DestinationsEditor.js +2 -2
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/filtersEditor/FiltersEditor.js +2 -2
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/iconEditor/IconEditor.js +2 -2
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/parametersEditor/ParametersEditor.js +2 -2
- package/src/sap/ui/integration/designtime/cardEditor/util/CommonPatterns.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/validator/IsPatternMatchList.js +1 -1
- package/src/sap/ui/integration/designtime/editor/Card.js +2 -2
- package/src/sap/ui/integration/designtime/editor/CardEditor.js +11 -5
- package/src/sap/ui/integration/designtime/editor/CardPreview.js +3 -3
- package/src/sap/ui/integration/designtime/editor/CardRenderer.js +1 -1
- package/src/sap/ui/integration/editor/Editor.js +44 -22
- package/src/sap/ui/integration/editor/EditorResourceBundles.js +2 -2
- package/src/sap/ui/integration/editor/Extension.js +2 -2
- package/src/sap/ui/integration/editor/Manifest.js +2 -2
- package/src/sap/ui/integration/editor/Merger.js +1 -1
- package/src/sap/ui/integration/editor/Settings.js +2 -2
- package/src/sap/ui/integration/editor/fields/BaseField.js +2 -2
- package/src/sap/ui/integration/editor/fields/BooleanField.js +2 -2
- package/src/sap/ui/integration/editor/fields/DateField.js +2 -2
- package/src/sap/ui/integration/editor/fields/DateTimeField.js +2 -2
- package/src/sap/ui/integration/editor/fields/DestinationField.js +2 -2
- package/src/sap/ui/integration/editor/fields/GroupField.js +2 -2
- package/src/sap/ui/integration/editor/fields/IntegerField.js +2 -2
- package/src/sap/ui/integration/editor/fields/NumberField.js +2 -2
- package/src/sap/ui/integration/editor/fields/ObjectField.js +4 -4
- package/src/sap/ui/integration/editor/fields/ObjectListField.js +2 -2
- package/src/sap/ui/integration/editor/fields/StringField.js +2 -2
- package/src/sap/ui/integration/editor/fields/StringListField.js +2 -2
- package/src/sap/ui/integration/editor/fields/fragment/Controller.js +2 -2
- package/src/sap/ui/integration/editor/fields/viz/ColorSelect.js +2 -2
- package/src/sap/ui/integration/editor/fields/viz/IconSelect.js +2 -2
- package/src/sap/ui/integration/editor/fields/viz/ImageSelect.js +2 -2
- package/src/sap/ui/integration/editor/fields/viz/ShapeSelect.js +2 -2
- package/src/sap/ui/integration/editor/fields/viz/VizBase.js +2 -2
- package/src/sap/ui/integration/extensions/OAuth3LO.js +2 -2
- package/src/sap/ui/integration/formatters/DateTimeFormatter.js +1 -1
- package/src/sap/ui/integration/formatters/IconFormatter.js +1 -1
- package/src/sap/ui/integration/formatters/InitialsFormatter.js +1 -1
- package/src/sap/ui/integration/formatters/NumberFormatter.js +1 -1
- package/src/sap/ui/integration/formatters/TextFormatter.js +1 -1
- package/src/sap/ui/integration/library-bootstrap.js +1 -1
- package/src/sap/ui/integration/library.js +4 -4
- package/src/sap/ui/integration/messagebundle_ar.properties +20 -0
- package/src/sap/ui/integration/messagebundle_bg.properties +20 -0
- package/src/sap/ui/integration/messagebundle_ca.properties +20 -0
- package/src/sap/ui/integration/messagebundle_cnr.properties +20 -0
- package/src/sap/ui/integration/messagebundle_cs.properties +20 -0
- package/src/sap/ui/integration/messagebundle_cy.properties +20 -0
- package/src/sap/ui/integration/messagebundle_da.properties +20 -0
- package/src/sap/ui/integration/messagebundle_de.properties +20 -0
- package/src/sap/ui/integration/messagebundle_el.properties +20 -0
- package/src/sap/ui/integration/messagebundle_en.properties +20 -0
- package/src/sap/ui/integration/messagebundle_en_GB.properties +20 -0
- package/src/sap/ui/integration/messagebundle_es.properties +20 -0
- package/src/sap/ui/integration/messagebundle_es_MX.properties +22 -2
- package/src/sap/ui/integration/messagebundle_et.properties +20 -0
- package/src/sap/ui/integration/messagebundle_fi.properties +20 -0
- package/src/sap/ui/integration/messagebundle_fr.properties +21 -1
- package/src/sap/ui/integration/messagebundle_fr_CA.properties +20 -0
- package/src/sap/ui/integration/messagebundle_hi.properties +20 -0
- package/src/sap/ui/integration/messagebundle_hr.properties +20 -0
- package/src/sap/ui/integration/messagebundle_hu.properties +20 -0
- package/src/sap/ui/integration/messagebundle_id.properties +20 -0
- package/src/sap/ui/integration/messagebundle_it.properties +20 -0
- package/src/sap/ui/integration/messagebundle_iw.properties +20 -0
- package/src/sap/ui/integration/messagebundle_ja.properties +20 -0
- package/src/sap/ui/integration/messagebundle_kk.properties +20 -0
- package/src/sap/ui/integration/messagebundle_ko.properties +20 -0
- package/src/sap/ui/integration/messagebundle_lt.properties +20 -0
- package/src/sap/ui/integration/messagebundle_lv.properties +21 -1
- package/src/sap/ui/integration/messagebundle_mk.properties +20 -0
- package/src/sap/ui/integration/messagebundle_ms.properties +20 -0
- package/src/sap/ui/integration/messagebundle_nl.properties +20 -0
- package/src/sap/ui/integration/messagebundle_no.properties +20 -0
- package/src/sap/ui/integration/messagebundle_pl.properties +20 -0
- package/src/sap/ui/integration/messagebundle_pt.properties +20 -0
- package/src/sap/ui/integration/messagebundle_pt_PT.properties +20 -0
- package/src/sap/ui/integration/messagebundle_ro.properties +20 -0
- package/src/sap/ui/integration/messagebundle_ru.properties +20 -0
- package/src/sap/ui/integration/messagebundle_sh.properties +20 -0
- package/src/sap/ui/integration/messagebundle_sk.properties +20 -0
- package/src/sap/ui/integration/messagebundle_sl.properties +20 -0
- package/src/sap/ui/integration/messagebundle_sr.properties +20 -0
- package/src/sap/ui/integration/messagebundle_sv.properties +20 -0
- package/src/sap/ui/integration/messagebundle_th.properties +20 -0
- package/src/sap/ui/integration/messagebundle_tr.properties +20 -0
- package/src/sap/ui/integration/messagebundle_uk.properties +20 -0
- package/src/sap/ui/integration/messagebundle_vi.properties +20 -0
- package/src/sap/ui/integration/messagebundle_zh_CN.properties +20 -0
- package/src/sap/ui/integration/messagebundle_zh_TW.properties +21 -1
- package/src/sap/ui/integration/model/ContextModel.js +2 -2
- package/src/sap/ui/integration/model/ObservableModel.js +2 -2
- package/src/sap/ui/integration/sap-ui-integration-config.js +1 -1
- package/src/sap/ui/integration/sap-ui-integration-define-nojQuery.js +1 -1
- package/src/sap/ui/integration/schemas/sap-card.json +205 -80
- package/src/sap/ui/integration/services/Data.js +1 -1
- package/src/sap/ui/integration/services/Navigation.js +1 -1
- package/src/sap/ui/integration/services/Service.js +1 -1
- package/src/sap/ui/integration/themes/base/ActionsStrip.less +5 -5
- package/src/sap/ui/integration/themes/base/CardVariants.less +31 -8
- package/src/sap/ui/integration/themes/base/HeaderInfoSection.less +35 -0
- package/src/sap/ui/integration/themes/base/ImageWithOverlay.less +8 -6
- package/src/sap/ui/integration/themes/base/ListContentItem.less +20 -19
- package/src/sap/ui/integration/themes/base/Microchart.less +11 -9
- package/src/sap/ui/integration/themes/base/MicrochartLegend.less +8 -8
- package/src/sap/ui/integration/themes/base/ObjectContent.less +22 -18
- package/src/sap/ui/integration/themes/base/ObjectStatus.less +9 -56
- package/src/sap/ui/integration/themes/base/WebPageContent.less +5 -5
- package/src/sap/ui/integration/themes/base/library.source.less +2 -1
- package/src/sap/ui/integration/themes/sap_hcb/base_ObjectStatus.less +10 -56
- package/src/sap/ui/integration/themes/sap_hcb/library.source.less +1 -1
- package/src/sap/ui/integration/types/HeaderInfoSectionJustifyContent.js +34 -0
- package/src/sap/ui/integration/util/AnalyticsCloudHelper.js +2 -2
- package/src/sap/ui/integration/util/BaseFactory.js +2 -2
- package/src/sap/ui/integration/util/BindingHelper.js +2 -2
- package/src/sap/ui/integration/util/BindingResolver.js +2 -2
- package/src/sap/ui/integration/util/CacheAndRequestDataProvider.js +1 -1
- package/src/sap/ui/integration/util/CardMerger.js +1 -1
- package/src/sap/ui/integration/util/CardObserver.js +2 -2
- package/src/sap/ui/integration/util/ComboBoxHelper.js +2 -2
- package/src/sap/ui/integration/util/ContentFactory.js +2 -2
- package/src/sap/ui/integration/util/CsrfTokenHandler.js +2 -2
- package/src/sap/ui/integration/util/DataProvider.js +2 -2
- package/src/sap/ui/integration/util/DataProviderFactory.js +2 -2
- package/src/sap/ui/integration/util/DateRangeHelper.js +6 -3
- package/src/sap/ui/integration/util/Destinations.js +2 -2
- package/src/sap/ui/integration/util/DisplayVariants.js +2 -2
- package/src/sap/ui/integration/util/Duration.js +1 -1
- package/src/sap/ui/integration/util/ErrorHandler.js +2 -2
- package/src/sap/ui/integration/util/ExtensionDataProvider.js +2 -2
- package/src/sap/ui/integration/util/Form.js +3 -4
- package/src/sap/ui/integration/util/HeaderFactory.js +63 -2
- package/src/sap/ui/integration/util/JSONBindingHelper.js +2 -2
- package/src/sap/ui/integration/util/LoadingProvider.js +2 -2
- package/src/sap/ui/integration/util/Manifest.js +2 -2
- package/src/sap/ui/integration/util/ManifestResolver.js +1 -1
- package/src/sap/ui/integration/util/Measurement.js +1 -1
- package/src/sap/ui/integration/util/OAuth3LOHelper.js +2 -2
- package/src/sap/ui/integration/util/ObjectStatusFactory.js +51 -0
- package/src/sap/ui/integration/util/ParameterMap.js +1 -1
- package/src/sap/ui/integration/util/RequestDataProvider.js +2 -2
- package/src/sap/ui/integration/util/ServiceDataProvider.js +2 -2
- package/src/sap/ui/integration/util/ServiceManager.js +2 -2
- package/src/sap/ui/integration/util/SkeletonCard.js +2 -2
- package/src/sap/ui/integration/util/SorterHelper.js +2 -2
- package/src/sap/ui/integration/util/Utils.js +2 -2
- package/src/sap/ui/integration/util/Validators.js +2 -2
- package/src/sap/ui/integration/util/loadCardEditor.js +1 -1
- package/src/sap/ui/integration/util/openCardDialog.js +1 -1
- package/src/sap/ui/integration/util/openCardShowMore.js +1 -1
- package/src/sap/ui/integration/widgets/Card.js +27 -35
- package/src/sap/ui/integration/widgets/CardRenderer.js +1 -1
- package/src/sap-ui-integration-card-editor.js +1 -1
- package/src/sap-ui-integration-editor.js +1 -1
- package/src/sap-ui-integration.js +1 -1
- package/ui5.yaml +1 -1
- package/.reuse/dep5 +0 -471
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"additionalProperties": false,
|
|
77
77
|
"properties": {
|
|
78
78
|
"editor": {
|
|
79
|
-
"description": "The path to the design time configuration file. Used for Configuration Editor
|
|
79
|
+
"description": "The path to the design time configuration file. Used for Configuration Editor",
|
|
80
80
|
"type": "string"
|
|
81
81
|
},
|
|
82
82
|
"enableMarkdown": {
|
|
@@ -84,11 +84,11 @@
|
|
|
84
84
|
"type": "boolean"
|
|
85
85
|
},
|
|
86
86
|
"helpId": {
|
|
87
|
-
"description": "[Experimental] The help-id which will be rendered as data-help-id on the base element of the card
|
|
87
|
+
"description": "[Experimental] The help-id which will be rendered as data-help-id on the base element of the card",
|
|
88
88
|
"type": "string"
|
|
89
89
|
},
|
|
90
90
|
"modelSizeLimit": {
|
|
91
|
-
"description": "[Experimental] Represents the maximum number of entries that are used for list bindings
|
|
91
|
+
"description": "[Experimental] Represents the maximum number of entries that are used for list bindings",
|
|
92
92
|
"oneOf": [
|
|
93
93
|
{
|
|
94
94
|
"type": "number"
|
|
@@ -272,7 +272,7 @@
|
|
|
272
272
|
"$ref": "#/$defs/visibility"
|
|
273
273
|
},
|
|
274
274
|
"closeButton": {
|
|
275
|
-
"description": "[Experimental] Defines the Close button when the card is opened by the ShowCard action
|
|
275
|
+
"description": "[Experimental] Defines the Close button when the card is opened by the ShowCard action",
|
|
276
276
|
"$ref": "#/$defs/closeButton"
|
|
277
277
|
}
|
|
278
278
|
}
|
|
@@ -480,7 +480,7 @@
|
|
|
480
480
|
}
|
|
481
481
|
},
|
|
482
482
|
"titleMaxLines": {
|
|
483
|
-
"description": "[Experimental] Limit the number of lines for the title
|
|
483
|
+
"description": "[Experimental] Limit the number of lines for the title",
|
|
484
484
|
"oneOf": [
|
|
485
485
|
{
|
|
486
486
|
"type": "number"
|
|
@@ -500,7 +500,7 @@
|
|
|
500
500
|
}
|
|
501
501
|
},
|
|
502
502
|
"subTitleMaxLines": {
|
|
503
|
-
"description": "[Experimental] Limit the number of lines for the sub title
|
|
503
|
+
"description": "[Experimental] Limit the number of lines for the sub title",
|
|
504
504
|
"oneOf": [
|
|
505
505
|
{
|
|
506
506
|
"type": "number"
|
|
@@ -530,17 +530,21 @@
|
|
|
530
530
|
"$ref": "#/$defs/status"
|
|
531
531
|
},
|
|
532
532
|
"closeButton": {
|
|
533
|
-
"description": "[Experimental] Represents the Close button when a card is opened by the ShowCard action
|
|
533
|
+
"description": "[Experimental] Represents the Close button when a card is opened by the ShowCard action",
|
|
534
534
|
"$ref": "#/$defs/closeButton",
|
|
535
535
|
"deprecated": true
|
|
536
536
|
},
|
|
537
537
|
"wrappingType": {
|
|
538
|
-
"description": "[Experimental] The wrapping type for texts inside the header
|
|
538
|
+
"description": "[Experimental] The wrapping type for texts inside the header",
|
|
539
539
|
"$ref": "#/$defs/wrappingType"
|
|
540
540
|
},
|
|
541
541
|
"visible": {
|
|
542
542
|
"description": "[Experimental] Visibility of the header",
|
|
543
543
|
"$ref": "#/$defs/visibility"
|
|
544
|
+
},
|
|
545
|
+
"infoSection": {
|
|
546
|
+
"description": "[Experimental] Represents the info section of the header",
|
|
547
|
+
"$ref": "#/$defs/HeaderType.InfoSection"
|
|
544
548
|
}
|
|
545
549
|
}
|
|
546
550
|
},
|
|
@@ -568,7 +572,7 @@
|
|
|
568
572
|
}
|
|
569
573
|
},
|
|
570
574
|
"titleMaxLines": {
|
|
571
|
-
"description": "[Experimental] Limit the number of lines for the title
|
|
575
|
+
"description": "[Experimental] Limit the number of lines for the title",
|
|
572
576
|
"oneOf": [
|
|
573
577
|
{
|
|
574
578
|
"type": "number"
|
|
@@ -588,7 +592,7 @@
|
|
|
588
592
|
}
|
|
589
593
|
},
|
|
590
594
|
"subTitleMaxLines": {
|
|
591
|
-
"description": "[Experimental] Limit the number of lines for the sub title
|
|
595
|
+
"description": "[Experimental] Limit the number of lines for the sub title",
|
|
592
596
|
"oneOf": [
|
|
593
597
|
{
|
|
594
598
|
"type": "number"
|
|
@@ -637,7 +641,7 @@
|
|
|
637
641
|
"type": "string"
|
|
638
642
|
},
|
|
639
643
|
"detailsMaxLines": {
|
|
640
|
-
"description": "[Experimental] Limit the number of lines for the details text
|
|
644
|
+
"description": "[Experimental] Limit the number of lines for the details text",
|
|
641
645
|
"oneOf": [
|
|
642
646
|
{
|
|
643
647
|
"type": "number"
|
|
@@ -661,18 +665,22 @@
|
|
|
661
665
|
"$ref": "#/$defs/status"
|
|
662
666
|
},
|
|
663
667
|
"closeButton": {
|
|
664
|
-
"description": "[Experimental] Represents the Close button when a card is opened by the ShowCard action
|
|
668
|
+
"description": "[Experimental] Represents the Close button when a card is opened by the ShowCard action",
|
|
665
669
|
"$ref": "#/$defs/closeButton",
|
|
666
670
|
"deprecated": true
|
|
667
671
|
},
|
|
668
672
|
"wrappingType": {
|
|
669
|
-
"description": "[Experimental] The wrapping type for texts inside the header
|
|
673
|
+
"description": "[Experimental] The wrapping type for texts inside the header",
|
|
670
674
|
"$ref": "#/$defs/wrappingType"
|
|
671
675
|
},
|
|
672
676
|
"visible": {
|
|
673
677
|
"description": "[Experimental] Visibility of the header",
|
|
674
678
|
"$ref": "#/$defs/visibility"
|
|
675
679
|
},
|
|
680
|
+
"infoSection": {
|
|
681
|
+
"description": "[Experimental] Represents the info section of the header",
|
|
682
|
+
"$ref": "#/$defs/HeaderType.InfoSection"
|
|
683
|
+
},
|
|
676
684
|
"chart": {
|
|
677
685
|
"$ref": "#/$defs/MicroChart"
|
|
678
686
|
}
|
|
@@ -763,6 +771,73 @@
|
|
|
763
771
|
}
|
|
764
772
|
}
|
|
765
773
|
},
|
|
774
|
+
"HeaderType.InfoSection": {
|
|
775
|
+
"description": "Represents the info section of the header",
|
|
776
|
+
"type": "object",
|
|
777
|
+
"additionalProperties": false,
|
|
778
|
+
"properties": {
|
|
779
|
+
"rows": {
|
|
780
|
+
"description": "Represents the rows of the info section",
|
|
781
|
+
"type": "array",
|
|
782
|
+
"items": {
|
|
783
|
+
"$ref": "#/$defs/HeaderType.InfoSection.Row"
|
|
784
|
+
}
|
|
785
|
+
}
|
|
786
|
+
}
|
|
787
|
+
},
|
|
788
|
+
"HeaderType.InfoSection.Item": {
|
|
789
|
+
"description": "Represents an info section item",
|
|
790
|
+
"oneOf": [
|
|
791
|
+
{
|
|
792
|
+
"$ref": "#/$defs/objectStatus"
|
|
793
|
+
}
|
|
794
|
+
]
|
|
795
|
+
},
|
|
796
|
+
"HeaderType.InfoSection.Row": {
|
|
797
|
+
"description": "Represents a row of the info section",
|
|
798
|
+
"type": "object",
|
|
799
|
+
"additionalProperties": false,
|
|
800
|
+
"properties": {
|
|
801
|
+
"justifyContent": {
|
|
802
|
+
"$ref": "#/$defs/justifyContent"
|
|
803
|
+
},
|
|
804
|
+
"columns": {
|
|
805
|
+
"description": "Represents the columns of the row",
|
|
806
|
+
"type": "array",
|
|
807
|
+
"items": {
|
|
808
|
+
"$ref": "#/$defs/HeaderType.InfoSection.Column"
|
|
809
|
+
}
|
|
810
|
+
},
|
|
811
|
+
"items": {
|
|
812
|
+
"description": "Represents the items of the row",
|
|
813
|
+
"type": "array",
|
|
814
|
+
"items": {
|
|
815
|
+
"$ref": "#/$defs/HeaderType.InfoSection.Item"
|
|
816
|
+
}
|
|
817
|
+
}
|
|
818
|
+
}
|
|
819
|
+
},
|
|
820
|
+
"HeaderType.InfoSection.Column": {
|
|
821
|
+
"description": "Represents a column of the info section",
|
|
822
|
+
"type": "object",
|
|
823
|
+
"additionalProperties": false,
|
|
824
|
+
"properties": {
|
|
825
|
+
"rows": {
|
|
826
|
+
"description": "Represents the rows of the column",
|
|
827
|
+
"type": "array",
|
|
828
|
+
"items": {
|
|
829
|
+
"$ref": "#/$defs/HeaderType.InfoSection.Row"
|
|
830
|
+
}
|
|
831
|
+
},
|
|
832
|
+
"items": {
|
|
833
|
+
"description": "Represents the items of the column",
|
|
834
|
+
"type": "array",
|
|
835
|
+
"items": {
|
|
836
|
+
"$ref": "#/$defs/HeaderType.InfoSection.Item"
|
|
837
|
+
}
|
|
838
|
+
}
|
|
839
|
+
}
|
|
840
|
+
},
|
|
766
841
|
"ContentType.Component": {
|
|
767
842
|
"description": "Represents the configuration for a component card's content",
|
|
768
843
|
"type": "object",
|
|
@@ -840,7 +915,7 @@
|
|
|
840
915
|
},
|
|
841
916
|
"info": {
|
|
842
917
|
"description": "Defines an additional information text",
|
|
843
|
-
"$ref": "#/$defs/
|
|
918
|
+
"$ref": "#/$defs/objectStatus"
|
|
844
919
|
},
|
|
845
920
|
"highlight": {
|
|
846
921
|
"type": "string",
|
|
@@ -856,7 +931,7 @@
|
|
|
856
931
|
},
|
|
857
932
|
"highlightText": {
|
|
858
933
|
"type": "string",
|
|
859
|
-
"description": "Defines the semantics of the 'highlight' property. It is used for accessibility purposes
|
|
934
|
+
"description": "Defines the semantics of the 'highlight' property. It is used for accessibility purposes"
|
|
860
935
|
},
|
|
861
936
|
"icon": {
|
|
862
937
|
"$ref": "#/$defs/icon"
|
|
@@ -880,7 +955,7 @@
|
|
|
880
955
|
"description": "Defines the attributes",
|
|
881
956
|
"type": "array",
|
|
882
957
|
"items": {
|
|
883
|
-
"$ref": "#/$defs/
|
|
958
|
+
"$ref": "#/$defs/objectStatus"
|
|
884
959
|
}
|
|
885
960
|
},
|
|
886
961
|
"actions": {
|
|
@@ -909,51 +984,6 @@
|
|
|
909
984
|
}
|
|
910
985
|
}
|
|
911
986
|
},
|
|
912
|
-
"ContentType.List.Item.ValueStateItem": {
|
|
913
|
-
"description": "Represents value and state information for an object",
|
|
914
|
-
"type": "object",
|
|
915
|
-
"additionalProperties": false,
|
|
916
|
-
"properties": {
|
|
917
|
-
"value": {
|
|
918
|
-
"type": "string",
|
|
919
|
-
"description": "The value of the field"
|
|
920
|
-
},
|
|
921
|
-
"state": {
|
|
922
|
-
"description": "The state of the field",
|
|
923
|
-
"oneOf": [
|
|
924
|
-
{
|
|
925
|
-
"$ref": "#/$defs/state"
|
|
926
|
-
},
|
|
927
|
-
{
|
|
928
|
-
"$ref": "#/$defs/simpleBinding"
|
|
929
|
-
}
|
|
930
|
-
]
|
|
931
|
-
},
|
|
932
|
-
"showStateIcon": {
|
|
933
|
-
"description": "Defines if a default state icon is shown",
|
|
934
|
-
"oneOf": [
|
|
935
|
-
{
|
|
936
|
-
"type": "boolean"
|
|
937
|
-
},
|
|
938
|
-
{
|
|
939
|
-
"$ref": "#/$defs/simpleBinding"
|
|
940
|
-
}
|
|
941
|
-
]
|
|
942
|
-
},
|
|
943
|
-
"customStateIcon": {
|
|
944
|
-
"description": "The custom state icon",
|
|
945
|
-
"type": "string"
|
|
946
|
-
},
|
|
947
|
-
"visible": {
|
|
948
|
-
"description": "Visibility of the item",
|
|
949
|
-
"$ref": "#/$defs/visibility"
|
|
950
|
-
},
|
|
951
|
-
"title": {
|
|
952
|
-
"description": "Title of the data point. This is just a placeholder to store the title, title will not be rendered on the screen. This is needed to prevent the loss of columnn names while transforming table card to list card.",
|
|
953
|
-
"type": "string"
|
|
954
|
-
}
|
|
955
|
-
}
|
|
956
|
-
},
|
|
957
987
|
"ContentType.Analytical": {
|
|
958
988
|
"description": "Represents analytical content attributes",
|
|
959
989
|
"type": "object",
|
|
@@ -1439,7 +1469,7 @@
|
|
|
1439
1469
|
}
|
|
1440
1470
|
},
|
|
1441
1471
|
"titleMaxLines": {
|
|
1442
|
-
"description": "[Experimental] Limits the number of lines for wrapping the group title
|
|
1472
|
+
"description": "[Experimental] Limits the number of lines for wrapping the group title",
|
|
1443
1473
|
"oneOf": [
|
|
1444
1474
|
{
|
|
1445
1475
|
"type": "number"
|
|
@@ -1451,7 +1481,7 @@
|
|
|
1451
1481
|
"default": 1
|
|
1452
1482
|
},
|
|
1453
1483
|
"labelWrapping": {
|
|
1454
|
-
"description": "[Experimental] Determines whether the labels of the group items will be wrapped
|
|
1484
|
+
"description": "[Experimental] Determines whether the labels of the group items will be wrapped",
|
|
1455
1485
|
"oneOf": [
|
|
1456
1486
|
{
|
|
1457
1487
|
"type": "boolean"
|
|
@@ -1683,16 +1713,27 @@
|
|
|
1683
1713
|
"description": "The custom state icon",
|
|
1684
1714
|
"type": "string"
|
|
1685
1715
|
},
|
|
1716
|
+
"inverted": {
|
|
1717
|
+
"description": "Specifies whether the background color reflects the set \"state\" instead of the control's text",
|
|
1718
|
+
"oneOf": [
|
|
1719
|
+
{
|
|
1720
|
+
"type": "boolean"
|
|
1721
|
+
},
|
|
1722
|
+
{
|
|
1723
|
+
"$ref": "#/$defs/simpleBinding"
|
|
1724
|
+
}
|
|
1725
|
+
]
|
|
1726
|
+
},
|
|
1686
1727
|
"id": {
|
|
1687
1728
|
"description": "ID for input fields",
|
|
1688
1729
|
"type": "string"
|
|
1689
1730
|
},
|
|
1690
1731
|
"selectedKey": {
|
|
1691
|
-
"description": "Defines the initially selected key from the given options for combo box
|
|
1732
|
+
"description": "Defines the initially selected key from the given options for combo box",
|
|
1692
1733
|
"type": "string"
|
|
1693
1734
|
},
|
|
1694
1735
|
"placeholder": {
|
|
1695
|
-
"description": "Placeholder for
|
|
1736
|
+
"description": "Placeholder for items of type 'Input', 'TextArea', 'ComboBox', 'Duration' and 'DateRange'",
|
|
1696
1737
|
"type": "string"
|
|
1697
1738
|
},
|
|
1698
1739
|
"rows": {
|
|
@@ -1761,7 +1802,7 @@
|
|
|
1761
1802
|
},
|
|
1762
1803
|
"alt": {
|
|
1763
1804
|
"type": "string",
|
|
1764
|
-
"description": "The alternative text that is displayed in case the image is not available, or cannot be displayed
|
|
1805
|
+
"description": "The alternative text that is displayed in case the image is not available, or cannot be displayed"
|
|
1765
1806
|
},
|
|
1766
1807
|
"fullWidth": {
|
|
1767
1808
|
"description": "Defines if the image will take the full width of the group, including the paddings. If set to false there will be padding. For best result use together with 'alignment': 'Stretched' for the group",
|
|
@@ -1780,11 +1821,11 @@
|
|
|
1780
1821
|
"type": "string"
|
|
1781
1822
|
},
|
|
1782
1823
|
"imageFit": {
|
|
1783
|
-
"description": "This property is for adjusting the image size using the CSS style <code>background-size</code
|
|
1824
|
+
"description": "This property is for adjusting the image size using the CSS style <code>background-size</code>",
|
|
1784
1825
|
"type": "string"
|
|
1785
1826
|
},
|
|
1786
1827
|
"imagePosition": {
|
|
1787
|
-
"description": "This property is for adjusting the image position using the CSS style <code>background-position</code
|
|
1828
|
+
"description": "This property is for adjusting the image position using the CSS style <code>background-position</code>",
|
|
1788
1829
|
"type": "string"
|
|
1789
1830
|
},
|
|
1790
1831
|
"overlay": {
|
|
@@ -1812,7 +1853,7 @@
|
|
|
1812
1853
|
"type": "string"
|
|
1813
1854
|
},
|
|
1814
1855
|
"padding": {
|
|
1815
|
-
"description": "Set to 'MediumStart' to have medium size padding in the beginning of the texts
|
|
1856
|
+
"description": "Set to 'MediumStart' to have medium size padding in the beginning of the texts",
|
|
1816
1857
|
"type": "string"
|
|
1817
1858
|
},
|
|
1818
1859
|
"textColor": {
|
|
@@ -1820,7 +1861,7 @@
|
|
|
1820
1861
|
"type": "string"
|
|
1821
1862
|
},
|
|
1822
1863
|
"textFilter": {
|
|
1823
|
-
"description": "The CSS filter which will be applied to the text
|
|
1864
|
+
"description": "The CSS filter which will be applied to the text",
|
|
1824
1865
|
"type": "string"
|
|
1825
1866
|
},
|
|
1826
1867
|
"background": {
|
|
@@ -1828,7 +1869,7 @@
|
|
|
1828
1869
|
"type": "string"
|
|
1829
1870
|
},
|
|
1830
1871
|
"animation": {
|
|
1831
|
-
"description": "Defines the animation that should be used to show up the overlay
|
|
1872
|
+
"description": "Defines the animation that should be used to show up the overlay",
|
|
1832
1873
|
"type": "string"
|
|
1833
1874
|
}
|
|
1834
1875
|
}
|
|
@@ -2075,7 +2116,7 @@
|
|
|
2075
2116
|
},
|
|
2076
2117
|
"highlightText": {
|
|
2077
2118
|
"type": "string",
|
|
2078
|
-
"description": "Defines the semantics of the 'highlight' property. It is used for accessibility purposes
|
|
2119
|
+
"description": "Defines the semantics of the 'highlight' property. It is used for accessibility purposes"
|
|
2079
2120
|
}
|
|
2080
2121
|
}
|
|
2081
2122
|
},
|
|
@@ -2139,7 +2180,7 @@
|
|
|
2139
2180
|
"type": "string"
|
|
2140
2181
|
},
|
|
2141
2182
|
"additionalText": {
|
|
2142
|
-
"description": "Represents the additional text for the identifier column
|
|
2183
|
+
"description": "Represents the additional text for the identifier column",
|
|
2143
2184
|
"type": "string"
|
|
2144
2185
|
},
|
|
2145
2186
|
"icon": {
|
|
@@ -2279,7 +2320,7 @@
|
|
|
2279
2320
|
]
|
|
2280
2321
|
},
|
|
2281
2322
|
"use12HourFormat": {
|
|
2282
|
-
"description": "Displays the time for calendar appointments in either 12h or 24h formats. By default, time is displayed in 24h format
|
|
2323
|
+
"description": "Displays the time for calendar appointments in either 12h or 24h formats. By default, time is displayed in 24h format",
|
|
2283
2324
|
"oneOf": [
|
|
2284
2325
|
{
|
|
2285
2326
|
"type": "boolean"
|
|
@@ -2290,7 +2331,7 @@
|
|
|
2290
2331
|
]
|
|
2291
2332
|
},
|
|
2292
2333
|
"calendarWeekNumbering": {
|
|
2293
|
-
"description": "Set the first day of week based on one of the available options Default, ISO_8601, MiddleEastern, or WesternTraditional
|
|
2334
|
+
"description": "Set the first day of week based on one of the available options Default, ISO_8601, MiddleEastern, or WesternTraditional",
|
|
2294
2335
|
"oneOf": [
|
|
2295
2336
|
{
|
|
2296
2337
|
"enum": [
|
|
@@ -2565,7 +2606,7 @@
|
|
|
2565
2606
|
]
|
|
2566
2607
|
},
|
|
2567
2608
|
"omitSandbox": {
|
|
2568
|
-
"description": "If set to 'true' the 'sandbox' attribute will not be added to the iframe
|
|
2609
|
+
"description": "If set to 'true' the 'sandbox' attribute will not be added to the iframe",
|
|
2569
2610
|
"oneOf": [
|
|
2570
2611
|
{
|
|
2571
2612
|
"type": "boolean",
|
|
@@ -2959,7 +3000,7 @@
|
|
|
2959
3000
|
]
|
|
2960
3001
|
},
|
|
2961
3002
|
"timeout": {
|
|
2962
|
-
"description": "A timeout (in milliseconds) for the request. A value of 0 means there will be no timeout
|
|
3003
|
+
"description": "A timeout (in milliseconds) for the request. A value of 0 means there will be no timeout",
|
|
2963
3004
|
"oneOf": [
|
|
2964
3005
|
{
|
|
2965
3006
|
"type": "number",
|
|
@@ -3566,11 +3607,11 @@
|
|
|
3566
3607
|
"description": "The value of the filter"
|
|
3567
3608
|
},
|
|
3568
3609
|
"selectedKey": {
|
|
3569
|
-
"description": "Defines the initially selected key from the given options for combo box
|
|
3610
|
+
"description": "Defines the initially selected key from the given options for combo box",
|
|
3570
3611
|
"type": "string"
|
|
3571
3612
|
},
|
|
3572
3613
|
"selectedIndex": {
|
|
3573
|
-
"description": "Specifies the index of the selected item. Index value for no selection is -1
|
|
3614
|
+
"description": "Specifies the index of the selected item. Index value for no selection is -1",
|
|
3574
3615
|
"oneOf": [
|
|
3575
3616
|
{
|
|
3576
3617
|
"type": "number",
|
|
@@ -3654,7 +3695,7 @@
|
|
|
3654
3695
|
"type": "string"
|
|
3655
3696
|
},
|
|
3656
3697
|
"additionalText": {
|
|
3657
|
-
"description": "The secondary value for the combo box item
|
|
3698
|
+
"description": "The secondary value for the combo box item",
|
|
3658
3699
|
"type": "string"
|
|
3659
3700
|
}
|
|
3660
3701
|
}
|
|
@@ -3679,6 +3720,10 @@
|
|
|
3679
3720
|
"description": "Label for the filter. Used by screen readers",
|
|
3680
3721
|
"type": "string"
|
|
3681
3722
|
},
|
|
3723
|
+
"placeholder": {
|
|
3724
|
+
"description": "Placeholder for the filter's input",
|
|
3725
|
+
"type": "string"
|
|
3726
|
+
},
|
|
3682
3727
|
"value": {
|
|
3683
3728
|
"type": "object",
|
|
3684
3729
|
"additionalProperties": false,
|
|
@@ -4305,6 +4350,86 @@
|
|
|
4305
4350
|
}
|
|
4306
4351
|
}
|
|
4307
4352
|
}
|
|
4353
|
+
},
|
|
4354
|
+
"justifyContent": {
|
|
4355
|
+
"description": "Defines how the space is distributed between and around content items",
|
|
4356
|
+
"type": "string",
|
|
4357
|
+
"oneOf": [
|
|
4358
|
+
{
|
|
4359
|
+
"enum": [
|
|
4360
|
+
"SpaceBetween",
|
|
4361
|
+
"Start",
|
|
4362
|
+
"End"
|
|
4363
|
+
],
|
|
4364
|
+
"default": "SpaceBetween"
|
|
4365
|
+
},
|
|
4366
|
+
{
|
|
4367
|
+
"$ref": "#/$defs/simpleBinding"
|
|
4368
|
+
}
|
|
4369
|
+
]
|
|
4370
|
+
},
|
|
4371
|
+
"objectStatus": {
|
|
4372
|
+
"description": "Represents value and state information for an object",
|
|
4373
|
+
"type": "object",
|
|
4374
|
+
"additionalProperties": false,
|
|
4375
|
+
"properties": {
|
|
4376
|
+
"type": {
|
|
4377
|
+
"description": "Represents the type of the object",
|
|
4378
|
+
"type": "string",
|
|
4379
|
+
"enum": [
|
|
4380
|
+
"Status"
|
|
4381
|
+
]
|
|
4382
|
+
},
|
|
4383
|
+
"value": {
|
|
4384
|
+
"type": "string",
|
|
4385
|
+
"description": "The value of the field"
|
|
4386
|
+
},
|
|
4387
|
+
"state": {
|
|
4388
|
+
"description": "The state of the field",
|
|
4389
|
+
"oneOf": [
|
|
4390
|
+
{
|
|
4391
|
+
"$ref": "#/$defs/state"
|
|
4392
|
+
},
|
|
4393
|
+
{
|
|
4394
|
+
"$ref": "#/$defs/simpleBinding"
|
|
4395
|
+
}
|
|
4396
|
+
]
|
|
4397
|
+
},
|
|
4398
|
+
"showStateIcon": {
|
|
4399
|
+
"description": "Defines if a default state icon is shown",
|
|
4400
|
+
"oneOf": [
|
|
4401
|
+
{
|
|
4402
|
+
"type": "boolean"
|
|
4403
|
+
},
|
|
4404
|
+
{
|
|
4405
|
+
"$ref": "#/$defs/simpleBinding"
|
|
4406
|
+
}
|
|
4407
|
+
]
|
|
4408
|
+
},
|
|
4409
|
+
"customStateIcon": {
|
|
4410
|
+
"description": "The custom state icon",
|
|
4411
|
+
"type": "string"
|
|
4412
|
+
},
|
|
4413
|
+
"visible": {
|
|
4414
|
+
"description": "Visibility of the item",
|
|
4415
|
+
"$ref": "#/$defs/visibility"
|
|
4416
|
+
},
|
|
4417
|
+
"title": {
|
|
4418
|
+
"description": "Title of the data point. This is just a placeholder to store the title, title will not be rendered on the screen. This is needed to prevent the loss of column names while transforming table card to list card",
|
|
4419
|
+
"type": "string"
|
|
4420
|
+
},
|
|
4421
|
+
"inverted": {
|
|
4422
|
+
"description": "Specifies whether the background color reflects the set \"state\" instead of the control's text",
|
|
4423
|
+
"oneOf": [
|
|
4424
|
+
{
|
|
4425
|
+
"type": "boolean"
|
|
4426
|
+
},
|
|
4427
|
+
{
|
|
4428
|
+
"$ref": "#/$defs/simpleBinding"
|
|
4429
|
+
}
|
|
4430
|
+
]
|
|
4431
|
+
}
|
|
4432
|
+
}
|
|
4308
4433
|
}
|
|
4309
4434
|
}
|
|
4310
4435
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
/*
|
|
1
|
+
/* ======================================================== */
|
|
2
2
|
/* CSS for control sap.ui.integration.controls/ActionsStrip */
|
|
3
|
-
/* Base theme
|
|
4
|
-
/*
|
|
3
|
+
/* Base theme */
|
|
4
|
+
/* ======================================================== */
|
|
5
5
|
|
|
6
6
|
.sapUiIntActionsStrip {
|
|
7
7
|
display: flex;
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
|
|
21
21
|
.sapMLabel {
|
|
22
22
|
font-weight: normal;
|
|
23
|
-
font-family:
|
|
24
|
-
color:
|
|
23
|
+
font-family: var(--sapFontFamily);
|
|
24
|
+
color: var(--sapContent_LabelColor);
|
|
25
25
|
}
|
|
26
26
|
}
|