@openui5/sap.ui.integration 1.141.2 → 1.143.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/README.md +2 -2
- package/REUSE.toml +39 -1
- package/THIRDPARTY.txt +36 -3
- package/package.json +6 -6
- package/src/sap/ui/integration/.library +3 -3
- package/src/sap/ui/integration/ActionDefinition.js +1 -1
- package/src/sap/ui/integration/Designtime.js +1 -1
- package/src/sap/ui/integration/Extension.js +1 -1
- package/src/sap/ui/integration/Host.js +5 -6
- package/src/sap/ui/integration/cards/AdaptiveContent.js +2 -2
- package/src/sap/ui/integration/cards/AnalyticalContent.js +60 -5
- package/src/sap/ui/integration/cards/AnalyticsCloudContent.js +1 -1
- package/src/sap/ui/integration/cards/BaseContent.js +1 -1
- package/src/sap/ui/integration/cards/BaseListContent.js +1 -1
- package/src/sap/ui/integration/cards/CalendarContent.js +1 -1
- package/src/sap/ui/integration/cards/ComponentContent.js +1 -1
- package/src/sap/ui/integration/cards/Footer.js +1 -1
- package/src/sap/ui/integration/cards/Header.js +6 -1
- package/src/sap/ui/integration/cards/ListContent.js +1 -1
- package/src/sap/ui/integration/cards/NumericHeader.js +6 -1
- package/src/sap/ui/integration/cards/ObjectContent.js +1 -1
- package/src/sap/ui/integration/cards/TableContent.js +1 -1
- package/src/sap/ui/integration/cards/TimelineContent.js +1 -1
- package/src/sap/ui/integration/cards/WebPageContent.js +1 -1
- package/src/sap/ui/integration/cards/actions/CardActions.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputChoiceSet.js +6 -6
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputDate.js +3 -3
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputNumber.js +3 -3
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputText.js +4 -4
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputTime.js +2 -2
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputToggle.js +3 -3
- package/src/sap/ui/integration/cards/adaptivecards/elements/hostConfig.js +41 -41
- 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/filters/BaseFilter.js +1 -1
- package/src/sap/ui/integration/cards/filters/ComboBoxFilter.js +1 -1
- package/src/sap/ui/integration/cards/filters/DateRangeFilter.js +1 -1
- package/src/sap/ui/integration/cards/filters/FilterBar.js +1 -1
- package/src/sap/ui/integration/cards/filters/FilterBarFactory.js +1 -1
- package/src/sap/ui/integration/cards/filters/SearchFilter.js +1 -1
- package/src/sap/ui/integration/cards/filters/SelectFilter.js +1 -1
- package/src/sap/ui/integration/cards/list/MicrochartsResizeHelper.js +1 -1
- package/src/sap/ui/integration/controls/ActionsStrip.js +1 -1
- package/src/sap/ui/integration/controls/ActionsToolbar.js +1 -1
- package/src/sap/ui/integration/controls/BlockingMessage.js +1 -1
- package/src/sap/ui/integration/controls/ComboBox.js +1 -1
- package/src/sap/ui/integration/controls/HeaderInfoSectionColumn.js +1 -1
- package/src/sap/ui/integration/controls/HeaderInfoSectionRow.js +1 -1
- package/src/sap/ui/integration/controls/ImageWithOverlay.js +1 -1
- package/src/sap/ui/integration/controls/ListContentItem.js +1 -1
- package/src/sap/ui/integration/controls/Microchart.js +1 -1
- package/src/sap/ui/integration/controls/MicrochartLegend.js +1 -1
- package/src/sap/ui/integration/controls/ObjectStatus.js +1 -1
- package/src/sap/ui/integration/delegate/OverflowHandler.js +1 -1
- package/src/sap/ui/integration/delegate/Paginator.js +1 -1
- package/src/sap/ui/integration/delegate/PreventKeyboardScrolling.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/BaseEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/PropertyEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/PropertyEditors.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/BasePropertyEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/PropertyEditorFactory.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/arrayEditor/ArrayEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/booleanEditor/BooleanEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/codeEditor/CodeEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateEditor/DateEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateTimeEditor/DateTimeEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/enumStringEditor/EnumStringEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/groupEditor/GroupEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IsInIconPool.validator.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/integerEditor/IntegerEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/jsonEditor/JsonEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/listEditor/ListEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/mapEditor/MapEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/multiSelectEditor/MultiSelectEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/numberEditor/NumberEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/objectArrayEditor/ObjectArrayEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/selectEditor/SelectEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/separatorEditor/SeparatorEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/stringEditor/StringEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/textAreaEditor/TextAreaEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/binding/ObjectBinding.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/unset.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsBoolean.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsDate.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsInteger.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsNumber.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsSelectedKey.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsStringList.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueKey.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueList.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsValidBinding.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/MaxLength.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/NotABinding.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/ValidatorRegistry.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/complexMapEditor/ComplexMapEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/destinationsEditor/DestinationsEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/filtersEditor/FiltersEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/parametersEditor/ParametersEditor.js +1 -1
- package/src/sap/ui/integration/designtime/editor/Card.js +1 -1
- package/src/sap/ui/integration/designtime/editor/CardEditor.js +1 -1
- package/src/sap/ui/integration/designtime/editor/CardPreview.js +1 -1
- package/src/sap/ui/integration/editor/Editor.js +2 -2
- package/src/sap/ui/integration/editor/EditorResourceBundles.js +1 -1
- package/src/sap/ui/integration/editor/Extension.js +1 -1
- package/src/sap/ui/integration/editor/Manifest.js +1 -1
- package/src/sap/ui/integration/editor/Settings.js +1 -1
- package/src/sap/ui/integration/editor/fields/BaseField.js +1 -1
- package/src/sap/ui/integration/editor/fields/BooleanField.js +1 -1
- package/src/sap/ui/integration/editor/fields/DateField.js +1 -1
- package/src/sap/ui/integration/editor/fields/DateTimeField.js +1 -1
- package/src/sap/ui/integration/editor/fields/DestinationField.js +1 -1
- package/src/sap/ui/integration/editor/fields/GroupField.js +1 -1
- package/src/sap/ui/integration/editor/fields/IntegerField.js +1 -1
- package/src/sap/ui/integration/editor/fields/NumberField.js +1 -1
- package/src/sap/ui/integration/editor/fields/ObjectField.js +1 -1
- package/src/sap/ui/integration/editor/fields/ObjectListField.js +1 -1
- package/src/sap/ui/integration/editor/fields/StringField.js +1 -1
- package/src/sap/ui/integration/editor/fields/StringListField.js +1 -1
- package/src/sap/ui/integration/editor/fields/fragment/Controller.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/ColorSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/IconSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/ImageSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/ShapeSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/VizBase.js +1 -1
- package/src/sap/ui/integration/extensions/OAuth3LO.js +1 -1
- package/src/sap/ui/integration/formatters/DateTimeFormatter.js +36 -17
- package/src/sap/ui/integration/formatters/IconFormatter.js +2 -5
- package/src/sap/ui/integration/library.js +2 -2
- package/src/sap/ui/integration/model/ContextModel.js +1 -1
- package/src/sap/ui/integration/model/ObservableModel.js +1 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/InputComposition-GPOVGV-P.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/InputSuggestions-D4BHir_S.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ListItemStandardExpandableTextTemplate-BqBUacB9.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ar-BBtO1xV9.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ar_EG-CsHsH5NB.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ar_SA-CVd8CQkH.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/bg-B1LO90TV.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/bundle.esm-DFIwWD54.js +148 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/bundle.esm.js +1 -185
- package/src/sap/ui/integration/thirdparty/webcomponents/bundle.esm.js.map +1 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ca-D59F9iL9.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/cnr-jy3FEGQX.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/cs-BVi3NBx2.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/da-CeRjp7Gw.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/de-DpMS1P9x.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/de_AT-DVWPcXpS.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/de_CH-CfU5U4in.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/el-56baoRYj.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/el_CY-UqgIrp9k.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en-DhJi4IVs.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_AU-tRjYHimn.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_GB-DbHnpkUU.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_HK-DrSwwSL7.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_IE-hqT4ZHXo.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_IN-4rZ56A8X.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_NZ-CrDwU_ol.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_PG-CSbJX-cM.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_SG-8GU9NPIH.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_ZA-BajqQtkP.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es-fGH74Al9.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_AR-CQEpK0kq.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_BO-CWunU2hf.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_CL-BNdkezeY.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_CO-BavMemLK.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_MX-qIsV-M71.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_PE-DJ7lN4tK.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_UY-CF2yD63d.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_VE-CCACJ8gl.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/et-BT6KLH-T.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fa-C0qStaCG.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fi-DJPzSnhw.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fr-DEsoFW8s.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_BE-BNiXNi0h.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_CA-CHqdLXHD.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_CH-v_w1IA2e.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_LU-D-IDk9Vu.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/he-XckJoAXM.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/hi-DUjFn3C9.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/hr-BwQVRrz1.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/hu-DBku5iUP.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/id-CBGtWTha.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/it-DaOKCK95.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/it_CH-cDED4TfC.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ja-C4V4yt7L.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/kk-B01mYP5b.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ko-CpeU0TNj.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/lt-BcoeDwYK.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/lv-uP7D4Rdo.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-Di0aHACF.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-BJu940hX.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-BIRZfKHK.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cnr-CD_XJcwD.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-QVHk41SM.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-Bb_i8SYQ.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-C-n4qUap.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-BBf4ZDXv.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-D2Y9E-ko.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-JOXNsaQ9.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-DBHRzrlS.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-Baf-tVxd.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-BvfMImWf.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-CGPrXT0V.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-_C9dPFT8.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-D5PPJjDi.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-CmhutvBe.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-C9SYuWDe.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-Dbh7Gs3Q.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-Bjce9e11.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-B009xEl3.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-C4OKwGAu.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-CRr171yo.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_id-35yCI2nG.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-CJSOsvDm.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-CSKGBRtZ.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-DYZJHH0T.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-DHiAitym.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-Co7RmIK2.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-DYwJKwUh.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-BRosm42F.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_mk-BJSbg-HF.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-Cyj01LMU.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-DFAesepw.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-DDD6Tsgu.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-EgnDHNnD.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-Bg3a137l.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-CvnCHEtG.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-CixwxpjC.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-DGs9GxJ6.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-Dv6xxsC-.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-BUnxw6Mb.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-DM6HRQTt.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sr-DhvDKyr-.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-DFhTQXXm.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-BQ455Q-B.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-Bg7ll7Q7.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-D3iWWX04.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-H4fRsTTZ.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-Cy3DFQgG.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-CkLZ6Mgd.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/mk-DghUH2_l.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ms-zHn8nmOs.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/nb-DhvOGBHT.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/nl-D8RCh3sX.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/nl_BE-BZTwfiTl.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-2th_MFFp.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-B3lkOWtH.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BKG-vmhK.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BVPcd4ks.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BiTnbZwY.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BvZ6aOE5.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-C92o3hxW.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CUtSUlxp.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CmTXAzqn.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-Coh-mcmR.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DCkLZ5VF.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DoiASAdx.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-SYyxS-Na.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-ZLNETqnt.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-_vnioV0e.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-zV3WeD-D.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/pl-CdJ2rnP6.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/pt-DTuXSUe4.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/pt_PT-BRjo7xkG.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ro-Dw5Jtk3c.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ru-bRVzpMO1.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ru_UA-yH9t49VE.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/sk-ktZ_lnOE.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/sl-6szndgxW.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/sr-DRtgT5Hw.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/sr_Latn-p1MB0wFz.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/sv-DntJ0Ey3.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/th-Dutmgrkc.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/tr-9l-l0LNP.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/uk-CcFL9rcE.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/vi-BREKmD9Y.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_CN-DXv6lCaa.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_HK-DIofxc0M.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_SG-BYWu8MKW.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_TW-RlwQTs-Y.js +1 -0
- package/src/sap/ui/integration/util/AnalyticsCloudHelper.js +1 -1
- package/src/sap/ui/integration/util/BaseFactory.js +1 -1
- package/src/sap/ui/integration/util/BindingHelper.js +2 -1
- package/src/sap/ui/integration/util/BindingResolver.js +1 -1
- package/src/sap/ui/integration/util/CardObserver.js +1 -1
- package/src/sap/ui/integration/util/ComboBoxHelper.js +1 -1
- package/src/sap/ui/integration/util/ContentFactory.js +1 -1
- package/src/sap/ui/integration/util/CsrfTokenHandler.js +1 -1
- package/src/sap/ui/integration/util/DataProvider.js +1 -1
- package/src/sap/ui/integration/util/DataProviderFactory.js +3 -3
- package/src/sap/ui/integration/util/Destinations.js +5 -1
- package/src/sap/ui/integration/util/DisplayVariants.js +1 -1
- package/src/sap/ui/integration/util/ErrorHandler.js +1 -1
- package/src/sap/ui/integration/util/ExtensionDataProvider.js +1 -1
- package/src/sap/ui/integration/util/Form.js +1 -1
- package/src/sap/ui/integration/util/HeaderFactory.js +1 -1
- package/src/sap/ui/integration/util/JSONBindingHelper.js +1 -1
- package/src/sap/ui/integration/util/LoadingProvider.js +1 -1
- package/src/sap/ui/integration/util/Manifest.js +1 -1
- package/src/sap/ui/integration/util/OAuth3LOHelper.js +1 -1
- package/src/sap/ui/integration/util/ObjectStatusFactory.js +1 -1
- package/src/sap/ui/integration/util/RequestDataProvider.js +2 -2
- package/src/sap/ui/integration/util/ServiceDataProvider.js +1 -1
- package/src/sap/ui/integration/util/ServiceManager.js +1 -1
- package/src/sap/ui/integration/util/SkeletonCard.js +1 -1
- package/src/sap/ui/integration/util/SorterHelper.js +1 -1
- package/src/sap/ui/integration/util/Utils.js +40 -3
- package/src/sap/ui/integration/util/Validators.js +1 -1
- package/src/sap/ui/integration/util/openCardDialog.js +8 -4
- package/src/sap/ui/integration/widgets/Card.js +72 -19
- package/ui5.yaml +8 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ar-gaI1v_KV.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ar_EG-CGlHr-jg.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ar_SA-D0iF05tg.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/bg-CJrwzo8x.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ca-CkzsZJhe.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/cnr-DbKJTxGN.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/cs-BaB3d9Av.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/da-CTDYg05i.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/de-BPAvOyho.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/de_AT-C0Q-I35O.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/de_CH-V6zqRGuT.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/el-CE6EdnmY.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/el_CY-DM-mftU_.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en-BV_fMYiZ.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_AU-DdpdhNc9.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_GB-DR37sckE.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_HK-C3ORwL4y.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_IE-CImesKWm.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_IN-BnP0Xsux.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_NZ-D-XmB6sh.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_PG-k1g6MW0k.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_SG-CH-OueZe.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_ZA-De7Q7wq-.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es-CUYgeeV2.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es_AR-bphqT9e8.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es_BO-9iWEF7Cs.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es_CL-Cma-TrGh.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es_CO-Co5-6aNz.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es_MX-DOMSkspG.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es_PE-Thtj5270.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es_UY-B6Fj2AOa.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es_VE-BIY0wat6.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/et-h7DaePYx.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/fa-BSumtYoR.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/fi-CY8p4VYP.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/fr-c7VTGFC1.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_BE-fS0pUgwn.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_CA-HJakdL_2.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_CH-CsYAhWeP.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_LU-CHqDsjpc.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/he-DvqV-7FS.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/hi-DtIyTix1.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/hr-DO7SyOn5.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/hu-CXT-q6md.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/id-D7Ji1Vol.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/it-B30H1Zn6.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/it_CH-DXNpHhgj.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ja-HOZtY2HT.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/kk-CyER5Yfk.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ko-CCOZRLOI.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/lt-CbuIe_XX.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/lv-B6P7cPB-.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-By0ELKn1.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-DNg2ihdf.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-BpOpdSRg.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-CtKf3_pD.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-C7yAJLXv.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-z_PzL0LS.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cnr-B2C2UtnY.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cnr-BgC1xGfN.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-B2g02_qY.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-CglsMLoj.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-BGpEQrLK.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-CM6O5UY_.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-Bbv9jJL9.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-Dnrxp7vZ.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-Dbpn-Kzy.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-DdtngzTc.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-BbKk0xSf.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-CHOdJfj5.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-D0t7zNNP.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-DvYWXfG3.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-Bo0ABb8q.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-C7CSH40g.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-DjC9X79L.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-DnyNqUM9.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-BQKctZq6.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-DZ_EqeE9.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-C-dKnlfj.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-Dpnkxanh.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-BGIF2r4i.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-CjKpS0VR.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-Bq9-w7vo.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-CaUIlVEp.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-C50d_WIs.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-CvxKhma3.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-BjJAU_zd.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-CHT0e9Ft.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-B0JemQZg.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-CZjoFOTp.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-BjoN_ya6.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-DZBFnNAJ.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-CMAHfPzF.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-CW6YUR81.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-DJBozPw3.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-yfePmKmp.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-CLa7lmSo.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-CmnM7BSH.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-BiCFe-4Q.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-D3m1v9KT.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-DHL9ypHJ.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-NkVMHGle.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-8NhJ8eqk.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-CfnJye2i.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-DH9VAGau.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-DiyT2vK2.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-Bx7MYmis.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-CZn0MmH2.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-CQgzMWRu.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-DnPyJW94.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-B6j5anSt.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-BnmsTwH0.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-BhX-3e7T.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-_w1ygXGM.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_mk-1F54i8zg.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_mk-Bnw6ljFX.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-C4ALLG8v.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-DfBTz_Is.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-BfnMt-Zu.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-COOj_3wb.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-qAggYCjN.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-raoH9TFS.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-BbRrb6VO.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-BypwDfY-.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-BGN4m4Lf.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-BM74fN-c.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-B672qnbI.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-Bieyl7u4.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-BAjCPC5e.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-nTlNR9MA.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-BDcLROAo.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-BOKN1onR.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-BM9t1YKT.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-EQ0ATQCR.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-B0_P6rhh.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-DmaQbbM-.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-82XaNOOU.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-CgPRi_DE.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sr-9k6YFpsK.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sr-nEv82gwv.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-DgrN1Ri0.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-gTC20rWk.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-B-LFWoo4.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-BVC0K0Sb.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-B-dH0ajw.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-Ddfex1-g.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-BwkyJRsw.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-CtqpazAf.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-Gus-NSRW.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-g9BjG_PT.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-D4R1g5Rt.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-KensJmFt.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-D33wzIcH.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-DZQ07fJI.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/mk-Cd0pbvjP.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ms-CxRS8r8U.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/nb-Bt6tTISo.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/nl-Bn_bYiUP.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/nl_BE-gGhbga80.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-B3CYe-Fc.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BA22z097.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BAv31BII.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BJg9oVgh.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BRs0Mxa-.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BYugiKGk.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BZzOoCHg.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BvnJRv5X.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-Bz5PtVM4.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-C8H_1O9h.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-C970Konx.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CAHqDBtl.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CBkyQy2Q.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CGhz8fL0.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CXMLSn4M.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CpTOUvo7.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CqroeEYG.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-D6TuiR7M.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DFjmm25g.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DG_KwGUG.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DJVciiYr.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DaKv2hn7.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-Dnhr_EgY.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-Dv-C1e_-.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DyS9hduW.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-G5-JJidX.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-MhNAGmGd.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-QAUNS7Mf.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-hd9kUYDu.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-z7bW6xuy.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/pl-CMCnDFeN.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/pt-epnACSlD.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/pt_PT-DDh80D1c.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ro-99b_8s0L.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ru-KnV2YsI1.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ru_UA-DQu1w3nF.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/sk-BmVMraWc.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/sl-D-1eHn67.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/sr-qnchOIe3.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/sr_Latn-7xdk5b7O.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/sv-Cd90PyJ4.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/th-DBMtUCWg.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/tr-IfauWU6c.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/uk-CKaGQnVZ.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/vi-DL9RCxxW.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_CN-MHYosyo-.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_HK-CW9bNs3G.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_SG-CeJTYNVn.js +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_TW-CA1JpQ7j.js +0 -1
package/README.md
CHANGED
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
Runtime resources of the [OpenUI5](https://github.com/UI5/openui5) UI Library **sap.ui.integration**.
|
|
5
5
|
|
|
6
6
|
## Usage
|
|
7
|
-
Add this library as a dependency to your UI5 project by using [UI5
|
|
7
|
+
Add this library as a dependency to your UI5 project by using [UI5 CLI](https://ui5.github.io/cli/):
|
|
8
8
|
|
|
9
9
|
```
|
|
10
10
|
ui5 add sap.ui.integration
|
|
11
11
|
```
|
|
12
12
|
|
|
13
|
-
For more information, please refer to our documentation on [Consuming OpenUI5 Libraries](https://
|
|
13
|
+
For more information, please refer to our documentation on [Consuming OpenUI5 Libraries](https://ui5.github.io/cli/pages/OpenUI5/).
|
|
14
14
|
|
|
15
15
|
## License
|
|
16
16
|
OpenUI5 is licensed under [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0), see [LICENSE.txt](LICENSE.txt).
|
package/REUSE.toml
CHANGED
|
@@ -21,6 +21,44 @@ SPDX-License-Identifier = "Apache-2.0"
|
|
|
21
21
|
#
|
|
22
22
|
|
|
23
23
|
|
|
24
|
+
# Library: sap.f:
|
|
25
|
+
|
|
26
|
+
[[annotations]]
|
|
27
|
+
path = "src/sap.f/src/sap/f/thirdparty/**"
|
|
28
|
+
precedence = "aggregate"
|
|
29
|
+
SPDX-FileCopyrightText = "SAP"
|
|
30
|
+
SPDX-License-Identifier = "Apache-2.0"
|
|
31
|
+
SPDX-FileComment = "these files belong to: UI5 Web Components"
|
|
32
|
+
|
|
33
|
+
[[annotations]]
|
|
34
|
+
path = "src/sap.f/src/sap/f/thirdparty/**"
|
|
35
|
+
precedence = "aggregate"
|
|
36
|
+
SPDX-FileCopyrightText = "SAP"
|
|
37
|
+
SPDX-License-Identifier = "Apache-2.0"
|
|
38
|
+
SPDX-FileComment = "these files belong to: UI5 Web Components Fiori"
|
|
39
|
+
|
|
40
|
+
[[annotations]]
|
|
41
|
+
path = "src/sap.f/src/sap/f/thirdparty/**"
|
|
42
|
+
precedence = "aggregate"
|
|
43
|
+
SPDX-FileCopyrightText = "SAP"
|
|
44
|
+
SPDX-License-Identifier = "Apache-2.0"
|
|
45
|
+
SPDX-FileComment = "these files belong to: UI5 Web Components Icons"
|
|
46
|
+
|
|
47
|
+
[[annotations]]
|
|
48
|
+
path = "src/sap.f/src/sap/f/thirdparty/**"
|
|
49
|
+
precedence = "aggregate"
|
|
50
|
+
SPDX-FileCopyrightText = "SAP"
|
|
51
|
+
SPDX-License-Identifier = "Apache-2.0"
|
|
52
|
+
SPDX-FileComment = "these files belong to: UI5 Web Components Icons Business Suite"
|
|
53
|
+
|
|
54
|
+
[[annotations]]
|
|
55
|
+
path = "src/sap.f/src/sap/f/thirdparty/**"
|
|
56
|
+
precedence = "aggregate"
|
|
57
|
+
SPDX-FileCopyrightText = "SAP"
|
|
58
|
+
SPDX-License-Identifier = "Apache-2.0"
|
|
59
|
+
SPDX-FileComment = "these files belong to: UI5 Web Components Icons TNT"
|
|
60
|
+
|
|
61
|
+
|
|
24
62
|
# Library: sap.m:
|
|
25
63
|
|
|
26
64
|
[[annotations]]
|
|
@@ -347,7 +385,7 @@ SPDX-FileComment = "these files belong to: handlebars"
|
|
|
347
385
|
[[annotations]]
|
|
348
386
|
path = "src/sap.ui.core/src/sap/ui/thirdparty/require.js"
|
|
349
387
|
precedence = "aggregate"
|
|
350
|
-
SPDX-FileCopyrightText = "2010-
|
|
388
|
+
SPDX-FileCopyrightText = "2010-2024, jQuery Foundation and other contributors"
|
|
351
389
|
SPDX-License-Identifier = "MIT"
|
|
352
390
|
SPDX-FileComment = "these files belong to: requireJS"
|
|
353
391
|
|
package/THIRDPARTY.txt
CHANGED
|
@@ -4,6 +4,39 @@ each subcomponent.
|
|
|
4
4
|
The full text of all referenced licenses is appended at the end of this file.
|
|
5
5
|
|
|
6
6
|
|
|
7
|
+
Library: sap.f:
|
|
8
|
+
|
|
9
|
+
Component: UI5 Web Components, version: 2.15.0
|
|
10
|
+
Copyright: SAP
|
|
11
|
+
License: Apache-2.0
|
|
12
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
13
|
+
Contained in: src/sap.f/src/sap/f/thirdparty/**
|
|
14
|
+
|
|
15
|
+
Component: UI5 Web Components Fiori, version: 2.15.0
|
|
16
|
+
Copyright: SAP
|
|
17
|
+
License: Apache-2.0
|
|
18
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
19
|
+
Contained in: src/sap.f/src/sap/f/thirdparty/**
|
|
20
|
+
|
|
21
|
+
Component: UI5 Web Components Icons, version: 2.15.0
|
|
22
|
+
Copyright: SAP
|
|
23
|
+
License: Apache-2.0
|
|
24
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
25
|
+
Contained in: src/sap.f/src/sap/f/thirdparty/**
|
|
26
|
+
|
|
27
|
+
Component: UI5 Web Components Icons Business Suite, version: 2.15.0
|
|
28
|
+
Copyright: SAP
|
|
29
|
+
License: Apache-2.0
|
|
30
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
31
|
+
Contained in: src/sap.f/src/sap/f/thirdparty/**
|
|
32
|
+
|
|
33
|
+
Component: UI5 Web Components Icons TNT, version: 2.15.0
|
|
34
|
+
Copyright: SAP
|
|
35
|
+
License: Apache-2.0
|
|
36
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
37
|
+
Contained in: src/sap.f/src/sap/f/thirdparty/**
|
|
38
|
+
|
|
39
|
+
|
|
7
40
|
Library: sap.m:
|
|
8
41
|
|
|
9
42
|
Component: purify.js, version: 3.2.4
|
|
@@ -221,8 +254,8 @@ License: MIT
|
|
|
221
254
|
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
222
255
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/handlebars.js
|
|
223
256
|
|
|
224
|
-
Component: requireJS, version: 2.
|
|
225
|
-
Copyright: 2010-
|
|
257
|
+
Component: requireJS, version: 2.3.7
|
|
258
|
+
Copyright: 2010-2024, jQuery Foundation and other contributors
|
|
226
259
|
License: MIT
|
|
227
260
|
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
228
261
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/require.js
|
|
@@ -354,7 +387,7 @@ Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/D
|
|
|
354
387
|
|
|
355
388
|
Library: sap.ui.integration:
|
|
356
389
|
|
|
357
|
-
Component: UI5 Web Components, version:
|
|
390
|
+
Component: UI5 Web Components, version: 2.15.0
|
|
358
391
|
Copyright: SAP
|
|
359
392
|
License: Apache-2.0
|
|
360
393
|
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.ui.integration",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.143.0",
|
|
4
4
|
"description": "OpenUI5 UI Library sap.ui.integration",
|
|
5
5
|
"author": "SAP SE (https://www.sap.com)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -14,10 +14,10 @@
|
|
|
14
14
|
"url": "https://github.com/UI5/openui5.git"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@openui5/sap.f": "1.
|
|
18
|
-
"@openui5/sap.m": "1.
|
|
19
|
-
"@openui5/sap.ui.core": "1.
|
|
20
|
-
"@openui5/sap.ui.layout": "1.
|
|
21
|
-
"@openui5/sap.ui.unified": "1.
|
|
17
|
+
"@openui5/sap.f": "1.143.0",
|
|
18
|
+
"@openui5/sap.m": "1.143.0",
|
|
19
|
+
"@openui5/sap.ui.core": "1.143.0",
|
|
20
|
+
"@openui5/sap.ui.layout": "1.143.0",
|
|
21
|
+
"@openui5/sap.ui.unified": "1.143.0"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2025 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.
|
|
9
|
+
<version>1.143.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 library with integration-related controls.</documentation>
|
|
12
12
|
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
|
|
54
54
|
<!-- Thirdparty references -->
|
|
55
55
|
<thirdparty xmlns="http://www.sap.com/ui5/buildext/thirdparty">
|
|
56
|
-
<lib name="ui5-web-components" displayName="UI5 Web Components" npmName="@ui5/webcomponents" version="
|
|
57
|
-
<license url="https://github.com/
|
|
56
|
+
<lib name="ui5-web-components" displayName="UI5 Web Components" npmName="@ui5/webcomponents" version="2.15.0" homepage="https://ui5.github.io/webcomponents/" id="73555000106100326641">
|
|
57
|
+
<license url="https://github.com/UI5/webcomponents/blob/-/LICENSE.txt" type="Apache-2.0"></license>
|
|
58
58
|
<copyright>SAP</copyright>
|
|
59
59
|
<pattern>sap/ui/integration/thirdparty/webcomponents/**</pattern>
|
|
60
60
|
</lib>
|
|
@@ -30,11 +30,10 @@ sap.ui.define([
|
|
|
30
30
|
* @extends sap.ui.core.Element
|
|
31
31
|
*
|
|
32
32
|
* @author SAP SE
|
|
33
|
-
* @version 1.
|
|
33
|
+
* @version 1.143.0
|
|
34
34
|
*
|
|
35
35
|
* @constructor
|
|
36
36
|
* @public
|
|
37
|
-
* @experimental since 1.75
|
|
38
37
|
* @since 1.75
|
|
39
38
|
* @alias sap.ui.integration.Host
|
|
40
39
|
*/
|
|
@@ -351,13 +350,11 @@ sap.ui.define([
|
|
|
351
350
|
* @param {string} sPath The path to a context
|
|
352
351
|
* @returns {Promise<null>} A promise which resolves with the value of this context.
|
|
353
352
|
* @since 1.83
|
|
354
|
-
*
|
|
353
|
+
* @experimental since 1.143
|
|
354
|
+
* @abstract
|
|
355
355
|
* @public
|
|
356
356
|
*/
|
|
357
357
|
Host.prototype.getContextValue = function (sPath) {
|
|
358
|
-
if (!sPath) {
|
|
359
|
-
return Promise.resolve(null);
|
|
360
|
-
}
|
|
361
358
|
return Promise.resolve(null);
|
|
362
359
|
};
|
|
363
360
|
|
|
@@ -400,6 +397,8 @@ sap.ui.define([
|
|
|
400
397
|
*
|
|
401
398
|
* @returns {Promise<object>} A promise which contains the context structure.
|
|
402
399
|
* @since 1.83
|
|
400
|
+
* @experimental since 1.143
|
|
401
|
+
* @abstract
|
|
403
402
|
* @public
|
|
404
403
|
*/
|
|
405
404
|
Host.prototype.getContexts = function () {
|
|
@@ -35,7 +35,7 @@ sap.ui.define([
|
|
|
35
35
|
* @extends sap.ui.integration.cards.BaseContent
|
|
36
36
|
*
|
|
37
37
|
* @author SAP SE
|
|
38
|
-
* @version 1.
|
|
38
|
+
* @version 1.143.0
|
|
39
39
|
*
|
|
40
40
|
* @constructor
|
|
41
41
|
* @private
|
|
@@ -461,7 +461,7 @@ sap.ui.define([
|
|
|
461
461
|
// Thе timeout is needed to delay the check if UI5 WebComponents gets loaded from elsewhere.
|
|
462
462
|
// This detection relies on the assumption that there's the full bundle and the ui5-button is present.
|
|
463
463
|
setTimeout(function(){
|
|
464
|
-
if (window.customElements.get("ui5-button")) {
|
|
464
|
+
if (window.customElements.get("ui5-button-ac")) {
|
|
465
465
|
resolve();
|
|
466
466
|
return;
|
|
467
467
|
}
|
|
@@ -92,7 +92,7 @@ sap.ui.define([
|
|
|
92
92
|
* @extends sap.ui.integration.cards.BaseContent
|
|
93
93
|
*
|
|
94
94
|
* @author SAP SE
|
|
95
|
-
* @version 1.
|
|
95
|
+
* @version 1.143.0
|
|
96
96
|
*
|
|
97
97
|
* @constructor
|
|
98
98
|
* @private
|
|
@@ -249,6 +249,60 @@ sap.ui.define([
|
|
|
249
249
|
feeds: this._getFeeds(oResolvedConfiguration),
|
|
250
250
|
vizType: ChartTypes[oResolvedConfiguration.chartType] || oResolvedConfiguration.chartType
|
|
251
251
|
});
|
|
252
|
+
|
|
253
|
+
this._onChartFullyLoaded(oChart);
|
|
254
|
+
};
|
|
255
|
+
|
|
256
|
+
/**
|
|
257
|
+
* Called when the analytical chart is fully loaded and ready.
|
|
258
|
+
*
|
|
259
|
+
* @private
|
|
260
|
+
* @param {sap.viz.ui5.controls.VizFrame} oChart The VizFrame chart instance
|
|
261
|
+
*/
|
|
262
|
+
AnalyticalContent.prototype._onChartFullyLoaded = function (oChart) {
|
|
263
|
+
|
|
264
|
+
if (!this._bChartHandlersAttached) {
|
|
265
|
+
const oCard = this.getCardInstance();
|
|
266
|
+
|
|
267
|
+
oChart.attachRenderComplete(function() {
|
|
268
|
+
const oDomRef = oChart.getDomRef();
|
|
269
|
+
if (!oDomRef) {
|
|
270
|
+
return;
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
const oSvgElement = oDomRef.querySelector("svg");
|
|
274
|
+
if (!oSvgElement) {
|
|
275
|
+
return;
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
// The chart shouldn't be focused when it has no action.
|
|
279
|
+
// In all other cases (actionableArea is "Full" or "Content") the chart should be focusable
|
|
280
|
+
if (!this._bActions && this.getCardInstance().isRoleListItem()) {
|
|
281
|
+
const sCardDescriptionId = oCard.getDomRef().getAttribute("aria-describedby");
|
|
282
|
+
const sChartLabelId = oSvgElement.getAttribute("aria-labelledby");
|
|
283
|
+
|
|
284
|
+
// Make SVG non-focusable
|
|
285
|
+
oSvgElement.setAttribute("tabindex", "");
|
|
286
|
+
// Also remove focus capability from the SVG
|
|
287
|
+
oSvgElement.setAttribute("focusable", "false");
|
|
288
|
+
|
|
289
|
+
// Add the aria-describedby from the chart to the card if it is not added already
|
|
290
|
+
if (sCardDescriptionId && !sCardDescriptionId.endsWith(sChartLabelId)) {
|
|
291
|
+
oCard.getDomRef().setAttribute("aria-describedby", sCardDescriptionId + " " + sChartLabelId);
|
|
292
|
+
} else if (!sCardDescriptionId) {
|
|
293
|
+
oCard.getDomRef().setAttribute("aria-describedby", sChartLabelId);
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
if (oCard.isInteractive()) {
|
|
297
|
+
oSvgElement.classList.add("sapUiIntegrationAnalyticalForcePointer");
|
|
298
|
+
}
|
|
299
|
+
} else if (this._bActions && !this._bChartsInteractive) {
|
|
300
|
+
oSvgElement.classList.add("sapUiIntegrationAnalyticalForcePointer");
|
|
301
|
+
}
|
|
302
|
+
}.bind(this));
|
|
303
|
+
|
|
304
|
+
this._bChartHandlersAttached = true;
|
|
305
|
+
}
|
|
252
306
|
};
|
|
253
307
|
|
|
254
308
|
AnalyticalContent.prototype._attachActions = function (oConfiguration) {
|
|
@@ -350,9 +404,10 @@ sap.ui.define([
|
|
|
350
404
|
};
|
|
351
405
|
|
|
352
406
|
if (oResolvedConfiguration.actions || oResolvedConfiguration.popover) {
|
|
353
|
-
|
|
407
|
+
this._bChartsInteractive = oResolvedConfiguration.actionableArea === ActionableArea.Chart
|
|
354
408
|
|| oResolvedConfiguration.popover && oResolvedConfiguration.popover.active;
|
|
355
|
-
|
|
409
|
+
this._bActions = oResolvedConfiguration.actions;
|
|
410
|
+
oVizProperties.interaction.noninteractiveMode = !this._bChartsInteractive;
|
|
356
411
|
}
|
|
357
412
|
|
|
358
413
|
if (oTitle) {
|
|
@@ -471,8 +526,8 @@ sap.ui.define([
|
|
|
471
526
|
};
|
|
472
527
|
|
|
473
528
|
AnalyticalContent.prototype.getFocusDomRef = function () {
|
|
474
|
-
|
|
475
|
-
|
|
529
|
+
return this.getAggregation("_content").getDomRef().querySelector(".v-m-root") || this.getDomRef();
|
|
530
|
+
};
|
|
476
531
|
|
|
477
532
|
return AnalyticalContent;
|
|
478
533
|
});
|
|
@@ -48,7 +48,7 @@ sap.ui.define([
|
|
|
48
48
|
* @extends sap.f.cards.Header
|
|
49
49
|
*
|
|
50
50
|
* @author SAP SE
|
|
51
|
-
* @version 1.
|
|
51
|
+
* @version 1.143.0
|
|
52
52
|
*
|
|
53
53
|
* @constructor
|
|
54
54
|
* @private
|
|
@@ -276,6 +276,11 @@ sap.ui.define([
|
|
|
276
276
|
sPath = "/",
|
|
277
277
|
oModel;
|
|
278
278
|
|
|
279
|
+
if (!oDataSettings) {
|
|
280
|
+
this.fireEvent("_dataReady");
|
|
281
|
+
return;
|
|
282
|
+
}
|
|
283
|
+
|
|
279
284
|
if (oDataSettings && oDataSettings.path) {
|
|
280
285
|
sPath = BindingResolver.resolveValue(oDataSettings.path, this.getCardInstance());
|
|
281
286
|
}
|
|
@@ -50,7 +50,7 @@ sap.ui.define([
|
|
|
50
50
|
* @extends sap.f.cards.NumericHeader
|
|
51
51
|
*
|
|
52
52
|
* @author SAP SE
|
|
53
|
-
* @version 1.
|
|
53
|
+
* @version 1.143.0
|
|
54
54
|
*
|
|
55
55
|
* @constructor
|
|
56
56
|
* @private
|
|
@@ -293,6 +293,11 @@ sap.ui.define([
|
|
|
293
293
|
sPath = "/",
|
|
294
294
|
oModel;
|
|
295
295
|
|
|
296
|
+
if (!oDataSettings) {
|
|
297
|
+
this.fireEvent("_dataReady");
|
|
298
|
+
return;
|
|
299
|
+
}
|
|
300
|
+
|
|
296
301
|
if (oDataSettings && oDataSettings.path) {
|
|
297
302
|
sPath = BindingResolver.resolveValue(oDataSettings.path, this.getCardInstance());
|
|
298
303
|
}
|
|
@@ -20,7 +20,7 @@ sap.ui.define([
|
|
|
20
20
|
* <code>ui5-select</code>, or container with <code>ui5-radio-button</code>, or <code>ui5-checkbox</code> web components.
|
|
21
21
|
*
|
|
22
22
|
* @author SAP SE
|
|
23
|
-
* @version 1.
|
|
23
|
+
* @version 1.143.0
|
|
24
24
|
*
|
|
25
25
|
* @private
|
|
26
26
|
* @since 1.74
|
|
@@ -42,7 +42,7 @@ sap.ui.define([
|
|
|
42
42
|
if (!this.isMultiSelect) {
|
|
43
43
|
if (this.isCompact) {
|
|
44
44
|
//if this.isMultiSelect is false and this.isCompact is true, we need to render an ui5-select web component
|
|
45
|
-
this._selectElement = document.createElement("ui5-select");
|
|
45
|
+
this._selectElement = document.createElement("ui5-select-ac");
|
|
46
46
|
this._selectElement.id = this.id;
|
|
47
47
|
this._selectElement.addEventListener("change", function () {
|
|
48
48
|
this.valueChanged();
|
|
@@ -50,7 +50,7 @@ sap.ui.define([
|
|
|
50
50
|
|
|
51
51
|
var oDocFragment = document.createDocumentFragment();
|
|
52
52
|
for (var i = 0; i < this.choices.length; i++) {
|
|
53
|
-
var oOption = document.createElement("ui5-option");
|
|
53
|
+
var oOption = document.createElement("ui5-option-ac");
|
|
54
54
|
oOption.value = this.choices[i].value;
|
|
55
55
|
oOption.textContent = this.choices[i].title;
|
|
56
56
|
|
|
@@ -74,7 +74,7 @@ sap.ui.define([
|
|
|
74
74
|
}.bind(this));
|
|
75
75
|
this._toggleInputs = [];
|
|
76
76
|
for (var j = 0; j < this.choices.length; j++) {
|
|
77
|
-
var oRb = document.createElement("ui5-radio-button");
|
|
77
|
+
var oRb = document.createElement("ui5-radio-button-ac");
|
|
78
78
|
oRb.value = this.choices[j].value;
|
|
79
79
|
oRb.text = this.choices[j].title;
|
|
80
80
|
oRb.name = this.id;
|
|
@@ -99,7 +99,7 @@ sap.ui.define([
|
|
|
99
99
|
oCbContainer.addEventListener("change", function () { this.valueChanged(); }.bind(this));
|
|
100
100
|
this._toggleInputs = [];
|
|
101
101
|
for (var k = 0; k < this.choices.length; k++) {
|
|
102
|
-
var oCb = document.createElement("ui5-checkbox");
|
|
102
|
+
var oCb = document.createElement("ui5-checkbox-ac");
|
|
103
103
|
oCb.value = this.choices[k].value;
|
|
104
104
|
oCb.text = this.choices[k].title;
|
|
105
105
|
oCb.name = this.id;
|
|
@@ -172,7 +172,7 @@ sap.ui.define([
|
|
|
172
172
|
}
|
|
173
173
|
|
|
174
174
|
this._toggleInputs.forEach(function(oToggleInput){
|
|
175
|
-
oToggleInput.valueState = "
|
|
175
|
+
oToggleInput.valueState = "Negative";
|
|
176
176
|
});
|
|
177
177
|
};
|
|
178
178
|
|
|
@@ -19,7 +19,7 @@ sap.ui.define([
|
|
|
19
19
|
* <code>ui5-datepicker</code> web component.
|
|
20
20
|
*
|
|
21
21
|
* @author SAP SE
|
|
22
|
-
* @version 1.
|
|
22
|
+
* @version 1.143.0
|
|
23
23
|
*
|
|
24
24
|
* @private
|
|
25
25
|
* @since 1.74
|
|
@@ -37,7 +37,7 @@ sap.ui.define([
|
|
|
37
37
|
};
|
|
38
38
|
|
|
39
39
|
UI5InputDate.prototype.internalRender = function () {
|
|
40
|
-
this._dateInputElement = document.createElement("ui5-date-picker");
|
|
40
|
+
this._dateInputElement = document.createElement("ui5-date-picker-ac");
|
|
41
41
|
|
|
42
42
|
this._dateInputElement.id = this.id;
|
|
43
43
|
this._dateInputElement.placeholder = this.placeholder;
|
|
@@ -62,7 +62,7 @@ sap.ui.define([
|
|
|
62
62
|
|
|
63
63
|
UI5InputDate.prototype.showValidationErrorMessage = function () {
|
|
64
64
|
if (this.renderedInputControlElement) {
|
|
65
|
-
this.renderedInputControlElement.valueState = "
|
|
65
|
+
this.renderedInputControlElement.valueState = "Negative";
|
|
66
66
|
}
|
|
67
67
|
};
|
|
68
68
|
|
|
@@ -19,7 +19,7 @@ sap.ui.define([
|
|
|
19
19
|
* <code>ui5-step-input</code> web component.
|
|
20
20
|
*
|
|
21
21
|
* @author SAP SE
|
|
22
|
-
* @version 1.
|
|
22
|
+
* @version 1.143.0
|
|
23
23
|
*
|
|
24
24
|
* @private
|
|
25
25
|
* @since 1.74
|
|
@@ -36,7 +36,7 @@ sap.ui.define([
|
|
|
36
36
|
};
|
|
37
37
|
|
|
38
38
|
UI5InputNumber.prototype.internalRender = function () {
|
|
39
|
-
this._numberInputElement = document.createElement("ui5-step-input");
|
|
39
|
+
this._numberInputElement = document.createElement("ui5-step-input-ac");
|
|
40
40
|
|
|
41
41
|
this._numberInputElement.id = this.id;
|
|
42
42
|
this._numberInputElement.placeholder = this.placeholder || "";
|
|
@@ -67,7 +67,7 @@ sap.ui.define([
|
|
|
67
67
|
|
|
68
68
|
UI5InputNumber.prototype.showValidationErrorMessage = function () {
|
|
69
69
|
if (this.renderedInputControlElement) {
|
|
70
|
-
this.renderedInputControlElement.valueState = "
|
|
70
|
+
this.renderedInputControlElement.valueState = "Negative";
|
|
71
71
|
}
|
|
72
72
|
};
|
|
73
73
|
|
|
@@ -19,7 +19,7 @@ sap.ui.define([
|
|
|
19
19
|
* <code>ui5-input</code> or <code>ui5-textarea<code> UI5 web component.
|
|
20
20
|
*
|
|
21
21
|
* @author SAP SE
|
|
22
|
-
* @version 1.
|
|
22
|
+
* @version 1.143.0
|
|
23
23
|
*
|
|
24
24
|
* @private
|
|
25
25
|
* @since 1.74
|
|
@@ -38,7 +38,7 @@ sap.ui.define([
|
|
|
38
38
|
UI5InputText.prototype.internalRender = function () {
|
|
39
39
|
//when this.isMultiline is true, we have to render an ui5-textarea instead of ui5-input
|
|
40
40
|
if (this.isMultiline) {
|
|
41
|
-
var oTextArea = document.createElement("ui5-textarea");
|
|
41
|
+
var oTextArea = document.createElement("ui5-textarea-ac");
|
|
42
42
|
oTextArea.id = this.id;
|
|
43
43
|
oTextArea.placeholder = this.placeholder || "";
|
|
44
44
|
oTextArea.value = this.defaultValue || "";
|
|
@@ -51,7 +51,7 @@ sap.ui.define([
|
|
|
51
51
|
}.bind(this));
|
|
52
52
|
return oTextArea;
|
|
53
53
|
}
|
|
54
|
-
var oInput = document.createElement("ui5-input");
|
|
54
|
+
var oInput = document.createElement("ui5-input-ac");
|
|
55
55
|
switch (this.style) {
|
|
56
56
|
case 1:
|
|
57
57
|
oInput.type = "Tel";
|
|
@@ -84,7 +84,7 @@ sap.ui.define([
|
|
|
84
84
|
|
|
85
85
|
UI5InputText.prototype.showValidationErrorMessage = function () {
|
|
86
86
|
if (this.renderedInputControlElement) {
|
|
87
|
-
this.renderedInputControlElement.valueState = "
|
|
87
|
+
this.renderedInputControlElement.valueState = "Negative";
|
|
88
88
|
}
|
|
89
89
|
};
|
|
90
90
|
|