@openui5/sap.ui.integration 1.97.1 → 1.100.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/dep5 +25 -30
- package/THIRDPARTY.txt +15 -22
- package/package.json +3 -3
- package/src/sap/ui/integration/.library +15 -21
- 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 +17 -3
- package/src/sap/ui/integration/cards/AdaptiveContent.js +19 -73
- package/src/sap/ui/integration/cards/AnalyticalContent.js +13 -1
- package/src/sap/ui/integration/cards/AnalyticsCloudContent.js +1 -1
- package/src/sap/ui/integration/cards/BaseContent.js +82 -7
- package/src/sap/ui/integration/cards/BaseContentRenderer.js +8 -3
- package/src/sap/ui/integration/cards/BaseListContent.js +80 -69
- package/src/sap/ui/integration/cards/CalendarContent.js +20 -14
- package/src/sap/ui/integration/cards/ComponentContent.js +1 -1
- package/src/sap/ui/integration/cards/Footer.js +25 -8
- package/src/sap/ui/integration/cards/Header.js +2 -2
- package/src/sap/ui/integration/cards/ListContent.js +47 -27
- package/src/sap/ui/integration/cards/ListContentRenderer.js +9 -5
- package/src/sap/ui/integration/cards/NumericHeader.js +2 -2
- package/src/sap/ui/integration/cards/ObjectContent.js +369 -193
- package/src/sap/ui/integration/cards/ObjectContentRenderer.js +28 -0
- package/src/sap/ui/integration/cards/TableContent.js +3 -3
- package/src/sap/ui/integration/cards/TableContentRenderer.js +5 -4
- package/src/sap/ui/integration/cards/TimelineContent.js +5 -6
- package/src/sap/ui/integration/cards/TimelineContentRenderer.js +4 -7
- package/src/sap/ui/integration/cards/WebPageContent.js +1 -1
- package/src/sap/ui/integration/cards/actions/BaseAction.js +89 -0
- package/src/sap/ui/integration/cards/actions/CardActions.js +480 -0
- package/src/sap/ui/integration/cards/actions/CustomAction.js +31 -0
- package/src/sap/ui/integration/cards/actions/DateChangeAction.js +20 -0
- package/src/sap/ui/integration/cards/actions/HideCardAction.js +36 -0
- package/src/sap/ui/integration/cards/actions/MonthChangeAction.js +20 -0
- package/src/sap/ui/integration/cards/actions/NavigationAction.js +63 -0
- package/src/sap/ui/integration/cards/actions/ShowCardAction.js +74 -0
- package/src/sap/ui/integration/cards/actions/SubmitAction.js +89 -0
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputChoiceSet.js +52 -10
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputDate.js +39 -4
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputNumber.js +41 -13
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputText.js +41 -4
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputTime.js +27 -116
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputToggle.js +37 -3
- package/src/sap/ui/integration/cards/adaptivecards/overwrites/ActionRender.js +6 -0
- package/src/sap/ui/integration/cards/adaptivecards/overwrites/inputsGeneralOverwrites.js +115 -0
- package/src/sap/ui/integration/cards/filters/BaseFilter.js +19 -2
- package/src/sap/ui/integration/cards/filters/DateRangeFilter.js +56 -47
- package/src/sap/ui/integration/cards/filters/FilterBar.js +91 -0
- package/src/sap/ui/integration/cards/filters/FilterBarFactory.js +33 -12
- package/src/sap/ui/integration/cards/filters/SearchFilter.js +104 -0
- package/src/sap/ui/integration/cards/filters/SelectFilter.js +7 -2
- package/src/sap/ui/integration/controls/ActionsStrip.js +6 -2
- package/src/sap/ui/integration/controls/ActionsToolbar.js +6 -6
- package/src/sap/ui/integration/controls/ActionsToolbarRenderer.js +1 -1
- package/src/sap/ui/integration/controls/ListContentItem.js +1 -1
- package/src/sap/ui/integration/controls/ListContentItemRenderer.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/Paginator.js +173 -0
- package/src/sap/ui/integration/controls/PaginatorRenderer.js +113 -0
- package/src/sap/ui/integration/designtime/baseEditor/BaseEditor.js +6 -4
- 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.properties +11 -2
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_ar.properties +7 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_bg.properties +7 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_ca.properties +7 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_cs.properties +7 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_cy.properties +7 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_da.properties +7 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_de.properties +7 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_el.properties +7 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_en.properties +7 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_en_GB.properties +7 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_en_US_sappsd.properties +7 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_en_US_saprigi.properties +25 -13
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_en_US_saptrc.properties +7 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_es.properties +7 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_es_MX.properties +7 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_et.properties +7 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_fi.properties +7 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_fr.properties +7 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_fr_CA.properties +7 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_hi.properties +7 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_hr.properties +7 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_hu.properties +7 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_id.properties +7 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_it.properties +7 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_iw.properties +7 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_ja.properties +7 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_kk.properties +7 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_ko.properties +7 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_lt.properties +7 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_lv.properties +7 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_ms.properties +7 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_nl.properties +7 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_no.properties +7 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_pl.properties +7 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_pt.properties +7 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_pt_PT.properties +7 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_ro.properties +7 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_ru.properties +7 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_sh.properties +7 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_sk.properties +7 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_sl.properties +7 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_sv.properties +7 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_th.properties +7 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_tr.properties +7 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_uk.properties +7 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_vi.properties +7 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_zh_CN.properties +7 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_zh_TW.properties +7 -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/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.fragment.xml +1 -0
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/jsonEditor/JsonEditor.js +6 -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 +11 -3
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/multiSelectEditor/MultiSelectEditor.fragment.xml +15 -0
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/multiSelectEditor/MultiSelectEditor.js +116 -0
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/numberEditor/NumberEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/objectArrayEditor/ObjectArrayEditor.fragment.xml +14 -0
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/objectArrayEditor/ObjectArrayEditor.js +102 -0
- 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 +5 -2
- package/src/sap/ui/integration/designtime/baseEditor/util/StylesheetManager.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/binding/ObjectBinding.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/createPromise.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 +17 -2
- 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 +2 -2
- package/src/sap/ui/integration/designtime/cardEditor/BASEditor.js +22 -21
- package/src/sap/ui/integration/designtime/cardEditor/CardEditor.js +4 -4
- package/src/sap/ui/integration/designtime/cardEditor/config/index.js +15 -2
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n.properties +66 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_ar.properties +44 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_bg.properties +44 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_ca.properties +44 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_cs.properties +44 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_cy.properties +44 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_da.properties +44 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_de.properties +44 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_el.properties +44 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en.properties +44 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en_GB.properties +44 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en_US_sappsd.properties +44 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en_US_saprigi.properties +48 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en_US_saptrc.properties +44 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_es.properties +44 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_es_MX.properties +44 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_et.properties +44 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_fi.properties +44 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_fr.properties +44 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_fr_CA.properties +44 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_hi.properties +44 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_hr.properties +44 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_hu.properties +44 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_id.properties +44 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_it.properties +44 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_iw.properties +44 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_ja.properties +44 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_kk.properties +44 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_ko.properties +44 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_lt.properties +44 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_lv.properties +44 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_ms.properties +44 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_nl.properties +44 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_no.properties +44 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_pl.properties +44 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_pt.properties +44 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_pt_PT.properties +44 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_ro.properties +44 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_ru.properties +44 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_sh.properties +44 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_sk.properties +44 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_sl.properties +44 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_sv.properties +44 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_th.properties +44 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_tr.properties +44 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_uk.properties +45 -1
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_vi.properties +44 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_zh_CN.properties +44 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_zh_TW.properties +44 -0
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/complexMapEditor/ComplexMapEditor.js +61 -3
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/destinationsEditor/DestinationsEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/filtersEditor/FiltersEditor.js +218 -0
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/parametersEditor/ParametersEditor.js +34 -3
- package/src/sap/ui/integration/designtime/editor/CardEditor.js +53 -4
- package/src/sap/ui/integration/designtime/editor/CardPreview.js +5 -7
- package/src/sap/ui/integration/editor/Editor.js +933 -284
- package/src/sap/ui/integration/editor/EditorResourceBundles.js +42 -31
- package/src/sap/ui/integration/editor/Extension.js +1 -1
- package/src/sap/ui/integration/editor/Manifest.js +2 -2
- package/src/sap/ui/integration/editor/Merger.js +0 -18
- package/src/sap/ui/integration/editor/Settings.js +9 -5
- package/src/sap/ui/integration/editor/css/Editor.css +156 -11
- package/src/sap/ui/integration/editor/fields/BaseField.js +13 -13
- 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/IntegerField.js +16 -2
- package/src/sap/ui/integration/editor/fields/NumberField.js +1 -1
- package/src/sap/ui/integration/editor/fields/ObjectField.js +1239 -0
- package/src/sap/ui/integration/editor/fields/ObjectListField.js +360 -0
- package/src/sap/ui/integration/editor/fields/StringField.js +86 -51
- package/src/sap/ui/integration/editor/fields/{ListField.js → StringListField.js} +74 -59
- package/src/sap/ui/integration/editor/fields/viz/ColorSelect.js +9 -29
- package/src/sap/ui/integration/editor/fields/viz/IconSelect.js +1 -3
- package/src/sap/ui/integration/editor/fields/viz/ShapeSelect.js +1 -3
- package/src/sap/ui/integration/editor/languages.json +2 -2
- package/src/sap/ui/integration/formatters/InitialsFormatter.js +38 -0
- package/src/sap/ui/integration/library.js +35 -4
- package/src/sap/ui/integration/messagebundle.properties +87 -0
- package/src/sap/ui/integration/messagebundle_ar.properties +58 -0
- package/src/sap/ui/integration/messagebundle_bg.properties +60 -2
- package/src/sap/ui/integration/messagebundle_ca.properties +58 -0
- package/src/sap/ui/integration/messagebundle_cs.properties +58 -0
- package/src/sap/ui/integration/messagebundle_cy.properties +58 -0
- package/src/sap/ui/integration/messagebundle_da.properties +58 -0
- package/src/sap/ui/integration/messagebundle_de.properties +58 -0
- package/src/sap/ui/integration/messagebundle_el.properties +58 -0
- package/src/sap/ui/integration/messagebundle_en.properties +58 -0
- package/src/sap/ui/integration/messagebundle_en_GB.properties +58 -0
- package/src/sap/ui/integration/messagebundle_en_US_sappsd.properties +58 -0
- package/src/sap/ui/integration/messagebundle_en_US_saprigi.properties +139 -55
- package/src/sap/ui/integration/messagebundle_en_US_saptrc.properties +58 -0
- package/src/sap/ui/integration/messagebundle_es.properties +58 -0
- package/src/sap/ui/integration/messagebundle_es_MX.properties +58 -0
- package/src/sap/ui/integration/messagebundle_et.properties +58 -0
- package/src/sap/ui/integration/messagebundle_fi.properties +58 -0
- package/src/sap/ui/integration/messagebundle_fr.properties +58 -0
- package/src/sap/ui/integration/messagebundle_fr_CA.properties +58 -0
- package/src/sap/ui/integration/messagebundle_hi.properties +58 -0
- package/src/sap/ui/integration/messagebundle_hr.properties +58 -0
- package/src/sap/ui/integration/messagebundle_hu.properties +58 -0
- package/src/sap/ui/integration/messagebundle_id.properties +58 -0
- package/src/sap/ui/integration/messagebundle_it.properties +58 -0
- package/src/sap/ui/integration/messagebundle_iw.properties +58 -0
- package/src/sap/ui/integration/messagebundle_ja.properties +58 -0
- package/src/sap/ui/integration/messagebundle_kk.properties +58 -0
- package/src/sap/ui/integration/messagebundle_ko.properties +58 -0
- package/src/sap/ui/integration/messagebundle_lt.properties +58 -0
- package/src/sap/ui/integration/messagebundle_lv.properties +58 -0
- package/src/sap/ui/integration/messagebundle_ms.properties +58 -0
- package/src/sap/ui/integration/messagebundle_nl.properties +58 -0
- package/src/sap/ui/integration/messagebundle_no.properties +58 -0
- package/src/sap/ui/integration/messagebundle_pl.properties +58 -0
- package/src/sap/ui/integration/messagebundle_pt.properties +58 -0
- package/src/sap/ui/integration/messagebundle_pt_PT.properties +58 -0
- package/src/sap/ui/integration/messagebundle_ro.properties +58 -0
- package/src/sap/ui/integration/messagebundle_ru.properties +58 -0
- package/src/sap/ui/integration/messagebundle_sh.properties +58 -0
- package/src/sap/ui/integration/messagebundle_sk.properties +58 -0
- package/src/sap/ui/integration/messagebundle_sl.properties +58 -0
- package/src/sap/ui/integration/messagebundle_sv.properties +58 -0
- package/src/sap/ui/integration/messagebundle_th.properties +58 -0
- package/src/sap/ui/integration/messagebundle_tr.properties +58 -0
- package/src/sap/ui/integration/messagebundle_uk.properties +61 -3
- package/src/sap/ui/integration/messagebundle_vi.properties +58 -0
- package/src/sap/ui/integration/messagebundle_zh_CN.properties +58 -0
- package/src/sap/ui/integration/messagebundle_zh_TW.properties +58 -0
- package/src/sap/ui/integration/model/ContextModel.js +2 -2
- package/src/sap/ui/integration/model/ObservableModel.js +14 -5
- package/src/sap/ui/integration/model/PagingModelListBinding.js +40 -0
- package/src/sap/ui/integration/sap-ui-integration-define-nojQuery.js +2 -1
- package/src/sap/ui/integration/schemas/sap-card.json +294 -24
- package/src/sap/ui/integration/themes/base/ActionsStrip.less +15 -0
- package/src/sap/ui/integration/themes/base/Footer.less +10 -0
- package/src/sap/ui/integration/themes/base/ObjectContent.less +73 -9
- package/src/sap/ui/integration/themes/base/Paginator.less +58 -0
- package/src/sap/ui/integration/themes/base/library.source.less +3 -0
- package/src/sap/ui/integration/thirdparty/adaptive-expressions.js +1 -0
- package/src/sap/ui/integration/thirdparty/adaptivecards-templating.js +660 -952
- package/src/sap/ui/integration/thirdparty/markdown-it.js +8340 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/bundle.esm.js +27 -102
- package/src/sap/ui/integration/thirdparty/webcomponents/bundle.esm.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-8f9ad94e.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-8f9ad94e.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-f6792d81.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-f6792d81.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-39f4bd50.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-39f4bd50.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-884d46bd.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-884d46bd.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-5b6cc3e2.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-5b6cc3e2.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-d12c1ceb.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-d12c1ceb.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-307b7f69.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-307b7f69.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-c7ed5c29.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-c7ed5c29.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-0f578e7e.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-0f578e7e.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-9889d6f0.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-9889d6f0.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-53593542.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-53593542.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-6bb7d77b.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-6bb7d77b.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-0376c479.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-0376c479.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-eb501c07.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-eb501c07.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-45d1c326.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-45d1c326.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-e1955d32.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-e1955d32.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-3bc10a88.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-3bc10a88.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-e41c44ec.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-e41c44ec.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-963f5beb.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-963f5beb.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-a4723c29.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-a4723c29.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-10d3b264.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-10d3b264.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-9cf5ba75.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-9cf5ba75.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-00c865df.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-00c865df.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-8a51ede2.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-8a51ede2.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-ac48007a.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-ac48007a.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-ae1a6e4a.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-ae1a6e4a.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-1fe90167.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-1fe90167.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-288d5c23.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-288d5c23.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-4f1305df.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-4f1305df.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-b984b6dc.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-b984b6dc.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-a0061a71.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-a0061a71.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-c96b504c.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-c96b504c.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-27edc9b8.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-27edc9b8.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-c943134b.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-c943134b.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-16c1c577.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-16c1c577.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-6265990a.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-6265990a.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-60f6fce4.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-60f6fce4.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-c0eae649.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-c0eae649.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-3c753818.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-3c753818.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-c4029409.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-c4029409.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-49952683.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-49952683.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-f5eadd90.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-f5eadd90.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-9eaeaf2e.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-9eaeaf2e.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-d57d2bfc.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-d57d2bfc.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-5f15c5a1.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-5f15c5a1.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-69efcc93.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-69efcc93.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-0b408aea.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-0b408aea.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-51d189db.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-51d189db.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-6db571be.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-6db571be.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-71f66463.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-71f66463.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-5b3dd502.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-5b3dd502.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-9c40042d.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-9c40042d.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-b620a07a.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-b620a07a.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-c393c4a9.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-c393c4a9.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-4be67a77.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-4be67a77.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-632e4f9f.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-632e4f9f.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-56b41ac8.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-56b41ac8.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-daa86622.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-daa86622.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-54381557.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-54381557.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-c58db769.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-c58db769.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-536227b5.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-536227b5.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-54fe878e.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-54fe878e.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-56e48e33.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-56e48e33.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-71b1c190.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-71b1c190.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-5ae816d9.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-5ae816d9.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-eecb1eec.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-eecb1eec.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-bd30a402.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-bd30a402.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-dd8107e1.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-dd8107e1.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-026877c7.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-026877c7.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-9e9f924f.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-9e9f924f.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-2c6cce63.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-2c6cce63.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-a24258d4.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-a24258d4.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-0dbe572d.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-0dbe572d.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-767b0e99.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-767b0e99.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-4291aa7d.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-4291aa7d.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-b3537542.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-b3537542.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-4047dcd1.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-4047dcd1.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-806e8ca0.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-806e8ca0.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-57daf6b1.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-57daf6b1.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-fd3049d8.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-fd3049d8.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-586b310b.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-586b310b.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-71a84189.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-71a84189.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-1796a5d2.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-1796a5d2.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-d6d000eb.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-d6d000eb.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-63398540.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-63398540.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-79715cf0.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-79715cf0.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-c378e505.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-c378e505.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-f32e601b.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-f32e601b.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-70daf763.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-70daf763.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-99b5589a.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-99b5589a.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-3f36f453.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-3f36f453.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-c9a9277d.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-c9a9277d.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-2420a6e9.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-2420a6e9.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-748178a2.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-748178a2.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-91e89b06.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-91e89b06.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-ffef9f6e.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-ffef9f6e.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0c3377c5.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0c3377c5.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-16ed5ab0.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-16ed5ab0.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-2b80e11c.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-2b80e11c.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-324b2fcc.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-324b2fcc.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-4809f843.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-4809f843.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5338149e.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5338149e.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-55dcf53d.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-55dcf53d.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-55e683ed.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-55e683ed.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5bc2c0de.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5bc2c0de.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7bc1fa16.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7bc1fa16.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7f593c6e.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7f593c6e.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-826107f5.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-826107f5.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-8b95ce95.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-8b95ce95.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-a003a2e2.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-a003a2e2.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-ab3e8649.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-ab3e8649.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-bfa33d93.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-bfa33d93.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-dec4feca.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-dec4feca.js.map +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-fb5a25ab.js +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-fb5a25ab.js.map +1 -0
- package/src/sap/ui/integration/util/BaseFactory.js +1 -1
- package/src/sap/ui/integration/util/BindingHelper.js +16 -7
- package/src/sap/ui/integration/util/BindingResolver.js +5 -4
- package/src/sap/ui/integration/util/CacheAndRequestDataProvider.js +4 -30
- package/src/sap/ui/integration/util/CardMerger.js +6 -17
- package/src/sap/ui/integration/util/CardObserver.js +1 -1
- package/src/sap/ui/integration/util/ContentFactory.js +2 -2
- package/src/sap/ui/integration/util/CsrfTokenHandler.js +62 -78
- package/src/sap/ui/integration/util/DataProvider.js +1 -1
- package/src/sap/ui/integration/util/DataProviderFactory.js +8 -1
- package/src/sap/ui/integration/util/Destinations.js +4 -2
- package/src/sap/ui/integration/util/ExtensionDataProvider.js +1 -1
- package/src/sap/ui/integration/util/HeaderFactory.js +7 -2
- package/src/sap/ui/integration/util/JSONBindingHelper.js +1 -1
- package/src/sap/ui/integration/util/LoadingProvider.js +16 -6
- package/src/sap/ui/integration/util/Manifest.js +8 -4
- package/src/sap/ui/integration/{ManifestResolver.js → util/ManifestResolver.js} +17 -19
- package/src/sap/ui/integration/util/RequestDataProvider.js +33 -7
- 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 +50 -0
- package/src/sap/ui/integration/util/Utils.js +48 -4
- package/src/sap/ui/integration/widgets/Card.js +381 -100
- package/src/sap/ui/integration/widgets/CardRenderer.js +0 -6
- package/ui5.yaml +2 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/Unicode-Data-Files-LICENSE.txt +0 -27
- package/src/sap/ui/integration/thirdparty/webcomponents/ar.43441c1da168c24d.json +0 -5906
- package/src/sap/ui/integration/thirdparty/webcomponents/ar_EG.2c9d7bc8c6cc480e.json +0 -5906
- package/src/sap/ui/integration/thirdparty/webcomponents/ar_SA.5a58dac7851f3491.json +0 -5906
- package/src/sap/ui/integration/thirdparty/webcomponents/bg.ed8d32010cf321a6.json +0 -4979
- package/src/sap/ui/integration/thirdparty/webcomponents/bundle.es5.js +0 -212
- package/src/sap/ui/integration/thirdparty/webcomponents/ca.e7ad42298985cd11.json +0 -4996
- package/src/sap/ui/integration/thirdparty/webcomponents/cs.9c679acdc4b03e38.json +0 -5498
- package/src/sap/ui/integration/thirdparty/webcomponents/da.ba9951ef39b201a6.json +0 -4888
- package/src/sap/ui/integration/thirdparty/webcomponents/de.6caccc36abcd1ecf.json +0 -4916
- package/src/sap/ui/integration/thirdparty/webcomponents/de_AT.0f4ffe37737725a0.json +0 -4917
- package/src/sap/ui/integration/thirdparty/webcomponents/de_CH.c148cbc7ceb1a7a5.json +0 -4915
- package/src/sap/ui/integration/thirdparty/webcomponents/el.11c4c67dcb9fadcc.json +0 -4883
- package/src/sap/ui/integration/thirdparty/webcomponents/el_CY.ed3bddd6e79dc343.json +0 -4883
- package/src/sap/ui/integration/thirdparty/webcomponents/en.c4465af466100b5b.json +0 -4970
- package/src/sap/ui/integration/thirdparty/webcomponents/en_AU.5cb9fccc9ce24663.json +0 -4962
- package/src/sap/ui/integration/thirdparty/webcomponents/en_GB.e31daeeb57c2f1d1.json +0 -4971
- package/src/sap/ui/integration/thirdparty/webcomponents/en_HK.0a22405bb092bec2.json +0 -4977
- package/src/sap/ui/integration/thirdparty/webcomponents/en_IE.6a062df10dabdb1c.json +0 -4971
- package/src/sap/ui/integration/thirdparty/webcomponents/en_IN.bfd20b07e9079267.json +0 -4972
- package/src/sap/ui/integration/thirdparty/webcomponents/en_NZ.18303e8298e4752a.json +0 -4971
- package/src/sap/ui/integration/thirdparty/webcomponents/en_PG.9f604c968f3ab77e.json +0 -4972
- package/src/sap/ui/integration/thirdparty/webcomponents/en_SG.cc59a6a409e1617e.json +0 -4973
- package/src/sap/ui/integration/thirdparty/webcomponents/en_ZA.198f9641a502d660.json +0 -4972
- package/src/sap/ui/integration/thirdparty/webcomponents/es.c10bf80f473caf30.json +0 -4912
- package/src/sap/ui/integration/thirdparty/webcomponents/es_AR.7708d7dd7a6d2a15.json +0 -4914
- package/src/sap/ui/integration/thirdparty/webcomponents/es_BO.4a1616d9f3425fba.json +0 -4913
- package/src/sap/ui/integration/thirdparty/webcomponents/es_CL.5637126713317a15.json +0 -4914
- package/src/sap/ui/integration/thirdparty/webcomponents/es_CO.c9436572ca8f4da8.json +0 -4913
- package/src/sap/ui/integration/thirdparty/webcomponents/es_MX.b4bce7dc951eb8f4.json +0 -4915
- package/src/sap/ui/integration/thirdparty/webcomponents/es_PE.65f448fde1f0de13.json +0 -4913
- package/src/sap/ui/integration/thirdparty/webcomponents/es_UY.9ec44031491e9b95.json +0 -4915
- package/src/sap/ui/integration/thirdparty/webcomponents/es_VE.152233c7f57ecdab.json +0 -4914
- package/src/sap/ui/integration/thirdparty/webcomponents/et.bbc93e8a17832e8f.json +0 -4967
- package/src/sap/ui/integration/thirdparty/webcomponents/fa.083b927b3586b3a3.json +0 -4883
- package/src/sap/ui/integration/thirdparty/webcomponents/fi.1b4c89f38783556e.json +0 -5008
- package/src/sap/ui/integration/thirdparty/webcomponents/fr.ddbb9df1e0bdb6ac.json +0 -4979
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_BE.bf3609280b7b93ee.json +0 -4979
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_CA.b64d0bcd23a5cd3e.json +0 -4973
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_CH.349b221a02887244.json +0 -4997
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_LU.ef7d7c8bb3328d28.json +0 -4979
- package/src/sap/ui/integration/thirdparty/webcomponents/he.d628e8bf13a8a2c8.json +0 -5378
- package/src/sap/ui/integration/thirdparty/webcomponents/hi.cc34df8229f656f5.json +0 -4829
- package/src/sap/ui/integration/thirdparty/webcomponents/hr.c920290f50173516.json +0 -4919
- package/src/sap/ui/integration/thirdparty/webcomponents/hu.2d9fa4a9163cd7c0.json +0 -4856
- package/src/sap/ui/integration/thirdparty/webcomponents/id.163fdd2a7dbd1dd3.json +0 -4658
- package/src/sap/ui/integration/thirdparty/webcomponents/it.b5acbefdd6794dfc.json +0 -4950
- package/src/sap/ui/integration/thirdparty/webcomponents/it_CH.ade4cbfb2e49424a.json +0 -4950
- package/src/sap/ui/integration/thirdparty/webcomponents/ja.d882fade5c3e04b5.json +0 -4830
- package/src/sap/ui/integration/thirdparty/webcomponents/kk.ab96b18c66676a99.json +0 -4725
- package/src/sap/ui/integration/thirdparty/webcomponents/ko.a0d63a1580dcbefd.json +0 -4738
- package/src/sap/ui/integration/thirdparty/webcomponents/lt.93bb00f91a74d613.json +0 -5481
- package/src/sap/ui/integration/thirdparty/webcomponents/lv.3c272216d7d4d61c.json +0 -5112
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar.d20c665dc46a6f9b.json +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg.38428028ff3b1869.json +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca.c46423cc94896604.json +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs.d9d68b2690954b4e.json +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy.facf33e921a1a902.json +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da.1189e997523b89f6.json +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de.1edf86f620dd657a.json +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el.b0d02877b9366e9a.json +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es.43fc364a8be37449.json +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX.ebf2828c83c4821a.json +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et.8f9abcfab5eb10c2.json +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi.6fc14fd0d16cc223.json +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr.c686ab9036b91d78.json +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA.fb1250c736f2ac8c.json +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi.8b8cbc4fb282adf6.json +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr.bb811aa76359724a.json +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu.18417ced7dce8cf7.json +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in.e3c5681fc8917143.json +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it.554f904c106ab069.json +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw.487febe0c5c504ff.json +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja.68cf1fa9f03cd6c3.json +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk.36e63b8f9e1fd98f.json +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko.fb000c7a35009d21.json +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt.6acd357e3eb3f54e.json +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv.3ffdda1a20bc15ec.json +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms.218aa30a3e8f58fa.json +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl.f753744c7e08b3a5.json +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no.385f0fc9f2e49ab5.json +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl.6c42672479ad9687.json +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt.ede162cbf79f7fca.json +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT.dcaa871d6b8eec75.json +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro.d3f32654c57588ea.json +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru.0ec083b64484a12d.json +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh.98cd3e4299919a30.json +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk.fddb8b9e7b70fc1d.json +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl.c55d5f817482ea06.json +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv.6d855a11d20b4335.json +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th.e791b9a81f16120c.json +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr.ce83741e39606b55.json +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk.e1ea822764025a5a.json +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi.7ee7339211750379.json +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN.0cfd71faba640211.json +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW.bc718e0187728a16.json +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ms.e26b54937e5d1516.json +0 -4515
- package/src/sap/ui/integration/thirdparty/webcomponents/nb.a6e9993590a73989.json +0 -4977
- package/src/sap/ui/integration/thirdparty/webcomponents/nl.cac914c3529b7b01.json +0 -4884
- package/src/sap/ui/integration/thirdparty/webcomponents/nl_BE.a3ac6f9f99feba7b.json +0 -4884
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css.34f9ef46a8f6a852.json +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css.52d78e00faad9126.json +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css.6c6e759e0d3534d0.json +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css.8cc66e917327b7a4.json +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css.966b2e43c0966351.json +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css.97725b2cf4e77494.json +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css.b1bf75f0b850363c.json +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css.d164773ecb392b28.json +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css.def3978aa5de7b11.json +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css.dfd19a1252497415.json +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css.e19065174fdd4592.json +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css.e2ac94de83159e1e.json +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/pl.2cc1c94da23f8c37.json +0 -5176
- package/src/sap/ui/integration/thirdparty/webcomponents/pt.fc8dd9656bc363a4.json +0 -4805
- package/src/sap/ui/integration/thirdparty/webcomponents/pt_PT.be31b641eedfdb48.json +0 -4940
- package/src/sap/ui/integration/thirdparty/webcomponents/ro.fc6a48bc63cf435e.json +0 -5090
- package/src/sap/ui/integration/thirdparty/webcomponents/ru.77f0de46b3b490b1.json +0 -5407
- package/src/sap/ui/integration/thirdparty/webcomponents/ru_UA.4c4e0034fbd799c6.json +0 -5407
- package/src/sap/ui/integration/thirdparty/webcomponents/sk.0d62a8cca83c1dec.json +0 -5370
- package/src/sap/ui/integration/thirdparty/webcomponents/sl.7b303551cc238560.json +0 -5340
- package/src/sap/ui/integration/thirdparty/webcomponents/sr.7fb9ac6ed054ff7d.json +0 -5126
- package/src/sap/ui/integration/thirdparty/webcomponents/sv.6ea04dfd8d1c331b.json +0 -5011
- package/src/sap/ui/integration/thirdparty/webcomponents/th.8e8d734a66ed1c51.json +0 -4797
- package/src/sap/ui/integration/thirdparty/webcomponents/tr.dbb9aa836fc4e3f5.json +0 -4979
- package/src/sap/ui/integration/thirdparty/webcomponents/uk.4854089f0c12f77c.json +0 -5353
- package/src/sap/ui/integration/thirdparty/webcomponents/vi.e6ffbde0643d7d75.json +0 -4673
- package/src/sap/ui/integration/thirdparty/webcomponents/webcomponentsjs/bundles/webcomponents-ce.js +0 -73
- package/src/sap/ui/integration/thirdparty/webcomponents/webcomponentsjs/bundles/webcomponents-ce.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/webcomponentsjs/bundles/webcomponents-sd-ce-pf.js +0 -336
- package/src/sap/ui/integration/thirdparty/webcomponents/webcomponentsjs/bundles/webcomponents-sd-ce-pf.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/webcomponentsjs/bundles/webcomponents-sd-ce.js +0 -221
- package/src/sap/ui/integration/thirdparty/webcomponents/webcomponentsjs/bundles/webcomponents-sd-ce.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/webcomponentsjs/bundles/webcomponents-sd.js +0 -169
- package/src/sap/ui/integration/thirdparty/webcomponents/webcomponentsjs/bundles/webcomponents-sd.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/webcomponentsjs/webcomponents-loader.js +0 -185
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_CN.6607a3e9e0901e53.json +0 -4632
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_HK.1c2563d3e4dad56e.json +0 -4640
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_SG.db7f1334eecf894d.json +0 -4640
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_TW.a1d00dd87c58d8f0.json +0 -4728
- package/src/sap/ui/integration/util/CardActions.js +0 -551
|
@@ -15,10 +15,8 @@ sap.ui.define([
|
|
|
15
15
|
"sap/base/Log",
|
|
16
16
|
"sap/base/util/merge",
|
|
17
17
|
"sap/base/util/deepEqual",
|
|
18
|
+
"sap/base/util/each",
|
|
18
19
|
"sap/ui/integration/util/DataProviderFactory",
|
|
19
|
-
"sap/m/HBox",
|
|
20
|
-
"sap/ui/core/Icon",
|
|
21
|
-
"sap/m/Text",
|
|
22
20
|
"sap/ui/model/json/JSONModel",
|
|
23
21
|
"sap/ui/integration/model/ObservableModel",
|
|
24
22
|
"sap/ui/model/resource/ResourceModel",
|
|
@@ -34,8 +32,14 @@ sap.ui.define([
|
|
|
34
32
|
"sap/ui/integration/util/BindingResolver",
|
|
35
33
|
"sap/ui/integration/formatters/IconFormatter",
|
|
36
34
|
"sap/ui/integration/cards/filters/FilterBarFactory",
|
|
37
|
-
"sap/ui/integration/
|
|
38
|
-
"sap/ui/integration/util/CardObserver"
|
|
35
|
+
"sap/ui/integration/cards/actions/CardActions",
|
|
36
|
+
"sap/ui/integration/util/CardObserver",
|
|
37
|
+
"sap/m/IllustratedMessage",
|
|
38
|
+
"sap/m/IllustratedMessageType",
|
|
39
|
+
"sap/m/IllustratedMessageSize",
|
|
40
|
+
"sap/ui/integration/util/Utils",
|
|
41
|
+
"sap/m/HBox",
|
|
42
|
+
"sap/m/library"
|
|
39
43
|
], function (
|
|
40
44
|
CardRenderer,
|
|
41
45
|
Footer,
|
|
@@ -48,10 +52,8 @@ sap.ui.define([
|
|
|
48
52
|
Log,
|
|
49
53
|
merge,
|
|
50
54
|
deepEqual,
|
|
55
|
+
each,
|
|
51
56
|
DataProviderFactory,
|
|
52
|
-
HBox,
|
|
53
|
-
Icon,
|
|
54
|
-
Text,
|
|
55
57
|
JSONModel,
|
|
56
58
|
ObservableModel,
|
|
57
59
|
ResourceModel,
|
|
@@ -68,7 +70,13 @@ sap.ui.define([
|
|
|
68
70
|
IconFormatter,
|
|
69
71
|
FilterBarFactory,
|
|
70
72
|
CardActions,
|
|
71
|
-
CardObserver
|
|
73
|
+
CardObserver,
|
|
74
|
+
IllustratedMessage,
|
|
75
|
+
IllustratedMessageType,
|
|
76
|
+
IllustratedMessageSize,
|
|
77
|
+
Utils,
|
|
78
|
+
HBox,
|
|
79
|
+
mLibrary
|
|
72
80
|
) {
|
|
73
81
|
"use strict";
|
|
74
82
|
|
|
@@ -84,23 +92,31 @@ sap.ui.define([
|
|
|
84
92
|
PARAMS: "/sap.card/configuration/parameters",
|
|
85
93
|
DESTINATIONS: "/sap.card/configuration/destinations",
|
|
86
94
|
CSRF_TOKENS: "/sap.card/configuration/csrfTokens",
|
|
87
|
-
FILTERS: "/sap.card/configuration/filters"
|
|
95
|
+
FILTERS: "/sap.card/configuration/filters",
|
|
96
|
+
ERROR_MESSAGES: "/sap.card/configuration/messages"
|
|
88
97
|
};
|
|
89
98
|
|
|
90
99
|
/**
|
|
91
100
|
* @const A list of model names which are used internally by the card.
|
|
92
101
|
*/
|
|
93
|
-
var RESERVED_MODEL_NAMES = ["parameters", "filters", "context", "i18n"];
|
|
102
|
+
var RESERVED_MODEL_NAMES = ["parameters", "filters", "paginator", "form", "context", "i18n"];
|
|
94
103
|
|
|
95
104
|
var RESERVED_PARAMETER_NAMES = ["visibleItems", "allItems"];
|
|
96
105
|
|
|
97
106
|
var HeaderPosition = fLibrary.cards.HeaderPosition;
|
|
98
107
|
|
|
108
|
+
var CardArea = library.CardArea;
|
|
109
|
+
|
|
99
110
|
var CardDataMode = library.CardDataMode;
|
|
100
111
|
|
|
101
112
|
var CARD_DESTROYED_ERROR = "Card is destroyed!";
|
|
102
113
|
|
|
103
|
-
var
|
|
114
|
+
var FlexRendertype = mLibrary.FlexRendertype;
|
|
115
|
+
|
|
116
|
+
var FlexJustifyContent = mLibrary.FlexJustifyContent;
|
|
117
|
+
|
|
118
|
+
var FlexAlignItems = mLibrary.FlexAlignItems;
|
|
119
|
+
|
|
104
120
|
|
|
105
121
|
/**
|
|
106
122
|
* Constructor for a new <code>Card</code>.
|
|
@@ -159,7 +175,7 @@ sap.ui.define([
|
|
|
159
175
|
* @extends sap.f.CardBase
|
|
160
176
|
*
|
|
161
177
|
* @author SAP SE
|
|
162
|
-
* @version 1.
|
|
178
|
+
* @version 1.100.0
|
|
163
179
|
* @public
|
|
164
180
|
* @constructor
|
|
165
181
|
* @see {@link topic:5b46b03f024542ba802d99d67bc1a3f4 Cards}
|
|
@@ -264,7 +280,7 @@ sap.ui.define([
|
|
|
264
280
|
* Defines the filters section of the card.
|
|
265
281
|
*/
|
|
266
282
|
_filterBar: {
|
|
267
|
-
type: "sap.ui.
|
|
283
|
+
type: "sap.ui.integration.cards.filters.FilterBar",
|
|
268
284
|
multiple: false,
|
|
269
285
|
visibility: "hidden"
|
|
270
286
|
},
|
|
@@ -392,7 +408,14 @@ sap.ui.define([
|
|
|
392
408
|
/**
|
|
393
409
|
* The host.
|
|
394
410
|
*/
|
|
395
|
-
host: {}
|
|
411
|
+
host: {},
|
|
412
|
+
|
|
413
|
+
/**
|
|
414
|
+
* The opener card.
|
|
415
|
+
* @private
|
|
416
|
+
* @ui5-restricted
|
|
417
|
+
*/
|
|
418
|
+
openerReference: { visibility: "hidden" }
|
|
396
419
|
}
|
|
397
420
|
},
|
|
398
421
|
renderer: CardRenderer
|
|
@@ -410,11 +433,14 @@ sap.ui.define([
|
|
|
410
433
|
this.setModel(new JSONModel()); // always create a default model to isolate the card from a propagated default model
|
|
411
434
|
this.setModel(new JSONModel(), "parameters");
|
|
412
435
|
this.setModel(new JSONModel(), "filters");
|
|
436
|
+
this.setModel(new JSONModel(), "paginator");
|
|
437
|
+
this.setModel(new JSONModel(), "form");
|
|
413
438
|
// this.setModel(new JSONModel(), "csrfTokens");
|
|
414
439
|
this.setModel(new ContextModel(), "context");
|
|
415
440
|
this._oContentFactory = new ContentFactory(this);
|
|
416
441
|
this._oCardObserver = new CardObserver(this);
|
|
417
442
|
this._bFirstRendering = true;
|
|
443
|
+
this._aFundamentalErrors = [];
|
|
418
444
|
|
|
419
445
|
if (this.getProperty("dataMode") === CardDataMode.Auto) {
|
|
420
446
|
this._oCardObserver.createObserver(this);
|
|
@@ -426,7 +452,7 @@ sap.ui.define([
|
|
|
426
452
|
* @experimental since 1.79
|
|
427
453
|
* @public
|
|
428
454
|
* @author SAP SE
|
|
429
|
-
* @version 1.
|
|
455
|
+
* @version 1.100.0
|
|
430
456
|
* @borrows sap.ui.integration.widgets.Card#getDomRef as getDomRef
|
|
431
457
|
* @borrows sap.ui.integration.widgets.Card#setVisible as setVisible
|
|
432
458
|
* @borrows sap.ui.integration.widgets.Card#getParameters as getParameters
|
|
@@ -450,6 +476,9 @@ sap.ui.define([
|
|
|
450
476
|
* @borrows sap.ui.integration.widgets.Card#destroyActionDefinition as destroyActionDefinition
|
|
451
477
|
* @borrows sap.ui.integration.widgets.Card#showLoadingPlaceholders as showLoadingPlaceholders
|
|
452
478
|
* @borrows sap.ui.integration.widgets.Card#hideLoadingPlaceholders as hideLoadingPlaceholders
|
|
479
|
+
* @borrows sap.ui.integration.widgets.Card#showCard as showCard
|
|
480
|
+
* @borrows sap.ui.integration.widgets.Card#hide as hide
|
|
481
|
+
* @borrows sap.ui.integration.widgets.Card#getOpener as getOpener
|
|
453
482
|
*/
|
|
454
483
|
this._oLimitedInterface = new Interface(this, [
|
|
455
484
|
"getDomRef",
|
|
@@ -474,7 +503,10 @@ sap.ui.define([
|
|
|
474
503
|
"indexOfActionDefinition",
|
|
475
504
|
"destroyActionDefinition",
|
|
476
505
|
"showLoadingPlaceholders",
|
|
477
|
-
"hideLoadingPlaceholders"
|
|
506
|
+
"hideLoadingPlaceholders",
|
|
507
|
+
"showCard",
|
|
508
|
+
"hide",
|
|
509
|
+
"getOpener"
|
|
478
510
|
]);
|
|
479
511
|
};
|
|
480
512
|
|
|
@@ -520,7 +552,6 @@ sap.ui.define([
|
|
|
520
552
|
this.startManifestProcessing();
|
|
521
553
|
};
|
|
522
554
|
|
|
523
|
-
|
|
524
555
|
/**
|
|
525
556
|
* Called after rendering of the control.
|
|
526
557
|
* @private
|
|
@@ -543,20 +574,24 @@ sap.ui.define([
|
|
|
543
574
|
* @ui5-restricted
|
|
544
575
|
*/
|
|
545
576
|
Card.prototype.startManifestProcessing = function () {
|
|
577
|
+
if (!Utils.isBindingSyntaxComplex()) {
|
|
578
|
+
this._logFundamentalError(
|
|
579
|
+
"Cannot parse manifest. Complex binding syntax is not enabled - " +
|
|
580
|
+
"To enable it, set the 'compatVersion' configuration option to 'edge', e.g.: data-sap-ui-compatVersion='edge' - " +
|
|
581
|
+
"sap.ui.integration.widgets.Card"
|
|
582
|
+
);
|
|
583
|
+
return;
|
|
584
|
+
}
|
|
585
|
+
|
|
546
586
|
if (this._bApplyManifest || this._bApplyParameters) {
|
|
547
587
|
this._clearReadyState();
|
|
548
588
|
this._initReadyState();
|
|
549
589
|
}
|
|
550
590
|
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
// Destroy the manifest when null/undefined/empty string are passed
|
|
556
|
-
this.destroyManifest();
|
|
557
|
-
} else {
|
|
558
|
-
this.createManifest(vManifest, this.getBaseUrl());
|
|
559
|
-
}
|
|
591
|
+
var vManifest = this.getManifest();
|
|
592
|
+
if (vManifest && this._bApplyManifest) {
|
|
593
|
+
this._cleanupOldManifest();
|
|
594
|
+
this.createManifest(vManifest, this.getBaseUrl());
|
|
560
595
|
}
|
|
561
596
|
|
|
562
597
|
if (!this._bApplyManifest && this._bApplyParameters) {
|
|
@@ -571,9 +606,17 @@ sap.ui.define([
|
|
|
571
606
|
};
|
|
572
607
|
|
|
573
608
|
Card.prototype.setManifest = function (vValue) {
|
|
574
|
-
this.
|
|
575
|
-
|
|
609
|
+
if (!deepEqual(this.getProperty("manifest"), vValue)) {
|
|
610
|
+
this.destroyActionDefinitions();
|
|
611
|
+
}
|
|
612
|
+
|
|
613
|
+
if (!vValue) {
|
|
614
|
+
// Destroy the manifest when null/undefined/empty string is passed
|
|
615
|
+
this._destroyManifest();
|
|
616
|
+
}
|
|
617
|
+
|
|
576
618
|
this._bApplyManifest = true;
|
|
619
|
+
this.setProperty("manifest", vValue);
|
|
577
620
|
return this;
|
|
578
621
|
};
|
|
579
622
|
|
|
@@ -656,7 +699,6 @@ sap.ui.define([
|
|
|
656
699
|
if (this._oCardManifest) {
|
|
657
700
|
this._oCardManifest.destroy();
|
|
658
701
|
}
|
|
659
|
-
this.destroyAggregation("_extension");
|
|
660
702
|
|
|
661
703
|
this._oCardManifest = new CardManifest("sap.card", vManifest, sBaseUrl, this.getManifestChanges());
|
|
662
704
|
|
|
@@ -677,7 +719,10 @@ sap.ui.define([
|
|
|
677
719
|
.catch(function (e) {
|
|
678
720
|
if (e.message !== CARD_DESTROYED_ERROR) {
|
|
679
721
|
this._applyManifest();
|
|
722
|
+
return;
|
|
680
723
|
}
|
|
724
|
+
|
|
725
|
+
this._logFundamentalError(e.message);
|
|
681
726
|
}.bind(this));
|
|
682
727
|
};
|
|
683
728
|
|
|
@@ -702,18 +747,42 @@ sap.ui.define([
|
|
|
702
747
|
|
|
703
748
|
resolve();
|
|
704
749
|
}.bind(this), function (vErr) {
|
|
705
|
-
|
|
750
|
+
this._logFundamentalError("Failed to load " + sFullExtensionPath + ". Check if the path is correct. Reason: " + vErr);
|
|
706
751
|
reject(vErr);
|
|
707
|
-
});
|
|
752
|
+
}.bind(this));
|
|
708
753
|
}.bind(this));
|
|
709
754
|
};
|
|
710
755
|
|
|
756
|
+
/**
|
|
757
|
+
* Logs an error which does not allow the card to be rendered.
|
|
758
|
+
* Use <code>getFundamentalErrors()</code> method to retrieve a list of such errors.
|
|
759
|
+
* @param {string} sMessage The error message.
|
|
760
|
+
*/
|
|
761
|
+
Card.prototype._logFundamentalError = function (sMessage) {
|
|
762
|
+
Log.error(sMessage);
|
|
763
|
+
this._aFundamentalErrors.push(sMessage);
|
|
764
|
+
};
|
|
765
|
+
|
|
766
|
+
/**
|
|
767
|
+
* Retrieves a list of fundamental errors which appeared during card initialization.
|
|
768
|
+
* @private
|
|
769
|
+
* @ui5-restricted sap.ui.integration
|
|
770
|
+
* @returns {array} A list of fundamental errors if there are any. Empty array otherwise.
|
|
771
|
+
*/
|
|
772
|
+
Card.prototype.getFundamentalErrors = function () {
|
|
773
|
+
return this._aFundamentalErrors;
|
|
774
|
+
};
|
|
775
|
+
|
|
711
776
|
/**
|
|
712
777
|
* Prepares the manifest and applies all settings.
|
|
713
778
|
*/
|
|
714
779
|
Card.prototype._applyManifest = function () {
|
|
715
780
|
var oCardManifest = this._oCardManifest;
|
|
716
781
|
|
|
782
|
+
if (!oCardManifest.get("/sap.card")) {
|
|
783
|
+
this._logFundamentalError("There must be a 'sap.card' section in the manifest.");
|
|
784
|
+
}
|
|
785
|
+
|
|
717
786
|
if (oCardManifest && oCardManifest.getResourceBundle()) {
|
|
718
787
|
this._enhanceI18nModel(oCardManifest.getResourceBundle());
|
|
719
788
|
}
|
|
@@ -904,14 +973,16 @@ sap.ui.define([
|
|
|
904
973
|
oHeader.refreshData();
|
|
905
974
|
}
|
|
906
975
|
|
|
907
|
-
if (oContent) {
|
|
976
|
+
if (oContent && oContent.isA("sap.ui.integration.cards.BaseContent")) {
|
|
908
977
|
oContent.refreshData();
|
|
978
|
+
} else {
|
|
979
|
+
this.destroyAggregation("_content");
|
|
980
|
+
this._destroyTemporaryContent();
|
|
981
|
+
this._applyContentManifestSettings();
|
|
909
982
|
}
|
|
910
983
|
|
|
911
984
|
if (oFilterBar) {
|
|
912
|
-
oFilterBar.
|
|
913
|
-
oFilter.refreshData();
|
|
914
|
-
});
|
|
985
|
+
oFilterBar.refreshData();
|
|
915
986
|
}
|
|
916
987
|
};
|
|
917
988
|
|
|
@@ -949,7 +1020,7 @@ sap.ui.define([
|
|
|
949
1020
|
|
|
950
1021
|
CardBase.prototype.exit.call(this);
|
|
951
1022
|
|
|
952
|
-
this.
|
|
1023
|
+
this._destroyManifest();
|
|
953
1024
|
this._oCardObserver.destroy();
|
|
954
1025
|
this._oCardObserver = null;
|
|
955
1026
|
this._oContentFactory = null;
|
|
@@ -964,7 +1035,7 @@ sap.ui.define([
|
|
|
964
1035
|
/**
|
|
965
1036
|
* Destroys everything configured by the manifest.
|
|
966
1037
|
*/
|
|
967
|
-
Card.prototype.
|
|
1038
|
+
Card.prototype._destroyManifest = function () {
|
|
968
1039
|
if (this._oCardManifest) {
|
|
969
1040
|
this._oCardManifest.destroy();
|
|
970
1041
|
this._oCardManifest = null;
|
|
@@ -974,18 +1045,6 @@ sap.ui.define([
|
|
|
974
1045
|
this._oServiceManager = null;
|
|
975
1046
|
}
|
|
976
1047
|
|
|
977
|
-
// destroying the factory would also destroy the data provider
|
|
978
|
-
if (this._oDataProviderFactory) {
|
|
979
|
-
this._oDataProviderFactory.destroy();
|
|
980
|
-
this._oDataProviderFactory = null;
|
|
981
|
-
this._oDataProvider = null;
|
|
982
|
-
}
|
|
983
|
-
|
|
984
|
-
if (this._oTemporaryContent) {
|
|
985
|
-
this._oTemporaryContent.destroy();
|
|
986
|
-
this._oTemporaryContent = null;
|
|
987
|
-
}
|
|
988
|
-
|
|
989
1048
|
if (this._oDestinations) {
|
|
990
1049
|
this._oDestinations.destroy();
|
|
991
1050
|
this._oDestinations = null;
|
|
@@ -1006,15 +1065,35 @@ sap.ui.define([
|
|
|
1006
1065
|
this.destroyAggregation("_content");
|
|
1007
1066
|
this.destroyAggregation("_footer");
|
|
1008
1067
|
|
|
1068
|
+
this._cleanupOldManifest();
|
|
1069
|
+
};
|
|
1070
|
+
|
|
1071
|
+
/**
|
|
1072
|
+
* Cleans up internal models and other before new manifest processing.
|
|
1073
|
+
*/
|
|
1074
|
+
Card.prototype._cleanupOldManifest = function() {
|
|
1009
1075
|
this._aReadyPromises = null;
|
|
1010
1076
|
|
|
1011
1077
|
this.getModel("filters").setData({});
|
|
1012
1078
|
this.getModel("parameters").setData({});
|
|
1013
|
-
|
|
1079
|
+
this.getModel("paginator").setData({});
|
|
1080
|
+
|
|
1081
|
+
this.setModel(null, "i18n");
|
|
1014
1082
|
|
|
1015
1083
|
this._oContextParameters = null;
|
|
1016
1084
|
|
|
1017
1085
|
this._deregisterCustomModels();
|
|
1086
|
+
|
|
1087
|
+
this.destroyAggregation("_extension");
|
|
1088
|
+
|
|
1089
|
+
this._destroyTemporaryContent();
|
|
1090
|
+
|
|
1091
|
+
// destroying the factory would also destroy the data provider
|
|
1092
|
+
if (this._oDataProviderFactory) {
|
|
1093
|
+
this._oDataProviderFactory.destroy();
|
|
1094
|
+
this._oDataProviderFactory = null;
|
|
1095
|
+
this._oDataProvider = null;
|
|
1096
|
+
}
|
|
1018
1097
|
};
|
|
1019
1098
|
|
|
1020
1099
|
/**
|
|
@@ -1029,7 +1108,7 @@ sap.ui.define([
|
|
|
1029
1108
|
if (this._sAppId) {
|
|
1030
1109
|
LoaderExtensions.registerResourcePath(this._sAppId.replace(/\./g, "/"), this._oCardManifest.getUrl() || "/");
|
|
1031
1110
|
} else {
|
|
1032
|
-
|
|
1111
|
+
this._logFundamentalError("Card sap.app/id entry in the manifest is mandatory");
|
|
1033
1112
|
}
|
|
1034
1113
|
};
|
|
1035
1114
|
|
|
@@ -1149,24 +1228,23 @@ sap.ui.define([
|
|
|
1149
1228
|
};
|
|
1150
1229
|
|
|
1151
1230
|
/**
|
|
1152
|
-
* Displays a message strip
|
|
1153
|
-
*
|
|
1154
|
-
*
|
|
1231
|
+
* Displays a message strip above the content with the given text.
|
|
1232
|
+
* There can be only 1 message displayed. If there is a previous message, it is removed.
|
|
1233
|
+
* Can be used only after the <code>manifestApplied</code> event is fired.
|
|
1155
1234
|
*
|
|
1156
1235
|
* @public
|
|
1157
1236
|
* @experimental As of version 1.81
|
|
1158
1237
|
* @param {string} sMessage The message.
|
|
1159
1238
|
* @param {sap.ui.core.MessageType} sType Type of the message.
|
|
1160
1239
|
*/
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1240
|
+
Card.prototype.showMessage = function (sMessage, sType) {
|
|
1241
|
+
if (this._createContentPromise) {
|
|
1242
|
+
this._createContentPromise.then(function (oContent) {
|
|
1243
|
+
oContent.showMessage(sMessage, sType);
|
|
1244
|
+
});
|
|
1245
|
+
} else {
|
|
1246
|
+
Log.error("'showMessage' cannot be used before the card instance is ready. Consider using the event 'manifestApplied' event.", "sap.ui.integration.widgets.Card");
|
|
1167
1247
|
}
|
|
1168
|
-
|
|
1169
|
-
oContent.showMessage(sMessage, sType);
|
|
1170
1248
|
};
|
|
1171
1249
|
|
|
1172
1250
|
/**
|
|
@@ -1363,6 +1441,13 @@ sap.ui.define([
|
|
|
1363
1441
|
}
|
|
1364
1442
|
|
|
1365
1443
|
oModel.attachEvent("change", function () {
|
|
1444
|
+
var oCardContent = this.getAggregation("_content");
|
|
1445
|
+
if (oCardContent && !oCardContent.isA("sap.ui.integration.cards.BaseContent")) {
|
|
1446
|
+
this.destroyAggregation("_content");
|
|
1447
|
+
this._destroyTemporaryContent();
|
|
1448
|
+
this._applyContentManifestSettings();
|
|
1449
|
+
}
|
|
1450
|
+
|
|
1366
1451
|
if (this._createContentPromise) {
|
|
1367
1452
|
this._createContentPromise.then(function (oContent) {
|
|
1368
1453
|
oContent.onDataChanged();
|
|
@@ -1605,7 +1690,7 @@ sap.ui.define([
|
|
|
1605
1690
|
bHasContent = !!oContentManifest;
|
|
1606
1691
|
|
|
1607
1692
|
if (bHasContent && !sCardType) {
|
|
1608
|
-
|
|
1693
|
+
this._logFundamentalError("Card type property is mandatory!");
|
|
1609
1694
|
return null;
|
|
1610
1695
|
}
|
|
1611
1696
|
|
|
@@ -1641,7 +1726,7 @@ sap.ui.define([
|
|
|
1641
1726
|
}
|
|
1642
1727
|
|
|
1643
1728
|
oContent.attachEvent("_error", function (oEvent) {
|
|
1644
|
-
this._handleError(oEvent.getParameter("logMessage")
|
|
1729
|
+
this._handleError(oEvent.getParameter("logMessage"));
|
|
1645
1730
|
}.bind(this));
|
|
1646
1731
|
|
|
1647
1732
|
var oPreviousContent = this.getAggregation("_content");
|
|
@@ -1697,7 +1782,7 @@ sap.ui.define([
|
|
|
1697
1782
|
return;
|
|
1698
1783
|
}
|
|
1699
1784
|
|
|
1700
|
-
sHeight = ContentClass.getMetadata().getRenderer().getMinHeight(oContentManifest, oError);
|
|
1785
|
+
sHeight = ContentClass.getMetadata().getRenderer().getMinHeight(oContentManifest, oError, this);
|
|
1701
1786
|
|
|
1702
1787
|
if (this.getHeight() === "auto") { // if there is no height specified the default value is "auto"
|
|
1703
1788
|
oError.$().css({"min-height": sHeight});
|
|
@@ -1723,22 +1808,11 @@ sap.ui.define([
|
|
|
1723
1808
|
}
|
|
1724
1809
|
};
|
|
1725
1810
|
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
* @returns {sap.ui.core.Control} control instance
|
|
1732
|
-
*/
|
|
1733
|
-
Card.prototype._createError = function (sErrorMessage) {
|
|
1734
|
-
return new HBox({
|
|
1735
|
-
justifyContent: "Center",
|
|
1736
|
-
alignItems: "Center",
|
|
1737
|
-
items: [
|
|
1738
|
-
new Icon({ src: "sap-icon://message-error", size: "1rem" }).addStyleClass("sapUiTinyMargin"),
|
|
1739
|
-
new Text({ text: sErrorMessage })
|
|
1740
|
-
]
|
|
1741
|
-
}).addStyleClass("sapFCardErrorContent");
|
|
1811
|
+
Card.prototype._destroyTemporaryContent = function () {
|
|
1812
|
+
if (this._oTemporaryContent) {
|
|
1813
|
+
this._oTemporaryContent.destroy();
|
|
1814
|
+
this._oTemporaryContent = null;
|
|
1815
|
+
}
|
|
1742
1816
|
};
|
|
1743
1817
|
|
|
1744
1818
|
/**
|
|
@@ -1747,20 +1821,24 @@ sap.ui.define([
|
|
|
1747
1821
|
* If a message is not provided, a default message will be displayed.
|
|
1748
1822
|
*
|
|
1749
1823
|
* @param {string} sLogMessage Message that will be logged.
|
|
1750
|
-
* @param {
|
|
1824
|
+
* @param {boolean} bNoItems No items are available after request.
|
|
1751
1825
|
* @private
|
|
1752
1826
|
*/
|
|
1753
|
-
Card.prototype._handleError = function (sLogMessage,
|
|
1827
|
+
Card.prototype._handleError = function (sLogMessage, bNoItems) {
|
|
1754
1828
|
this._loadDefaultTranslations();
|
|
1755
|
-
|
|
1829
|
+
if (!bNoItems) {
|
|
1830
|
+
Log.error(sLogMessage, null, "sap.ui.integration.widgets.Card");
|
|
1831
|
+
}
|
|
1756
1832
|
|
|
1757
1833
|
this.fireEvent("_error", { message: sLogMessage });
|
|
1758
1834
|
|
|
1759
|
-
var
|
|
1760
|
-
oError = this.
|
|
1761
|
-
oContentSection = this._oCardManifest.get(MANIFEST_PATHS.CONTENT)
|
|
1835
|
+
var oErrorConfiguration = this._oCardManifest.get(MANIFEST_PATHS.ERROR_MESSAGES),
|
|
1836
|
+
oError = this._getIllustratedMessage(oErrorConfiguration, bNoItems),
|
|
1837
|
+
oContentSection = this._oCardManifest.get(MANIFEST_PATHS.CONTENT),
|
|
1838
|
+
oCardContent = merge({}, this.getCardContent());
|
|
1762
1839
|
|
|
1763
1840
|
if (oContentSection) {
|
|
1841
|
+
this._handleNoDataItems(oCardContent, oError, bNoItems);
|
|
1764
1842
|
this._destroyPreviousContent(this.getCardContent());
|
|
1765
1843
|
this._preserveMinHeightInContent(oError);
|
|
1766
1844
|
this.setAggregation("_content", oError);
|
|
@@ -1771,11 +1849,83 @@ sap.ui.define([
|
|
|
1771
1849
|
|
|
1772
1850
|
};
|
|
1773
1851
|
|
|
1852
|
+
/**
|
|
1853
|
+
* Get Illustrated message.
|
|
1854
|
+
*
|
|
1855
|
+
* @param {object} oErrorConfiguration Error settings from manifest.
|
|
1856
|
+
* @param {boolean} bNoItems No items are available after request.
|
|
1857
|
+
* @private
|
|
1858
|
+
*/
|
|
1859
|
+
Card.prototype._getIllustratedMessage = function (oErrorConfiguration, bNoItems) {
|
|
1860
|
+
var sIllustratedMessageType = IllustratedMessageType.UnableToLoad,
|
|
1861
|
+
sIllustratedMessageSize = IllustratedMessageSize.Spot,
|
|
1862
|
+
sTitle,
|
|
1863
|
+
sDescription;
|
|
1864
|
+
|
|
1865
|
+
//no item from request default messages, for some card types
|
|
1866
|
+
if (bNoItems && !oErrorConfiguration) {
|
|
1867
|
+
switch (this._oCardManifest.get(MANIFEST_PATHS.TYPE)) {
|
|
1868
|
+
case "List":
|
|
1869
|
+
case "Timeline":
|
|
1870
|
+
sIllustratedMessageType = IllustratedMessageType.NoData;
|
|
1871
|
+
sTitle = this._oIntegrationRb.getText("CARD_NO_ITEMS_ERROR_LISTS");
|
|
1872
|
+
break;
|
|
1873
|
+
case "Table":
|
|
1874
|
+
sIllustratedMessageType = IllustratedMessageType.NoEntries;
|
|
1875
|
+
sTitle = this._oIntegrationRb.getText("CARD_NO_ITEMS_ERROR_LISTS");
|
|
1876
|
+
break;
|
|
1877
|
+
case "Analytical":
|
|
1878
|
+
sIllustratedMessageType = IllustratedMessageType.NoEntries;
|
|
1879
|
+
sTitle = this._oIntegrationRb.getText("CARD_NO_ITEMS_ERROR_CHART");
|
|
1880
|
+
}
|
|
1881
|
+
}
|
|
1882
|
+
|
|
1883
|
+
//custom no data message
|
|
1884
|
+
if (oErrorConfiguration && oErrorConfiguration.noData && bNoItems) {
|
|
1885
|
+
var oErrorData = oErrorConfiguration.noData;
|
|
1886
|
+
sIllustratedMessageType = IllustratedMessageType[oErrorData.type];
|
|
1887
|
+
sIllustratedMessageSize = IllustratedMessageSize[oErrorData.size];
|
|
1888
|
+
sTitle = oErrorData.title;
|
|
1889
|
+
sDescription = oErrorData.description;
|
|
1890
|
+
}
|
|
1891
|
+
|
|
1892
|
+
|
|
1893
|
+
var oIllustratedMessage = new IllustratedMessage({
|
|
1894
|
+
illustrationType: sIllustratedMessageType,
|
|
1895
|
+
illustrationSize: sIllustratedMessageSize,
|
|
1896
|
+
title: sTitle,
|
|
1897
|
+
description: sDescription ? sDescription : " "
|
|
1898
|
+
});
|
|
1899
|
+
|
|
1900
|
+
var oFlexBox = new HBox({
|
|
1901
|
+
renderType: FlexRendertype.Bare,
|
|
1902
|
+
justifyContent: FlexJustifyContent.Center,
|
|
1903
|
+
alignItems: FlexAlignItems.Center,
|
|
1904
|
+
width: "100%",
|
|
1905
|
+
items: [oIllustratedMessage]
|
|
1906
|
+
}).addStyleClass("sapFCardErrorContent");
|
|
1907
|
+
return oFlexBox;
|
|
1908
|
+
};
|
|
1909
|
+
|
|
1910
|
+
/**
|
|
1911
|
+
* Handle when there is no data in error cases for manifest resolver.
|
|
1912
|
+
*
|
|
1913
|
+
* @param {object} oCardContent clone of the original card content before it is destroyed.
|
|
1914
|
+
* @param {object} oError IllustratedMessage used for the error content.
|
|
1915
|
+
* @param {boolean} bNoItems No items are available after request.
|
|
1916
|
+
* @private
|
|
1917
|
+
*/
|
|
1918
|
+
Card.prototype._handleNoDataItems = function (oCardContent, oError, bNoItems) {
|
|
1919
|
+
if (bNoItems && this._oCardManifest.get(MANIFEST_PATHS.TYPE) === "List") {
|
|
1920
|
+
oError._oCardOriginalContent = oCardContent;
|
|
1921
|
+
}
|
|
1922
|
+
};
|
|
1923
|
+
|
|
1774
1924
|
Card.prototype._getTemporaryContent = function (sCardType, oContentManifest) {
|
|
1775
1925
|
var oLoadingProvider = this.getAggregation("_loadingProvider");
|
|
1776
1926
|
|
|
1777
1927
|
if (!this._oTemporaryContent && oLoadingProvider) {
|
|
1778
|
-
this._oTemporaryContent = oLoadingProvider.createContentPlaceholder(oContentManifest, sCardType);
|
|
1928
|
+
this._oTemporaryContent = oLoadingProvider.createContentPlaceholder(oContentManifest, sCardType, this);
|
|
1779
1929
|
|
|
1780
1930
|
this._oTemporaryContent.addEventDelegate({
|
|
1781
1931
|
onAfterRendering: function () {
|
|
@@ -1783,7 +1933,7 @@ sap.ui.define([
|
|
|
1783
1933
|
return;
|
|
1784
1934
|
}
|
|
1785
1935
|
|
|
1786
|
-
var sHeight = this._oContentFactory.getClass(sCardType).getMetadata().getRenderer().getMinHeight(oContentManifest, this._oTemporaryContent);
|
|
1936
|
+
var sHeight = this._oContentFactory.getClass(sCardType).getMetadata().getRenderer().getMinHeight(oContentManifest, this._oTemporaryContent, this);
|
|
1787
1937
|
|
|
1788
1938
|
if (this.getHeight() === "auto") { // if there is no height specified the default value is "auto"
|
|
1789
1939
|
this._oTemporaryContent.$().css({ "min-height": sHeight });
|
|
@@ -1917,9 +2067,7 @@ sap.ui.define([
|
|
|
1917
2067
|
case CardArea.Filters:
|
|
1918
2068
|
oArea = this.getAggregation("_filterBar");
|
|
1919
2069
|
if (oArea) {
|
|
1920
|
-
oArea.
|
|
1921
|
-
oFilter.showLoadingPlaceholders();
|
|
1922
|
-
});
|
|
2070
|
+
oArea.showLoadingPlaceholders();
|
|
1923
2071
|
}
|
|
1924
2072
|
break;
|
|
1925
2073
|
|
|
@@ -1962,9 +2110,7 @@ sap.ui.define([
|
|
|
1962
2110
|
case CardArea.Filters:
|
|
1963
2111
|
oArea = this.getAggregation("_filterBar");
|
|
1964
2112
|
if (oArea) {
|
|
1965
|
-
oArea.
|
|
1966
|
-
oFilter.hideLoadingPlaceholders();
|
|
1967
|
-
});
|
|
2113
|
+
oArea.hideLoadingPlaceholders();
|
|
1968
2114
|
}
|
|
1969
2115
|
break;
|
|
1970
2116
|
|
|
@@ -1991,7 +2137,7 @@ sap.ui.define([
|
|
|
1991
2137
|
/**
|
|
1992
2138
|
* Decides if the card needs a loading placeholder based on card level data provider
|
|
1993
2139
|
*
|
|
1994
|
-
* @returns {
|
|
2140
|
+
* @returns {boolean} Should card has a loading placeholder based on card level data provider.
|
|
1995
2141
|
*/
|
|
1996
2142
|
Card.prototype.isLoading = function () {
|
|
1997
2143
|
var oLoadingProvider = this.getAggregation("_loadingProvider");
|
|
@@ -2020,8 +2166,10 @@ sap.ui.define([
|
|
|
2020
2166
|
};
|
|
2021
2167
|
|
|
2022
2168
|
Card.prototype.onDataRequestComplete = function () {
|
|
2023
|
-
var oContent = this.getCardContent()
|
|
2169
|
+
var oContent = this.getCardContent(),
|
|
2170
|
+
oLoadingProvider = this.getAggregation("_loadingProvider");
|
|
2024
2171
|
|
|
2172
|
+
this._fireContentDataChange();
|
|
2025
2173
|
this.fireEvent("_cardReady");
|
|
2026
2174
|
this.hideLoadingPlaceholders(CardArea.Header);
|
|
2027
2175
|
this.hideLoadingPlaceholders(CardArea.Filters);
|
|
@@ -2030,7 +2178,9 @@ sap.ui.define([
|
|
|
2030
2178
|
this.hideLoadingPlaceholders(CardArea.Content);
|
|
2031
2179
|
}
|
|
2032
2180
|
|
|
2033
|
-
|
|
2181
|
+
if (oLoadingProvider) {
|
|
2182
|
+
oLoadingProvider.setLoading(false);
|
|
2183
|
+
}
|
|
2034
2184
|
};
|
|
2035
2185
|
|
|
2036
2186
|
/**
|
|
@@ -2043,7 +2193,7 @@ sap.ui.define([
|
|
|
2043
2193
|
* @param {string} [oConfiguration.mode="cors"] The mode of the request. Possible values are "cors", "no-cors", "same-origin".
|
|
2044
2194
|
* @param {string} [oConfiguration.method="GET"] The HTTP method. Possible values are "GET", "POST".
|
|
2045
2195
|
* @param {Object} [oConfiguration.parameters] The request parameters. If the method is "POST" the parameters will be put as key/value pairs into the body of the request.
|
|
2046
|
-
* @param {
|
|
2196
|
+
* @param {string} [oConfiguration.dataType="json"] The expected Content-Type of the response. Possible values are "xml", "json", "text", "script", "html", "jsonp". Note: Complex Binding is not supported when a dataType is provided. Serialization of the response to an object is up to the developer.
|
|
2047
2197
|
* @param {Object} [oConfiguration.headers] The HTTP headers of the request.
|
|
2048
2198
|
* @param {boolean} [oConfiguration.withCredentials=false] Indicates whether cross-site requests should be made using credentials.
|
|
2049
2199
|
* @returns {Promise} Resolves when the request is successful, rejects otherwise.
|
|
@@ -2200,5 +2350,136 @@ sap.ui.define([
|
|
|
2200
2350
|
}
|
|
2201
2351
|
};
|
|
2202
2352
|
|
|
2353
|
+
Card.prototype._fireContentDataChange = function () {
|
|
2354
|
+
this.fireEvent("_contentDataChange");
|
|
2355
|
+
};
|
|
2356
|
+
|
|
2357
|
+
/**
|
|
2358
|
+
* @private
|
|
2359
|
+
*/
|
|
2360
|
+
Card.prototype.isSkeleton = function () {
|
|
2361
|
+
return false;
|
|
2362
|
+
};
|
|
2363
|
+
|
|
2364
|
+
/**
|
|
2365
|
+
* @private
|
|
2366
|
+
*/
|
|
2367
|
+
Card.prototype.getContentPageSize = function (oContentConfig) {
|
|
2368
|
+
var iMaxItems = parseInt(BindingResolver.resolveValue(oContentConfig, this).maxItems) || 0,
|
|
2369
|
+
oFooter = this.getAggregation("_footer"),
|
|
2370
|
+
oPaginator;
|
|
2371
|
+
|
|
2372
|
+
if (!oFooter) {
|
|
2373
|
+
return iMaxItems;
|
|
2374
|
+
}
|
|
2375
|
+
|
|
2376
|
+
oPaginator = oFooter.getAggregation("paginator");
|
|
2377
|
+
if (!oPaginator) {
|
|
2378
|
+
return iMaxItems;
|
|
2379
|
+
}
|
|
2380
|
+
|
|
2381
|
+
if (oPaginator.getPageSize()) {
|
|
2382
|
+
return oPaginator.getPageSize();
|
|
2383
|
+
}
|
|
2384
|
+
|
|
2385
|
+
return iMaxItems;
|
|
2386
|
+
};
|
|
2387
|
+
|
|
2388
|
+
Card.prototype.hasPaginator = function () {
|
|
2389
|
+
var oManifestFooter = this._oCardManifest.get(MANIFEST_PATHS.FOOTER);
|
|
2390
|
+
return oManifestFooter && oManifestFooter.paginator;
|
|
2391
|
+
};
|
|
2392
|
+
|
|
2393
|
+
/**
|
|
2394
|
+
* Shows a child card. By default opens in a dialog.
|
|
2395
|
+
* @private
|
|
2396
|
+
* @ui5-restricted
|
|
2397
|
+
* @param {Object} oParameters The settings for showing the card.
|
|
2398
|
+
* @param {String|Object} oParameters.manifest Url to a manifest or the manifest itself.
|
|
2399
|
+
* @param {String} oParameters.baseUrl If manifest is an object - specify the base url to the card.
|
|
2400
|
+
* @param {Object} oParameters.parameters Parameters to be passed to the new card.
|
|
2401
|
+
* @param {Object} oParameters.data Data to be passed to the new card.
|
|
2402
|
+
* @returns {Promise} Promise which resolves with the created card.
|
|
2403
|
+
*/
|
|
2404
|
+
Card.prototype.showCard = function (oParameters) {
|
|
2405
|
+
var oChildCard = this._createChildCard(oParameters);
|
|
2406
|
+
|
|
2407
|
+
oParameters._cardId = oChildCard.getId();
|
|
2408
|
+
|
|
2409
|
+
this.triggerAction({
|
|
2410
|
+
type: "ShowCard",
|
|
2411
|
+
parameters: oParameters
|
|
2412
|
+
});
|
|
2413
|
+
|
|
2414
|
+
return Promise.resolve(oChildCard);
|
|
2415
|
+
};
|
|
2416
|
+
|
|
2417
|
+
/**
|
|
2418
|
+
* Hides the card.
|
|
2419
|
+
* @private
|
|
2420
|
+
* @ui5-restricted
|
|
2421
|
+
*/
|
|
2422
|
+
Card.prototype.hide = function () {
|
|
2423
|
+
this.triggerAction({
|
|
2424
|
+
type: "HideCard"
|
|
2425
|
+
});
|
|
2426
|
+
};
|
|
2427
|
+
|
|
2428
|
+
/**
|
|
2429
|
+
* Gets the card which has opened this one if any.
|
|
2430
|
+
* @private
|
|
2431
|
+
* @ui5-restricted
|
|
2432
|
+
* @returns {sap.ui.integration.widgets.Card} The card which opened the current one.
|
|
2433
|
+
*/
|
|
2434
|
+
Card.prototype.getOpener = function () {
|
|
2435
|
+
var oOpener = Core.byId(this.getAssociation("openerReference"));
|
|
2436
|
+
|
|
2437
|
+
if (!oOpener) {
|
|
2438
|
+
return null;
|
|
2439
|
+
}
|
|
2440
|
+
|
|
2441
|
+
return oOpener._oLimitedInterface;
|
|
2442
|
+
};
|
|
2443
|
+
|
|
2444
|
+
/**
|
|
2445
|
+
* Creates the child card.
|
|
2446
|
+
*
|
|
2447
|
+
* @private
|
|
2448
|
+
* @ui5-restricted
|
|
2449
|
+
* @param {Object} oParameters The parameters for the card.
|
|
2450
|
+
* @returns {sap.ui.integration.widgets.Card} The result card.
|
|
2451
|
+
*/
|
|
2452
|
+
Card.prototype._createChildCard = function (oParameters) {
|
|
2453
|
+
var vManifest = oParameters.manifest,
|
|
2454
|
+
sBaseUrl = oParameters.baseUrl,
|
|
2455
|
+
oData = oParameters.data,
|
|
2456
|
+
oChildCard = new Card({
|
|
2457
|
+
width: oParameters.width,
|
|
2458
|
+
host: this.getHostInstance(),
|
|
2459
|
+
parameters: oParameters.parameters
|
|
2460
|
+
});
|
|
2461
|
+
|
|
2462
|
+
oChildCard.setAssociation("openerReference", this);
|
|
2463
|
+
|
|
2464
|
+
if (oData) {
|
|
2465
|
+
each(oData, function (sModelName, oModelData) {
|
|
2466
|
+
var oModel = new JSONModel(oModelData);
|
|
2467
|
+
oChildCard.setModel(oModel, sModelName);
|
|
2468
|
+
});
|
|
2469
|
+
}
|
|
2470
|
+
|
|
2471
|
+
if (typeof vManifest === "string") {
|
|
2472
|
+
oChildCard.setManifest(this.getRuntimeUrl(vManifest));
|
|
2473
|
+
if (sBaseUrl) {
|
|
2474
|
+
oChildCard.setBaseUrl(sBaseUrl);
|
|
2475
|
+
}
|
|
2476
|
+
} else {
|
|
2477
|
+
oChildCard.setManifest(vManifest);
|
|
2478
|
+
oChildCard.setBaseUrl(sBaseUrl || this.getRuntimeUrl("/"));
|
|
2479
|
+
}
|
|
2480
|
+
|
|
2481
|
+
return oChildCard;
|
|
2482
|
+
};
|
|
2483
|
+
|
|
2203
2484
|
return Card;
|
|
2204
2485
|
});
|