@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
|
@@ -3,6 +3,10 @@ CARD.COUNT_X_OF_Y={0} / {1}
|
|
|
3
3
|
|
|
4
4
|
CARD_DATA_LOAD_ERROR=Veriler y\u00FCklenemiyor.
|
|
5
5
|
|
|
6
|
+
CARD_NO_ITEMS_ERROR_LISTS=\u00D6\u011Fe mevcut de\u011Fil.
|
|
7
|
+
|
|
8
|
+
CARD_NO_ITEMS_ERROR_CHART=Kullan\u0131labilir veri yok.
|
|
9
|
+
|
|
6
10
|
CARD_WEB_PAGE_TIMEOUT_ERROR=Sayfa {0} saniye i\u00E7inde y\u00FCklenemedi. URL''yi kontrol edin.
|
|
7
11
|
|
|
8
12
|
CARD_WEB_PAGE_EMPTY_URL_ERROR=Sayfan\u0131n URL'si bo\u015F.
|
|
@@ -23,6 +27,10 @@ EDITOR_DESTINATIONS=Hedefler
|
|
|
23
27
|
|
|
24
28
|
EDITOR_PARAMETERS_GENERALSETTINGS=Genel ayarlar
|
|
25
29
|
|
|
30
|
+
EDITOR_GROUP_ERRORS=Hatalar bulundu. Kontrol edin.
|
|
31
|
+
|
|
32
|
+
EDITOR_GROUP_WARNINGS=Uyar\u0131lar bulundu. Kontrol edin.
|
|
33
|
+
|
|
26
34
|
EDITOR_ORIGINALLANG=Orijinal dil
|
|
27
35
|
|
|
28
36
|
EDITOR_CONTEXT_EMPTY_VAL=Hi\u00E7biri
|
|
@@ -43,6 +51,48 @@ EDITOR_CONTEXT_EDITOR_LANG_VAL=Ge\u00E7erli dil
|
|
|
43
51
|
|
|
44
52
|
EDITOR_CONTEXT_EDITOR_LANG_DESC=Ge\u00E7erli son kullan\u0131c\u0131n\u0131n ge\u00E7erli dil k\u0131saltmas\u0131. Dil ve b\u00F6lge tire ile ayr\u0131l\u0131r. \u00D6rne\u011Fin en-US. B\u00F6lge atlanabilir.
|
|
45
53
|
|
|
54
|
+
EDITOR_FIELD_OBJECT_FORM_EDITMODE_PROPERTIES=Canl\u0131 kullan\u0131m kipine ge\u00E7
|
|
55
|
+
|
|
56
|
+
EDITOR_FIELD_OBJECT_FORM_EDITMODE_JSON=Json kipine ge\u00E7
|
|
57
|
+
|
|
58
|
+
EDITOR_FIELD_OBJECT_DELETE=Sil
|
|
59
|
+
|
|
60
|
+
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_TITLE=Ayr\u0131nt\u0131lar
|
|
61
|
+
|
|
62
|
+
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_CREATE=Yarat
|
|
63
|
+
|
|
64
|
+
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_UPDATE=G\u00FCncelle
|
|
65
|
+
|
|
66
|
+
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_CLOSE=Kapat
|
|
67
|
+
|
|
68
|
+
EDITOR_FIELD_OBJECT_LIST_VALUELIST_POPOVER_TITLE=Giri\u015Fler se\u00E7
|
|
69
|
+
|
|
70
|
+
EDITOR_FIELD_OBJECT_VALUELIST_POPOVER_BUTTON_OK=Tamam
|
|
71
|
+
|
|
72
|
+
EDITOR_FIELD_OBJECT_VALUELIST_POPOVER_BUTTON_CANCEL=\u0130ptal et
|
|
73
|
+
|
|
74
|
+
EDITOR_FIELD_OBJECT_TAB_TEXTAREA_LABEL=De\u011Fer
|
|
75
|
+
|
|
76
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_ADD_TOOLTIP=Yeni nesne yarat
|
|
77
|
+
|
|
78
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_CLEAR_ALL_FILTERS_TOOLTIP=T\u00FCm filtreleri geri al
|
|
79
|
+
|
|
80
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_EDIT_TOOLTIP=D\u00FCzenle
|
|
81
|
+
|
|
82
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_DISPLAY_TOOLTIP=G\u00F6r\u00FCnt\u00FCle
|
|
83
|
+
|
|
84
|
+
EDITOR_FIELD_OBJECT_TAB_BUTTON_SAVE_TOOLTIP=Nesneyi sakla
|
|
85
|
+
|
|
86
|
+
EDITOR_FIELD_OBJECT_LIST_TAB_BUTTON_SAVEALL_TOOLTIP=T\u00FCm nesneleri sakla
|
|
87
|
+
|
|
88
|
+
EDITOR_FIELD_OBJECT_POPOVER_CREATE_NEW=Yeni yarat
|
|
89
|
+
|
|
90
|
+
EDITOR_FIELD_OBJECT_LIST_POPOVER_ADD=Ekle
|
|
91
|
+
|
|
92
|
+
EDITOR_FIELD_OBJECT_TAB_DELETE_MSG=Bu nesneyi silmek istiyor musunuz?
|
|
93
|
+
|
|
94
|
+
EDITOR_FIELD_OBJECT_TAB_DELETE_SUCCESS_MSG=Nesne silindi.
|
|
95
|
+
|
|
46
96
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_TITLE=De\u011Fer \u00E7evirileri
|
|
47
97
|
|
|
48
98
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_BUTTON_SAVE=Kaydet
|
|
@@ -101,6 +151,12 @@ EDITOR_ICON_SELECTED=Dosyadan se\u00E7ildi
|
|
|
101
151
|
|
|
102
152
|
EDITOR_ICON_NONE=(Hi\u00E7biri)
|
|
103
153
|
|
|
154
|
+
EDITOR_VAL_NOT_A_JSONOBJECT=JSON nesnesi de\u011Fil.
|
|
155
|
+
|
|
156
|
+
EDITOR_VAL_NOT_A_SINGLE_JSONOBJECT=M\u00FCnferit JSON nesnesi de\u011Fil.
|
|
157
|
+
|
|
158
|
+
EDITOR_VAL_NOT_AN_ARRAY_OF_JSONOBJECTS=JSON nesneleri dizisi de\u011Fil
|
|
159
|
+
|
|
104
160
|
EDITOR_VAL_NOMATCH=De\u011Fer, do\u011Frulama \u00F6l\u00E7\u00FCtleriyle e\u015Fle\u015Fmiyor.
|
|
105
161
|
|
|
106
162
|
EDITOR_VAL_MAXLENGTH=De\u011Fer, {0} azami uzunlu\u011Funu a\u015F\u0131yor.
|
|
@@ -154,3 +210,5 @@ CARDEDITOR_CONTEXT_CARD_LANG_DESC=Ge\u00E7erli son kullan\u0131c\u0131n\u0131n g
|
|
|
154
210
|
CARDEDITOR_PREVIEW_BTN_LIVEPREVIEW=Canl\u0131 \u00F6ng\u00F6r\u00FCn\u00FCm
|
|
155
211
|
|
|
156
212
|
CARDEDITOR_PREVIEW_BTN_SAMPLEPREVIEW=\u00D6rnek \u00F6ng\u00F6r\u00FCn\u00FCm
|
|
213
|
+
|
|
214
|
+
ADAPTIVE_CARDS_REQUIRED_FIELD=Gerekli
|
|
@@ -1,13 +1,17 @@
|
|
|
1
1
|
|
|
2
2
|
CARD.COUNT_X_OF_Y={0} \u0437 {1}
|
|
3
3
|
|
|
4
|
-
CARD_DATA_LOAD_ERROR=\u041D\u0435\
|
|
4
|
+
CARD_DATA_LOAD_ERROR=\u041D\u0435 \u0432\u0434\u0430\u043B\u043E\u0441\u044F \u0437\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0438\u0442\u0438 \u0434\u0430\u043D\u0456.
|
|
5
|
+
|
|
6
|
+
CARD_NO_ITEMS_ERROR_LISTS=\u041F\u043E\u0437\u0438\u0446\u0456\u0457 \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0456.
|
|
7
|
+
|
|
8
|
+
CARD_NO_ITEMS_ERROR_CHART=\u0414\u0430\u043D\u0456 \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0456.
|
|
5
9
|
|
|
6
10
|
CARD_WEB_PAGE_TIMEOUT_ERROR=\u0421\u0442\u043E\u0440\u0456\u043D\u043A\u0443 \u043D\u0435\u043C\u043E\u0436\u043B\u0438\u0432\u043E \u0437\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0438\u0442\u0438 \u0437\u0430 {0} \u0441\u0435\u043A. \u041F\u0435\u0440\u0435\u0432\u0456\u0440\u0442\u0435 URL.
|
|
7
11
|
|
|
8
|
-
CARD_WEB_PAGE_EMPTY_URL_ERROR=URL \u0441\u0442\u043E\u0440\u0456\u043D\u043A\u0438 \u043F\u043E\u0440\u043E\u0436\u043D\
|
|
12
|
+
CARD_WEB_PAGE_EMPTY_URL_ERROR=URL-\u0430\u0434\u0440\u0435\u0441\u0430 \u0441\u0442\u043E\u0440\u0456\u043D\u043A\u0438 \u043F\u043E\u0440\u043E\u0436\u043D\u044F.
|
|
9
13
|
|
|
10
|
-
CARD_WEB_PAGE_HTTPS_URL_ERROR=\u0412\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0439\u0442\u0435 \u0437\u0430\u0445\u0438\u0449\u0435\u043D\
|
|
14
|
+
CARD_WEB_PAGE_HTTPS_URL_ERROR=\u0412\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0439\u0442\u0435 \u0437\u0430\u0445\u0438\u0449\u0435\u043D\u0443 URL-\u0430\u0434\u0440\u0435\u0441\u0443 (https\://)
|
|
11
15
|
|
|
12
16
|
CARDS_ADAPTIVE_ACTION_SUBMIT_SUCCESS=\u0414\u0430\u043D\u0456 \u0443\u0441\u043F\u0456\u0448\u043D\u043E \u0432\u0456\u0434\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u043E.
|
|
13
17
|
|
|
@@ -23,6 +27,10 @@ EDITOR_DESTINATIONS=\u041C\u0456\u0441\u0446\u044F \u043F\u0440\u0438\u0437\u043
|
|
|
23
27
|
|
|
24
28
|
EDITOR_PARAMETERS_GENERALSETTINGS=\u0417\u0430\u0433\u0430\u043B\u044C\u043D\u0456 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438
|
|
25
29
|
|
|
30
|
+
EDITOR_GROUP_ERRORS=\u0417\u043D\u0430\u0439\u0434\u0435\u043D\u0456 \u043F\u043E\u043C\u0438\u043B\u043A\u0438. \u041F\u0435\u0440\u0435\u0432\u0456\u0440\u0442\u0435.
|
|
31
|
+
|
|
32
|
+
EDITOR_GROUP_WARNINGS=\u0417\u043D\u0430\u0439\u0434\u0435\u043D\u0456 \u0437\u0430\u0441\u0442\u0435\u0440\u0435\u0436\u0435\u043D\u043D\u044F. \u041F\u0435\u0440\u0435\u0432\u0456\u0440\u0442\u0435.
|
|
33
|
+
|
|
26
34
|
EDITOR_ORIGINALLANG=\u0412\u0438\u0445\u0456\u0434\u043D\u0430 \u043C\u043E\u0432\u0430
|
|
27
35
|
|
|
28
36
|
EDITOR_CONTEXT_EMPTY_VAL=\u041D\u0456\u0447\u043E\u0433\u043E
|
|
@@ -43,6 +51,48 @@ EDITOR_CONTEXT_EDITOR_LANG_VAL=\u041F\u043E\u0442\u043E\u0447\u043D\u0430 \u043C
|
|
|
43
51
|
|
|
44
52
|
EDITOR_CONTEXT_EDITOR_LANG_DESC=\u0421\u043A\u043E\u0440\u043E\u0447\u0435\u043D\u043D\u044F \u043F\u043E\u0442\u043E\u0447\u043D\u043E\u0457 \u043C\u043E\u0432\u0438 \u043F\u043E\u0442\u043E\u0447\u043D\u043E\u0433\u043E \u043A\u0456\u043D\u0446\u0435\u0432\u043E\u0433\u043E \u043A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430. \u041C\u043E\u0432\u0430 \u0456 \u0440\u0435\u0433\u0456\u043E\u043D \u0440\u043E\u0437\u0434\u0456\u043B\u0435\u043D\u0456 \u0442\u0438\u0440\u0435. \u041D\u0430\u043F\u0440\u0438\u043A\u043B\u0430\u0434, en-US. \u0420\u0435\u0433\u0456\u043E\u043D \u043C\u043E\u0436\u0435 \u0431\u0443\u0442\u0438 \u043F\u0440\u043E\u043F\u0443\u0449\u0435\u043D\u043E.
|
|
45
53
|
|
|
54
|
+
EDITOR_FIELD_OBJECT_FORM_EDITMODE_PROPERTIES=\u041F\u0435\u0440\u0435\u043C\u043A\u043D\u0443\u0442\u0438 \u043D\u0430 \u043F\u0440\u043E\u0434\u0443\u043A\u0442\u0438\u0432\u043D\u0438\u0439 \u0440\u0435\u0436\u0438\u043C
|
|
55
|
+
|
|
56
|
+
EDITOR_FIELD_OBJECT_FORM_EDITMODE_JSON=\u041F\u0435\u0440\u0435\u043C\u043A\u043D\u0443\u0442\u0438 \u043D\u0430 \u0440\u0435\u0436\u0438\u043C Json
|
|
57
|
+
|
|
58
|
+
EDITOR_FIELD_OBJECT_DELETE=\u0412\u0438\u0434\u0430\u043B\u0438\u0442\u0438
|
|
59
|
+
|
|
60
|
+
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_TITLE=\u041F\u043E\u0434\u0440\u043E\u0431\u0438\u0446\u0456
|
|
61
|
+
|
|
62
|
+
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_CREATE=\u0421\u0442\u0432\u043E\u0440\u0438\u0442\u0438
|
|
63
|
+
|
|
64
|
+
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_UPDATE=\u041E\u043D\u043E\u0432\u0438\u0442\u0438
|
|
65
|
+
|
|
66
|
+
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_CLOSE=\u0417\u0430\u043A\u0440\u0438\u0442\u0438
|
|
67
|
+
|
|
68
|
+
EDITOR_FIELD_OBJECT_LIST_VALUELIST_POPOVER_TITLE=\u0412\u0438\u0431\u0440\u0430\u0442\u0438 \u043F\u043E\u0437\u0438\u0446\u0456\u0457
|
|
69
|
+
|
|
70
|
+
EDITOR_FIELD_OBJECT_VALUELIST_POPOVER_BUTTON_OK=OK
|
|
71
|
+
|
|
72
|
+
EDITOR_FIELD_OBJECT_VALUELIST_POPOVER_BUTTON_CANCEL=\u0421\u043A\u0430\u0441\u0443\u0432\u0430\u0442\u0438
|
|
73
|
+
|
|
74
|
+
EDITOR_FIELD_OBJECT_TAB_TEXTAREA_LABEL=\u0417\u043D\u0430\u0447\u0435\u043D\u043D\u044F
|
|
75
|
+
|
|
76
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_ADD_TOOLTIP=\u0421\u0442\u0432\u043E\u0440\u0438\u0442\u0438 \u043D\u043E\u0432\u0438\u0439 \u043E\u0431'\u0454\u043A\u0442
|
|
77
|
+
|
|
78
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_CLEAR_ALL_FILTERS_TOOLTIP=\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u0438 \u0432\u0441\u0456 \u0444\u0456\u043B\u044C\u0442\u0440\u0438
|
|
79
|
+
|
|
80
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_EDIT_TOOLTIP=\u0420\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438
|
|
81
|
+
|
|
82
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_DISPLAY_TOOLTIP=\u0412\u0456\u0434\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u0438
|
|
83
|
+
|
|
84
|
+
EDITOR_FIELD_OBJECT_TAB_BUTTON_SAVE_TOOLTIP=\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u043E\u0431'\u0454\u043A\u0442
|
|
85
|
+
|
|
86
|
+
EDITOR_FIELD_OBJECT_LIST_TAB_BUTTON_SAVEALL_TOOLTIP=\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u0432\u0441\u0456 \u043E\u0431'\u0454\u043A\u0442\u0438
|
|
87
|
+
|
|
88
|
+
EDITOR_FIELD_OBJECT_POPOVER_CREATE_NEW=\u0421\u0442\u0432\u043E\u0440\u0438\u0442\u0438 \u043D\u043E\u0432\u0435
|
|
89
|
+
|
|
90
|
+
EDITOR_FIELD_OBJECT_LIST_POPOVER_ADD=\u0414\u043E\u0434\u0430\u0442\u0438
|
|
91
|
+
|
|
92
|
+
EDITOR_FIELD_OBJECT_TAB_DELETE_MSG=\u0411\u0430\u0436\u0430\u0454\u0442\u0435 \u0432\u0438\u0434\u0430\u043B\u0438\u0442\u0438 \u0446\u0435\u0439 \u043E\u0431'\u0454\u043A\u0442?
|
|
93
|
+
|
|
94
|
+
EDITOR_FIELD_OBJECT_TAB_DELETE_SUCCESS_MSG=\u041E\u0431'\u0454\u043A\u0442 \u0432\u0438\u0434\u0430\u043B\u0435\u043D\u043E.
|
|
95
|
+
|
|
46
96
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_TITLE=\u041F\u0435\u0440\u0435\u043A\u043B\u0430\u0434\u043A\u0438 \u0437\u043D\u0430\u0447\u0435\u043D\u044C
|
|
47
97
|
|
|
48
98
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_BUTTON_SAVE=\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438
|
|
@@ -101,6 +151,12 @@ EDITOR_ICON_SELECTED=\u0412\u0438\u0431\u0440\u0430\u043D\u043E \u0437 \u0444\u0
|
|
|
101
151
|
|
|
102
152
|
EDITOR_ICON_NONE=(\u043D\u0435\u043C\u0430\u0454)
|
|
103
153
|
|
|
154
|
+
EDITOR_VAL_NOT_A_JSONOBJECT=\u041D\u0435 \u0454 \u043E\u0431'\u0454\u043A\u0442\u043E\u043C JSON.
|
|
155
|
+
|
|
156
|
+
EDITOR_VAL_NOT_A_SINGLE_JSONOBJECT=\u041D\u0435 \u0454 \u043E\u043A\u0440\u0435\u043C\u0438\u043C \u043E\u0431'\u0454\u043A\u0442\u043E\u043C JSON.
|
|
157
|
+
|
|
158
|
+
EDITOR_VAL_NOT_AN_ARRAY_OF_JSONOBJECTS=\u041D\u0435 \u0454 \u043C\u0430\u0441\u0438\u0432\u043E\u043C \u043E\u0431'\u0454\u043A\u0442\u0456\u0432 JSON.
|
|
159
|
+
|
|
104
160
|
EDITOR_VAL_NOMATCH=\u0417\u043D\u0430\u0447\u0435\u043D\u043D\u044F \u043D\u0435 \u0432\u0456\u0434\u043F\u043E\u0432\u0456\u0434\u0430\u0454 \u043A\u0440\u0438\u0442\u0435\u0440\u0456\u044F\u043C \u043F\u0435\u0440\u0435\u0432\u0456\u0440\u043A\u0438.
|
|
105
161
|
|
|
106
162
|
EDITOR_VAL_MAXLENGTH=\u0417\u043D\u0430\u0447\u0435\u043D\u043D\u044F \u043F\u0435\u0440\u0435\u0432\u0438\u0449\u0443\u0454 \u043C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u0443 \u0434\u043E\u0432\u0436\u0438\u043D\u0443, \u044F\u043A\u0430 \u0434\u043E\u0440\u0456\u0432\u043D\u044E\u0454 {0}.
|
|
@@ -154,3 +210,5 @@ CARDEDITOR_CONTEXT_CARD_LANG_DESC=\u0421\u043A\u043E\u0440\u043E\u0447\u0435\u04
|
|
|
154
210
|
CARDEDITOR_PREVIEW_BTN_LIVEPREVIEW=\u0414\u0438\u043D\u0430\u043C\u0456\u0447\u043D\u0438\u0439 \u043F\u043E\u043F\u0435\u0440\u0435\u0434\u043D\u0456\u0439 \u043F\u0435\u0440\u0435\u0433\u043B\u044F\u0434
|
|
155
211
|
|
|
156
212
|
CARDEDITOR_PREVIEW_BTN_SAMPLEPREVIEW=\u041F\u0435\u0440\u0435\u0433\u043B\u044F\u0434 \u0437\u0440\u0430\u0437\u043A\u0430
|
|
213
|
+
|
|
214
|
+
ADAPTIVE_CARDS_REQUIRED_FIELD=\u041E\u0431\u043E\u0432'\u044F\u0437\u043A\u043E\u0432\u043E
|
|
@@ -3,6 +3,10 @@ CARD.COUNT_X_OF_Y={0} cu\u0309a {1}
|
|
|
3
3
|
|
|
4
4
|
CARD_DATA_LOAD_ERROR=Kh\u00F4ng th\u00EA\u0309 ta\u0309i d\u01B0\u0303 li\u00EA\u0323u.
|
|
5
5
|
|
|
6
|
+
CARD_NO_ITEMS_ERROR_LISTS=Mu\u0323c kh\u00F4ng co\u0301 s\u0103\u0303n.
|
|
7
|
+
|
|
8
|
+
CARD_NO_ITEMS_ERROR_CHART=Kh\u00F4ng co\u0301 s\u0103\u0303n d\u01B0\u0303 li\u00EA\u0323u.
|
|
9
|
+
|
|
6
10
|
CARD_WEB_PAGE_TIMEOUT_ERROR=Kh\u00F4ng th\u00EA\u0309 ta\u0309i trang trong {0} gi\u00E2y. Vui lo\u0300ng ki\u00EA\u0309m tra URL.
|
|
7
11
|
|
|
8
12
|
CARD_WEB_PAGE_EMPTY_URL_ERROR=URL cu\u0309a trang tr\u00F4\u0301ng.
|
|
@@ -23,6 +27,10 @@ EDITOR_DESTINATIONS=\u0110i\u00EA\u0309m \u0111\u00EA\u0301n
|
|
|
23
27
|
|
|
24
28
|
EDITOR_PARAMETERS_GENERALSETTINGS=Thi\u00EA\u0301t l\u00E2\u0323p chung
|
|
25
29
|
|
|
30
|
+
EDITOR_GROUP_ERRORS=Ti\u0300m th\u00E2\u0301y l\u00F4\u0303i. Vui lo\u0300ng ki\u00EA\u0309m tra.
|
|
31
|
+
|
|
32
|
+
EDITOR_GROUP_WARNINGS=Ti\u0300m th\u00E2\u0301y ca\u0309nh ba\u0301o. Vui lo\u0300ng ki\u00EA\u0309m tra.
|
|
33
|
+
|
|
26
34
|
EDITOR_ORIGINALLANG=Ng\u00F4n ng\u01B0\u0303 g\u00F4\u0301c
|
|
27
35
|
|
|
28
36
|
EDITOR_CONTEXT_EMPTY_VAL=Kh\u00F4ng c\u00F3
|
|
@@ -43,6 +51,48 @@ EDITOR_CONTEXT_EDITOR_LANG_VAL=Ng\u00F4n ng\u01B0\u0303 hi\u00EA\u0323n ta\u0323
|
|
|
43
51
|
|
|
44
52
|
EDITOR_CONTEXT_EDITOR_LANG_DESC=Vi\u00EA\u0301t t\u0103\u0301t ng\u00F4n ng\u01B0\u0303 hi\u00EA\u0323n ta\u0323i cu\u0309a ng\u01B0\u01A1\u0300i du\u0300ng cu\u00F4\u0301i hi\u00EA\u0323n ta\u0323i. Ng\u00F4n ng\u01B0\u0303 va\u0300 vu\u0300ng \u0111\u01B0\u01A1\u0323c ph\u00E2n ca\u0301ch b\u01A1\u0309i d\u00E2\u0301u ga\u0323ch ngang. Vi\u0301 du\u0323\: en-US. Vu\u0300ng co\u0301 th\u00EA\u0309 \u0111\u01B0\u01A1\u0323c bo\u0309 qua.
|
|
45
53
|
|
|
54
|
+
EDITOR_FIELD_OBJECT_FORM_EDITMODE_PROPERTIES=Chuy\u00EA\u0309n sang ch\u00EA\u0301 \u0111\u00F4\u0323 sa\u0309n xu\u00E2\u0301t
|
|
55
|
+
|
|
56
|
+
EDITOR_FIELD_OBJECT_FORM_EDITMODE_JSON=Chuy\u00EA\u0309n sang ch\u00EA\u0301 \u0111\u00F4\u0323 Json
|
|
57
|
+
|
|
58
|
+
EDITOR_FIELD_OBJECT_DELETE=Xo\u0301a
|
|
59
|
+
|
|
60
|
+
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_TITLE=Chi ti\u1EBFt
|
|
61
|
+
|
|
62
|
+
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_CREATE=Ta\u0323o
|
|
63
|
+
|
|
64
|
+
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_UPDATE=C\u00E2\u0323p nh\u00E2\u0323t
|
|
65
|
+
|
|
66
|
+
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_CLOSE=\u0110o\u0301ng
|
|
67
|
+
|
|
68
|
+
EDITOR_FIELD_OBJECT_LIST_VALUELIST_POPOVER_TITLE=Cho\u0323n mu\u0323c
|
|
69
|
+
|
|
70
|
+
EDITOR_FIELD_OBJECT_VALUELIST_POPOVER_BUTTON_OK=OK
|
|
71
|
+
|
|
72
|
+
EDITOR_FIELD_OBJECT_VALUELIST_POPOVER_BUTTON_CANCEL=H\u1EE7y
|
|
73
|
+
|
|
74
|
+
EDITOR_FIELD_OBJECT_TAB_TEXTAREA_LABEL=Gia\u0301 tri\u0323
|
|
75
|
+
|
|
76
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_ADD_TOOLTIP=Ta\u0323o \u0111\u00F4\u0301i t\u01B0\u01A1\u0323ng m\u01A1\u0301i
|
|
77
|
+
|
|
78
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_CLEAR_ALL_FILTERS_TOOLTIP=Xo\u0301a t\u00E2\u0301t ca\u0309 b\u00F4\u0323 lo\u0323c
|
|
79
|
+
|
|
80
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_EDIT_TOOLTIP=Hi\u00EA\u0323u chi\u0309nh
|
|
81
|
+
|
|
82
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_DISPLAY_TOOLTIP=Hi\u1EC3n th\u1ECB
|
|
83
|
+
|
|
84
|
+
EDITOR_FIELD_OBJECT_TAB_BUTTON_SAVE_TOOLTIP=L\u01B0u \u0111\u00F4\u0301i t\u01B0\u01A1\u0323ng
|
|
85
|
+
|
|
86
|
+
EDITOR_FIELD_OBJECT_LIST_TAB_BUTTON_SAVEALL_TOOLTIP=L\u01B0u t\u00E2\u0301t ca\u0309 \u0111\u00F4\u0301i t\u01B0\u01A1\u0323ng
|
|
87
|
+
|
|
88
|
+
EDITOR_FIELD_OBJECT_POPOVER_CREATE_NEW=Ta\u0323o m\u01A1\u0301i
|
|
89
|
+
|
|
90
|
+
EDITOR_FIELD_OBJECT_LIST_POPOVER_ADD=Th\u00EAm
|
|
91
|
+
|
|
92
|
+
EDITOR_FIELD_OBJECT_TAB_DELETE_MSG=Ba\u0323n mu\u00F4\u0301n xo\u0301a \u0111\u00F4\u0301i t\u01B0\u01A1\u0323ng na\u0300y?
|
|
93
|
+
|
|
94
|
+
EDITOR_FIELD_OBJECT_TAB_DELETE_SUCCESS_MSG=\u0110a\u0303 xo\u0301a \u0111\u00F4\u0301i t\u01B0\u01A1\u0323ng.
|
|
95
|
+
|
|
46
96
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_TITLE=Quy \u0111\u00F4\u0309i gia\u0301 tri\u0323
|
|
47
97
|
|
|
48
98
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_BUTTON_SAVE=L\u01B0u
|
|
@@ -101,6 +151,12 @@ EDITOR_ICON_SELECTED=\u0110\u01B0\u01A1\u0323c cho\u0323n t\u01B0\u0300 t\u00E2\
|
|
|
101
151
|
|
|
102
152
|
EDITOR_ICON_NONE=(Kh\u00F4ng c\u00F3)
|
|
103
153
|
|
|
154
|
+
EDITOR_VAL_NOT_A_JSONOBJECT=Kh\u00F4ng pha\u0309i \u0111\u00F4\u0301i t\u01B0\u01A1\u0323ng JSON.
|
|
155
|
+
|
|
156
|
+
EDITOR_VAL_NOT_A_SINGLE_JSONOBJECT=Kh\u00F4ng pha\u0309i \u0111\u00F4\u0301i t\u01B0\u01A1\u0323ng JSON \u0111\u01A1n.
|
|
157
|
+
|
|
158
|
+
EDITOR_VAL_NOT_AN_ARRAY_OF_JSONOBJECTS=Kh\u00F4ng pha\u0309i ma\u0309ng \u0111\u00F4\u0301i t\u01B0\u01A1\u0323ng JSON.
|
|
159
|
+
|
|
104
160
|
EDITOR_VAL_NOMATCH=Gia\u0301 tri\u0323 kh\u00F4ng kh\u01A1\u0301p v\u01A1\u0301i ti\u00EAu chi\u0301 xa\u0301c th\u01B0\u0323c.
|
|
105
161
|
|
|
106
162
|
EDITOR_VAL_MAXLENGTH=Gia\u0301 tri\u0323 v\u01B0\u01A1\u0323t qua\u0301 \u0111\u00F4\u0323 da\u0300i t\u00F4\u0301i \u0111a {0}.
|
|
@@ -154,3 +210,5 @@ CARDEDITOR_CONTEXT_CARD_LANG_DESC=Vi\u00EA\u0301t t\u0103\u0301t ng\u00F4n ng\u0
|
|
|
154
210
|
CARDEDITOR_PREVIEW_BTN_LIVEPREVIEW=Xem tr\u01B0\u01A1\u0301c tr\u01B0\u0323c ti\u00EA\u0301p
|
|
155
211
|
|
|
156
212
|
CARDEDITOR_PREVIEW_BTN_SAMPLEPREVIEW=Xem tr\u01B0\u01A1\u0301c m\u00E2\u0303u
|
|
213
|
+
|
|
214
|
+
ADAPTIVE_CARDS_REQUIRED_FIELD=\u0110\u01B0\u01A1\u0323c y\u00EAu c\u00E2\u0300u
|
|
@@ -3,6 +3,10 @@ CARD.COUNT_X_OF_Y=\u7B2C {0} \u4E2A\uFF0C\u5171 {1} \u4E2A
|
|
|
3
3
|
|
|
4
4
|
CARD_DATA_LOAD_ERROR=\u65E0\u6CD5\u52A0\u8F7D\u6570\u636E\u3002
|
|
5
5
|
|
|
6
|
+
CARD_NO_ITEMS_ERROR_LISTS=\u65E0\u53EF\u7528\u9879\u76EE\u3002
|
|
7
|
+
|
|
8
|
+
CARD_NO_ITEMS_ERROR_CHART=\u65E0\u53EF\u7528\u6570\u636E\u3002
|
|
9
|
+
|
|
6
10
|
CARD_WEB_PAGE_TIMEOUT_ERROR=\u65E0\u6CD5\u5728 {0} \u79D2\u5185\u52A0\u8F7D\u9875\u9762\u3002\u8BF7\u68C0\u67E5 URL\u3002
|
|
7
11
|
|
|
8
12
|
CARD_WEB_PAGE_EMPTY_URL_ERROR=\u9875\u9762\u7684 URL \u4E3A\u7A7A\u3002
|
|
@@ -23,6 +27,10 @@ EDITOR_DESTINATIONS=\u76EE\u6807
|
|
|
23
27
|
|
|
24
28
|
EDITOR_PARAMETERS_GENERALSETTINGS=\u5E38\u89C4\u8BBE\u7F6E
|
|
25
29
|
|
|
30
|
+
EDITOR_GROUP_ERRORS=\u53D1\u73B0\u9519\u8BEF\u3002\u8BF7\u68C0\u67E5\u3002
|
|
31
|
+
|
|
32
|
+
EDITOR_GROUP_WARNINGS=\u53D1\u73B0\u8B66\u544A\u3002\u8BF7\u68C0\u67E5\u3002
|
|
33
|
+
|
|
26
34
|
EDITOR_ORIGINALLANG=\u539F\u59CB\u8BED\u8A00
|
|
27
35
|
|
|
28
36
|
EDITOR_CONTEXT_EMPTY_VAL=\u65E0
|
|
@@ -43,6 +51,48 @@ EDITOR_CONTEXT_EDITOR_LANG_VAL=\u5F53\u524D\u8BED\u8A00
|
|
|
43
51
|
|
|
44
52
|
EDITOR_CONTEXT_EDITOR_LANG_DESC=\u5F53\u524D\u6700\u7EC8\u7528\u6237\u7684\u5F53\u524D\u8BED\u8A00\u7F29\u5199\u3002\u8BED\u8A00\u548C\u5730\u533A\u4EE5\u77ED\u6A2A\u7EBF\u5206\u9694\uFF0C\u4F8B\u5982\uFF0Cen-US\u3002\u53EF\u80FD\u4F1A\u7701\u7565\u5730\u533A\u3002
|
|
45
53
|
|
|
54
|
+
EDITOR_FIELD_OBJECT_FORM_EDITMODE_PROPERTIES=\u5207\u6362\u5230\u751F\u4EA7\u6A21\u5F0F
|
|
55
|
+
|
|
56
|
+
EDITOR_FIELD_OBJECT_FORM_EDITMODE_JSON=\u5207\u6362\u5230 Json \u6A21\u5F0F
|
|
57
|
+
|
|
58
|
+
EDITOR_FIELD_OBJECT_DELETE=\u5220\u9664
|
|
59
|
+
|
|
60
|
+
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_TITLE=\u8BE6\u7EC6\u4FE1\u606F
|
|
61
|
+
|
|
62
|
+
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_CREATE=\u521B\u5EFA
|
|
63
|
+
|
|
64
|
+
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_UPDATE=\u66F4\u65B0
|
|
65
|
+
|
|
66
|
+
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_CLOSE=\u5173\u95ED
|
|
67
|
+
|
|
68
|
+
EDITOR_FIELD_OBJECT_LIST_VALUELIST_POPOVER_TITLE=\u9009\u62E9\u9879\u76EE
|
|
69
|
+
|
|
70
|
+
EDITOR_FIELD_OBJECT_VALUELIST_POPOVER_BUTTON_OK=\u786E\u5B9A
|
|
71
|
+
|
|
72
|
+
EDITOR_FIELD_OBJECT_VALUELIST_POPOVER_BUTTON_CANCEL=\u53D6\u6D88
|
|
73
|
+
|
|
74
|
+
EDITOR_FIELD_OBJECT_TAB_TEXTAREA_LABEL=\u503C
|
|
75
|
+
|
|
76
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_ADD_TOOLTIP=\u521B\u5EFA\u65B0\u5BF9\u8C61
|
|
77
|
+
|
|
78
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_CLEAR_ALL_FILTERS_TOOLTIP=\u6E05\u9664\u6240\u6709\u8FC7\u6EE4\u5668
|
|
79
|
+
|
|
80
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_EDIT_TOOLTIP=\u7F16\u8F91
|
|
81
|
+
|
|
82
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_DISPLAY_TOOLTIP=\u663E\u793A
|
|
83
|
+
|
|
84
|
+
EDITOR_FIELD_OBJECT_TAB_BUTTON_SAVE_TOOLTIP=\u4FDD\u5B58\u5BF9\u8C61
|
|
85
|
+
|
|
86
|
+
EDITOR_FIELD_OBJECT_LIST_TAB_BUTTON_SAVEALL_TOOLTIP=\u4FDD\u5B58\u6240\u6709\u5BF9\u8C61
|
|
87
|
+
|
|
88
|
+
EDITOR_FIELD_OBJECT_POPOVER_CREATE_NEW=\u65B0\u5EFA
|
|
89
|
+
|
|
90
|
+
EDITOR_FIELD_OBJECT_LIST_POPOVER_ADD=\u6DFB\u52A0
|
|
91
|
+
|
|
92
|
+
EDITOR_FIELD_OBJECT_TAB_DELETE_MSG=\u662F\u5426\u8981\u5220\u9664\u6B64\u5BF9\u8C61\uFF1F
|
|
93
|
+
|
|
94
|
+
EDITOR_FIELD_OBJECT_TAB_DELETE_SUCCESS_MSG=\u5BF9\u8C61\u5DF2\u5220\u9664\u3002
|
|
95
|
+
|
|
46
96
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_TITLE=\u503C\u7FFB\u8BD1
|
|
47
97
|
|
|
48
98
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_BUTTON_SAVE=\u4FDD\u5B58
|
|
@@ -101,6 +151,12 @@ EDITOR_ICON_SELECTED=\u5DF2\u4ECE\u6587\u4EF6\u4E2D\u9009\u62E9
|
|
|
101
151
|
|
|
102
152
|
EDITOR_ICON_NONE=\uFF08\u65E0\uFF09
|
|
103
153
|
|
|
154
|
+
EDITOR_VAL_NOT_A_JSONOBJECT=\u4E0D\u662F JSON \u5BF9\u8C61\u3002
|
|
155
|
+
|
|
156
|
+
EDITOR_VAL_NOT_A_SINGLE_JSONOBJECT=\u4E0D\u662F\u5355\u4E2A JSON \u5BF9\u8C61\u3002
|
|
157
|
+
|
|
158
|
+
EDITOR_VAL_NOT_AN_ARRAY_OF_JSONOBJECTS=\u4E0D\u662F JSON \u5BF9\u8C61\u7684\u6570\u7EC4\u3002
|
|
159
|
+
|
|
104
160
|
EDITOR_VAL_NOMATCH=\u503C\u4E0E\u9A8C\u8BC1\u6761\u4EF6\u4E0D\u5339\u914D\u3002
|
|
105
161
|
|
|
106
162
|
EDITOR_VAL_MAXLENGTH=\u503C\u8D85\u8FC7\u6700\u5927\u957F\u5EA6 {0}\u3002
|
|
@@ -154,3 +210,5 @@ CARDEDITOR_CONTEXT_CARD_LANG_DESC=\u5F53\u524D\u6700\u7EC8\u7528\u6237\u7684\u5F
|
|
|
154
210
|
CARDEDITOR_PREVIEW_BTN_LIVEPREVIEW=\u5B9E\u65F6\u9884\u89C8
|
|
155
211
|
|
|
156
212
|
CARDEDITOR_PREVIEW_BTN_SAMPLEPREVIEW=\u793A\u8303\u9884\u89C8
|
|
213
|
+
|
|
214
|
+
ADAPTIVE_CARDS_REQUIRED_FIELD=\u5FC5\u586B
|
|
@@ -3,6 +3,10 @@ CARD.COUNT_X_OF_Y={0}/{1}
|
|
|
3
3
|
|
|
4
4
|
CARD_DATA_LOAD_ERROR=\u7121\u6CD5\u8F09\u5165\u8CC7\u6599\u3002
|
|
5
5
|
|
|
6
|
+
CARD_NO_ITEMS_ERROR_LISTS=\u6C92\u6709\u9805\u76EE\u3002
|
|
7
|
+
|
|
8
|
+
CARD_NO_ITEMS_ERROR_CHART=\u6C92\u6709\u8CC7\u6599\u3002
|
|
9
|
+
|
|
6
10
|
CARD_WEB_PAGE_TIMEOUT_ERROR=\u7121\u6CD5\u5728 {0} \u79D2\u5167\u8F09\u5165\u9801\u9762\uFF0C\u8ACB\u6AA2\u67E5 URL\u3002
|
|
7
11
|
|
|
8
12
|
CARD_WEB_PAGE_EMPTY_URL_ERROR=\u9801\u9762\u7684 URL\u3000\u7A7A\u767D\u3002
|
|
@@ -23,6 +27,10 @@ EDITOR_DESTINATIONS=\u76EE\u7684\u5730
|
|
|
23
27
|
|
|
24
28
|
EDITOR_PARAMETERS_GENERALSETTINGS=\u4E00\u822C\u8A2D\u5B9A
|
|
25
29
|
|
|
30
|
+
EDITOR_GROUP_ERRORS=\u5DF2\u627E\u5230\u932F\u8AA4\uFF0C\u8ACB\u4E88\u4EE5\u6AA2\u67E5\u3002
|
|
31
|
+
|
|
32
|
+
EDITOR_GROUP_WARNINGS=\u5DF2\u627E\u5230\u8B66\u544A\uFF0C\u8ACB\u4E88\u4EE5\u6AA2\u67E5\u3002
|
|
33
|
+
|
|
26
34
|
EDITOR_ORIGINALLANG=\u539F\u59CB\u8A9E\u8A00
|
|
27
35
|
|
|
28
36
|
EDITOR_CONTEXT_EMPTY_VAL=\u7121
|
|
@@ -43,6 +51,48 @@ EDITOR_CONTEXT_EDITOR_LANG_VAL=\u76EE\u524D\u8A9E\u8A00
|
|
|
43
51
|
|
|
44
52
|
EDITOR_CONTEXT_EDITOR_LANG_DESC=\u76EE\u524D\u4E00\u822C\u4F7F\u7528\u8005\u7684\u76EE\u524D\u8A9E\u8A00\u7E2E\u5BEB\uFF0C\u8A9E\u8A00\u548C\u5730\u5340\u6703\u4F7F\u7528\u865B\u7DDA\u5206\u9694\uFF0C\u4F8B\u5982 en-US\uFF1B\u53EF\u80FD\u7701\u7565\u5730\u5340\u3002
|
|
45
53
|
|
|
54
|
+
EDITOR_FIELD_OBJECT_FORM_EDITMODE_PROPERTIES=\u5207\u63DB\u70BA\u6B63\u5F0F\u904B\u4F5C\u6A21\u5F0F
|
|
55
|
+
|
|
56
|
+
EDITOR_FIELD_OBJECT_FORM_EDITMODE_JSON=\u5207\u63DB\u70BA JSON \u6A21\u5F0F
|
|
57
|
+
|
|
58
|
+
EDITOR_FIELD_OBJECT_DELETE=\u522A\u9664
|
|
59
|
+
|
|
60
|
+
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_TITLE=\u660E\u7D30
|
|
61
|
+
|
|
62
|
+
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_CREATE=\u5EFA\u7ACB
|
|
63
|
+
|
|
64
|
+
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_UPDATE=\u66F4\u65B0
|
|
65
|
+
|
|
66
|
+
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_CLOSE=\u95DC\u9589
|
|
67
|
+
|
|
68
|
+
EDITOR_FIELD_OBJECT_LIST_VALUELIST_POPOVER_TITLE=\u9078\u64C7\u9805\u76EE
|
|
69
|
+
|
|
70
|
+
EDITOR_FIELD_OBJECT_VALUELIST_POPOVER_BUTTON_OK=\u78BA\u5B9A
|
|
71
|
+
|
|
72
|
+
EDITOR_FIELD_OBJECT_VALUELIST_POPOVER_BUTTON_CANCEL=\u53D6\u6D88
|
|
73
|
+
|
|
74
|
+
EDITOR_FIELD_OBJECT_TAB_TEXTAREA_LABEL=\u503C
|
|
75
|
+
|
|
76
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_ADD_TOOLTIP=\u5EFA\u7ACB\u65B0\u7269\u4EF6
|
|
77
|
+
|
|
78
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_CLEAR_ALL_FILTERS_TOOLTIP=\u6E05\u9664\u6240\u6709\u7BE9\u9078
|
|
79
|
+
|
|
80
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_EDIT_TOOLTIP=\u7DE8\u8F2F
|
|
81
|
+
|
|
82
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_DISPLAY_TOOLTIP=\u986F\u793A
|
|
83
|
+
|
|
84
|
+
EDITOR_FIELD_OBJECT_TAB_BUTTON_SAVE_TOOLTIP=\u5132\u5B58\u7269\u4EF6
|
|
85
|
+
|
|
86
|
+
EDITOR_FIELD_OBJECT_LIST_TAB_BUTTON_SAVEALL_TOOLTIP=\u5132\u5B58\u6240\u6709\u7269\u4EF6
|
|
87
|
+
|
|
88
|
+
EDITOR_FIELD_OBJECT_POPOVER_CREATE_NEW=\u65B0\u5EFA
|
|
89
|
+
|
|
90
|
+
EDITOR_FIELD_OBJECT_LIST_POPOVER_ADD=\u65B0\u589E
|
|
91
|
+
|
|
92
|
+
EDITOR_FIELD_OBJECT_TAB_DELETE_MSG=\u60A8\u8981\u522A\u9664\u6B64\u7269\u4EF6\u55CE\uFF1F
|
|
93
|
+
|
|
94
|
+
EDITOR_FIELD_OBJECT_TAB_DELETE_SUCCESS_MSG=\u5DF2\u522A\u9664\u7269\u4EF6\u3002
|
|
95
|
+
|
|
46
96
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_TITLE=\u503C\u7FFB\u8B6F
|
|
47
97
|
|
|
48
98
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_BUTTON_SAVE=\u5132\u5B58
|
|
@@ -101,6 +151,12 @@ EDITOR_ICON_SELECTED=\u5DF2\u5F9E\u6A94\u6848\u9078\u64C7
|
|
|
101
151
|
|
|
102
152
|
EDITOR_ICON_NONE=(\u7121)
|
|
103
153
|
|
|
154
|
+
EDITOR_VAL_NOT_A_JSONOBJECT=\u4E0D\u662F JSON \u7269\u4EF6\u3002
|
|
155
|
+
|
|
156
|
+
EDITOR_VAL_NOT_A_SINGLE_JSONOBJECT=\u4E0D\u662F\u55AE\u4E00 JSON \u7269\u4EF6\u3002
|
|
157
|
+
|
|
158
|
+
EDITOR_VAL_NOT_AN_ARRAY_OF_JSONOBJECTS=\u4E0D\u662F JSON \u7269\u4EF6\u9663\u5217\u3002
|
|
159
|
+
|
|
104
160
|
EDITOR_VAL_NOMATCH=\u503C\u4E0D\u7B26\u5408\u9A57\u8B49\u6E96\u5247\u3002
|
|
105
161
|
|
|
106
162
|
EDITOR_VAL_MAXLENGTH=\u503C\u8D85\u904E {0} \u7684\u6700\u5927\u9577\u5EA6\u3002
|
|
@@ -154,3 +210,5 @@ CARDEDITOR_CONTEXT_CARD_LANG_DESC=\u76EE\u524D\u4E00\u822C\u4F7F\u7528\u8005\u76
|
|
|
154
210
|
CARDEDITOR_PREVIEW_BTN_LIVEPREVIEW=\u5373\u6642\u9810\u89BD
|
|
155
211
|
|
|
156
212
|
CARDEDITOR_PREVIEW_BTN_SAMPLEPREVIEW=\u6A23\u672C\u9810\u89BD
|
|
213
|
+
|
|
214
|
+
ADAPTIVE_CARDS_REQUIRED_FIELD=\u5FC5\u8981
|
|
@@ -25,7 +25,7 @@ sap.ui.define([
|
|
|
25
25
|
* @extends sap.ui.model.json.JSONModel
|
|
26
26
|
*
|
|
27
27
|
* @author SAP SE
|
|
28
|
-
* @version 1.
|
|
28
|
+
* @version 1.100.0
|
|
29
29
|
* @constructor
|
|
30
30
|
* @private
|
|
31
31
|
* @alias sap.ui.integration.model.ContextModel
|
|
@@ -108,4 +108,4 @@ sap.ui.define([
|
|
|
108
108
|
};
|
|
109
109
|
|
|
110
110
|
return ContextModel;
|
|
111
|
-
}
|
|
111
|
+
});
|
|
@@ -7,13 +7,11 @@
|
|
|
7
7
|
sap.ui.define([
|
|
8
8
|
"sap/ui/model/json/JSONModel",
|
|
9
9
|
"sap/ui/model/ClientPropertyBinding",
|
|
10
|
-
"
|
|
11
|
-
"sap/base/util/deepClone"
|
|
10
|
+
"./PagingModelListBinding"
|
|
12
11
|
], function (
|
|
13
12
|
JSONModel,
|
|
14
13
|
ClientPropertyBinding,
|
|
15
|
-
|
|
16
|
-
deepClone
|
|
14
|
+
PagingModelListBinding
|
|
17
15
|
) {
|
|
18
16
|
"use strict";
|
|
19
17
|
|
|
@@ -27,7 +25,7 @@ sap.ui.define([
|
|
|
27
25
|
* @extends sap.ui.model.json.JSONModel
|
|
28
26
|
*
|
|
29
27
|
* @author SAP SE
|
|
30
|
-
* @version 1.
|
|
28
|
+
* @version 1.100.0
|
|
31
29
|
* @constructor
|
|
32
30
|
* @private
|
|
33
31
|
* @alias sap.ui.integration.model.ObservableModel
|
|
@@ -81,5 +79,16 @@ sap.ui.define([
|
|
|
81
79
|
this.fireEvent("change");
|
|
82
80
|
};
|
|
83
81
|
|
|
82
|
+
ObservableModel.prototype.bindList = function(sPath, oContext, aSorters, aFilters, mParameters) {
|
|
83
|
+
var oBinding = this._oListBinding = new PagingModelListBinding(this, sPath, oContext, aSorters, aFilters, mParameters);
|
|
84
|
+
return oBinding;
|
|
85
|
+
};
|
|
86
|
+
|
|
87
|
+
ObservableModel.prototype.sliceData = function (iStartIndex, iEndIndex) {
|
|
88
|
+
this._oListBinding._iStartIndex = iStartIndex;
|
|
89
|
+
this._oListBinding._iEndIndex = iEndIndex;
|
|
90
|
+
this._oListBinding.checkUpdate(true);
|
|
91
|
+
};
|
|
92
|
+
|
|
84
93
|
return ObservableModel;
|
|
85
94
|
});
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* OpenUI5
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
sap.ui.define([
|
|
8
|
+
"sap/ui/model/json/JSONListBinding"
|
|
9
|
+
], function (
|
|
10
|
+
JSONListBinding
|
|
11
|
+
) {
|
|
12
|
+
"use strict";
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* Creates a new PagingModelListBinding object.
|
|
16
|
+
*
|
|
17
|
+
* @class
|
|
18
|
+
*
|
|
19
|
+
* Extends the JSONModel to provide pagination.
|
|
20
|
+
*
|
|
21
|
+
* @extends sap.ui.model.json.JSONListBinding
|
|
22
|
+
*
|
|
23
|
+
* @author SAP SE
|
|
24
|
+
* @version 1.100.0
|
|
25
|
+
* @constructor
|
|
26
|
+
* @private
|
|
27
|
+
* @alias sap.ui.integration.model.PagingModelListBinding
|
|
28
|
+
*/
|
|
29
|
+
var PagingModelListBinding = JSONListBinding.extend("sap.ui.integration.model.PagingModelListBinding", {});
|
|
30
|
+
|
|
31
|
+
PagingModelListBinding.prototype.update = function () {
|
|
32
|
+
JSONListBinding.prototype.update.call(this);
|
|
33
|
+
|
|
34
|
+
if (this._iStartIndex !== undefined) {
|
|
35
|
+
this.aIndices = this.aIndices.slice(this._iStartIndex, this._iEndIndex);
|
|
36
|
+
}
|
|
37
|
+
};
|
|
38
|
+
|
|
39
|
+
return PagingModelListBinding;
|
|
40
|
+
});
|
|
@@ -4,9 +4,10 @@
|
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
// define jQuery for
|
|
7
|
+
// define jQuery for bundling sap-ui-integration-nojQuery.js
|
|
8
8
|
(function() {
|
|
9
9
|
"use strict";
|
|
10
|
+
/*global jQuery */
|
|
10
11
|
sap["ui"].define("sap/ui/thirdparty/jquery", function() {
|
|
11
12
|
return jQuery;
|
|
12
13
|
});
|