@openui5/sap.ui.integration 1.127.1 → 1.129.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/THIRDPARTY.txt +1 -1
- package/package.json +7 -7
- package/src/sap/ui/integration/.library +1 -1
- package/src/sap/ui/integration/ActionDefinition.js +1 -1
- package/src/sap/ui/integration/Designtime.js +1 -1
- package/src/sap/ui/integration/Extension.js +13 -1
- package/src/sap/ui/integration/Host.js +13 -1
- package/src/sap/ui/integration/cards/AdaptiveContent.js +5 -4
- package/src/sap/ui/integration/cards/AnalyticalContent.js +1 -1
- package/src/sap/ui/integration/cards/AnalyticsCloudContent.js +1 -1
- package/src/sap/ui/integration/cards/BaseContent.js +76 -17
- package/src/sap/ui/integration/cards/BaseListContent.js +1 -1
- package/src/sap/ui/integration/cards/CalendarContent.js +1 -1
- package/src/sap/ui/integration/cards/ComponentContent.js +1 -1
- package/src/sap/ui/integration/cards/Footer.js +1 -1
- package/src/sap/ui/integration/cards/Header.js +1 -1
- package/src/sap/ui/integration/cards/ListContent.js +2 -1
- package/src/sap/ui/integration/cards/NumericHeader.js +1 -1
- package/src/sap/ui/integration/cards/ObjectContent.js +13 -1
- package/src/sap/ui/integration/cards/TableContent.js +1 -1
- package/src/sap/ui/integration/cards/TimelineContent.js +1 -1
- package/src/sap/ui/integration/cards/WebPageContent.js +1 -1
- package/src/sap/ui/integration/cards/actions/CardActions.js +6 -2
- package/src/sap/ui/integration/cards/actions/ShowCardAction.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputChoiceSet.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputDate.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputNumber.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputText.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputToggle.js +1 -1
- package/src/sap/ui/integration/cards/filters/BaseFilter.js +8 -4
- package/src/sap/ui/integration/cards/filters/ComboBoxFilter.js +14 -4
- package/src/sap/ui/integration/cards/filters/DateRangeFilter.js +1 -1
- package/src/sap/ui/integration/cards/filters/FilterBar.js +1 -1
- package/src/sap/ui/integration/cards/filters/FilterBarFactory.js +1 -1
- package/src/sap/ui/integration/cards/filters/SearchFilter.js +1 -1
- package/src/sap/ui/integration/cards/filters/SelectFilter.js +5 -1
- package/src/sap/ui/integration/cards/list/MicrochartsResizeHelper.js +1 -1
- package/src/sap/ui/integration/controls/ActionsStrip.js +4 -4
- package/src/sap/ui/integration/controls/ActionsToolbar.js +1 -1
- package/src/sap/ui/integration/controls/BlockingMessage.js +1 -1
- package/src/sap/ui/integration/controls/ComboBox.js +47 -0
- package/src/sap/ui/integration/controls/ImageWithOverlay.js +1 -1
- package/src/sap/ui/integration/controls/ListContentItem.js +7 -4
- package/src/sap/ui/integration/controls/ListContentItemRenderer.js +4 -4
- package/src/sap/ui/integration/controls/Microchart.js +1 -1
- package/src/sap/ui/integration/controls/MicrochartLegend.js +1 -1
- package/src/sap/ui/integration/controls/ObjectStatus.js +26 -1
- package/src/sap/ui/integration/controls/Paginator.js +1 -1
- package/src/sap/ui/integration/customElements/CustomElementCard.js +9 -3
- package/src/sap/ui/integration/designtime/baseEditor/BaseEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/PropertyEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/PropertyEditors.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_en_US_sappsd.properties +16 -16
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_en_US_saptrc.properties +80 -80
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/BasePropertyEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/PropertyEditorFactory.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/arrayEditor/ArrayEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/booleanEditor/BooleanEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/codeEditor/CodeEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateEditor/DateEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateTimeEditor/DateTimeEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/enumStringEditor/EnumStringEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/groupEditor/GroupEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IsInIconPool.validator.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/integerEditor/IntegerEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/jsonEditor/JsonEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/listEditor/ListEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/mapEditor/MapEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/multiSelectEditor/MultiSelectEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/numberEditor/NumberEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/objectArrayEditor/ObjectArrayEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/selectEditor/SelectEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/separatorEditor/SeparatorEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/stringEditor/StringEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/textAreaEditor/TextAreaEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/binding/ObjectBinding.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/unset.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsBoolean.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsDate.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsInteger.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsNumber.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsSelectedKey.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsStringList.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueKey.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueList.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsValidBinding.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/MaxLength.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/NotABinding.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/ValidatorRegistry.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en_US_sappsd.properties +5 -5
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en_US_saptrc.properties +171 -171
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/complexMapEditor/ComplexMapEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/destinationsEditor/DestinationsEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/filtersEditor/FiltersEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/parametersEditor/ParametersEditor.js +1 -1
- package/src/sap/ui/integration/designtime/editor/Card.js +1 -1
- package/src/sap/ui/integration/designtime/editor/CardEditor.js +1 -1
- package/src/sap/ui/integration/designtime/editor/CardPreview.js +1 -1
- package/src/sap/ui/integration/editor/Editor.js +104 -82
- package/src/sap/ui/integration/editor/EditorResourceBundles.js +1 -1
- package/src/sap/ui/integration/editor/Extension.js +1 -1
- package/src/sap/ui/integration/editor/Manifest.js +1 -1
- package/src/sap/ui/integration/editor/Settings.js +1 -1
- package/src/sap/ui/integration/editor/fields/BaseField.js +1 -1
- package/src/sap/ui/integration/editor/fields/BooleanField.js +1 -1
- package/src/sap/ui/integration/editor/fields/DateField.js +1 -1
- package/src/sap/ui/integration/editor/fields/DateTimeField.js +1 -1
- package/src/sap/ui/integration/editor/fields/DestinationField.js +1 -1
- package/src/sap/ui/integration/editor/fields/GroupField.js +1 -1
- package/src/sap/ui/integration/editor/fields/IntegerField.js +1 -1
- package/src/sap/ui/integration/editor/fields/NumberField.js +1 -1
- package/src/sap/ui/integration/editor/fields/ObjectField.js +1 -1
- package/src/sap/ui/integration/editor/fields/ObjectListField.js +1 -1
- package/src/sap/ui/integration/editor/fields/StringField.js +1 -1
- package/src/sap/ui/integration/editor/fields/StringListField.js +1 -1
- package/src/sap/ui/integration/editor/fields/fragment/Controller.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/ColorSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/IconSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/ImageSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/ShapeSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/VizBase.js +1 -1
- package/src/sap/ui/integration/extensions/OAuth3LO.js +1 -1
- package/src/sap/ui/integration/library.js +58 -3
- package/src/sap/ui/integration/model/ContextModel.js +1 -1
- package/src/sap/ui/integration/model/ObservableModel.js +1 -1
- package/src/sap/ui/integration/model/PagingModelListBinding.js +1 -1
- package/src/sap/ui/integration/schemas/sap-card.json +18 -1
- package/src/sap/ui/integration/themes/base/Card.less +148 -3
- package/src/sap/ui/integration/themes/base/ObjectStatus.less +2 -0
- package/src/sap/ui/integration/themes/base/library.source.less +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ar-gaI1v_KV.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ar_EG-CGlHr-jg.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ar_SA-D0iF05tg.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/bg-CJrwzo8x.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/bundle.esm.js +154 -10
- package/src/sap/ui/integration/thirdparty/webcomponents/bundle.esm.js.map +1 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ca-CkzsZJhe.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/cnr-DbKJTxGN.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/cs-BaB3d9Av.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/da-CTDYg05i.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/de-BPAvOyho.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/de_AT-C0Q-I35O.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/de_CH-V6zqRGuT.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/el-CE6EdnmY.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/el_CY-DM-mftU_.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en-BV_fMYiZ.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_AU-DdpdhNc9.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_GB-DR37sckE.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_HK-C3ORwL4y.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_IE-CImesKWm.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_IN-BnP0Xsux.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_NZ-D-XmB6sh.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_PG-k1g6MW0k.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_SG-CH-OueZe.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_ZA-De7Q7wq-.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es-CUYgeeV2.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_AR-bphqT9e8.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_BO-9iWEF7Cs.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_CL-Cma-TrGh.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_CO-Co5-6aNz.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_MX-DOMSkspG.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_PE-Thtj5270.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_UY-B6Fj2AOa.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_VE-BIY0wat6.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/et-h7DaePYx.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fa-BSumtYoR.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fi-CY8p4VYP.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fr-c7VTGFC1.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_BE-fS0pUgwn.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_CA-HJakdL_2.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_CH-CsYAhWeP.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_LU-CHqDsjpc.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/he-DvqV-7FS.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/hi-DtIyTix1.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/hr-DO7SyOn5.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/hu-CXT-q6md.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/id-D7Ji1Vol.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/it-B30H1Zn6.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/it_CH-DXNpHhgj.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ja-HOZtY2HT.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/kk-CyER5Yfk.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ko-CCOZRLOI.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/lt-CbuIe_XX.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/lv-B6P7cPB-.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-By0ELKn1.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-DNg2ihdf.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-BpOpdSRg.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-CtKf3_pD.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-C7yAJLXv.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-z_PzL0LS.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cnr-B2C2UtnY.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cnr-BgC1xGfN.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-B2g02_qY.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-CglsMLoj.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-BGpEQrLK.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-CM6O5UY_.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-Bbv9jJL9.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-Dnrxp7vZ.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-Dbpn-Kzy.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-DdtngzTc.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-BbKk0xSf.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-CHOdJfj5.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-D0t7zNNP.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-DvYWXfG3.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-Bo0ABb8q.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-C7CSH40g.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-DjC9X79L.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-DnyNqUM9.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-BQKctZq6.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-DZ_EqeE9.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-C-dKnlfj.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-Dpnkxanh.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-BGIF2r4i.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-CjKpS0VR.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-Bq9-w7vo.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-CaUIlVEp.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-C50d_WIs.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-CvxKhma3.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-BjJAU_zd.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-CHT0e9Ft.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-B0JemQZg.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-CZjoFOTp.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-BjoN_ya6.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-DZBFnNAJ.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-CMAHfPzF.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-CW6YUR81.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-DJBozPw3.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-yfePmKmp.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-CLa7lmSo.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-CmnM7BSH.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-BiCFe-4Q.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-D3m1v9KT.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-DHL9ypHJ.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-NkVMHGle.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-8NhJ8eqk.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-CfnJye2i.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-DH9VAGau.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-DiyT2vK2.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-Bx7MYmis.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-CZn0MmH2.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-CQgzMWRu.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-DnPyJW94.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-B6j5anSt.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-BnmsTwH0.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-BhX-3e7T.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-_w1ygXGM.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_mk-1F54i8zg.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_mk-Bnw6ljFX.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-C4ALLG8v.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-DfBTz_Is.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-BfnMt-Zu.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-COOj_3wb.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-qAggYCjN.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-raoH9TFS.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-BbRrb6VO.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-BypwDfY-.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-BGN4m4Lf.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-BM74fN-c.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-B672qnbI.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-Bieyl7u4.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-BAjCPC5e.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-nTlNR9MA.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-BDcLROAo.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-BOKN1onR.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-BM9t1YKT.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-EQ0ATQCR.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-B0_P6rhh.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-DmaQbbM-.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-82XaNOOU.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-CgPRi_DE.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sr-9k6YFpsK.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sr-nEv82gwv.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-DgrN1Ri0.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-gTC20rWk.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-B-LFWoo4.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-BVC0K0Sb.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-B-dH0ajw.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-Ddfex1-g.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-BwkyJRsw.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-CtqpazAf.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-Gus-NSRW.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-g9BjG_PT.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-D4R1g5Rt.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-KensJmFt.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-D33wzIcH.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-DZQ07fJI.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/mk-Cd0pbvjP.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ms-CxRS8r8U.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/nb-Bt6tTISo.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/nl-Bn_bYiUP.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/nl_BE-gGhbga80.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-B3CYe-Fc.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BA22z097.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BAv31BII.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BJg9oVgh.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BRs0Mxa-.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BYugiKGk.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BZzOoCHg.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BvnJRv5X.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-Bz5PtVM4.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-C8H_1O9h.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-C970Konx.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CAHqDBtl.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CBkyQy2Q.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CGhz8fL0.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CXMLSn4M.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CpTOUvo7.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CqroeEYG.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-D6TuiR7M.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DFjmm25g.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DG_KwGUG.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DJVciiYr.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DaKv2hn7.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-Dnhr_EgY.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-Dv-C1e_-.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DyS9hduW.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-G5-JJidX.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-MhNAGmGd.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-QAUNS7Mf.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-hd9kUYDu.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-z7bW6xuy.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/pl-CMCnDFeN.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/pt-epnACSlD.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/pt_PT-DDh80D1c.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ro-99b_8s0L.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ru-KnV2YsI1.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ru_UA-DQu1w3nF.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/sk-BmVMraWc.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/sl-D-1eHn67.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/sr-qnchOIe3.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/sr_Latn-7xdk5b7O.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/sv-Cd90PyJ4.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/th-DBMtUCWg.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/tr-IfauWU6c.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/uk-CKaGQnVZ.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/vi-DL9RCxxW.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_CN-MHYosyo-.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_HK-CW9bNs3G.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_SG-CeJTYNVn.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_TW-CA1JpQ7j.js +1 -0
- package/src/sap/ui/integration/util/AnalyticsCloudHelper.js +1 -1
- package/src/sap/ui/integration/util/BaseFactory.js +1 -1
- package/src/sap/ui/integration/util/BindingHelper.js +1 -1
- package/src/sap/ui/integration/util/BindingResolver.js +1 -1
- package/src/sap/ui/integration/util/CardObserver.js +1 -1
- package/src/sap/ui/integration/util/ComboBoxHelper.js +1 -1
- package/src/sap/ui/integration/util/ContentFactory.js +1 -1
- package/src/sap/ui/integration/util/CsrfTokenHandler.js +1 -1
- package/src/sap/ui/integration/util/DataProvider.js +6 -2
- package/src/sap/ui/integration/util/DataProviderFactory.js +6 -6
- package/src/sap/ui/integration/util/Destinations.js +3 -2
- package/src/sap/ui/integration/util/DisplayVariants.js +1 -1
- package/src/sap/ui/integration/util/ErrorHandler.js +1 -1
- package/src/sap/ui/integration/util/ExtensionDataProvider.js +1 -1
- package/src/sap/ui/integration/util/Form.js +1 -1
- package/src/sap/ui/integration/util/HeaderFactory.js +1 -1
- package/src/sap/ui/integration/util/JSONBindingHelper.js +1 -1
- package/src/sap/ui/integration/util/LoadingProvider.js +1 -1
- package/src/sap/ui/integration/util/Manifest.js +1 -1
- package/src/sap/ui/integration/util/OAuth3LOHelper.js +1 -1
- package/src/sap/ui/integration/util/RequestDataProvider.js +1 -1
- package/src/sap/ui/integration/util/ServiceDataProvider.js +1 -1
- package/src/sap/ui/integration/util/ServiceManager.js +1 -1
- package/src/sap/ui/integration/util/SkeletonCard.js +1 -1
- package/src/sap/ui/integration/util/Utils.js +1 -1
- package/src/sap/ui/integration/util/Validators.js +1 -1
- package/src/sap/ui/integration/widgets/Card.js +28 -7
- package/src/sap/ui/integration/controls/LinkWithIcon.js +0 -79
- package/src/sap/ui/integration/controls/LinkWithIconRenderer.js +0 -38
- package/src/sap/ui/integration/themes/base/LinkWithIcon.less +0 -11
- package/src/sap/ui/integration/thirdparty/webcomponents/ar-3d86671f.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/ar-3d86671f.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ar_EG-bec371f8.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/ar_EG-bec371f8.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ar_SA-013516b9.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/ar_SA-013516b9.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/bg-c8a3d631.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/bg-c8a3d631.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ca-432aede8.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/ca-432aede8.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/cs-cb494530.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/cs-cb494530.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/da-b8216f78.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/da-b8216f78.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/de-db7ee200.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/de-db7ee200.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/de_AT-16212e69.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/de_AT-16212e69.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/de_CH-b2e7405d.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/de_CH-b2e7405d.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/el-bc8ea43c.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/el-bc8ea43c.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/el_CY-32899bf5.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/el_CY-32899bf5.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en-852a3c47.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/en-852a3c47.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_AU-a22d2bd1.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/en_AU-a22d2bd1.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_GB-06fb3326.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/en_GB-06fb3326.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_HK-8e388c7e.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/en_HK-8e388c7e.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_IE-31301e64.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/en_IE-31301e64.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_IN-a8cac790.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/en_IN-a8cac790.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_NZ-1ac8fca7.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/en_NZ-1ac8fca7.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_PG-90ae5ac9.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/en_PG-90ae5ac9.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_SG-f783b9e0.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/en_SG-f783b9e0.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_ZA-a4a6c2af.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/en_ZA-a4a6c2af.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es-2987b3bf.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/es-2987b3bf.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es_AR-c9568bef.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/es_AR-c9568bef.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es_BO-f80d4cab.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/es_BO-f80d4cab.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es_CL-e69a20cc.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/es_CL-e69a20cc.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es_CO-8ed671f5.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/es_CO-8ed671f5.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es_MX-ca227fd9.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/es_MX-ca227fd9.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es_PE-313ad09c.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/es_PE-313ad09c.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es_UY-3145d111.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/es_UY-3145d111.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es_VE-9855c07f.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/es_VE-9855c07f.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/et-c8b012d9.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/et-c8b012d9.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/fa-270906e4.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/fa-270906e4.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/fi-5cb24937.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/fi-5cb24937.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/fr-f90c8dbe.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/fr-f90c8dbe.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_BE-0a0b1e89.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_BE-0a0b1e89.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_CA-69115871.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_CA-69115871.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_CH-67cec36a.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_CH-67cec36a.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_LU-41d18384.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_LU-41d18384.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/he-c7dd8770.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/he-c7dd8770.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/hi-02d890ff.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/hi-02d890ff.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/hr-ce839bd8.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/hr-ce839bd8.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/hu-8894ff20.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/hu-8894ff20.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/id-4e1f336f.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/id-4e1f336f.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/it-2f7ca2cc.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/it-2f7ca2cc.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/it_CH-96f6448e.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/it_CH-96f6448e.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ja-b852efec.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/ja-b852efec.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/kk-4d418f87.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/kk-4d418f87.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ko-580a2045.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/ko-580a2045.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/lt-ee0f5d04.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/lt-ee0f5d04.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/lv-b18d4611.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/lv-b18d4611.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-0d1ad1fe.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-0d1ad1fe.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-f6792d81.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-f6792d81.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-19dab68c.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-19dab68c.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-884d46bd.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-884d46bd.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-5b6cc3e2.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-5b6cc3e2.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-9a2c00aa.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-9a2c00aa.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-7eb827ff.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-7eb827ff.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-c7ed5c29.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-c7ed5c29.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-59b352bb.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-59b352bb.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-9889d6f0.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-9889d6f0.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-53593542.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-53593542.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-7b82a777.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-7b82a777.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-eb501c07.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-eb501c07.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-fe0ee4dd.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-fe0ee4dd.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-45d1c326.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-45d1c326.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-b846ddbd.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-b846ddbd.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-00d224f0.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-00d224f0.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-3bc10a88.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-3bc10a88.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-a4723c29.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-a4723c29.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-b6557ced.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-b6557ced.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-7f53c3de.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-7f53c3de.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-9cf5ba75.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-9cf5ba75.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-00c865df.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-00c865df.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-94648753.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-94648753.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-57779176.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-57779176.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-ae1a6e4a.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-ae1a6e4a.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-288d5c23.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-288d5c23.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-32e23462.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-32e23462.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-247861b8.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-247861b8.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-4f1305df.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-4f1305df.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-077b43b7.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-077b43b7.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-a0061a71.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-a0061a71.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-27edc9b8.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-27edc9b8.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-b9f27356.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-b9f27356.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-6265990a.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-6265990a.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-776fbe53.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-776fbe53.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-be82338b.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-be82338b.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-c0eae649.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-c0eae649.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-9f578dcf.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-9f578dcf.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-c4029409.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-c4029409.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-49952683.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-49952683.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-c9d5ac76.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-c9d5ac76.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-9eaeaf2e.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-9eaeaf2e.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-d015baa6.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-d015baa6.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-5f15c5a1.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-5f15c5a1.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-69efcc93.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-69efcc93.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-0b408aea.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-0b408aea.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-f7bf3947.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-f7bf3947.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-6db571be.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-6db571be.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-a2983dd2.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-a2983dd2.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-9c40042d.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-9c40042d.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-b96fe6b5.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-b96fe6b5.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-31b7f62f.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-31b7f62f.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-b620a07a.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-b620a07a.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-4be67a77.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-4be67a77.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-9c52f847.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-9c52f847.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-1e4f1335.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-1e4f1335.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-daa86622.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-daa86622.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-156ea5fe.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-156ea5fe.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-54381557.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-54381557.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-536227b5.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-536227b5.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-e142440d.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-e142440d.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-1290458f.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-1290458f.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-56e48e33.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-56e48e33.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-2f06c288.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-2f06c288.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-eecb1eec.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-eecb1eec.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-179a75de.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-179a75de.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-bd30a402.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-bd30a402.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-026877c7.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-026877c7.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-741d8c1c.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-741d8c1c.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-a24258d4.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-a24258d4.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-d2a87d88.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-d2a87d88.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-0dbe572d.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-0dbe572d.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-6da8daa7.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-6da8daa7.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-4291aa7d.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-4291aa7d.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-e80d281e.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-e80d281e.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-4047dcd1.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-4047dcd1.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-83f9fefd.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-83f9fefd.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-c7dd9005.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-c7dd9005.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-fd3049d8.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-fd3049d8.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-586b310b.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-586b310b.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-e31d7023.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-e31d7023.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-1796a5d2.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-1796a5d2.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-4adc09cc.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-4adc09cc.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-33e2fe27.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-33e2fe27.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-63398540.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-63398540.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-b49fdd27.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-b49fdd27.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-f32e601b.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-f32e601b.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-70daf763.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-70daf763.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-de6e4871.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-de6e4871.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-3f36f453.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-3f36f453.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-ba1b4011.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-ba1b4011.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-2420a6e9.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-2420a6e9.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-81dc4660.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-81dc4660.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-7833a089.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-7833a089.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-91e89b06.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-91e89b06.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ms-97288878.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/ms-97288878.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/nb-d77ab65a.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/nb-d77ab65a.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/nl-624d50c1.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/nl-624d50c1.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/nl_BE-ae42d671.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/nl_BE-ae42d671.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0492638f.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0492638f.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-04bc9eb3.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-04bc9eb3.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0e7b5607.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0e7b5607.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-125b2b7a.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-125b2b7a.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-1a0ab11d.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-1a0ab11d.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-243fcda5.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-243fcda5.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-521ed433.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-521ed433.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5c3f5118.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5c3f5118.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5f5e6b1a.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5f5e6b1a.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-60fa0cd2.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-60fa0cd2.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-6b0ea135.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-6b0ea135.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-6ff10523.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-6ff10523.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7b2c3304.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7b2c3304.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7dc01b3a.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7dc01b3a.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-9c9eaabc.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-9c9eaabc.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-abd55cbb.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-abd55cbb.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-b3fbd1e6.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-b3fbd1e6.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-bf92c220.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-bf92c220.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-c36ca341.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-c36ca341.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-dda93805.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-dda93805.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-e504ec6c.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-e504ec6c.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-e9886ead.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-e9886ead.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-f7a88bec.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-f7a88bec.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-fe0b62d8.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-fe0b62d8.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/pl-e69ff58a.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/pl-e69ff58a.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/pt-b6593b86.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/pt-b6593b86.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/pt_PT-6f58c38d.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/pt_PT-6f58c38d.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ro-cf279a8d.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/ro-cf279a8d.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ru-a41bc6ce.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/ru-a41bc6ce.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ru_UA-60325a6e.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/ru_UA-60325a6e.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/sk-a3e7e927.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/sk-a3e7e927.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/sl-0d949839.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/sl-0d949839.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/sr-d3b5a8a9.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/sr-d3b5a8a9.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/sr_Latn-66ea0243.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/sr_Latn-66ea0243.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/sv-704380a3.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/sv-704380a3.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/th-a3f0b98a.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/th-a3f0b98a.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/tr-a75c54c5.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/tr-a75c54c5.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/uk-2ea9760e.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/uk-2ea9760e.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/vi-0ee42fc7.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/vi-0ee42fc7.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_CN-9347b38b.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_CN-9347b38b.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_HK-402bf471.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_HK-402bf471.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_SG-decc6172.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_SG-decc6172.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_TW-22e4094b.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_TW-22e4094b.js.map +0 -1
|
@@ -63,7 +63,7 @@ CARD_EDITOR.ACTION=[[[\u0100\u010B\u0163\u012F\u014F\u014B\u2219\u2219\u2219\u22
|
|
|
63
63
|
|
|
64
64
|
CARD_EDITOR.ACTIONS.STRIP=[[[\u0100\u010B\u0163\u012F\u014F\u014B\u015F \u015C\u0163\u0157\u012F\u03C1\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
65
65
|
|
|
66
|
-
CARD_EDITOR.ACTION.STRIP=[[[\u0100\u010B\u0163\u012F\u014F\u014B \u015C\u0163\u0157\u012F\u03C1\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
66
|
+
CARD_EDITOR.ACTION.STRIP=[[[\u0100\u010B\u0163\u012F\u014F\u014B \u015C\u0163\u0157\u012F\u03C1 \u012C\u0163\u0113\u0271\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
67
67
|
|
|
68
68
|
CARD_EDITOR.ACTION.STRIP.TYPE=[[[\u0162\u0177\u03C1\u0113]]]
|
|
69
69
|
|
|
@@ -93,7 +93,7 @@ CARD_EDITOR.TARGET.BLANK=[[[\u014E\u03C1\u0113\u014B \u012F\u014B \u0143\u0113\u
|
|
|
93
93
|
|
|
94
94
|
CARD_EDITOR.TARGET.SELF=[[[\u014E\u03C1\u0113\u014B \u012F\u014B \u015C\u0105\u0271\u0113 \u0174\u012F\u014B\u018C\u014F\u0175\u2219\u2219\u2219\u2219\u2219]]]
|
|
95
95
|
|
|
96
|
-
CARD_EDITOR.UOM=[[[\u016E\u014B\u012F\u0163 \
|
|
96
|
+
CARD_EDITOR.UOM=[[[\u016E\u014B\u012F\u0163 \u014F\u0192 \u039C\u0113\u0105\u015F\u0171\u0157\u0113\u0271\u0113\u014B\u0163\u2219\u2219\u2219\u2219\u2219]]]
|
|
97
97
|
|
|
98
98
|
CARD_EDITOR.SIDE_INDICATOR=[[[\u015C\u012F\u018C\u0113 \u012C\u014B\u018C\u012F\u010B\u0105\u0163\u014F\u0157\u2219\u2219\u2219\u2219\u2219]]]
|
|
99
99
|
|
|
@@ -173,7 +173,7 @@ CARD_EDITOR.OBJECT.GROUP.ITEM.RATINGMAXVALUE=[[[\u039C\u0105\u03C7 \u01B2\u0105\
|
|
|
173
173
|
|
|
174
174
|
CARD_EDITOR.OBJECT.GROUP.TYPE.PHONE=[[[\u01A4\u0125\u014F\u014B\u0113\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
175
175
|
|
|
176
|
-
CARD_EDITOR.OBJECT.GROUP.TYPE.EMAIL=[[[\u0114\
|
|
176
|
+
CARD_EDITOR.OBJECT.GROUP.TYPE.EMAIL=[[[\u0114-\u039C\u0105\u012F\u013A\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
177
177
|
|
|
178
178
|
CARD_EDITOR.OBJECT.GROUP.TYPE.LINK=[[[\u013B\u012F\u014B\u0137]]]
|
|
179
179
|
|
|
@@ -337,6 +337,6 @@ CARD_EDITOR.STATE.NONE=[[[\u0143\u014F\u014B\u0113]]]
|
|
|
337
337
|
|
|
338
338
|
CARD_EDITOR.STATE.INFORMATION=[[[\u012C\u014B\u0192\u014F\u0157\u0271\u0105\u0163\u012F\u014F\u014B\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
339
339
|
|
|
340
|
-
CARD_EDITOR.VALIDATOR.INVALID_EMAIL=[[[\u012C\u014B\u028B\u0105\u013A\u012F\u018C \u0113
|
|
340
|
+
CARD_EDITOR.VALIDATOR.INVALID_EMAIL=[[[\u012C\u014B\u028B\u0105\u013A\u012F\u018C \u0113-\u0271\u0105\u012F\u013A \u0105\u018C\u018C\u0157\u0113\u015F\u015F.\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
341
341
|
|
|
342
|
-
CARD_EDITOR.VALIDATOR.NOT_AN_ALPHABETIC=[[[\u015C\u0163\u0157\u012F\u014B\u011F \u015F\u0125\u014F\u0171\u013A\u018C \u010B\u014F\u014B\u0163\u0105\u012F\u014B \
|
|
342
|
+
CARD_EDITOR.VALIDATOR.NOT_AN_ALPHABETIC=[[[\u015C\u0163\u0157\u012F\u014B\u011F \u015F\u0125\u014F\u0171\u013A\u018C \u014F\u014B\u013A\u0177 \u010B\u014F\u014B\u0163\u0105\u012F\u014B \u010B\u0125\u0105\u0157\u0105\u010B\u0163\u0113\u0157\u015F \u0100-\u017B.\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
@@ -1,342 +1,342 @@
|
|
|
1
1
|
|
|
2
|
-
CARD_EDITOR.APP.ID=
|
|
2
|
+
CARD_EDITOR.APP.ID=9+uEfgUA6xkCiKFrpUhGAA_ID
|
|
3
3
|
|
|
4
|
-
CARD_EDITOR.APP.VERSION=
|
|
4
|
+
CARD_EDITOR.APP.VERSION=YgZ/MeohXHxBW1HvZccY9A_Version
|
|
5
5
|
|
|
6
|
-
CARD_EDITOR.APP.SHORTTITLE=
|
|
6
|
+
CARD_EDITOR.APP.SHORTTITLE=4hUDjo7p40qG4KGQW8bKdw_Short Title
|
|
7
7
|
|
|
8
|
-
CARD_EDITOR.APP.INFO=
|
|
8
|
+
CARD_EDITOR.APP.INFO=LyfyfOFNXF/INcKgwbANeQ_Info
|
|
9
9
|
|
|
10
|
-
CARD_EDITOR.APP.DESCRIPTION=
|
|
10
|
+
CARD_EDITOR.APP.DESCRIPTION=jobUmCAfK9rlA+pk7T6FhQ_Description
|
|
11
11
|
|
|
12
|
-
CARD_EDITOR.APP.TAGS.KEYWORDS=
|
|
12
|
+
CARD_EDITOR.APP.TAGS.KEYWORDS=jsiDyFtJH6QRdIZ/BCIjFw_Keywords
|
|
13
13
|
|
|
14
|
-
CARD_EDITOR.APP.TAGS.TECHNICALATTRIBUTES
|
|
14
|
+
CARD_EDITOR.APP.TAGS.TECHNICALATTRIBUTES=+fUwmf2u7Wne0HPydvWJ3g_Technical Attributes of Tags
|
|
15
15
|
|
|
16
|
-
CARD_EDITOR.APP.I18N=
|
|
16
|
+
CARD_EDITOR.APP.I18N=z9uj2U+A4HDUpKhRwIxkVA_I18n File Path
|
|
17
17
|
|
|
18
|
-
CARD_EDITOR.APP.DATASOURCES=
|
|
18
|
+
CARD_EDITOR.APP.DATASOURCES=k403s9bCY2DzQJFVN0KWbA_Data Sources
|
|
19
19
|
|
|
20
|
-
CARD_EDITOR.APP.DATASOURCE=
|
|
20
|
+
CARD_EDITOR.APP.DATASOURCE=SaE2hg9QvYzKv7WE7M8WGQ_Data Source
|
|
21
21
|
|
|
22
|
-
CARD_EDITOR.APP.DATASOURCES.KEY=
|
|
22
|
+
CARD_EDITOR.APP.DATASOURCES.KEY=AafvMXPowf16bNLSQYHw5g_Key
|
|
23
23
|
|
|
24
|
-
CARD_EDITOR.APP.DATASOURCES.URI=
|
|
24
|
+
CARD_EDITOR.APP.DATASOURCES.URI=ZIk0fJISXs6ESXrp7OjMUA_URI
|
|
25
25
|
|
|
26
|
-
CARD_EDITOR.APP.DATASOURCES.SETTINGS.ODATAVERSION=
|
|
26
|
+
CARD_EDITOR.APP.DATASOURCES.SETTINGS.ODATAVERSION=j7d75ZHsF+O/Kz2+kBUxvQ_OData Version
|
|
27
27
|
|
|
28
|
-
CARD_EDITOR.APP.DATASOURCES.SETTINGS.LOCALURI=
|
|
28
|
+
CARD_EDITOR.APP.DATASOURCES.SETTINGS.LOCALURI=QEyXlgimsqEpAuGIsqURkA_Local URI
|
|
29
29
|
|
|
30
|
-
CARD_EDITOR.APP.DATASOURCES.SETTINGS.ANNOTATIONS=
|
|
30
|
+
CARD_EDITOR.APP.DATASOURCES.SETTINGS.ANNOTATIONS=ElEOACQ59/JOyC7NCn4gNg_OData Annotations
|
|
31
31
|
|
|
32
|
-
CARD_EDITOR.APP.DATASOURCES.SETTINGS.MAXAGE=
|
|
32
|
+
CARD_EDITOR.APP.DATASOURCES.SETTINGS.MAXAGE=TQMzo7rJcPTH8yTOSi7CPw_Maximum Allowed Response Age
|
|
33
33
|
|
|
34
|
-
CARD_EDITOR.APP.MOBILE=
|
|
34
|
+
CARD_EDITOR.APP.MOBILE=MroLsvQ0gy9SzPUQ4zfH1g_Compatible with SAP Mobile Cards
|
|
35
35
|
|
|
36
|
-
CARD_EDITOR.TYPE=
|
|
36
|
+
CARD_EDITOR.TYPE=xsDHfZqv5LAY7yUampVJNg_Card Type
|
|
37
37
|
|
|
38
|
-
CARD_EDITOR.LABEL.TYPE=
|
|
38
|
+
CARD_EDITOR.LABEL.TYPE=c9evc9rnfDWxz89ZwNviRg_Type
|
|
39
39
|
|
|
40
|
-
CARD_EDITOR.HEADERTYPE=
|
|
40
|
+
CARD_EDITOR.HEADERTYPE=0Pquh4WhkxnO67p95ayZnQ_Card Header Type
|
|
41
41
|
|
|
42
|
-
CARD_EDITOR.HEADERTYPE.DEFAULT=
|
|
42
|
+
CARD_EDITOR.HEADERTYPE.DEFAULT=kWRi4TxmgjFzkyLXd7QndQ_Default
|
|
43
43
|
|
|
44
|
-
CARD_EDITOR.HEADERTYPE.NUMERIC=
|
|
44
|
+
CARD_EDITOR.HEADERTYPE.NUMERIC=MpJj1SGFFTPctaCnDV6z3w_Numeric
|
|
45
45
|
|
|
46
|
-
CARD_EDITOR.HEADERPOSITION=
|
|
46
|
+
CARD_EDITOR.HEADERPOSITION=6CbqTtPaNNZHM/tZuV3qxg_Card Header Position
|
|
47
47
|
|
|
48
|
-
CARD_EDITOR.HEADERPOSITION.TOP=
|
|
48
|
+
CARD_EDITOR.HEADERPOSITION.TOP=CAVhXYtl3Qco5MIiXc+1UA_Top
|
|
49
49
|
|
|
50
|
-
CARD_EDITOR.HEADERPOSITION.BOTTOM=
|
|
50
|
+
CARD_EDITOR.HEADERPOSITION.BOTTOM=94Ms/CF5BgrmBxp5UNJ5/A_Bottom
|
|
51
51
|
|
|
52
|
-
CARD_EDITOR.TITLE=
|
|
52
|
+
CARD_EDITOR.TITLE=qvL/j0qgqx1vQ++oW6NcIA_Title
|
|
53
53
|
|
|
54
|
-
CARD_EDITOR.SUBTITLE=
|
|
54
|
+
CARD_EDITOR.SUBTITLE=4zdPB2GHnrm6od1aQhh1mQ_Subtitle
|
|
55
55
|
|
|
56
|
-
CARD_EDITOR.ICON=
|
|
56
|
+
CARD_EDITOR.ICON=4piFTiQ/aEyMCqNak+Yg3w_Icon
|
|
57
57
|
|
|
58
|
-
CARD_EDITOR.STATUS=
|
|
58
|
+
CARD_EDITOR.STATUS=5szFW6JiDYM8DlquYWdWVQ_Status
|
|
59
59
|
|
|
60
|
-
CARD_EDITOR.ACTIONS=
|
|
60
|
+
CARD_EDITOR.ACTIONS=xWOM1g88r385URv8ZavoLQ_Actions
|
|
61
61
|
|
|
62
|
-
CARD_EDITOR.ACTION=
|
|
62
|
+
CARD_EDITOR.ACTION=MM7kRC8VQLPnuNdrLA7Gog_Action
|
|
63
63
|
|
|
64
|
-
CARD_EDITOR.ACTIONS.STRIP=
|
|
64
|
+
CARD_EDITOR.ACTIONS.STRIP=MiqSWCKPzFF1A8W+XcvZsw_Actions Strip
|
|
65
65
|
|
|
66
|
-
CARD_EDITOR.ACTION.STRIP=
|
|
66
|
+
CARD_EDITOR.ACTION.STRIP=seTE7ga4snWLE5X5ioOAzw_Action Strip Item
|
|
67
67
|
|
|
68
|
-
CARD_EDITOR.ACTION.STRIP.TYPE=
|
|
68
|
+
CARD_EDITOR.ACTION.STRIP.TYPE=ExZ4JIH3O+9fsSkqkXz3Sw_Type
|
|
69
69
|
|
|
70
|
-
CARD_EDITOR.ACTION.STRIP.OVERFLOWPRIORITY=
|
|
70
|
+
CARD_EDITOR.ACTION.STRIP.OVERFLOWPRIORITY=J0h57PrTGJ5gIojm9DfXsw_Overflow Priority
|
|
71
71
|
|
|
72
|
-
CARD_EDITOR.ACTION.STRIP.ICON=
|
|
72
|
+
CARD_EDITOR.ACTION.STRIP.ICON=OUCtU6t5gYzR1vrCbE3FuA_Icon
|
|
73
73
|
|
|
74
|
-
CARD_EDITOR.ACTION.TEXT
|
|
74
|
+
CARD_EDITOR.ACTION.TEXT=+5YFalNH6Q0h6VtdvvQzDQ_Text
|
|
75
75
|
|
|
76
|
-
CARD_EDITOR.ACTION.STRIP.TOOLTIP=
|
|
76
|
+
CARD_EDITOR.ACTION.STRIP.TOOLTIP=q5mod9E0I8s5xEYsSkFO9w_Tooltip
|
|
77
77
|
|
|
78
|
-
CARD_EDITOR.ACTION.STRIP.BUTTON.TYPE=
|
|
78
|
+
CARD_EDITOR.ACTION.STRIP.BUTTON.TYPE=rjKctQo6/b6WKDsjBOm4Xw_Button Type
|
|
79
79
|
|
|
80
|
-
CARD_EDITOR.ACTION.ARIAHASPOPUP=
|
|
80
|
+
CARD_EDITOR.ACTION.ARIAHASPOPUP=y7zCDOlJw71gcMymQFqKgg_Aria has Popup
|
|
81
81
|
|
|
82
|
-
CARD_EDITOR.ACTION.VISIBLE=
|
|
82
|
+
CARD_EDITOR.ACTION.VISIBLE=f+W4UzUoRyvL379og39bMw_Visible
|
|
83
83
|
|
|
84
|
-
CARD_EDITOR.ACTION.SERVICE=
|
|
84
|
+
CARD_EDITOR.ACTION.SERVICE=vA8Aw9oRN4QmIIf0tYI4XQ_Service
|
|
85
85
|
|
|
86
|
-
CARD_EDITOR.ACTION.ENABLED=
|
|
86
|
+
CARD_EDITOR.ACTION.ENABLED=krCGcjxhbQ4aVM9gykWpkw_Enabled
|
|
87
87
|
|
|
88
|
-
CARD_EDITOR.LABEL.URL=
|
|
88
|
+
CARD_EDITOR.LABEL.URL=cvZk9WWQSu8UT57NZ5TTvA_URL
|
|
89
89
|
|
|
90
|
-
CARD_EDITOR.TARGET=
|
|
90
|
+
CARD_EDITOR.TARGET=q6+7oas9MQtMJRwiRFBwQQ_Target
|
|
91
91
|
|
|
92
|
-
CARD_EDITOR.TARGET.BLANK=
|
|
92
|
+
CARD_EDITOR.TARGET.BLANK=kDnSi8CExecFqx/riKa2Jg_Open in New Window
|
|
93
93
|
|
|
94
|
-
CARD_EDITOR.TARGET.SELF=
|
|
94
|
+
CARD_EDITOR.TARGET.SELF=kaFzf60wxtu7+4xrfTL+xQ_Open in Same Window
|
|
95
95
|
|
|
96
|
-
CARD_EDITOR.UOM=
|
|
96
|
+
CARD_EDITOR.UOM=AV4ucM6lUNZiQL6Ztk30Vw_Unit of Measurement
|
|
97
97
|
|
|
98
|
-
CARD_EDITOR.SIDE_INDICATOR=
|
|
98
|
+
CARD_EDITOR.SIDE_INDICATOR=oqWFLL5/q16IGVtBx6sFzg_Side Indicator
|
|
99
99
|
|
|
100
|
-
CARD_EDITOR.SIDE_INDICATORS=
|
|
100
|
+
CARD_EDITOR.SIDE_INDICATORS=FQEJdQo04vl5+wJt5ohnMg_Side Indicators
|
|
101
101
|
|
|
102
|
-
CARD_EDITOR.SIDE_INDICATOR.UNIT=
|
|
102
|
+
CARD_EDITOR.SIDE_INDICATOR.UNIT=P2ORDLDstD4+bT4qio7KLA_Unit
|
|
103
103
|
|
|
104
|
-
CARD_EDITOR.NUMBER=
|
|
104
|
+
CARD_EDITOR.NUMBER=fIdG9ua9tGQTw2LA0J2EFQ_Number
|
|
105
105
|
|
|
106
|
-
CARD_EDITOR.MAIN_INDICATOR.UNIT=
|
|
106
|
+
CARD_EDITOR.MAIN_INDICATOR.UNIT=bT8tamHGdIGBHwJWzK7puQ_Main Indicator Unit
|
|
107
107
|
|
|
108
|
-
CARD_EDITOR.MAIN_INDICATOR.TREND=
|
|
108
|
+
CARD_EDITOR.MAIN_INDICATOR.TREND=Ac0jjgJTTsNcTsDVmWpRZw_Main Indicator Trend
|
|
109
109
|
|
|
110
|
-
CARD_EDITOR.MAIN_INDICATOR.TREND.DOWN=
|
|
110
|
+
CARD_EDITOR.MAIN_INDICATOR.TREND.DOWN=Pl+lUoLOeHGs33u1/TXm0g_Down
|
|
111
111
|
|
|
112
|
-
CARD_EDITOR.MAIN_INDICATOR.TREND.NONE=
|
|
112
|
+
CARD_EDITOR.MAIN_INDICATOR.TREND.NONE=8Wu9fK0wRUjd0KVgSmbjIg_None
|
|
113
113
|
|
|
114
|
-
CARD_EDITOR.MAIN_INDICATOR.TREND.UP
|
|
114
|
+
CARD_EDITOR.MAIN_INDICATOR.TREND.UP=MxAnHrcgJIahIft/8IvRDA_Up
|
|
115
115
|
|
|
116
|
-
CARD_EDITOR.MAIN_INDICATOR.STATE=
|
|
116
|
+
CARD_EDITOR.MAIN_INDICATOR.STATE=HPeTK4DaZ6z5LYaOF7Sr7Q_Main Indicator State
|
|
117
117
|
|
|
118
|
-
CARD_EDITOR.MAIN_INDICATOR.STATE.CRITICAL=
|
|
118
|
+
CARD_EDITOR.MAIN_INDICATOR.STATE.CRITICAL=6fQDzO1zZyu4D8+5Xle4lw_Critical
|
|
119
119
|
|
|
120
|
-
CARD_EDITOR.MAIN_INDICATOR.STATE.ERROR=
|
|
120
|
+
CARD_EDITOR.MAIN_INDICATOR.STATE.ERROR=ZiT1SEe+IiOvLPT8FJWV0g_Error
|
|
121
121
|
|
|
122
|
-
CARD_EDITOR.MAIN_INDICATOR.STATE.GOOD=
|
|
122
|
+
CARD_EDITOR.MAIN_INDICATOR.STATE.GOOD=EINpxS/fAvLJ6agXzDC4tQ_Good
|
|
123
123
|
|
|
124
|
-
CARD_EDITOR.MAIN_INDICATOR.STATE.NEUTRAL=
|
|
124
|
+
CARD_EDITOR.MAIN_INDICATOR.STATE.NEUTRAL=Z1zFGbwqiVxsaz3w5WQZ3Q_Neutral
|
|
125
125
|
|
|
126
|
-
CARD_EDITOR.DETAILS=
|
|
126
|
+
CARD_EDITOR.DETAILS=JTOTmEjRwYBfUQgu+/aX8w_Details
|
|
127
127
|
|
|
128
|
-
CARD_EDITOR.DATA.REQUEST.MODE=
|
|
128
|
+
CARD_EDITOR.DATA.REQUEST.MODE=HjpNc7GKa6Gz98UFsbqeRQ_Data Request Mode
|
|
129
129
|
|
|
130
|
-
CARD_EDITOR.DATA.REQUEST.URL=
|
|
130
|
+
CARD_EDITOR.DATA.REQUEST.URL=8RCP7V5SIaYH95T4aUhJOQ_Data Request URL
|
|
131
131
|
|
|
132
|
-
CARD_EDITOR.DATA.REQUEST.METHOD=
|
|
132
|
+
CARD_EDITOR.DATA.REQUEST.METHOD=35iYvYSXDF1AaQNptqKwvQ_Data Request Method
|
|
133
133
|
|
|
134
|
-
CARD_EDITOR.DATA.REQUEST.PARAMETERS
|
|
134
|
+
CARD_EDITOR.DATA.REQUEST.PARAMETERS=+IN8/aXTmcRJxl2/0qKZzA_Data Request Parameters
|
|
135
135
|
|
|
136
|
-
CARD_EDITOR.DATA.REQUEST.HEADERS=
|
|
136
|
+
CARD_EDITOR.DATA.REQUEST.HEADERS=8pGf+aUsO9XFf0ID66qLhw_Data Request HTTP Headers
|
|
137
137
|
|
|
138
|
-
CARD_EDITOR.DATA.REQUEST.WITHCREDENTIALS
|
|
138
|
+
CARD_EDITOR.DATA.REQUEST.WITHCREDENTIALS=+VpbWGiPPTZcZxqyzr5W8A_Use Credentials for Cross-Site Data Request
|
|
139
139
|
|
|
140
|
-
CARD_EDITOR.DATA.PATH=
|
|
140
|
+
CARD_EDITOR.DATA.PATH=VHiExlsKwtva8X+dWMg71A_Data Path for JSON Root
|
|
141
141
|
|
|
142
|
-
CARD_EDITOR.DATA.JSON=
|
|
142
|
+
CARD_EDITOR.DATA.JSON=ACUUtgzxWo5tphTjglie1A_JSON Data
|
|
143
143
|
|
|
144
|
-
CARD_EDITOR.DATA.SERVICE.NAME=
|
|
144
|
+
CARD_EDITOR.DATA.SERVICE.NAME=vc/tCW9tZQi/dWcLexDH+w_Data Service Name
|
|
145
145
|
|
|
146
|
-
CARD_EDITOR.DATA.SERVICE.PARAMETERS
|
|
146
|
+
CARD_EDITOR.DATA.SERVICE.PARAMETERS=/iX0sTgQ2PYogpU+ALs0+A_Data Service Parameters
|
|
147
147
|
|
|
148
|
-
CARD_EDITOR.DATA.UPDATEINTERVAL=
|
|
148
|
+
CARD_EDITOR.DATA.UPDATEINTERVAL=cgjvLa0YQm8Wn6d4rCAypQ_Data Update Interval
|
|
149
149
|
|
|
150
|
-
CARD_EDITOR.LIST_ITEM.DESCRIPTION=
|
|
150
|
+
CARD_EDITOR.LIST_ITEM.DESCRIPTION=eWsxd3pAKX69bv1wTcW1rQ_Item Description
|
|
151
151
|
|
|
152
|
-
CARD_EDITOR.LIST_ITEM.HIGHLIGHT=
|
|
152
|
+
CARD_EDITOR.LIST_ITEM.HIGHLIGHT=qkOGRzuTHSRisnjEdj8mag_Item Highlight
|
|
153
153
|
|
|
154
|
-
CARD_EDITOR.LIST_ITEM.ICON=
|
|
154
|
+
CARD_EDITOR.LIST_ITEM.ICON=9YRqXr80rPe7c6Asmb6nnA_Item Icon
|
|
155
155
|
|
|
156
|
-
CARD_EDITOR.LIST_ITEM.INFO.VALUE=
|
|
156
|
+
CARD_EDITOR.LIST_ITEM.INFO.VALUE=0LhgSr1qIZ5qznRKEDE1DA_Info Value
|
|
157
157
|
|
|
158
|
-
CARD_EDITOR.LIST_ITEM.INFO.STATE=
|
|
158
|
+
CARD_EDITOR.LIST_ITEM.INFO.STATE=Oaf9HQXcGiShtn4vuTmP4A_Info State
|
|
159
159
|
|
|
160
|
-
CARD_EDITOR.OBJECT.GROUPS=
|
|
160
|
+
CARD_EDITOR.OBJECT.GROUPS=IwJvh5syYP6S4cCnMZOJZg_Groups
|
|
161
161
|
|
|
162
|
-
CARD_EDITOR.OBJECT.GROUP=
|
|
162
|
+
CARD_EDITOR.OBJECT.GROUP=5sOn8feV5RzCJumCCvEy2Q_Group
|
|
163
163
|
|
|
164
|
-
CARD_EDITOR.OBJECT.GROUP.ITEMS=
|
|
164
|
+
CARD_EDITOR.OBJECT.GROUP.ITEMS=K725AcCxkGOVLl0jMSyFeQ_Items
|
|
165
165
|
|
|
166
|
-
CARD_EDITOR.OBJECT.GROUP.ITEM=
|
|
166
|
+
CARD_EDITOR.OBJECT.GROUP.ITEM=yYIaNJeaKHM1jKqmfLYyRQ_Item
|
|
167
167
|
|
|
168
|
-
CARD_EDITOR.OBJECT.GROUP.ITEM.VALUE=
|
|
168
|
+
CARD_EDITOR.OBJECT.GROUP.ITEM.VALUE=aG+edNB2vn7QeiZNCIByKg_Value
|
|
169
169
|
|
|
170
|
-
CARD_EDITOR.OBJECT.GROUP.ITEM.EMAILSUBJECT=
|
|
170
|
+
CARD_EDITOR.OBJECT.GROUP.ITEM.EMAILSUBJECT=jYLtxYaak1gw6m3Q3klb4g_Email Subject
|
|
171
171
|
|
|
172
|
-
CARD_EDITOR.OBJECT.GROUP.ITEM.RATINGMAXVALUE=
|
|
172
|
+
CARD_EDITOR.OBJECT.GROUP.ITEM.RATINGMAXVALUE=Do0HA83EPgScmsEcHZHcig_Max Value
|
|
173
173
|
|
|
174
|
-
CARD_EDITOR.OBJECT.GROUP.TYPE.PHONE=
|
|
174
|
+
CARD_EDITOR.OBJECT.GROUP.TYPE.PHONE=jNL3kaWODqjiX1oHFv2VaQ_Phone
|
|
175
175
|
|
|
176
|
-
CARD_EDITOR.OBJECT.GROUP.TYPE.EMAIL=
|
|
176
|
+
CARD_EDITOR.OBJECT.GROUP.TYPE.EMAIL=nK3CbqeU7QpAZ2zbMvz7Hw_E-Mail
|
|
177
177
|
|
|
178
|
-
CARD_EDITOR.OBJECT.GROUP.TYPE.LINK=
|
|
178
|
+
CARD_EDITOR.OBJECT.GROUP.TYPE.LINK=fjTVwLfi19lZI68L4bTyHQ_Link
|
|
179
179
|
|
|
180
|
-
CARD_EDITOR.OBJECT.GROUP.TYPE.TEXT=
|
|
180
|
+
CARD_EDITOR.OBJECT.GROUP.TYPE.TEXT=QZJokKSOkcu/cnffBHLnyA_Text
|
|
181
181
|
|
|
182
|
-
CARD_EDITOR.OBJECT.GROUP.TYPE.RATINGINDICATOR=
|
|
182
|
+
CARD_EDITOR.OBJECT.GROUP.TYPE.RATINGINDICATOR=Zx5WDgB2P/mxZ1voHVCVLg_Rating Indicator
|
|
183
183
|
|
|
184
|
-
CARD_EDITOR.MAXITEMS=
|
|
184
|
+
CARD_EDITOR.MAXITEMS=zuFESUrE0uP0FY80A86wWQ_Maximum Number of Items
|
|
185
185
|
|
|
186
|
-
CARD_EDITOR.TABLE.ROW.COLUMNS=
|
|
186
|
+
CARD_EDITOR.TABLE.ROW.COLUMNS=F95UwlObjnAnDidte6arvg_Columns
|
|
187
187
|
|
|
188
|
-
CARD_EDITOR.TABLE.ROW.COLUMN=
|
|
188
|
+
CARD_EDITOR.TABLE.ROW.COLUMN=rh1QLMGu+BZBKpq9vEQINA_Column
|
|
189
189
|
|
|
190
|
-
CARD_EDITOR.TABLE.ROW.COLUMN.WIDTH=
|
|
190
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.WIDTH=jPjVdZ1AVBcYQ0hNU38QCg_Width
|
|
191
191
|
|
|
192
|
-
CARD_EDITOR.TABLE.ROW.COLUMN.VALUE=
|
|
192
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.VALUE=vKZhrwS82AoEu6c+tmaoew_Value
|
|
193
193
|
|
|
194
|
-
CARD_EDITOR.TABLE.ROW.COLUMN.STATE=
|
|
194
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.STATE=ftfcFE7ifbMHmciSk70P6w_State
|
|
195
195
|
|
|
196
|
-
CARD_EDITOR.TABLE.ROW.COLUMN.IDENTIFIER=
|
|
196
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.IDENTIFIER=I16XRGb/ICnP54+EFeJOvw_Identifier
|
|
197
197
|
|
|
198
|
-
CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.STATE=
|
|
198
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.STATE=q3e8gtrMQA0puGKU6/GE5A_Progress State
|
|
199
199
|
|
|
200
|
-
CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.PERCENT=
|
|
200
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.PERCENT=FQqxv7ReT+y3G5oNMbs5aQ_Progress Percent
|
|
201
201
|
|
|
202
|
-
CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.TEXT=
|
|
202
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.TEXT=k8bBfp/GGNbEuIk7iTDlIA_Progress Text
|
|
203
203
|
|
|
204
|
-
CARD_EDITOR.PARAMETERS
|
|
204
|
+
CARD_EDITOR.PARAMETERS=mlIA5Ldc7Lfl7ZjlHXdqJw_Parameters
|
|
205
205
|
|
|
206
|
-
CARD_EDITOR.LABEL=
|
|
206
|
+
CARD_EDITOR.LABEL=vo8n39uoI9sTUYeVzRqHmg_Label
|
|
207
207
|
|
|
208
|
-
CARD_EDITOR.ADD.PARAMETER=
|
|
208
|
+
CARD_EDITOR.ADD.PARAMETER=IBVQwoewsoxP9wFbTFnhAA_Parameter
|
|
209
209
|
|
|
210
|
-
CARD_EDITOR.PARAMETERS.DESCRIPTION=
|
|
210
|
+
CARD_EDITOR.PARAMETERS.DESCRIPTION=sc7+SSFoSIrxv0oofLni5g_Description
|
|
211
211
|
|
|
212
|
-
CARD_EDITOR.PARAMETERS.PLACEHOLDER=
|
|
212
|
+
CARD_EDITOR.PARAMETERS.PLACEHOLDER=M0uDpLpXMx5wD3gBl/+wdg_Placeholder
|
|
213
213
|
|
|
214
|
-
CARD_EDITOR.PARAMETERS.HINT=
|
|
214
|
+
CARD_EDITOR.PARAMETERS.HINT=1esAW4b6i5H9dSMaOHwYsg_Hint
|
|
215
215
|
|
|
216
|
-
CARD_EDITOR.PARAMETERS.FORMATTER=
|
|
216
|
+
CARD_EDITOR.PARAMETERS.FORMATTER=WLgEvhatgUlfAMYXyfU61A_Formatter
|
|
217
217
|
|
|
218
|
-
CARD_EDITOR.PARAMETERS.MANIFESTPATH=
|
|
218
|
+
CARD_EDITOR.PARAMETERS.MANIFESTPATH=phY0eqzCuaBtgnfwu+0VDg_Manifestpath
|
|
219
219
|
|
|
220
|
-
CARD_EDITOR.PARAMETERS.VISIBLE=
|
|
220
|
+
CARD_EDITOR.PARAMETERS.VISIBLE=9K5hZ2ZqW91K5/6w2llzHg_Visible for Admin
|
|
221
221
|
|
|
222
|
-
CARD_EDITOR.PARAMETERS.VISIBLETOUSER=
|
|
222
|
+
CARD_EDITOR.PARAMETERS.VISIBLETOUSER=t/gUKU63C8nivBC6DxFDOg_Visible for User
|
|
223
223
|
|
|
224
|
-
CARD_EDITOR.PARAMETERS.EDITABLE=
|
|
224
|
+
CARD_EDITOR.PARAMETERS.EDITABLE=joPpOhQrbRO8sZHijgJwNg_Editable for Admin
|
|
225
225
|
|
|
226
|
-
CARD_EDITOR.PARAMETERS.EDITABLETOUSER=
|
|
226
|
+
CARD_EDITOR.PARAMETERS.EDITABLETOUSER=BaNObClrR3N61aw0eNmHsQ_Editable for User
|
|
227
227
|
|
|
228
|
-
CARD_EDITOR.PARAMETERS.MAXLENGTH=
|
|
228
|
+
CARD_EDITOR.PARAMETERS.MAXLENGTH=sI2Pcer2CjpZk8cdKcK7Og_Max Length
|
|
229
229
|
|
|
230
|
-
CARD_EDITOR.PARAMETERS.REQUIRED=
|
|
230
|
+
CARD_EDITOR.PARAMETERS.REQUIRED=MsJHYe+LtGdAnXrS/QLD5Q_Required
|
|
231
231
|
|
|
232
|
-
CARD_EDITOR.PARAMETERS.EXPANDED=
|
|
232
|
+
CARD_EDITOR.PARAMETERS.EXPANDED=0DgPRK60xgO2auzAh1WDgg_Expanded
|
|
233
233
|
|
|
234
|
-
CARD_EDITOR.PARAMETERS.LEVEL=
|
|
234
|
+
CARD_EDITOR.PARAMETERS.LEVEL=SJsNPuWfmPmN0djEO/Kj/g_Level
|
|
235
235
|
|
|
236
|
-
CARD_EDITOR.PARAMETERS.TRANSLATABLE
|
|
236
|
+
CARD_EDITOR.PARAMETERS.TRANSLATABLE=uDUkG4ZdvUMA0XiM0jObeA_Translatable
|
|
237
237
|
|
|
238
|
-
CARD_EDITOR.PARAMETERS.ALLOWDYNAMICVALUES=
|
|
238
|
+
CARD_EDITOR.PARAMETERS.ALLOWDYNAMICVALUES=JJw0xTaw39TZG4aJaJIZDQ_Allow Dynamic Values
|
|
239
239
|
|
|
240
|
-
CARD_EDITOR.PARAMETERS.ALLOWSETTINGS=
|
|
240
|
+
CARD_EDITOR.PARAMETERS.ALLOWSETTINGS=AodczuTGHWCC2vaHRP9iuQ_Allow Settings
|
|
241
241
|
|
|
242
|
-
CARD_EDITOR.PARAMETERS.VISUALIZATION=
|
|
242
|
+
CARD_EDITOR.PARAMETERS.VISUALIZATION=Ccclu26vBOUsuj0Kn2EFCg_Visualization
|
|
243
243
|
|
|
244
|
-
CARD_EDITOR.PARAMETERS.VISUALIZATION.PLACEHOLDER=
|
|
244
|
+
CARD_EDITOR.PARAMETERS.VISUALIZATION.PLACEHOLDER=tuUItexVXCZpnZ8IfOdv9A_Define visualization of this parameter here
|
|
245
245
|
|
|
246
|
-
CARD_EDITOR.PARAMETERS.VALIDATIONS=
|
|
246
|
+
CARD_EDITOR.PARAMETERS.VALIDATIONS=R4oVVUF3mGH8ql1e13y5SA_Validations
|
|
247
247
|
|
|
248
|
-
CARD_EDITOR.PARAMETERS.VALIDATIONS.PLACEHOLDER=
|
|
248
|
+
CARD_EDITOR.PARAMETERS.VALIDATIONS.PLACEHOLDER=CMcnQicLrqgm6cJT8NlVFg_Define a JSON array of validations for the value of this parameter here
|
|
249
249
|
|
|
250
|
-
CARD_EDITOR.PARAMETERS.VALUES=
|
|
250
|
+
CARD_EDITOR.PARAMETERS.VALUES=b3QpBhkaxQKD07sLYgYtfw_Values
|
|
251
251
|
|
|
252
|
-
CARD_EDITOR.PARAMETERS.VALUES.PLACEHOLDER=
|
|
252
|
+
CARD_EDITOR.PARAMETERS.VALUES.PLACEHOLDER=E0iQmsrmz34qTQ6RaKK09g_Define values of this parameter here
|
|
253
253
|
|
|
254
|
-
CARD_EDITOR.PARAMETERS.PROPERTIES=
|
|
254
|
+
CARD_EDITOR.PARAMETERS.PROPERTIES=ELy5HmblA4owGW6EfyvZJg_Object Properties
|
|
255
255
|
|
|
256
|
-
CARD_EDITOR.PARAMETERS.PROPERTIES.PLACEHOLDER=
|
|
256
|
+
CARD_EDITOR.PARAMETERS.PROPERTIES.PLACEHOLDER=mugVw5P8LwILpkV3Nwwmrg_Define object properties of this parameter here
|
|
257
257
|
|
|
258
|
-
CARD_EDITOR.PARAMETERS.LAYOUT=
|
|
258
|
+
CARD_EDITOR.PARAMETERS.LAYOUT=YWXOmWzlcUgAoIGGU4XT2g_Layout
|
|
259
259
|
|
|
260
|
-
CARD_EDITOR.PARAMETERS.LAYOUT.PLACEHOLDER=
|
|
260
|
+
CARD_EDITOR.PARAMETERS.LAYOUT.PLACEHOLDER=dEuvkWAIG/O/GLhtReOlSQ_Define layout of this parameter here
|
|
261
261
|
|
|
262
|
-
CARD_EDITOR.COMPLEX_MAP.KEY=
|
|
262
|
+
CARD_EDITOR.COMPLEX_MAP.KEY=p4MFyQKKPcUajqVbxJUHsQ_Key
|
|
263
263
|
|
|
264
|
-
CARD_EDITOR.DESTINATIONS=
|
|
264
|
+
CARD_EDITOR.DESTINATIONS=puCxAtXcXlYjaMoX88yQFw_Destinations
|
|
265
265
|
|
|
266
|
-
CARD_EDITOR.DESTINATION=
|
|
266
|
+
CARD_EDITOR.DESTINATION=ezplxJGTOBg7NpPzc+EVMg_Destination
|
|
267
267
|
|
|
268
|
-
CARD_EDITOR.DESTINATION.NAME=
|
|
268
|
+
CARD_EDITOR.DESTINATION.NAME=HrbxtGFlCxRgu9TM7el9lw_Name
|
|
269
269
|
|
|
270
|
-
CARD_EDITOR.DESTINATION.DEFAULT_URL=
|
|
270
|
+
CARD_EDITOR.DESTINATION.DEFAULT_URL=raB/5lXfk0YlmVUmmZdBKw_Default URL
|
|
271
271
|
|
|
272
|
-
CARD_EDITOR.FILTERS=
|
|
272
|
+
CARD_EDITOR.FILTERS=sozCy22+n32OvUPrx9wq/g_Filters
|
|
273
273
|
|
|
274
|
-
CARD_EDITOR.FILTER=
|
|
274
|
+
CARD_EDITOR.FILTER=qkON+RTiSLKkJTlb6S/qqg_Filter
|
|
275
275
|
|
|
276
|
-
CARD_EDITOR.FILTER.ITEM=
|
|
276
|
+
CARD_EDITOR.FILTER.ITEM=s1lZv8wLnyy5VT3pFtckDQ_Item
|
|
277
277
|
|
|
278
|
-
CARD_EDITOR.FILTER.KEY=
|
|
278
|
+
CARD_EDITOR.FILTER.KEY=9gC6I91kGii9QSQM4D5YCw_Name
|
|
279
279
|
|
|
280
|
-
CARD_EDITOR.FILTER.TYPE=
|
|
280
|
+
CARD_EDITOR.FILTER.TYPE=FiX4ZHfHsbYNnGtY6gcJbA_Type
|
|
281
281
|
|
|
282
|
-
CARD_EDITOR.FILTER.DESCRIPTION=
|
|
282
|
+
CARD_EDITOR.FILTER.DESCRIPTION=zvK1mT0VLkc401+tNgIWzg_Description
|
|
283
283
|
|
|
284
|
-
CARD_EDITOR.FILTER.LABEL=
|
|
284
|
+
CARD_EDITOR.FILTER.LABEL=za1tQHetO0DWa5dA7WIWFg_Label
|
|
285
285
|
|
|
286
|
-
CARD_EDITOR.FILTER.TYPE.SELECT=
|
|
286
|
+
CARD_EDITOR.FILTER.TYPE.SELECT=xNcz289ksvaEMyydB1XtgA_Select
|
|
287
287
|
|
|
288
|
-
CARD_EDITOR.FILTER.TYPE.DATERANGE=
|
|
288
|
+
CARD_EDITOR.FILTER.TYPE.DATERANGE=s6+CnXXSDS+cpT8/dndeYw_DateRange
|
|
289
289
|
|
|
290
|
-
CARD_EDITOR.FILTER.ITEM_LABEL=
|
|
290
|
+
CARD_EDITOR.FILTER.ITEM_LABEL=lARLj9b7DhZcEB4d1fKRdQ_Filter
|
|
291
291
|
|
|
292
|
-
CARD_EDITOR.FILTER.VALUE=
|
|
292
|
+
CARD_EDITOR.FILTER.VALUE=3wEjJH0I0ZTNzEP6f9CHcQ_Initial Value
|
|
293
293
|
|
|
294
|
-
CARD_EDITOR.FILTER.NORMALVALUE=
|
|
294
|
+
CARD_EDITOR.FILTER.NORMALVALUE=67PZf0o1EPwOI8DpP3DeRA_Value
|
|
295
295
|
|
|
296
|
-
CARD_EDITOR.FILTER.PLACEHOLDER=
|
|
296
|
+
CARD_EDITOR.FILTER.PLACEHOLDER=ScPwtYCwPG4psbwZRiz/cg_Placeholder
|
|
297
297
|
|
|
298
|
-
CARD_EDITOR.FILTER.ITEM.PATH=
|
|
298
|
+
CARD_EDITOR.FILTER.ITEM.PATH=Dg//x3u1LV1sJ6QPFcB4ig_Data Path for JSON Root
|
|
299
299
|
|
|
300
|
-
CARD_EDITOR.FILTER.ITEM.TEMPLATE.TITLE=
|
|
300
|
+
CARD_EDITOR.FILTER.ITEM.TEMPLATE.TITLE=B8lOR6FjazyI2vWC/lsNGg_Item Binding Template Title
|
|
301
301
|
|
|
302
|
-
CARD_EDITOR.FILTER.ITEM.TEMPLATE.KEY=
|
|
302
|
+
CARD_EDITOR.FILTER.ITEM.TEMPLATE.KEY=9UA5UsPXFBQ7Bkqj9guilw_Item Binding Template Key
|
|
303
303
|
|
|
304
|
-
CARD_EDITOR.FILTER.ITEM.DATA
|
|
304
|
+
CARD_EDITOR.FILTER.ITEM.DATA=A3Bd42LyRAQdl0ZOIFUXRw_Data Configuration
|
|
305
305
|
|
|
306
|
-
CARD_EDITOR.FILTER.ITEMS=
|
|
306
|
+
CARD_EDITOR.FILTER.ITEMS=4T/MELfo+Ly+FQy3gCOVKA_Static Item List
|
|
307
307
|
|
|
308
|
-
CARD_EDITOR.FILTER.VALUE.OPTION=
|
|
308
|
+
CARD_EDITOR.FILTER.VALUE.OPTION=1O3mdvn/mB9yBylFlPfWbw_Selected Option
|
|
309
309
|
|
|
310
|
-
CARD_EDITOR.FILTER.VALUE.VALUES=
|
|
310
|
+
CARD_EDITOR.FILTER.VALUE.VALUES=KtoAb4lgGhduT6+Poc88RQ_Option Value
|
|
311
311
|
|
|
312
|
-
CARD_EDITOR.FILTER.OPTIONS=
|
|
312
|
+
CARD_EDITOR.FILTER.OPTIONS=6oEeq4dDeIhdrakeP1CL7g_Available Options
|
|
313
313
|
|
|
314
|
-
CARD_EDITOR.GROUP.METADATA=
|
|
314
|
+
CARD_EDITOR.GROUP.METADATA=4xkg1qjBMMreeyRkMHUp/g_Card Metadata
|
|
315
315
|
|
|
316
|
-
CARD_EDITOR.GROUP.GENERALCONFIGURATION=
|
|
316
|
+
CARD_EDITOR.GROUP.GENERALCONFIGURATION=QdMMTUlFr2C7bE71GPoA2Q_General Configuration
|
|
317
317
|
|
|
318
|
-
CARD_EDITOR.GROUP.DATA=
|
|
318
|
+
CARD_EDITOR.GROUP.DATA=g7RO7kBbxCY53zuwl7L0Bg_Data Configuration (Card)
|
|
319
319
|
|
|
320
|
-
CARD_EDITOR.GROUP.DATAHEADER=
|
|
320
|
+
CARD_EDITOR.GROUP.DATAHEADER=yoUa3LdHc7yhf8E7qRIJJg_Data Configuration (Header)
|
|
321
321
|
|
|
322
|
-
CARD_EDITOR.GROUP.DATACONTENT=
|
|
322
|
+
CARD_EDITOR.GROUP.DATACONTENT=Pj7z0gHvg3KH1TtwWVvXdg_Data Configuration (Content)
|
|
323
323
|
|
|
324
|
-
CARD_EDITOR.GROUP.HEADER=
|
|
324
|
+
CARD_EDITOR.GROUP.HEADER=0nVj63BTozx8F8Xl+6rdJQ_Card Header Configuration
|
|
325
325
|
|
|
326
|
-
CARD_EDITOR.GROUP.CONTENT=
|
|
326
|
+
CARD_EDITOR.GROUP.CONTENT=Co8Orb0b06uXyq7Emjz5OQ_Content Configuration
|
|
327
327
|
|
|
328
|
-
CARD_EDITOR.GROUP.FOOTER=
|
|
328
|
+
CARD_EDITOR.GROUP.FOOTER=mDqEbe0OkyahflDKBesqzg_Card Footer Configuration
|
|
329
329
|
|
|
330
|
-
CARD_EDITOR.STATE.SUCCESS=
|
|
330
|
+
CARD_EDITOR.STATE.SUCCESS=h1cbHEPrDKzDzIxjn8od2g_Success
|
|
331
331
|
|
|
332
|
-
CARD_EDITOR.STATE.ERROR=
|
|
332
|
+
CARD_EDITOR.STATE.ERROR=xu7doCUJVhHEist2NfFcHg_Error
|
|
333
333
|
|
|
334
|
-
CARD_EDITOR.STATE.WARNING=
|
|
334
|
+
CARD_EDITOR.STATE.WARNING=9/QZ0F9I65XYHrtIVE7ElA_Warning
|
|
335
335
|
|
|
336
|
-
CARD_EDITOR.STATE.NONE=
|
|
336
|
+
CARD_EDITOR.STATE.NONE=EbiDmJjK7u1xzaDXDaEBvQ_None
|
|
337
337
|
|
|
338
|
-
CARD_EDITOR.STATE.INFORMATION=
|
|
338
|
+
CARD_EDITOR.STATE.INFORMATION=T33aS/lyJO3tnGYJneZoQw_Information
|
|
339
339
|
|
|
340
|
-
CARD_EDITOR.VALIDATOR.INVALID_EMAIL=
|
|
340
|
+
CARD_EDITOR.VALIDATOR.INVALID_EMAIL=x3N1vnhNkKKV1xyo2kSPjw_Invalid e-mail address.
|
|
341
341
|
|
|
342
|
-
CARD_EDITOR.VALIDATOR.NOT_AN_ALPHABETIC=
|
|
342
|
+
CARD_EDITOR.VALIDATOR.NOT_AN_ALPHABETIC=bMb6VoEyDHHTszkgJfuGoA_String should only contain characters A-Z.
|