@openui5/sap.ui.integration 1.136.1 → 1.138.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 +0 -28
- package/THIRDPARTY.txt +1 -25
- package/package.json +6 -7
- package/src/sap/ui/integration/.library +1 -4
- 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 +1 -1
- package/src/sap/ui/integration/cards/AdaptiveContent.js +1 -1
- package/src/sap/ui/integration/cards/AnalyticalContent.js +3 -3
- package/src/sap/ui/integration/cards/AnalyticsCloudContent.js +8 -6
- package/src/sap/ui/integration/cards/BaseContent.js +1 -1
- package/src/sap/ui/integration/cards/BaseListContent.js +4 -2
- package/src/sap/ui/integration/cards/CalendarContent.js +1 -1
- package/src/sap/ui/integration/cards/ComponentContent.js +7 -5
- package/src/sap/ui/integration/cards/Footer.js +1 -1
- package/src/sap/ui/integration/cards/Header.js +1 -1
- package/src/sap/ui/integration/cards/ListContent.js +17 -2
- package/src/sap/ui/integration/cards/NumericHeader.js +1 -1
- package/src/sap/ui/integration/cards/ObjectContent.js +18 -3
- package/src/sap/ui/integration/cards/TableContent.js +19 -10
- package/src/sap/ui/integration/cards/TimelineContent.js +1 -1
- package/src/sap/ui/integration/cards/WebPageContent.js +15 -13
- package/src/sap/ui/integration/cards/actions/CardActions.js +4 -2
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputChoiceSet.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputDate.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputNumber.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputText.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputToggle.js +1 -1
- package/src/sap/ui/integration/cards/filters/BaseFilter.js +2 -2
- package/src/sap/ui/integration/cards/filters/ComboBoxFilter.js +1 -1
- package/src/sap/ui/integration/cards/filters/DateRangeFilter.js +16 -4
- 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 +2 -2
- 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/HeaderInfoSectionColumnRenderer.js +1 -1
- package/src/sap/ui/integration/controls/HeaderInfoSectionRow.js +1 -1
- package/src/sap/ui/integration/controls/HeaderInfoSectionRowRenderer.js +1 -1
- package/src/sap/ui/integration/controls/ImageWithOverlay.js +1 -1
- package/src/sap/ui/integration/controls/ListContentItem.js +16 -5
- 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/i18n/i18n_ms.properties +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 +12 -3
- package/src/sap/ui/integration/editor/EditorResourceBundles.js +6 -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 +57 -23
- package/src/sap/ui/integration/editor/fields/ObjectListField.js +22 -5
- package/src/sap/ui/integration/editor/fields/StringField.js +3 -3
- 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 +10 -10
- package/src/sap/ui/integration/i18n/public/messagebundle.properties +5 -0
- package/src/sap/ui/integration/i18n/public/messagebundle_ar.properties +2 -0
- package/src/sap/ui/integration/i18n/public/messagebundle_bg.properties +2 -0
- package/src/sap/ui/integration/i18n/public/messagebundle_ca.properties +2 -0
- package/src/sap/ui/integration/i18n/public/messagebundle_cnr.properties +2 -0
- package/src/sap/ui/integration/i18n/public/messagebundle_cs.properties +2 -0
- package/src/sap/ui/integration/i18n/public/messagebundle_cy.properties +2 -0
- package/src/sap/ui/integration/i18n/public/messagebundle_da.properties +2 -0
- package/src/sap/ui/integration/i18n/public/messagebundle_de.properties +2 -0
- package/src/sap/ui/integration/i18n/public/messagebundle_el.properties +2 -0
- package/src/sap/ui/integration/i18n/public/messagebundle_en.properties +2 -0
- package/src/sap/ui/integration/i18n/public/messagebundle_en_GB.properties +2 -0
- package/src/sap/ui/integration/i18n/public/messagebundle_en_US_sappsd.properties +2 -0
- package/src/sap/ui/integration/i18n/public/messagebundle_en_US_saprigi.properties +2 -0
- package/src/sap/ui/integration/i18n/public/messagebundle_en_US_saptrc.properties +2 -0
- package/src/sap/ui/integration/i18n/public/messagebundle_es.properties +2 -0
- package/src/sap/ui/integration/i18n/public/messagebundle_es_MX.properties +2 -0
- package/src/sap/ui/integration/i18n/public/messagebundle_et.properties +2 -0
- package/src/sap/ui/integration/i18n/public/messagebundle_fi.properties +2 -0
- package/src/sap/ui/integration/i18n/public/messagebundle_fr.properties +2 -0
- package/src/sap/ui/integration/i18n/public/messagebundle_fr_CA.properties +2 -0
- package/src/sap/ui/integration/i18n/public/messagebundle_hi.properties +2 -0
- package/src/sap/ui/integration/i18n/public/messagebundle_hr.properties +2 -0
- package/src/sap/ui/integration/i18n/public/messagebundle_hu.properties +2 -0
- package/src/sap/ui/integration/i18n/public/messagebundle_id.properties +2 -0
- package/src/sap/ui/integration/i18n/public/messagebundle_it.properties +2 -0
- package/src/sap/ui/integration/i18n/public/messagebundle_iw.properties +2 -0
- package/src/sap/ui/integration/i18n/public/messagebundle_ja.properties +2 -0
- package/src/sap/ui/integration/i18n/public/messagebundle_kk.properties +2 -0
- package/src/sap/ui/integration/i18n/public/messagebundle_ko.properties +2 -0
- package/src/sap/ui/integration/i18n/public/messagebundle_lt.properties +2 -0
- package/src/sap/ui/integration/i18n/public/messagebundle_lv.properties +2 -0
- package/src/sap/ui/integration/i18n/public/messagebundle_mk.properties +2 -0
- package/src/sap/ui/integration/i18n/public/messagebundle_ms.properties +2 -0
- package/src/sap/ui/integration/i18n/public/messagebundle_nl.properties +2 -0
- package/src/sap/ui/integration/i18n/public/messagebundle_no.properties +2 -0
- package/src/sap/ui/integration/i18n/public/messagebundle_pl.properties +2 -0
- package/src/sap/ui/integration/i18n/public/messagebundle_pt.properties +2 -0
- package/src/sap/ui/integration/i18n/public/messagebundle_pt_PT.properties +2 -0
- package/src/sap/ui/integration/i18n/public/messagebundle_ro.properties +2 -0
- package/src/sap/ui/integration/i18n/public/messagebundle_ru.properties +2 -0
- package/src/sap/ui/integration/i18n/public/messagebundle_sh.properties +2 -0
- package/src/sap/ui/integration/i18n/public/messagebundle_sk.properties +2 -0
- package/src/sap/ui/integration/i18n/public/messagebundle_sl.properties +2 -0
- package/src/sap/ui/integration/i18n/public/messagebundle_sr.properties +2 -0
- package/src/sap/ui/integration/i18n/public/messagebundle_sv.properties +2 -0
- package/src/sap/ui/integration/i18n/public/messagebundle_th.properties +2 -0
- package/src/sap/ui/integration/i18n/public/messagebundle_tr.properties +2 -0
- package/src/sap/ui/integration/i18n/public/messagebundle_uk.properties +2 -0
- package/src/sap/ui/integration/i18n/public/messagebundle_vi.properties +2 -0
- package/src/sap/ui/integration/i18n/public/messagebundle_zh_CN.properties +2 -0
- package/src/sap/ui/integration/i18n/public/messagebundle_zh_TW.properties +2 -0
- package/src/sap/ui/integration/library.js +4 -6
- package/src/sap/ui/integration/messagebundle.properties +7 -7
- package/src/sap/ui/integration/messagebundle_ar.properties +4 -4
- package/src/sap/ui/integration/messagebundle_bg.properties +4 -4
- package/src/sap/ui/integration/messagebundle_ca.properties +4 -4
- package/src/sap/ui/integration/messagebundle_cnr.properties +4 -4
- package/src/sap/ui/integration/messagebundle_cs.properties +4 -4
- package/src/sap/ui/integration/messagebundle_cy.properties +4 -4
- package/src/sap/ui/integration/messagebundle_da.properties +4 -4
- package/src/sap/ui/integration/messagebundle_de.properties +3 -3
- package/src/sap/ui/integration/messagebundle_el.properties +4 -4
- package/src/sap/ui/integration/messagebundle_en.properties +4 -4
- package/src/sap/ui/integration/messagebundle_en_GB.properties +4 -4
- package/src/sap/ui/integration/messagebundle_en_US_sappsd.properties +0 -2
- package/src/sap/ui/integration/messagebundle_en_US_saprigi.properties +4 -4
- package/src/sap/ui/integration/messagebundle_en_US_saptrc.properties +0 -2
- package/src/sap/ui/integration/messagebundle_es.properties +4 -4
- package/src/sap/ui/integration/messagebundle_es_MX.properties +4 -4
- package/src/sap/ui/integration/messagebundle_et.properties +4 -4
- package/src/sap/ui/integration/messagebundle_fi.properties +4 -4
- package/src/sap/ui/integration/messagebundle_fr.properties +4 -4
- package/src/sap/ui/integration/messagebundle_fr_CA.properties +4 -4
- package/src/sap/ui/integration/messagebundle_hi.properties +4 -4
- package/src/sap/ui/integration/messagebundle_hr.properties +4 -4
- package/src/sap/ui/integration/messagebundle_hu.properties +4 -4
- package/src/sap/ui/integration/messagebundle_id.properties +4 -4
- package/src/sap/ui/integration/messagebundle_it.properties +4 -4
- package/src/sap/ui/integration/messagebundle_iw.properties +3 -3
- package/src/sap/ui/integration/messagebundle_ja.properties +4 -4
- package/src/sap/ui/integration/messagebundle_kk.properties +4 -4
- package/src/sap/ui/integration/messagebundle_ko.properties +11 -11
- package/src/sap/ui/integration/messagebundle_lt.properties +4 -4
- package/src/sap/ui/integration/messagebundle_lv.properties +4 -4
- package/src/sap/ui/integration/messagebundle_mk.properties +4 -4
- package/src/sap/ui/integration/messagebundle_ms.properties +6 -6
- package/src/sap/ui/integration/messagebundle_nl.properties +4 -4
- package/src/sap/ui/integration/messagebundle_no.properties +3 -3
- package/src/sap/ui/integration/messagebundle_pl.properties +4 -4
- package/src/sap/ui/integration/messagebundle_pt.properties +4 -4
- package/src/sap/ui/integration/messagebundle_pt_PT.properties +4 -4
- package/src/sap/ui/integration/messagebundle_ro.properties +4 -4
- package/src/sap/ui/integration/messagebundle_ru.properties +4 -4
- package/src/sap/ui/integration/messagebundle_sh.properties +4 -4
- package/src/sap/ui/integration/messagebundle_sk.properties +4 -4
- package/src/sap/ui/integration/messagebundle_sl.properties +4 -4
- package/src/sap/ui/integration/messagebundle_sr.properties +4 -4
- package/src/sap/ui/integration/messagebundle_sv.properties +4 -4
- package/src/sap/ui/integration/messagebundle_th.properties +4 -4
- package/src/sap/ui/integration/messagebundle_tr.properties +4 -4
- package/src/sap/ui/integration/messagebundle_uk.properties +13 -13
- package/src/sap/ui/integration/messagebundle_vi.properties +4 -4
- package/src/sap/ui/integration/messagebundle_zh_CN.properties +4 -4
- package/src/sap/ui/integration/messagebundle_zh_TW.properties +4 -4
- 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/schemas/sap-card.json +13 -2
- 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 +1 -1
- package/src/sap/ui/integration/util/BindingResolver.js +4 -3
- 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 +8 -4
- 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 +1 -1
- package/src/sap/ui/integration/util/Destinations.js +1 -1
- package/src/sap/ui/integration/util/DisplayVariants.js +1 -1
- package/src/sap/ui/integration/util/ErrorHandler.js +26 -23
- package/src/sap/ui/integration/util/ExtensionDataProvider.js +1 -1
- package/src/sap/ui/integration/util/Form.js +2 -2
- package/src/sap/ui/integration/util/HeaderFactory.js +23 -18
- 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/ManifestResolver.js +8 -2
- 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 +33 -26
- 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 +5 -1
- package/src/sap/ui/integration/util/Validators.js +1 -1
- package/src/sap/ui/integration/widgets/Card.js +58 -42
- package/ui5.yaml +4 -4
package/REUSE.toml
CHANGED
|
@@ -238,27 +238,6 @@ SPDX-FileCopyrightText = [
|
|
|
238
238
|
SPDX-License-Identifier = "Apache-2.0 and MIT"
|
|
239
239
|
SPDX-FileComment = "these files contain content from SAP and JUnit Reporter for QUnit: qunit-junit.js is overall written by SAP, but contains a modified copy of JUnit Reporter for QUnit (qunit-reporter-junit)"
|
|
240
240
|
|
|
241
|
-
[[annotations]]
|
|
242
|
-
path = "src/sap.ui.core/src/sap/ui/thirdparty/iscroll.js"
|
|
243
|
-
precedence = "aggregate"
|
|
244
|
-
SPDX-FileCopyrightText = "2012 Matteo Spinelli"
|
|
245
|
-
SPDX-License-Identifier = "MIT"
|
|
246
|
-
SPDX-FileComment = "these files belong to: cubiq.org - iScroll"
|
|
247
|
-
|
|
248
|
-
[[annotations]]
|
|
249
|
-
path = "src/sap.ui.core/src/sap/ui/thirdparty/iscroll-lite.js"
|
|
250
|
-
precedence = "aggregate"
|
|
251
|
-
SPDX-FileCopyrightText = "2011 Matteo Spinelli"
|
|
252
|
-
SPDX-License-Identifier = "MIT"
|
|
253
|
-
SPDX-FileComment = "these files belong to: cubiq.org - iScroll Lite"
|
|
254
|
-
|
|
255
|
-
[[annotations]]
|
|
256
|
-
path = "src/sap.ui.core/src/sap/ui/thirdparty/swipe-view.js"
|
|
257
|
-
precedence = "aggregate"
|
|
258
|
-
SPDX-FileCopyrightText = "2012 Matteo Spinelli"
|
|
259
|
-
SPDX-License-Identifier = "MIT"
|
|
260
|
-
SPDX-FileComment = "these files belong to: cubiq.org - swipeview"
|
|
261
|
-
|
|
262
241
|
[[annotations]]
|
|
263
242
|
path = "src/sap.ui.core/src/sap/ui/thirdparty/zyngascroll.js"
|
|
264
243
|
precedence = "aggregate"
|
|
@@ -308,13 +287,6 @@ SPDX-FileCopyrightText = "1991-2024 Unicode, Inc."
|
|
|
308
287
|
SPDX-License-Identifier = "LicenseRef-Unicode-3.0"
|
|
309
288
|
SPDX-FileComment = "these files belong to: Unicode Common Locale Data Repository"
|
|
310
289
|
|
|
311
|
-
[[annotations]]
|
|
312
|
-
path = "src/sap.ui.core/src/sap/ui/thirdparty/mobiscroll/**"
|
|
313
|
-
precedence = "aggregate"
|
|
314
|
-
SPDX-FileCopyrightText = "2010-2013, Acid Media"
|
|
315
|
-
SPDX-License-Identifier = "MIT"
|
|
316
|
-
SPDX-FileComment = "these files belong to: MobiScroll"
|
|
317
|
-
|
|
318
290
|
[[annotations]]
|
|
319
291
|
path = [
|
|
320
292
|
"src/sap.ui.core/src/sap/ui/thirdparty/sinon.js",
|
package/THIRDPARTY.txt
CHANGED
|
@@ -133,24 +133,6 @@ License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
|
133
133
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/qunit-reporter-junit.js
|
|
134
134
|
src/sap.ui.core/src/sap/ui/qunit/qunit-junit.js
|
|
135
135
|
|
|
136
|
-
Component: cubiq.org - iScroll, version: 4.2.5
|
|
137
|
-
Copyright: 2012 Matteo Spinelli
|
|
138
|
-
License: MIT
|
|
139
|
-
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
140
|
-
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/iscroll.js
|
|
141
|
-
|
|
142
|
-
Component: cubiq.org - iScroll Lite, version: 4.1.6
|
|
143
|
-
Copyright: 2011 Matteo Spinelli
|
|
144
|
-
License: MIT
|
|
145
|
-
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
146
|
-
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/iscroll-lite.js
|
|
147
|
-
|
|
148
|
-
Component: cubiq.org - swipeview, version: 1.0
|
|
149
|
-
Copyright: 2012 Matteo Spinelli
|
|
150
|
-
License: MIT
|
|
151
|
-
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
152
|
-
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/swipe-view.js
|
|
153
|
-
|
|
154
136
|
Component: Zynga Scroller, version: 1.2.1-0-g5d43806
|
|
155
137
|
Copyright: 2011 Zynga Inc.
|
|
156
138
|
License: MIT
|
|
@@ -193,12 +175,6 @@ License: LicenseRef-Unicode-3.0
|
|
|
193
175
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/LicenseRef-Unicode-3.0.txt
|
|
194
176
|
Contained in: src/sap.ui.core/src/sap/ui/core/cldr/**
|
|
195
177
|
|
|
196
|
-
Component: MobiScroll, version: 2.9.0
|
|
197
|
-
Copyright: 2010-2013, Acid Media
|
|
198
|
-
License: MIT
|
|
199
|
-
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
200
|
-
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/mobiscroll/**
|
|
201
|
-
|
|
202
178
|
Component: SinonJS, version: 1.14.1
|
|
203
179
|
Copyright: 2010-2014, Christian Johansen, christian@cjohansen.no
|
|
204
180
|
License: BSD-3-Clause
|
|
@@ -462,7 +438,7 @@ License: Apache-2.0
|
|
|
462
438
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
463
439
|
Contained in: lib/jsdoc/ui5/plugin.js
|
|
464
440
|
|
|
465
|
-
Component: SAP Theming Base Content, version: 11.
|
|
441
|
+
Component: SAP Theming Base Content, version: 11.31.0
|
|
466
442
|
Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
|
|
467
443
|
License: Apache-2.0
|
|
468
444
|
License Text: https://github.com/SAP/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.138.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,11 +14,10 @@
|
|
|
14
14
|
"url": "https://github.com/SAP/openui5.git"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@openui5/sap.
|
|
18
|
-
"@openui5/sap.
|
|
19
|
-
"@openui5/sap.
|
|
20
|
-
"@openui5/sap.ui.
|
|
21
|
-
"@openui5/sap.ui.
|
|
22
|
-
"@openui5/sap.ui.table": "1.136.1"
|
|
17
|
+
"@openui5/sap.f": "1.138.0",
|
|
18
|
+
"@openui5/sap.m": "1.138.0",
|
|
19
|
+
"@openui5/sap.ui.core": "1.138.0",
|
|
20
|
+
"@openui5/sap.ui.layout": "1.138.0",
|
|
21
|
+
"@openui5/sap.ui.unified": "1.138.0"
|
|
23
22
|
}
|
|
24
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.138.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 library with integration-related controls.</documentation>
|
|
12
12
|
|
|
@@ -26,9 +26,6 @@
|
|
|
26
26
|
<dependency>
|
|
27
27
|
<libraryName>sap.ui.layout</libraryName>
|
|
28
28
|
</dependency>
|
|
29
|
-
<dependency>
|
|
30
|
-
<libraryName>sap.ui.table</libraryName>
|
|
31
|
-
</dependency>
|
|
32
29
|
</dependencies>
|
|
33
30
|
|
|
34
31
|
<appData>
|
|
@@ -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.138.0
|
|
96
96
|
*
|
|
97
97
|
* @constructor
|
|
98
98
|
* @private
|
|
@@ -187,8 +187,8 @@ sap.ui.define([
|
|
|
187
187
|
this.hideNoDataMessage();
|
|
188
188
|
} else {
|
|
189
189
|
this.showNoDataMessage({
|
|
190
|
-
illustrationType: IllustratedMessageType.
|
|
191
|
-
title:
|
|
190
|
+
illustrationType: IllustratedMessageType.NoData,
|
|
191
|
+
title: Library.getResourceBundleFor("sap.ui.integration").getText("CARD_NO_ITEMS_ERROR_LISTS")
|
|
192
192
|
});
|
|
193
193
|
}
|
|
194
194
|
}
|
|
@@ -11,6 +11,7 @@ sap.ui.define([
|
|
|
11
11
|
"sap/ui/integration/util/BindingResolver",
|
|
12
12
|
"sap/m/IllustratedMessageType",
|
|
13
13
|
"sap/base/Log",
|
|
14
|
+
"sap/ui/core/Lib",
|
|
14
15
|
"sap/base/util/deepClone",
|
|
15
16
|
"sap/ui/integration/util/AnalyticsCloudHelper"
|
|
16
17
|
], function (
|
|
@@ -20,11 +21,14 @@ sap.ui.define([
|
|
|
20
21
|
BindingResolver,
|
|
21
22
|
IllustratedMessageType,
|
|
22
23
|
Log,
|
|
24
|
+
Library,
|
|
23
25
|
deepClone,
|
|
24
26
|
AnalyticsCloudHelper
|
|
25
27
|
) {
|
|
26
28
|
"use strict";
|
|
27
29
|
|
|
30
|
+
const oResourceBundle = Library.getResourceBundleFor("sap.ui.integration");
|
|
31
|
+
|
|
28
32
|
/**
|
|
29
33
|
* Constructor for a new <code>AnalyticsCloudContent</code>.
|
|
30
34
|
*
|
|
@@ -37,7 +41,7 @@ sap.ui.define([
|
|
|
37
41
|
* @extends sap.ui.integration.cards.BaseContent
|
|
38
42
|
*
|
|
39
43
|
* @author SAP SE
|
|
40
|
-
* @version 1.
|
|
44
|
+
* @version 1.138.0
|
|
41
45
|
*
|
|
42
46
|
* @constructor
|
|
43
47
|
* @private
|
|
@@ -266,14 +270,12 @@ sap.ui.define([
|
|
|
266
270
|
* @param {string} sError The error message to log.
|
|
267
271
|
*/
|
|
268
272
|
AnalyticsCloudContent.prototype._showError = function (sError) {
|
|
269
|
-
const oCard = this.getCardInstance();
|
|
270
|
-
|
|
271
273
|
Log.error(sError, this);
|
|
272
274
|
|
|
273
275
|
this.handleError({
|
|
274
|
-
illustrationType: IllustratedMessageType.
|
|
275
|
-
title:
|
|
276
|
-
description:
|
|
276
|
+
illustrationType: IllustratedMessageType.UnableToLoad,
|
|
277
|
+
title: oResourceBundle.getText("CARD_ERROR_ANALYTICS_CLOUD_TITLE"),
|
|
278
|
+
description: oResourceBundle.getText("CARD_ERROR_ANALYTICS_CLOUD_DESCRIPTION")
|
|
277
279
|
});
|
|
278
280
|
};
|
|
279
281
|
|
|
@@ -10,6 +10,7 @@ sap.ui.define([
|
|
|
10
10
|
"sap/ui/integration/util/BindingResolver",
|
|
11
11
|
"sap/m/IllustratedMessageType",
|
|
12
12
|
"sap/ui/integration/library",
|
|
13
|
+
"sap/ui/core/Lib",
|
|
13
14
|
"sap/base/Log"
|
|
14
15
|
], function (
|
|
15
16
|
BaseContent,
|
|
@@ -17,6 +18,7 @@ sap.ui.define([
|
|
|
17
18
|
BindingResolver,
|
|
18
19
|
IllustratedMessageType,
|
|
19
20
|
library,
|
|
21
|
+
Library,
|
|
20
22
|
Log
|
|
21
23
|
) {
|
|
22
24
|
"use strict";
|
|
@@ -33,7 +35,7 @@ sap.ui.define([
|
|
|
33
35
|
* @extends sap.ui.integration.cards.BaseContent
|
|
34
36
|
*
|
|
35
37
|
* @author SAP SE
|
|
36
|
-
* @version 1.
|
|
38
|
+
* @version 1.138.0
|
|
37
39
|
*
|
|
38
40
|
* @constructor
|
|
39
41
|
* @private
|
|
@@ -77,7 +79,7 @@ sap.ui.define([
|
|
|
77
79
|
} else {
|
|
78
80
|
this.showNoDataMessage({
|
|
79
81
|
illustrationType: IllustratedMessageType.NoEntries,
|
|
80
|
-
title:
|
|
82
|
+
title: Library.getResourceBundleFor("sap.ui.integration").getText("CARD_NO_ITEMS_ERROR_LISTS")
|
|
81
83
|
});
|
|
82
84
|
}
|
|
83
85
|
|
|
@@ -10,14 +10,16 @@ sap.ui.define([
|
|
|
10
10
|
"sap/ui/integration/library",
|
|
11
11
|
"sap/m/IllustratedMessageType",
|
|
12
12
|
"sap/ui/core/ComponentContainer",
|
|
13
|
-
"sap/ui/core/ComponentHooks"
|
|
13
|
+
"sap/ui/core/ComponentHooks",
|
|
14
|
+
"sap/ui/core/Lib"
|
|
14
15
|
], function (
|
|
15
16
|
BaseContent,
|
|
16
17
|
ComponentContentRenderer,
|
|
17
18
|
library,
|
|
18
19
|
IllustratedMessageType,
|
|
19
20
|
ComponentContainer,
|
|
20
|
-
ComponentHooks
|
|
21
|
+
ComponentHooks,
|
|
22
|
+
Library
|
|
21
23
|
) {
|
|
22
24
|
"use strict";
|
|
23
25
|
|
|
@@ -37,7 +39,7 @@ sap.ui.define([
|
|
|
37
39
|
* @extends sap.ui.integration.cards.BaseContent
|
|
38
40
|
*
|
|
39
41
|
* @author SAP SE
|
|
40
|
-
* @version 1.
|
|
42
|
+
* @version 1.138.0
|
|
41
43
|
*
|
|
42
44
|
* @experimental
|
|
43
45
|
* @constructor
|
|
@@ -116,8 +118,8 @@ sap.ui.define([
|
|
|
116
118
|
componentFailed: () => {
|
|
117
119
|
this.fireEvent("_actionContentReady");
|
|
118
120
|
this.handleError({
|
|
119
|
-
illustrationType: IllustratedMessageType.
|
|
120
|
-
title:
|
|
121
|
+
illustrationType: IllustratedMessageType.UnableToLoad,
|
|
122
|
+
title: Library.getResourceBundleFor("sap.ui.integration").getText("CARD_DATA_LOAD_ERROR"),
|
|
121
123
|
description: "Card content failed to create component"
|
|
122
124
|
});
|
|
123
125
|
}
|
|
@@ -69,7 +69,7 @@ sap.ui.define([
|
|
|
69
69
|
* @extends sap.ui.integration.cards.BaseListContent
|
|
70
70
|
*
|
|
71
71
|
* @author SAP SE
|
|
72
|
-
* @version 1.
|
|
72
|
+
* @version 1.138.0
|
|
73
73
|
*
|
|
74
74
|
* @constructor
|
|
75
75
|
* @private
|
|
@@ -346,7 +346,7 @@ sap.ui.define([
|
|
|
346
346
|
}
|
|
347
347
|
|
|
348
348
|
if (mItem.attributes) {
|
|
349
|
-
mItem.attributes.forEach(
|
|
349
|
+
mItem.attributes.forEach((attr) => {
|
|
350
350
|
oObjectStatus = new ObjectStatus({
|
|
351
351
|
text: attr.value,
|
|
352
352
|
state: attr.state,
|
|
@@ -357,6 +357,13 @@ sap.ui.define([
|
|
|
357
357
|
inverted: attr.inverted
|
|
358
358
|
});
|
|
359
359
|
|
|
360
|
+
this._oActions.attach({
|
|
361
|
+
area: ActionArea.ContentItem,
|
|
362
|
+
actions: attr.actions,
|
|
363
|
+
control: oObjectStatus,
|
|
364
|
+
enabledPropertyName: "active"
|
|
365
|
+
});
|
|
366
|
+
|
|
360
367
|
mSettings.attributes.push(oObjectStatus);
|
|
361
368
|
});
|
|
362
369
|
}
|
|
@@ -385,6 +392,14 @@ sap.ui.define([
|
|
|
385
392
|
disabledPropertyValue: ListType.Inactive
|
|
386
393
|
});
|
|
387
394
|
|
|
395
|
+
this._oActions.attach({
|
|
396
|
+
area: ActionArea.ContentItem,
|
|
397
|
+
actions: mItem?.info?.actions,
|
|
398
|
+
control: this._oItemTemplate,
|
|
399
|
+
enabledPropertyName: "infoActive",
|
|
400
|
+
eventName: "infoPress"
|
|
401
|
+
});
|
|
402
|
+
|
|
388
403
|
var oGroup = oConfiguration.group;
|
|
389
404
|
|
|
390
405
|
if (oGroup) {
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
sap.ui.define([
|
|
7
7
|
"./BaseContent",
|
|
8
8
|
"./ObjectContentRenderer",
|
|
9
|
+
"sap/ui/core/Lib",
|
|
9
10
|
"sap/ui/integration/library",
|
|
10
11
|
"sap/m/library",
|
|
11
12
|
"sap/m/IllustratedMessageType",
|
|
@@ -49,6 +50,7 @@ sap.ui.define([
|
|
|
49
50
|
], function (
|
|
50
51
|
BaseContent,
|
|
51
52
|
ObjectContentRenderer,
|
|
53
|
+
Library,
|
|
52
54
|
library,
|
|
53
55
|
mLibrary,
|
|
54
56
|
IllustratedMessageType,
|
|
@@ -127,7 +129,7 @@ sap.ui.define([
|
|
|
127
129
|
*
|
|
128
130
|
* @extends sap.ui.integration.cards.BaseContent
|
|
129
131
|
* @author SAP SE
|
|
130
|
-
* @version 1.
|
|
132
|
+
* @version 1.138.0
|
|
131
133
|
*
|
|
132
134
|
* @constructor
|
|
133
135
|
* @since 1.64
|
|
@@ -170,7 +172,7 @@ sap.ui.define([
|
|
|
170
172
|
} else {
|
|
171
173
|
this.showNoDataMessage({
|
|
172
174
|
illustrationType: IllustratedMessageType.NoData,
|
|
173
|
-
title:
|
|
175
|
+
title: Library.getResourceBundleFor("sap.ui.integration").getText("CARD_NO_ITEMS_ERROR_CHART")
|
|
174
176
|
});
|
|
175
177
|
}
|
|
176
178
|
|
|
@@ -505,7 +507,7 @@ sap.ui.define([
|
|
|
505
507
|
oControl = this._createNumericDataItem(oItem, vVisible);
|
|
506
508
|
break;
|
|
507
509
|
case "Status":
|
|
508
|
-
oControl =
|
|
510
|
+
oControl = this._createStatusItem(oItem);
|
|
509
511
|
break;
|
|
510
512
|
case "IconGroup":
|
|
511
513
|
oControl = this._createIconGroupItem(oItem, vVisible);
|
|
@@ -628,6 +630,19 @@ sap.ui.define([
|
|
|
628
630
|
return oVbox;
|
|
629
631
|
};
|
|
630
632
|
|
|
633
|
+
ObjectContent.prototype._createStatusItem = function (oItem) {
|
|
634
|
+
const oStatus = ObjectStatusFactory.createStatusItem(oItem);
|
|
635
|
+
|
|
636
|
+
this._oActions.attach({
|
|
637
|
+
area: ActionArea.ContentItemDetail,
|
|
638
|
+
actions: oItem.actions,
|
|
639
|
+
control: oStatus,
|
|
640
|
+
enabledPropertyName: "active"
|
|
641
|
+
});
|
|
642
|
+
|
|
643
|
+
return oStatus;
|
|
644
|
+
};
|
|
645
|
+
|
|
631
646
|
ObjectContent.prototype._createTextItem = function (oItem, vVisible, oLabel) {
|
|
632
647
|
var vValue = oItem.value,
|
|
633
648
|
vTooltip = oItem.tooltip,
|
|
@@ -85,7 +85,7 @@ sap.ui.define([
|
|
|
85
85
|
* @extends sap.ui.integration.cards.BaseListContent
|
|
86
86
|
*
|
|
87
87
|
* @author SAP SE
|
|
88
|
-
* @version 1.
|
|
88
|
+
* @version 1.138.0
|
|
89
89
|
*
|
|
90
90
|
* @constructor
|
|
91
91
|
* @private
|
|
@@ -415,6 +415,24 @@ sap.ui.define([
|
|
|
415
415
|
return oControl;
|
|
416
416
|
}
|
|
417
417
|
|
|
418
|
+
if (oColumn.state) {
|
|
419
|
+
const oStatus = new ObjectStatus({
|
|
420
|
+
text: oColumn.value,
|
|
421
|
+
state: oColumn.state,
|
|
422
|
+
showStateIcon: oColumn.showStateIcon,
|
|
423
|
+
customIcon: oColumn.customStateIcon
|
|
424
|
+
});
|
|
425
|
+
|
|
426
|
+
this._oActions.attach({
|
|
427
|
+
area: ActionArea.ContentItemDetail,
|
|
428
|
+
actions: oColumn.actions,
|
|
429
|
+
control: oStatus,
|
|
430
|
+
enabledPropertyName: "active"
|
|
431
|
+
});
|
|
432
|
+
|
|
433
|
+
return oStatus;
|
|
434
|
+
}
|
|
435
|
+
|
|
418
436
|
if (oColumn.url) {
|
|
419
437
|
Log.warning("Usage of column property 'url' is deprecated. Use card actions for navigation.", null, "sap.ui.integration.widgets.Card");
|
|
420
438
|
|
|
@@ -443,15 +461,6 @@ sap.ui.define([
|
|
|
443
461
|
return oControl;
|
|
444
462
|
}
|
|
445
463
|
|
|
446
|
-
if (oColumn.state) {
|
|
447
|
-
return new ObjectStatus({
|
|
448
|
-
text: oColumn.value,
|
|
449
|
-
state: oColumn.state,
|
|
450
|
-
showStateIcon: oColumn.showStateIcon,
|
|
451
|
-
customIcon: oColumn.customStateIcon
|
|
452
|
-
});
|
|
453
|
-
}
|
|
454
|
-
|
|
455
464
|
if (oColumn.value) {
|
|
456
465
|
return new Text({
|
|
457
466
|
text: oColumn.value
|
|
@@ -8,18 +8,21 @@ sap.ui.define([
|
|
|
8
8
|
"./WebPageContentRenderer",
|
|
9
9
|
"sap/ui/util/isCrossOriginURL",
|
|
10
10
|
"sap/m/IllustratedMessageType",
|
|
11
|
-
"sap/ui/integration/util/BindingHelper"
|
|
11
|
+
"sap/ui/integration/util/BindingHelper",
|
|
12
|
+
"sap/ui/core/Lib"
|
|
12
13
|
], function (
|
|
13
14
|
BaseContent,
|
|
14
15
|
WebPageContentRenderer,
|
|
15
16
|
isCrossOriginURL,
|
|
16
17
|
IllustratedMessageType,
|
|
17
|
-
BindingHelper
|
|
18
|
+
BindingHelper,
|
|
19
|
+
Library
|
|
18
20
|
) {
|
|
19
21
|
"use strict";
|
|
20
22
|
|
|
21
23
|
var FRAME_LOADED = "_frameLoaded";
|
|
22
24
|
var LOAD_TIMEOUT = 15 * 1000; // wait maximum 15s for the frame to load
|
|
25
|
+
const oResourceBundle = Library.getResourceBundleFor("sap.ui.integration");
|
|
23
26
|
|
|
24
27
|
/**
|
|
25
28
|
* Constructor for a new <code>WebPageContent</code>.
|
|
@@ -33,7 +36,7 @@ sap.ui.define([
|
|
|
33
36
|
* @extends sap.ui.integration.cards.BaseContent
|
|
34
37
|
*
|
|
35
38
|
* @author SAP SE
|
|
36
|
-
* @version 1.
|
|
39
|
+
* @version 1.138.0
|
|
37
40
|
*
|
|
38
41
|
* @constructor
|
|
39
42
|
* @experimental
|
|
@@ -200,18 +203,18 @@ sap.ui.define([
|
|
|
200
203
|
|
|
201
204
|
if (!sCurrSrc) {
|
|
202
205
|
this.handleError({
|
|
203
|
-
illustrationType: IllustratedMessageType.
|
|
204
|
-
title:
|
|
205
|
-
description:
|
|
206
|
+
illustrationType: IllustratedMessageType.UnableToLoad,
|
|
207
|
+
title: oResourceBundle.getText("CARD_WEB_PAGE_EMPTY_URL_ERROR"),
|
|
208
|
+
description: oResourceBundle.getText("CARD_ERROR_CONFIGURATION_DESCRIPTION")
|
|
206
209
|
});
|
|
207
210
|
return false;
|
|
208
211
|
}
|
|
209
212
|
|
|
210
213
|
if (isCrossOriginURL(sCurrSrc) && !sCurrSrc.startsWith("https")) {
|
|
211
214
|
this.handleError({
|
|
212
|
-
illustrationType: IllustratedMessageType.
|
|
213
|
-
title:
|
|
214
|
-
description:
|
|
215
|
+
illustrationType: IllustratedMessageType.UnableToLoad,
|
|
216
|
+
title: oResourceBundle.getText("CARD_WEB_PAGE_HTTPS_URL_ERROR"),
|
|
217
|
+
description: oResourceBundle.getText("CARD_ERROR_REQUEST_ACCESS_DENIED_DESCRIPTION")
|
|
215
218
|
});
|
|
216
219
|
return false;
|
|
217
220
|
}
|
|
@@ -232,12 +235,11 @@ sap.ui.define([
|
|
|
232
235
|
this._iLoadTimeout = setTimeout(function () {
|
|
233
236
|
this.fireEvent(FRAME_LOADED);
|
|
234
237
|
|
|
235
|
-
var iSeconds = LOAD_TIMEOUT / 1000
|
|
236
|
-
oCard = this.getCardInstance();
|
|
238
|
+
var iSeconds = LOAD_TIMEOUT / 1000;
|
|
237
239
|
|
|
238
240
|
this.handleError({
|
|
239
|
-
illustrationType: IllustratedMessageType.
|
|
240
|
-
title:
|
|
241
|
+
illustrationType: IllustratedMessageType.UnableToLoad,
|
|
242
|
+
title: oResourceBundle.getText("CARD_WEB_PAGE_TIMEOUT_ERROR", [iSeconds]),
|
|
241
243
|
details: "Failed to load '" + this.getSrc() + "' after " + iSeconds + " seconds."
|
|
242
244
|
});
|
|
243
245
|
}.bind(this), LOAD_TIMEOUT);
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
sap.ui.define([
|
|
7
7
|
"sap/ui/integration/library",
|
|
8
8
|
"sap/base/Log",
|
|
9
|
+
"sap/ui/base/BindingInfo",
|
|
9
10
|
"sap/ui/base/ManagedObject",
|
|
10
11
|
"sap/ui/integration/cards/actions/CustomAction",
|
|
11
12
|
"sap/ui/integration/cards/actions/DateChangeAction",
|
|
@@ -21,6 +22,7 @@ sap.ui.define([
|
|
|
21
22
|
], function (
|
|
22
23
|
library,
|
|
23
24
|
Log,
|
|
25
|
+
BindingInfo,
|
|
24
26
|
ManagedObject,
|
|
25
27
|
CustomAction,
|
|
26
28
|
DateChangeAction,
|
|
@@ -59,7 +61,7 @@ sap.ui.define([
|
|
|
59
61
|
* @extends sap.ui.base.ManagedObject
|
|
60
62
|
*
|
|
61
63
|
* @author SAP SE
|
|
62
|
-
* @version 1.
|
|
64
|
+
* @version 1.138.0
|
|
63
65
|
*
|
|
64
66
|
* @constructor
|
|
65
67
|
* @private
|
|
@@ -179,7 +181,7 @@ sap.ui.define([
|
|
|
179
181
|
sEnabledPropertyName = oConfig.enabledPropertyName,
|
|
180
182
|
vEnabled = oConfig.enabledPropertyValue,
|
|
181
183
|
vDisabled = oConfig.disabledPropertyValue,
|
|
182
|
-
oBindingInfo =
|
|
184
|
+
oBindingInfo = BindingInfo.parse("{path:''}");
|
|
183
185
|
|
|
184
186
|
// Async formatter to set oActionControl's property depending
|
|
185
187
|
// if the list item context is a correct navigation target (decided by the navigation service).
|