@openui5/sap.ui.integration 1.146.0 → 1.147.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/REUSE.toml +0 -51
- package/THIRDPARTY.txt +0 -44
- package/package.json +6 -6
- package/src/sap/ui/integration/.library +1 -1
- package/src/sap/ui/integration/ActionDefinition.js +1 -1
- package/src/sap/ui/integration/Designtime.js +1 -1
- package/src/sap/ui/integration/Extension.js +1 -1
- package/src/sap/ui/integration/Host.js +1 -1
- package/src/sap/ui/integration/cards/AdaptiveContent.js +1 -1
- package/src/sap/ui/integration/cards/AnalyticalContent.js +1 -1
- package/src/sap/ui/integration/cards/AnalyticsCloudContent.js +1 -1
- package/src/sap/ui/integration/cards/BaseContent.js +1 -1
- package/src/sap/ui/integration/cards/BaseListContent.js +65 -2
- package/src/sap/ui/integration/cards/CalendarContent.js +13 -11
- package/src/sap/ui/integration/cards/ComponentContent.js +1 -1
- package/src/sap/ui/integration/cards/Footer.js +1 -1
- package/src/sap/ui/integration/cards/Header.js +1 -1
- package/src/sap/ui/integration/cards/ListContent.js +15 -1
- package/src/sap/ui/integration/cards/NumericHeader.js +1 -1
- package/src/sap/ui/integration/cards/ObjectContent.js +1 -1
- package/src/sap/ui/integration/cards/TableContent.js +27 -3
- package/src/sap/ui/integration/cards/TimelineContent.js +1 -1
- package/src/sap/ui/integration/cards/WebPageContent.js +1 -1
- package/src/sap/ui/integration/cards/actions/CardActions.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputChoiceSet.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputDate.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputNumber.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputText.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputToggle.js +1 -1
- package/src/sap/ui/integration/cards/filters/BaseFilter.js +1 -1
- package/src/sap/ui/integration/cards/filters/ComboBoxFilter.js +1 -1
- package/src/sap/ui/integration/cards/filters/DateRangeFilter.js +1 -1
- package/src/sap/ui/integration/cards/filters/FilterBar.js +1 -1
- package/src/sap/ui/integration/cards/filters/FilterBarFactory.js +1 -1
- package/src/sap/ui/integration/cards/filters/SearchFilter.js +1 -1
- package/src/sap/ui/integration/cards/filters/SelectFilter.js +1 -1
- package/src/sap/ui/integration/cards/list/MicrochartsResizeHelper.js +1 -1
- package/src/sap/ui/integration/controls/ActionsStrip.js +1 -1
- package/src/sap/ui/integration/controls/ActionsToolbar.js +1 -1
- package/src/sap/ui/integration/controls/BlockingMessage.js +2 -2
- package/src/sap/ui/integration/controls/ComboBox.js +1 -1
- package/src/sap/ui/integration/controls/HeaderInfoSectionColumn.js +1 -1
- package/src/sap/ui/integration/controls/HeaderInfoSectionRow.js +1 -1
- package/src/sap/ui/integration/controls/ImageWithOverlay.js +1 -1
- package/src/sap/ui/integration/controls/ListContentItem.js +1 -1
- package/src/sap/ui/integration/controls/Microchart.js +1 -1
- package/src/sap/ui/integration/controls/MicrochartLegend.js +1 -1
- package/src/sap/ui/integration/controls/ObjectStatus.js +1 -1
- package/src/sap/ui/integration/delegate/OverflowHandler.js +1 -1
- package/src/sap/ui/integration/delegate/Paginator.js +1 -1
- package/src/sap/ui/integration/delegate/PreventKeyboardScrolling.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/BaseEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/PropertyEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/PropertyEditors.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/layout/Form.fragment.xml +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/BasePropertyEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/PropertyEditorFactory.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/arrayEditor/ArrayEditor.fragment.xml +6 -6
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/arrayEditor/ArrayEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/arrayEditor/ArrayEditorPlain.fragment.xml +6 -6
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/booleanEditor/BooleanEditor.fragment.xml +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/booleanEditor/BooleanEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/codeEditor/CodeEditor.fragment.xml +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/codeEditor/CodeEditor.js +8 -11
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/codeEditor/CodeEditorDialog.fragment.xml +3 -3
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateEditor/DateEditor.fragment.xml +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.fragment.xml +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.fragment.xml +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.fragment.xml +3 -3
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IconEditorDialog.fragment.xml +4 -4
- 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 +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/jsonEditor/JsonEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/jsonEditor/JsonEditorDialog.fragment.xml +4 -4
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/listEditor/ListEditor.fragment.xml +3 -3
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/listEditor/ListEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/mapEditor/MapEditor.fragment.xml +6 -6
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/mapEditor/MapEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/multiSelectEditor/MultiSelectEditor.fragment.xml +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/multiSelectEditor/MultiSelectEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/numberEditor/NumberEditor.fragment.xml +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/numberEditor/NumberEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/objectArrayEditor/ObjectArrayEditor.fragment.xml +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/objectArrayEditor/ObjectArrayEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/selectEditor/SelectEditor.fragment.xml +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/selectEditor/SelectEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/separatorEditor/SeparatorEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/stringEditor/StringEditor.fragment.xml +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.fragment.xml +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/textAreaEditor/TextAreaEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/binding/ObjectBinding.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/unset.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsBoolean.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsDate.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsInteger.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsNumber.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsSelectedKey.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsStringList.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueKey.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueList.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsValidBinding.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/MaxLength.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/NotABinding.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/ValidatorRegistry.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/config/TableCardConfig.js +84 -0
- package/src/sap/ui/integration/designtime/cardEditor/config/generateActionConfig.js +7 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n.properties +45 -0
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/complexMapEditor/ComplexMapEditor.fragment.xml +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/complexMapEditor/ComplexMapEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/destinationsEditor/DestinationsEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/filtersEditor/FiltersEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/iconEditor/IconEditor.fragment.xml +5 -5
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/iconEditor/IconEditorSettingsDialog.fragment.xml +4 -4
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/parametersEditor/ParametersConfigurationEditor.fragment.xml +2 -2
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/parametersEditor/ParametersEditor.js +1 -1
- package/src/sap/ui/integration/designtime/editor/Card.js +1 -1
- package/src/sap/ui/integration/designtime/editor/CardEditor.js +1 -1
- package/src/sap/ui/integration/designtime/editor/CardPreview.js +1 -1
- package/src/sap/ui/integration/editor/Editor.js +37 -13
- package/src/sap/ui/integration/editor/EditorResourceBundles.js +1 -1
- package/src/sap/ui/integration/editor/Extension.js +1 -1
- package/src/sap/ui/integration/editor/Manifest.js +1 -1
- package/src/sap/ui/integration/editor/Settings.js +1 -1
- package/src/sap/ui/integration/editor/fields/BaseField.js +1 -1
- package/src/sap/ui/integration/editor/fields/BooleanField.js +1 -1
- package/src/sap/ui/integration/editor/fields/DateField.js +1 -1
- package/src/sap/ui/integration/editor/fields/DateTimeField.js +1 -1
- package/src/sap/ui/integration/editor/fields/DestinationField.js +1 -1
- package/src/sap/ui/integration/editor/fields/GroupField.js +1 -1
- package/src/sap/ui/integration/editor/fields/IntegerField.js +1 -1
- package/src/sap/ui/integration/editor/fields/NumberField.js +1 -1
- package/src/sap/ui/integration/editor/fields/ObjectField.js +2 -2
- package/src/sap/ui/integration/editor/fields/ObjectListField.js +1 -1
- package/src/sap/ui/integration/editor/fields/StringField.js +1 -1
- package/src/sap/ui/integration/editor/fields/StringListField.js +1 -1
- package/src/sap/ui/integration/editor/fields/fragment/Controller.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/ColorSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/IconSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/ImageSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/ShapeSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/VizBase.js +28 -7
- package/src/sap/ui/integration/extensions/OAuth3LO.js +1 -1
- package/src/sap/ui/integration/formatters/IconFormatter.js +1 -1
- package/src/sap/ui/integration/library.js +2 -2
- package/src/sap/ui/integration/model/ContextModel.js +1 -1
- package/src/sap/ui/integration/model/ObservableModel.js +1 -1
- package/src/sap/ui/integration/schemas/sap-card.json +74 -0
- package/src/sap/ui/integration/util/AnalyticsCloudHelper.js +1 -1
- package/src/sap/ui/integration/util/BaseFactory.js +1 -1
- package/src/sap/ui/integration/util/BindingHelper.js +1 -1
- package/src/sap/ui/integration/util/BindingResolver.js +1 -1
- package/src/sap/ui/integration/util/CardObserver.js +1 -1
- package/src/sap/ui/integration/util/ComboBoxHelper.js +1 -1
- package/src/sap/ui/integration/util/ContentFactory.js +1 -1
- package/src/sap/ui/integration/util/CsrfTokenHandler.js +1 -1
- package/src/sap/ui/integration/util/DataProvider.js +1 -1
- package/src/sap/ui/integration/util/DataProviderFactory.js +3 -3
- package/src/sap/ui/integration/util/Destinations.js +1 -1
- package/src/sap/ui/integration/util/DisplayVariants.js +1 -1
- package/src/sap/ui/integration/util/ErrorHandler.js +1 -1
- package/src/sap/ui/integration/util/ExtensionDataProvider.js +1 -1
- package/src/sap/ui/integration/util/Form.js +1 -1
- package/src/sap/ui/integration/util/HeaderFactory.js +1 -1
- package/src/sap/ui/integration/util/JSONBindingHelper.js +1 -1
- package/src/sap/ui/integration/util/LoadingProvider.js +1 -1
- package/src/sap/ui/integration/util/Manifest.js +1 -1
- package/src/sap/ui/integration/util/ManifestResolver.js +4 -0
- package/src/sap/ui/integration/util/OAuth3LOHelper.js +1 -1
- package/src/sap/ui/integration/util/ObjectStatusFactory.js +1 -1
- package/src/sap/ui/integration/util/RadioButtonHelper.js +1 -1
- package/src/sap/ui/integration/util/RequestDataProvider.js +1 -1
- package/src/sap/ui/integration/util/ServiceDataProvider.js +1 -1
- package/src/sap/ui/integration/util/ServiceManager.js +1 -1
- package/src/sap/ui/integration/util/SkeletonCard.js +1 -1
- package/src/sap/ui/integration/util/SorterHelper.js +1 -1
- package/src/sap/ui/integration/util/Utils.js +1 -1
- package/src/sap/ui/integration/util/Validators.js +1 -1
- package/src/sap/ui/integration/widgets/Card.js +137 -24
package/REUSE.toml
CHANGED
|
@@ -613,57 +613,6 @@ SPDX-License-Identifier = "MIT"
|
|
|
613
613
|
SPDX-FileComment = "these files belong to: hammer.js"
|
|
614
614
|
|
|
615
615
|
|
|
616
|
-
# Library: sap.ui.webc.common:
|
|
617
|
-
|
|
618
|
-
[[annotations]]
|
|
619
|
-
path = [
|
|
620
|
-
"src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/base/**",
|
|
621
|
-
"src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/theming/**",
|
|
622
|
-
"src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/localization/**",
|
|
623
|
-
"src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons/**",
|
|
624
|
-
"src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-tnt/**",
|
|
625
|
-
"src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-business-suite/**"
|
|
626
|
-
]
|
|
627
|
-
precedence = "aggregate"
|
|
628
|
-
SPDX-FileCopyrightText = "SAP"
|
|
629
|
-
SPDX-License-Identifier = "Apache-2.0"
|
|
630
|
-
SPDX-FileComment = "these files belong to: UI5 Web Components"
|
|
631
|
-
|
|
632
|
-
[[annotations]]
|
|
633
|
-
path = "src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/lit-html/**"
|
|
634
|
-
precedence = "aggregate"
|
|
635
|
-
SPDX-FileCopyrightText = "Google LLC"
|
|
636
|
-
SPDX-License-Identifier = "BSD-3-Clause"
|
|
637
|
-
SPDX-FileComment = "these files belong to: lit-html"
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
# Library: sap.ui.webc.fiori:
|
|
641
|
-
|
|
642
|
-
[[annotations]]
|
|
643
|
-
path = "src/sap.ui.webc.fiori/src/sap/ui/webc/fiori/thirdparty/**"
|
|
644
|
-
precedence = "aggregate"
|
|
645
|
-
SPDX-FileCopyrightText = "SAP"
|
|
646
|
-
SPDX-License-Identifier = "Apache-2.0"
|
|
647
|
-
SPDX-FileComment = "these files belong to: UI5 Web Components"
|
|
648
|
-
|
|
649
|
-
[[annotations]]
|
|
650
|
-
path = "src/sap.ui.webc.fiori/src/sap/ui/webc/fiori/lib/zxing.js"
|
|
651
|
-
precedence = "aggregate"
|
|
652
|
-
SPDX-FileCopyrightText = "2005 Sun Microsystems, Inc.; 2010-2014 University of Manchester; 2010-2015 Stian Soiland-Reyes; 2015 Peter Hull"
|
|
653
|
-
SPDX-License-Identifier = "Apache-2.0"
|
|
654
|
-
SPDX-FileComment = "these files belong to: ZXing"
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
# Library: sap.ui.webc.main:
|
|
658
|
-
|
|
659
|
-
[[annotations]]
|
|
660
|
-
path = "src/sap.ui.webc.main/src/sap/ui/webc/main/thirdparty/**"
|
|
661
|
-
precedence = "aggregate"
|
|
662
|
-
SPDX-FileCopyrightText = "SAP"
|
|
663
|
-
SPDX-License-Identifier = "Apache-2.0"
|
|
664
|
-
SPDX-FileComment = "these files belong to: UI5 Web Components"
|
|
665
|
-
|
|
666
|
-
|
|
667
616
|
# Outside of Libraries:
|
|
668
617
|
|
|
669
618
|
[[annotations]]
|
package/THIRDPARTY.txt
CHANGED
|
@@ -446,50 +446,6 @@ License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
|
446
446
|
Contained in: src/sap.ui.mdc/test/sap/ui/mdc/demokit/sample/Chart/ChartJS/control/hammerjs.js
|
|
447
447
|
|
|
448
448
|
|
|
449
|
-
Library: sap.ui.webc.common:
|
|
450
|
-
|
|
451
|
-
Component: UI5 Web Components, version: 1.18.0
|
|
452
|
-
Copyright: SAP
|
|
453
|
-
License: Apache-2.0
|
|
454
|
-
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
455
|
-
Contained in: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/base/**
|
|
456
|
-
src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/theming/**
|
|
457
|
-
src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/localization/**
|
|
458
|
-
src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons/**
|
|
459
|
-
src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-tnt/**
|
|
460
|
-
src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-business-suite/**
|
|
461
|
-
|
|
462
|
-
Component: lit-html, version: 2.2.2
|
|
463
|
-
Copyright: Google LLC
|
|
464
|
-
License: BSD-3-Clause
|
|
465
|
-
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/BSD-3-Clause.txt
|
|
466
|
-
Contained in: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/lit-html/**
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
Library: sap.ui.webc.fiori:
|
|
470
|
-
|
|
471
|
-
Component: UI5 Web Components, version: 1.18.0
|
|
472
|
-
Copyright: SAP
|
|
473
|
-
License: Apache-2.0
|
|
474
|
-
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
475
|
-
Contained in: src/sap.ui.webc.fiori/src/sap/ui/webc/fiori/thirdparty/**
|
|
476
|
-
|
|
477
|
-
Component: ZXing, version: 0.17.1
|
|
478
|
-
Copyright: 2005 Sun Microsystems, Inc.; 2010-2014 University of Manchester; 2010-2015 Stian Soiland-Reyes; 2015 Peter Hull
|
|
479
|
-
License: Apache-2.0
|
|
480
|
-
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
481
|
-
Contained in: src/sap.ui.webc.fiori/src/sap/ui/webc/fiori/lib/zxing.js
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
Library: sap.ui.webc.main:
|
|
485
|
-
|
|
486
|
-
Component: UI5 Web Components, version: 1.18.0
|
|
487
|
-
Copyright: SAP
|
|
488
|
-
License: Apache-2.0
|
|
489
|
-
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
490
|
-
Contained in: src/sap.ui.webc.main/src/sap/ui/webc/main/thirdparty/**
|
|
491
|
-
|
|
492
|
-
|
|
493
449
|
Outside of Libraries:
|
|
494
450
|
|
|
495
451
|
Component: JSDoc 3, version: 3.6.7
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.ui.integration",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.147.0",
|
|
4
4
|
"description": "OpenUI5 UI Library sap.ui.integration",
|
|
5
5
|
"author": "SAP SE (https://www.sap.com)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -14,10 +14,10 @@
|
|
|
14
14
|
"url": "https://github.com/UI5/openui5.git"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@openui5/sap.f": "1.
|
|
18
|
-
"@openui5/sap.m": "1.
|
|
19
|
-
"@openui5/sap.ui.core": "1.
|
|
20
|
-
"@openui5/sap.ui.layout": "1.
|
|
21
|
-
"@openui5/sap.ui.unified": "1.
|
|
17
|
+
"@openui5/sap.f": "1.147.0",
|
|
18
|
+
"@openui5/sap.m": "1.147.0",
|
|
19
|
+
"@openui5/sap.ui.core": "1.147.0",
|
|
20
|
+
"@openui5/sap.ui.layout": "1.147.0",
|
|
21
|
+
"@openui5/sap.ui.unified": "1.147.0"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2026 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.
|
|
9
|
+
<version>1.147.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 library with integration-related controls.</documentation>
|
|
12
12
|
|
|
@@ -35,7 +35,7 @@ sap.ui.define([
|
|
|
35
35
|
* @extends sap.ui.integration.cards.BaseContent
|
|
36
36
|
*
|
|
37
37
|
* @author SAP SE
|
|
38
|
-
* @version 1.
|
|
38
|
+
* @version 1.147.0
|
|
39
39
|
*
|
|
40
40
|
* @constructor
|
|
41
41
|
* @private
|
|
@@ -56,6 +56,7 @@ sap.ui.define([
|
|
|
56
56
|
BaseContent.prototype.init.apply(this, arguments);
|
|
57
57
|
this._oAwaitingPromise = null;
|
|
58
58
|
this._fMinHeight = 0;
|
|
59
|
+
this._fLastWidth = 0;
|
|
59
60
|
};
|
|
60
61
|
|
|
61
62
|
/**
|
|
@@ -69,10 +70,42 @@ sap.ui.define([
|
|
|
69
70
|
|
|
70
71
|
BaseListContent.prototype.onAfterRendering = function () {
|
|
71
72
|
if (this.isReady() && this.getCardInstance()?.isReady()) {
|
|
72
|
-
this.
|
|
73
|
+
if (this._hasWidthChanged()) {
|
|
74
|
+
this._resetHeightCalculations();
|
|
75
|
+
} else {
|
|
76
|
+
this._keepHeight();
|
|
77
|
+
}
|
|
73
78
|
}
|
|
74
79
|
};
|
|
75
80
|
|
|
81
|
+
/**
|
|
82
|
+
* Checks if the width of the content has changed since the last rendering.
|
|
83
|
+
* @returns {boolean} <code>true</code> if the width has changed, otherwise <code>false</code>.
|
|
84
|
+
* @private
|
|
85
|
+
*/
|
|
86
|
+
BaseListContent.prototype._hasWidthChanged = function () {
|
|
87
|
+
const fCurrentWidth = this.getCardInstance()?.getDomRef()?.getBoundingClientRect().width;
|
|
88
|
+
let bHasChanged = false;
|
|
89
|
+
|
|
90
|
+
if (this._fLastWidth && fCurrentWidth !== this._fLastWidth) {
|
|
91
|
+
// Width has changed, reset height calculations
|
|
92
|
+
bHasChanged = true;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
this._fLastWidth = fCurrentWidth;
|
|
96
|
+
|
|
97
|
+
return bHasChanged;
|
|
98
|
+
};
|
|
99
|
+
|
|
100
|
+
/**
|
|
101
|
+
* Resets height calculations by clearing the minimum height and resetting the stored minimum height value.
|
|
102
|
+
* @private
|
|
103
|
+
*/
|
|
104
|
+
BaseListContent.prototype._resetHeightCalculations = function () {
|
|
105
|
+
this.getDomRef().style.minHeight = "";
|
|
106
|
+
this._fMinHeight = 0;
|
|
107
|
+
};
|
|
108
|
+
|
|
76
109
|
BaseListContent.prototype.onDataChanged = function () {
|
|
77
110
|
if (this.hasData()) {
|
|
78
111
|
this.hideNoDataMessage();
|
|
@@ -99,6 +132,24 @@ sap.ui.define([
|
|
|
99
132
|
}
|
|
100
133
|
};
|
|
101
134
|
|
|
135
|
+
/**
|
|
136
|
+
* Checks if the width has changed and resets height calculations if needed.
|
|
137
|
+
* @private
|
|
138
|
+
*/
|
|
139
|
+
BaseListContent.prototype._checkWidthChange = function () {
|
|
140
|
+
if (!this.getDomRef()) {
|
|
141
|
+
return;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
const fCurrentWidth = this.getCardInstance()?.getDomRef()?.getBoundingClientRect().width;
|
|
145
|
+
if (this._fLastWidth && fCurrentWidth !== this._fLastWidth) {
|
|
146
|
+
// Width has changed, reset height calculations
|
|
147
|
+
this.getDomRef().style.minHeight = "";
|
|
148
|
+
this._fMinHeight = 0;
|
|
149
|
+
}
|
|
150
|
+
this._fLastWidth = fCurrentWidth;
|
|
151
|
+
};
|
|
152
|
+
|
|
102
153
|
BaseListContent.prototype._keepHeight = function () {
|
|
103
154
|
if (!this.getDomRef()) {
|
|
104
155
|
return;
|
|
@@ -297,6 +348,18 @@ sap.ui.define([
|
|
|
297
348
|
return Object.getOwnPropertyNames(oData).length;
|
|
298
349
|
};
|
|
299
350
|
|
|
351
|
+
/**
|
|
352
|
+
* Returns the first action if it is of type "Navigation"; otherwise, it returns undefined.
|
|
353
|
+
* Only one action is supported.
|
|
354
|
+
*
|
|
355
|
+
* @protected
|
|
356
|
+
* @param {Array} aActions The actions array from the item/row configuration.
|
|
357
|
+
* @returns {Object|undefined} The navigation action or undefined.
|
|
358
|
+
*/
|
|
359
|
+
BaseListContent.prototype._getNavigationAction = function (aActions) {
|
|
360
|
+
return aActions && aActions[0] && aActions[0].type === "Navigation" ? aActions[0] : undefined;
|
|
361
|
+
};
|
|
362
|
+
|
|
300
363
|
BaseListContent.prototype.ontap = function (oEvent) {
|
|
301
364
|
oEvent.stopPropagation();
|
|
302
365
|
};
|
|
@@ -79,7 +79,7 @@ sap.ui.define([
|
|
|
79
79
|
* @extends sap.ui.integration.cards.BaseContent
|
|
80
80
|
*
|
|
81
81
|
* @author SAP SE
|
|
82
|
-
* @version 1.
|
|
82
|
+
* @version 1.147.0
|
|
83
83
|
*
|
|
84
84
|
* @constructor
|
|
85
85
|
* @private
|
|
@@ -355,28 +355,30 @@ sap.ui.define([
|
|
|
355
355
|
|
|
356
356
|
CalendarContent.prototype._getStaticConfigurationLegendItems = function (aLegendItems, aLegendAppointmentItems, oConfiguration, oLegend) {
|
|
357
357
|
var aResolvedLegendItems = [];
|
|
358
|
-
aLegendItems.forEach(function (oItem
|
|
358
|
+
aLegendItems.forEach(function (oItem) {
|
|
359
359
|
var aTemplateKeys = Object.keys(oConfiguration.legendItem.template),
|
|
360
|
-
|
|
360
|
+
oSingleAssembledItem = {},
|
|
361
|
+
sBindingContextPath = oItem.getBindingContext().getPath();
|
|
361
362
|
|
|
362
363
|
aTemplateKeys.forEach(function(sKey) {
|
|
363
|
-
var oBindingInfo = BindingHelper.prependRelativePaths(oConfiguration.legendItem.template[sKey],
|
|
364
|
+
var oBindingInfo = BindingHelper.prependRelativePaths(oConfiguration.legendItem.template[sKey], sBindingContextPath);
|
|
364
365
|
|
|
365
|
-
|
|
366
|
+
oSingleAssembledItem[sKey] = BindingResolver.resolveValue(oBindingInfo, this);
|
|
366
367
|
}.bind(this));
|
|
367
|
-
aResolvedLegendItems.push(
|
|
368
|
+
aResolvedLegendItems.push(oSingleAssembledItem);
|
|
368
369
|
}.bind(this));
|
|
369
370
|
|
|
370
|
-
aLegendAppointmentItems.forEach(function (oItem
|
|
371
|
+
aLegendAppointmentItems.forEach(function (oItem) {
|
|
371
372
|
var aTemplateKeys = Object.keys(oConfiguration.legendItem.template),
|
|
372
|
-
|
|
373
|
+
oSingleAssembledItem = {},
|
|
374
|
+
sBindingContextPath = oItem.getBindingContext().getPath();
|
|
373
375
|
|
|
374
376
|
aTemplateKeys.forEach(function(sKey) {
|
|
375
|
-
var oBindingInfo = BindingHelper.prependRelativePaths(oConfiguration.legendItem.template[sKey],
|
|
377
|
+
var oBindingInfo = BindingHelper.prependRelativePaths(oConfiguration.legendItem.template[sKey], sBindingContextPath);
|
|
376
378
|
|
|
377
|
-
|
|
379
|
+
oSingleAssembledItem[sKey] = BindingResolver.resolveValue(oBindingInfo, this);
|
|
378
380
|
}.bind(this));
|
|
379
|
-
aResolvedLegendItems.push(
|
|
381
|
+
aResolvedLegendItems.push(oSingleAssembledItem);
|
|
380
382
|
}.bind(this));
|
|
381
383
|
|
|
382
384
|
return aResolvedLegendItems;
|
|
@@ -69,7 +69,7 @@ sap.ui.define([
|
|
|
69
69
|
* @extends sap.ui.integration.cards.BaseListContent
|
|
70
70
|
*
|
|
71
71
|
* @author SAP SE
|
|
72
|
-
* @version 1.
|
|
72
|
+
* @version 1.147.0
|
|
73
73
|
*
|
|
74
74
|
* @constructor
|
|
75
75
|
* @private
|
|
@@ -392,6 +392,20 @@ sap.ui.define([
|
|
|
392
392
|
disabledPropertyValue: ListType.Inactive
|
|
393
393
|
});
|
|
394
394
|
|
|
395
|
+
const oNavAction = this._getNavigationAction(mItem.actions);
|
|
396
|
+
|
|
397
|
+
if (oNavAction && oNavAction.navigationArrow) {
|
|
398
|
+
this._oItemTemplate.bindProperty("type", BindingHelper.formattedProperty(
|
|
399
|
+
[oNavAction.navigationArrow, oNavAction.enabled],
|
|
400
|
+
function (bNavigation, bEnabled) {
|
|
401
|
+
if (bEnabled === false) {
|
|
402
|
+
return ListType.Inactive;
|
|
403
|
+
}
|
|
404
|
+
return bNavigation ? ListType.Navigation : ListType.Active;
|
|
405
|
+
}
|
|
406
|
+
));
|
|
407
|
+
}
|
|
408
|
+
|
|
395
409
|
this._oActions.attach({
|
|
396
410
|
area: ActionArea.ContentItem,
|
|
397
411
|
actions: mItem?.info?.actions,
|
|
@@ -85,7 +85,7 @@ sap.ui.define([
|
|
|
85
85
|
* @extends sap.ui.integration.cards.BaseListContent
|
|
86
86
|
*
|
|
87
87
|
* @author SAP SE
|
|
88
|
-
* @version 1.
|
|
88
|
+
* @version 1.147.0
|
|
89
89
|
*
|
|
90
90
|
* @constructor
|
|
91
91
|
* @private
|
|
@@ -144,7 +144,8 @@ sap.ui.define([
|
|
|
144
144
|
id: this.getId() + "-Table",
|
|
145
145
|
sticky: ["ColumnHeaders", "GroupHeaders"],
|
|
146
146
|
showSeparators: ListSeparators.None,
|
|
147
|
-
ariaLabelledBy: this.getHeaderTitleId()
|
|
147
|
+
ariaLabelledBy: this.getHeaderTitleId(),
|
|
148
|
+
contextualWidth: "Auto"
|
|
148
149
|
});
|
|
149
150
|
|
|
150
151
|
oTable.addEventDelegate({
|
|
@@ -190,6 +191,12 @@ sap.ui.define([
|
|
|
190
191
|
if (oConfiguration.row && oConfiguration.row.columns) {
|
|
191
192
|
this._setColumns(oConfiguration.row);
|
|
192
193
|
}
|
|
194
|
+
|
|
195
|
+
this._getTable().applySettings({
|
|
196
|
+
autoPopinMode: oConfiguration.autoPopinMode,
|
|
197
|
+
hiddenInPopin: oConfiguration.hiddenInPopin,
|
|
198
|
+
popinLayout: oConfiguration.popinLayout
|
|
199
|
+
});
|
|
193
200
|
};
|
|
194
201
|
|
|
195
202
|
/**
|
|
@@ -302,7 +309,9 @@ sap.ui.define([
|
|
|
302
309
|
header: new Text({ text: oColumn.title }),
|
|
303
310
|
width: oColumn.width,
|
|
304
311
|
hAlign: oColumn.hAlign,
|
|
305
|
-
visible: oColumn.visible
|
|
312
|
+
visible: oColumn.visible,
|
|
313
|
+
importance: oColumn.importance,
|
|
314
|
+
autoPopinWidth: oColumn.autoPopinWidth
|
|
306
315
|
}));
|
|
307
316
|
aCells.push(this._createCell(oColumn));
|
|
308
317
|
}.bind(this));
|
|
@@ -324,6 +333,20 @@ sap.ui.define([
|
|
|
324
333
|
disabledPropertyValue: ListType.Inactive
|
|
325
334
|
});
|
|
326
335
|
|
|
336
|
+
const oNavAction = this._getNavigationAction(oRow.actions);
|
|
337
|
+
|
|
338
|
+
if (oNavAction && oNavAction.navigationArrow) {
|
|
339
|
+
this._oItemTemplate.bindProperty("type", BindingHelper.formattedProperty(
|
|
340
|
+
[oNavAction.navigationArrow, oNavAction.enabled],
|
|
341
|
+
function (bNavigation, bEnabled) {
|
|
342
|
+
if (bEnabled === false) {
|
|
343
|
+
return ListType.Inactive;
|
|
344
|
+
}
|
|
345
|
+
return bNavigation ? ListType.Navigation : ListType.Active;
|
|
346
|
+
}
|
|
347
|
+
));
|
|
348
|
+
}
|
|
349
|
+
|
|
327
350
|
var oGroup = this.getParsedConfiguration().group;
|
|
328
351
|
|
|
329
352
|
if (oGroup) {
|
|
@@ -372,6 +395,7 @@ sap.ui.define([
|
|
|
372
395
|
disabledPropertyValue: ListType.Inactive
|
|
373
396
|
});
|
|
374
397
|
}
|
|
398
|
+
|
|
375
399
|
oTable.addItem(oItem);
|
|
376
400
|
}.bind(this));
|
|
377
401
|
|