@openui5/sap.ui.integration 1.131.1 → 1.132.1
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 +2 -2
- package/src/sap/ui/integration/ActionDefinition.js +2 -2
- package/src/sap/ui/integration/Designtime.js +2 -2
- package/src/sap/ui/integration/Extension.js +2 -2
- package/src/sap/ui/integration/Host.js +2 -2
- package/src/sap/ui/integration/bindingFeatures/DateRange.js +1 -1
- package/src/sap/ui/integration/cards/AdaptiveContent.js +2 -2
- package/src/sap/ui/integration/cards/AnalyticalContent.js +6 -2
- package/src/sap/ui/integration/cards/AnalyticalContentRenderer.js +1 -1
- package/src/sap/ui/integration/cards/AnalyticsCloudContent.js +2 -2
- package/src/sap/ui/integration/cards/AnalyticsCloudContentRenderer.js +1 -1
- package/src/sap/ui/integration/cards/BaseContent.js +11 -4
- package/src/sap/ui/integration/cards/BaseContentRenderer.js +1 -1
- package/src/sap/ui/integration/cards/BaseListContent.js +16 -24
- package/src/sap/ui/integration/cards/BaseListContentRenderer.js +1 -1
- package/src/sap/ui/integration/cards/CalendarContent.js +6 -2
- package/src/sap/ui/integration/cards/CalendarContentRenderer.js +1 -1
- package/src/sap/ui/integration/cards/ComponentContent.js +2 -2
- package/src/sap/ui/integration/cards/ComponentContentRenderer.js +1 -1
- package/src/sap/ui/integration/cards/Footer.js +2 -2
- package/src/sap/ui/integration/cards/Header.js +64 -64
- package/src/sap/ui/integration/cards/ListContent.js +7 -5
- package/src/sap/ui/integration/cards/ListContentRenderer.js +1 -1
- package/src/sap/ui/integration/cards/NumericHeader.js +99 -97
- package/src/sap/ui/integration/cards/ObjectContent.js +2 -2
- package/src/sap/ui/integration/cards/ObjectContentRenderer.js +1 -1
- package/src/sap/ui/integration/cards/TableContent.js +9 -13
- package/src/sap/ui/integration/cards/TableContentRenderer.js +1 -1
- package/src/sap/ui/integration/cards/TimelineContent.js +2 -2
- package/src/sap/ui/integration/cards/TimelineContentRenderer.js +1 -1
- package/src/sap/ui/integration/cards/WebPageContent.js +48 -31
- package/src/sap/ui/integration/cards/WebPageContentRenderer.js +26 -13
- package/src/sap/ui/integration/cards/actions/BaseAction.js +1 -1
- package/src/sap/ui/integration/cards/actions/CardActions.js +12 -3
- package/src/sap/ui/integration/cards/actions/CustomAction.js +1 -1
- package/src/sap/ui/integration/cards/actions/DateChangeAction.js +1 -1
- package/src/sap/ui/integration/cards/actions/HideCardAction.js +1 -1
- package/src/sap/ui/integration/cards/actions/MonthChangeAction.js +1 -1
- package/src/sap/ui/integration/cards/actions/NavigationAction.js +1 -1
- package/src/sap/ui/integration/cards/actions/ShowCardAction.js +1 -1
- package/src/sap/ui/integration/cards/actions/SubmitAction.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputChoiceSet.js +2 -2
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputDate.js +2 -2
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputNumber.js +2 -2
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputText.js +2 -2
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputTime.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputToggle.js +2 -2
- package/src/sap/ui/integration/cards/adaptivecards/elements/hostConfig.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/overwrites/ActionRender.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/overwrites/inputsGeneralOverwrites.js +1 -1
- package/src/sap/ui/integration/cards/data/CsrfToken.js +1 -1
- package/src/sap/ui/integration/cards/filters/BaseFilter.js +2 -2
- package/src/sap/ui/integration/cards/filters/ComboBoxFilter.js +13 -5
- package/src/sap/ui/integration/cards/filters/DateRangeFilter.js +2 -2
- package/src/sap/ui/integration/cards/filters/FilterBar.js +2 -2
- package/src/sap/ui/integration/cards/filters/FilterBarFactory.js +2 -2
- package/src/sap/ui/integration/cards/filters/SearchFilter.js +2 -2
- package/src/sap/ui/integration/cards/filters/SelectFilter.js +2 -2
- package/src/sap/ui/integration/cards/list/MicrochartsResizeHelper.js +2 -2
- package/src/sap/ui/integration/controls/ActionsStrip.js +2 -2
- package/src/sap/ui/integration/controls/ActionsToolbar.js +20 -10
- package/src/sap/ui/integration/controls/ActionsToolbarRenderer.js +1 -1
- package/src/sap/ui/integration/controls/BlockingMessage.js +2 -2
- package/src/sap/ui/integration/controls/ComboBox.js +2 -2
- package/src/sap/ui/integration/controls/ImageWithOverlay.js +2 -2
- package/src/sap/ui/integration/controls/ImageWithOverlayRenderer.js +1 -1
- package/src/sap/ui/integration/controls/ListContentItem.js +2 -2
- package/src/sap/ui/integration/controls/ListContentItemRenderer.js +1 -1
- package/src/sap/ui/integration/controls/Microchart.js +2 -2
- package/src/sap/ui/integration/controls/MicrochartLegend.js +2 -2
- package/src/sap/ui/integration/controls/MicrochartLegendRenderer.js +1 -1
- package/src/sap/ui/integration/controls/MicrochartRenderer.js +1 -1
- package/src/sap/ui/integration/controls/ObjectStatus.js +2 -2
- package/src/sap/ui/integration/customElements/CustomElementBase.js +1 -1
- package/src/sap/ui/integration/customElements/CustomElementCard.js +1 -1
- package/src/sap/ui/integration/customElements/CustomElementCardEditor.js +1 -1
- package/src/sap/ui/integration/customElements/CustomElementEditor.js +1 -1
- package/src/sap/ui/integration/delegate/Paginator.js +3 -5
- package/src/sap/ui/integration/designtime/baseEditor/BaseEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/PropertyEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/PropertyEditors.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_en_US_saptrc.properties +80 -80
- package/src/sap/ui/integration/designtime/baseEditor/layout/Form.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/BasePropertyEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/PropertyEditorFactory.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/arrayEditor/ArrayEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/booleanEditor/BooleanEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/codeEditor/CodeEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateEditor/DateEditor.js +4 -4
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateTimeEditor/DateTimeEditor.fragment.xml +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateTimeEditor/DateTimeEditor.js +3 -3
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/enumStringEditor/EnumStringEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/groupEditor/GroupEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IconEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IsInIconPool.validator.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/integerEditor/IntegerEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/jsonEditor/JsonEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/listEditor/ListEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/mapEditor/MapEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/multiSelectEditor/MultiSelectEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/numberEditor/NumberEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/objectArrayEditor/ObjectArrayEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/selectEditor/SelectEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/separatorEditor/SeparatorEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/stringEditor/StringEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/textAreaEditor/TextAreaEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/util/BaseDefaultValidatorModules.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/EvalUtils.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/StylesheetManager.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/binding/ObjectBinding.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/util/binding/resolveBinding.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/cleanupDesigntimeMetadata.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/createPromise.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/escapeParameter.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/findClosestInstance.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/hasTag.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/isTemplate.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/isValidBindingString.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/unset.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsBoolean.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsDate.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsInteger.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsNumber.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsPatternMatch.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsSelectedKey.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsStringList.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueKey.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueList.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsValidBinding.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/validator/MaxLength.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/validator/NotABinding.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/validator/ValidatorRegistry.js +2 -2
- package/src/sap/ui/integration/designtime/cardEditor/BASEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/CardEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/PropertyEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/PropertyEditors.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/config/AppConfig.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/config/FooterConfig.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/config/HeaderConfig.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/config/ListCardConfig.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/config/ObjectCardConfig.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/config/TableCardConfig.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/config/generateActionConfig.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/config/generateDataConfig.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/config/generateFooterActionsStripConfig.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/config/index.js +1 -1
- 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 +2 -2
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/destinationsEditor/DestinationsEditor.js +2 -2
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/filtersEditor/FiltersEditor.js +2 -2
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/iconEditor/IconEditor.js +2 -2
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/parametersEditor/ParametersEditor.js +2 -2
- package/src/sap/ui/integration/designtime/cardEditor/util/CommonPatterns.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/validator/IsPatternMatchList.js +1 -1
- package/src/sap/ui/integration/designtime/editor/Card.js +2 -2
- package/src/sap/ui/integration/designtime/editor/CardEditor.js +2 -2
- package/src/sap/ui/integration/designtime/editor/CardPreview.js +2 -2
- package/src/sap/ui/integration/designtime/editor/CardRenderer.js +1 -1
- package/src/sap/ui/integration/editor/Editor.js +88 -38
- package/src/sap/ui/integration/editor/EditorResourceBundles.js +70 -31
- package/src/sap/ui/integration/editor/Extension.js +3 -3
- package/src/sap/ui/integration/editor/Manifest.js +2 -2
- package/src/sap/ui/integration/editor/Merger.js +1 -1
- package/src/sap/ui/integration/editor/Settings.js +3 -2
- package/src/sap/ui/integration/editor/fields/BaseField.js +8 -4
- package/src/sap/ui/integration/editor/fields/BooleanField.js +2 -2
- package/src/sap/ui/integration/editor/fields/DateField.js +2 -2
- package/src/sap/ui/integration/editor/fields/DateTimeField.js +2 -2
- package/src/sap/ui/integration/editor/fields/DestinationField.js +2 -2
- package/src/sap/ui/integration/editor/fields/GroupField.js +2 -2
- package/src/sap/ui/integration/editor/fields/IntegerField.js +2 -2
- package/src/sap/ui/integration/editor/fields/NumberField.js +2 -2
- package/src/sap/ui/integration/editor/fields/ObjectField.js +31 -7
- package/src/sap/ui/integration/editor/fields/ObjectListField.js +2 -2
- package/src/sap/ui/integration/editor/fields/StringField.js +32 -15
- package/src/sap/ui/integration/editor/fields/StringListField.js +2 -2
- package/src/sap/ui/integration/editor/fields/fragment/Controller.js +2 -2
- package/src/sap/ui/integration/editor/fields/viz/ColorSelect.js +2 -2
- package/src/sap/ui/integration/editor/fields/viz/IconSelect.js +2 -2
- package/src/sap/ui/integration/editor/fields/viz/ImageSelect.js +2 -2
- package/src/sap/ui/integration/editor/fields/viz/ShapeSelect.js +2 -2
- package/src/sap/ui/integration/editor/fields/viz/VizBase.js +2 -2
- package/src/sap/ui/integration/extensions/OAuth3LO.js +2 -2
- package/src/sap/ui/integration/formatters/DateTimeFormatter.js +1 -1
- package/src/sap/ui/integration/formatters/IconFormatter.js +1 -1
- package/src/sap/ui/integration/formatters/InitialsFormatter.js +1 -1
- package/src/sap/ui/integration/formatters/NumberFormatter.js +1 -1
- package/src/sap/ui/integration/formatters/TextFormatter.js +1 -1
- package/src/sap/ui/integration/library-bootstrap.js +1 -1
- package/src/sap/ui/integration/library.js +3 -3
- package/src/sap/ui/integration/messagebundle_en_US_saptrc.properties +159 -155
- package/src/sap/ui/integration/messagebundle_ko.properties +1 -1
- package/src/sap/ui/integration/model/ContextModel.js +2 -2
- package/src/sap/ui/integration/model/ObservableModel.js +2 -2
- package/src/sap/ui/integration/sap-ui-integration-config.js +1 -1
- package/src/sap/ui/integration/sap-ui-integration-define-nojQuery.js +1 -1
- package/src/sap/ui/integration/schemas/sap-card.json +7 -3
- package/src/sap/ui/integration/services/Data.js +1 -1
- package/src/sap/ui/integration/services/Navigation.js +1 -1
- package/src/sap/ui/integration/services/Service.js +1 -1
- package/src/sap/ui/integration/themes/base/Card.less +21 -6
- package/src/sap/ui/integration/themes/base/ListContentItem.less +5 -0
- package/src/sap/ui/integration/themes/base/WebPageContent.less +5 -0
- package/src/sap/ui/integration/themes/base/library.source.less +1 -1
- package/src/sap/ui/integration/themes/sap_hcb/library.source.less +1 -1
- package/src/sap/ui/integration/util/AnalyticsCloudHelper.js +2 -2
- package/src/sap/ui/integration/util/BaseFactory.js +2 -2
- package/src/sap/ui/integration/util/BindingHelper.js +2 -2
- package/src/sap/ui/integration/util/BindingResolver.js +2 -2
- package/src/sap/ui/integration/util/CacheAndRequestDataProvider.js +1 -1
- package/src/sap/ui/integration/util/CardMerger.js +1 -1
- package/src/sap/ui/integration/util/CardObserver.js +2 -2
- package/src/sap/ui/integration/util/ComboBoxHelper.js +2 -2
- package/src/sap/ui/integration/util/ContentFactory.js +2 -2
- package/src/sap/ui/integration/util/CsrfTokenHandler.js +2 -2
- package/src/sap/ui/integration/util/DataProvider.js +2 -2
- package/src/sap/ui/integration/util/DataProviderFactory.js +3 -3
- package/src/sap/ui/integration/util/DateRangeHelper.js +1 -1
- package/src/sap/ui/integration/util/Destinations.js +2 -2
- package/src/sap/ui/integration/util/DisplayVariants.js +2 -2
- package/src/sap/ui/integration/util/Duration.js +1 -1
- package/src/sap/ui/integration/util/ErrorHandler.js +2 -2
- package/src/sap/ui/integration/util/ExtensionDataProvider.js +2 -2
- package/src/sap/ui/integration/util/Form.js +3 -3
- package/src/sap/ui/integration/util/HeaderFactory.js +4 -4
- package/src/sap/ui/integration/util/JSONBindingHelper.js +2 -2
- package/src/sap/ui/integration/util/LoadingProvider.js +2 -2
- package/src/sap/ui/integration/util/Manifest.js +2 -2
- package/src/sap/ui/integration/util/ManifestResolver.js +19 -1
- package/src/sap/ui/integration/util/Measurement.js +1 -1
- package/src/sap/ui/integration/util/OAuth3LOHelper.js +2 -2
- package/src/sap/ui/integration/util/ParameterMap.js +1 -1
- package/src/sap/ui/integration/util/RequestDataProvider.js +2 -2
- package/src/sap/ui/integration/util/ServiceDataProvider.js +2 -2
- package/src/sap/ui/integration/util/ServiceManager.js +2 -2
- package/src/sap/ui/integration/util/SkeletonCard.js +2 -2
- package/src/sap/ui/integration/util/SorterHelper.js +45 -0
- package/src/sap/ui/integration/util/Utils.js +2 -2
- package/src/sap/ui/integration/util/Validators.js +2 -2
- package/src/sap/ui/integration/util/loadCardEditor.js +1 -1
- package/src/sap/ui/integration/util/openCardDialog.js +60 -57
- package/src/sap/ui/integration/widgets/Card.js +43 -7
- package/src/sap/ui/integration/widgets/CardRenderer.js +1 -1
- package/src/sap-ui-integration-card-editor.js +1 -1
- package/src/sap-ui-integration-editor.js +1 -1
- package/src/sap-ui-integration.js +1 -1
|
@@ -1,310 +1,314 @@
|
|
|
1
1
|
|
|
2
|
-
CARD.COUNT_X_OF_Y=
|
|
2
|
+
CARD.COUNT_X_OF_Y=MiB0AlHN8swLuKayUs/aAQ_{0} of {1}
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
CARD_ACTIONS=AuGycs9bMEzel9dnhWIC6g_Card Actions
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
CARD_MANIFEST=oE4laz2eC7i76BvzMaKUww_Card Manifest
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
CARD_TEXT_COPY=yRqW1p5aX/uL5omICucb9g_Copy to Clipboard
|
|
9
9
|
|
|
10
|
-
|
|
10
|
+
CARD_DATA_LOAD_ERROR=5IrX5B2jhwKa3PqV9I42sg_Unable to load data
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+
CARD_DATA_LOAD_DEPENDENCIES_ERROR=NoXHE3paapmGeTPD7vLLgg_Unable to load dependencies
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
CARD_FILTER_DATA_LOAD_ERROR=2O4Cco2YtXY31TC1th3HOA_Unable to load the filter
|
|
15
15
|
|
|
16
|
-
|
|
16
|
+
CARD_FOOTER_SHOW_MORE=0/IJowRO/ryv78VjV8iidg_Show More
|
|
17
17
|
|
|
18
|
-
|
|
18
|
+
CARD_NO_ITEMS_ERROR_LISTS=bGiKaigwsrP9u4n0j7Cujw_No items available
|
|
19
19
|
|
|
20
|
-
|
|
20
|
+
CARD_NO_ITEMS_ERROR_CHART=ZNRBTa7bayLNT8u4iYjRfA_No data available
|
|
21
21
|
|
|
22
|
-
|
|
22
|
+
CARD_WEB_PAGE_TIMEOUT_ERROR=/a0KusI/uXevis8aY3/ZPA_The page could not be loaded in {0} seconds. Please check the URL.
|
|
23
23
|
|
|
24
|
-
|
|
24
|
+
CARD_WEB_PAGE_EMPTY_URL_ERROR=oQvssAivzyfhCTLmniWxQg_The URL of the page is empty.
|
|
25
25
|
|
|
26
|
-
|
|
26
|
+
CARD_WEB_PAGE_HTTPS_URL_ERROR=A0xOJPSjKqWMQA1eg7Z7BQ_Please use a secure URL (https\://)
|
|
27
27
|
|
|
28
|
-
|
|
28
|
+
CARD_DIALOG_CLOSE_BUTTON=O8yVxhJLRhyPq1swc4VYmw_Close
|
|
29
29
|
|
|
30
|
-
|
|
30
|
+
CARD_ERROR_DIALOG_TITLE=tiKB8VXv8NdRAdb/+uPhCg_Error Details
|
|
31
31
|
|
|
32
|
-
|
|
32
|
+
CARD_BUTTON_SHOW_MORE=CByKjQljt6Lzw0EBvrkozA_Show More
|
|
33
33
|
|
|
34
|
-
|
|
34
|
+
CARD_ERROR_REQUEST_TIMEOUT_TITLE=m044+wU7Bh6eeNkmW+tXSg_Timeout Error
|
|
35
35
|
|
|
36
|
-
|
|
36
|
+
CARD_ERROR_REQUEST_NOTFOUND_TITLE=szrilUZ3xhHUdOXWloTD1A_Not Found
|
|
37
37
|
|
|
38
|
-
|
|
38
|
+
CARD_ERROR_CONFIGURATION_TITLE=8Y1jTE8Dib4XEnxuDn+FWw_Card Configuration Error
|
|
39
39
|
|
|
40
|
-
|
|
40
|
+
CARD_ERROR_REQUEST_DESCRIPTION=WODQNxKh/myu0nb9fmEnpA_Try to refresh later or contact technical support
|
|
41
41
|
|
|
42
|
-
|
|
42
|
+
CARD_ERROR_CONFIGURATION_DESCRIPTION=STiUqxOmcanaHGqTLSa0zA_Contact technical support
|
|
43
43
|
|
|
44
|
-
|
|
44
|
+
CARD_ERROR_HIGHCHARTS_DESCRIPTION=cBM9AiyF9S2SduccMSqfSQ_A problem occurred while loading the Highcharts library. Could not initialize AnalyticsCloud card content.
|
|
45
45
|
|
|
46
|
-
|
|
46
|
+
CARD_ERROR_COMPONENT_DESCRIPTION=4TYsqLQ0NRM1b0PJztxQgw_Card content failed to create component
|
|
47
47
|
|
|
48
|
-
|
|
48
|
+
CARD_ERROR_REQUEST_ACCESS_DENIED_DESCRIPTION=zNDl8Ci2Jk9w/1nEjDHsfg_Check your access rights or contact technical support
|
|
49
49
|
|
|
50
|
-
|
|
50
|
+
CARD_ERROR_REQUEST_DETAILS=6w15l+RiYiYowSkYNUb21A_An error occurred while requesting "{0}". Please contact the system administrator.
|
|
51
51
|
|
|
52
|
-
|
|
52
|
+
CARD_ERROR_REQUEST_TIMEOUT_DETAILS=pCJcHoA6FkNkctj5u9Ynhg_A timeout occurred while requesting "{0}". Please contact the system administrator.
|
|
53
53
|
|
|
54
|
-
|
|
54
|
+
CARD_ERROR_ANALYTICS_CLOUD_TITLE=X/BmtPDf9RbkaLnigwkF5w_Unable to initialize widget
|
|
55
55
|
|
|
56
|
-
|
|
56
|
+
CARD_ERROR_ANALYTICS_CLOUD_DESCRIPTION=8ACy6PtVviZEoC28kQn55Q_Contact technical support
|
|
57
57
|
|
|
58
|
-
|
|
58
|
+
CARD_LOG_MSG=vIW6LPaaBfZJL6TSq/fATQ_Log message\:
|
|
59
59
|
|
|
60
|
-
|
|
60
|
+
CARD_REQUEST_SETTINGS=7bzjbdhB2yyxJHy39lCttA_Request settings\:
|
|
61
61
|
|
|
62
|
-
|
|
62
|
+
CARD_REQUEST=aLPyxh4Kgx0aGF1hd2Jfug_Request\:
|
|
63
63
|
|
|
64
|
-
|
|
64
|
+
CARD_RESPONSE_HEADERS=SJgBIwxRTOqyCj35K+Nzlg_Response headers\:
|
|
65
65
|
|
|
66
|
-
|
|
66
|
+
CARD_RESPONSE=I4LMSWn1BtUFx4vFii9Sog_Response\:
|
|
67
67
|
|
|
68
|
-
|
|
68
|
+
CARD_STACK_TRACE=Qzz+dCVcFDnqXyxL50VsbA_Stack trace\:
|
|
69
69
|
|
|
70
|
-
|
|
70
|
+
CARDS_ADAPTIVE_ACTION_SUBMIT_SUCCESS=bT7dz27gwSriv5xe+l41IA_Data sent successfully
|
|
71
71
|
|
|
72
|
-
|
|
72
|
+
CARDS_ADAPTIVE_ACTION_SUBMIT_ERROR=HVMuxWwQMbldmgea7BknaQ_An error occurred when sending the data
|
|
73
73
|
|
|
74
|
-
|
|
74
|
+
CARDS_CALENDAR=rOcmoIOEx2mYJblrp3eGSQ_Calendar Card
|
|
75
75
|
|
|
76
|
-
|
|
76
|
+
CARDS_CALENDAR_LEGEND=olDOF6h+pfh4YieR1gb5kQ_Legend
|
|
77
77
|
|
|
78
|
-
|
|
78
|
+
CARDS_CALENDAR_APPOINTMENTS=obapDEJsCsVPyK55jJI1Eg_Appointments List
|
|
79
79
|
|
|
80
|
-
|
|
80
|
+
CARD_OAUTH3LO_FALLBACK_TITLE=dz00VPdJfW6tsQCLwQbwog_Authorization required
|
|
81
81
|
|
|
82
|
-
|
|
82
|
+
CARD_OAUTH3LO_FALLBACK_DESCRIPTION=t+CvoWJAadTbCXzJhUTjrA_This application requires access to data from a third-party provider.
|
|
83
83
|
|
|
84
|
-
|
|
84
|
+
CARD_OAUTH3LO_FALLBACK_BUTTON_TEXT=W+64G/bOxRY+H63BTHuooA_Authorize and Connect
|
|
85
85
|
|
|
86
|
-
|
|
86
|
+
EDITOR_DESTINATIONS=HTdVR5kEhVKO4KQgBL0o0w_Destinations
|
|
87
87
|
|
|
88
|
-
|
|
88
|
+
EDITOR_PARAMETERS_GENERALSETTINGS=b1J+sL7DnvqJXzFjV7rbcw_General Settings
|
|
89
89
|
|
|
90
|
-
|
|
90
|
+
EDITOR_GROUP_ERRORS=NNce/nuR3iafc1AegP0Nbw_Errors found. Please check.
|
|
91
91
|
|
|
92
|
-
|
|
92
|
+
EDITOR_GROUP_WARNINGS=Y2inkCVt4/MGynL1VCO3CQ_Warnings found. Please check.
|
|
93
93
|
|
|
94
|
-
|
|
94
|
+
EDITOR_ORIGINALLANG=cm9FqcnIaBhWZBqpMMuWaQ_Original Language
|
|
95
95
|
|
|
96
|
-
|
|
96
|
+
EDITOR_CONTEXT_EMPTY_VAL=hyD4cXWZJ4GCA1EBZE0jLA_None
|
|
97
97
|
|
|
98
|
-
|
|
98
|
+
EDITOR_CONTEXT_EMPTY_DESC=FkjFyKMq7g1LbVBb6xJF+g_Select a dynamic value from the list
|
|
99
99
|
|
|
100
|
-
|
|
100
|
+
EDITOR_CONTEXT_EDITOR_INTERNAL_VAL=EWu4Jb0zSVsDpKIGsXVgfQ_Other values
|
|
101
101
|
|
|
102
|
-
|
|
102
|
+
EDITOR_CONTEXT_EDITOR_TODAY_VAL=hGnSFgMF9n+gHoSqWLCD8Q_Current date
|
|
103
103
|
|
|
104
|
-
|
|
104
|
+
EDITOR_CONTEXT_EDITOR_TODAY_DESC=AyLFhYML2+YNiiM12sRdzA_The current date can be used for filters or strings.
|
|
105
105
|
|
|
106
|
-
|
|
106
|
+
EDITOR_CONTEXT_EDITOR_NOW_VAL=TwQBYs+YtwXklvJybnzz8Q_Now, date and time
|
|
107
107
|
|
|
108
|
-
|
|
108
|
+
EDITOR_CONTEXT_EDITOR_NOW_DESC=IodG2CC+n13kEnc9EkDGOA_The current date and time can be used for filters or strings
|
|
109
109
|
|
|
110
|
-
|
|
110
|
+
EDITOR_CONTEXT_EDITOR_LANG_VAL=GQcvoqzb4D6nGK1j3tEw9w_Current language
|
|
111
111
|
|
|
112
|
-
|
|
112
|
+
EDITOR_CONTEXT_EDITOR_LANG_DESC=1B8wOyNVDn8HAdD1xKkiRA_The current language abbreviation of the current end user. Language and region are separated by a dash. For example, en-US. The region might be omitted.
|
|
113
113
|
|
|
114
|
-
|
|
114
|
+
EDITOR_FIELD_OBJECT_FORM_EDITMODE_PROPERTIES=0qtJ0Tm8Vbi87kZM3vaRkg_Switch to Production Mode
|
|
115
115
|
|
|
116
|
-
|
|
116
|
+
EDITOR_FIELD_OBJECT_FORM_EDITMODE_JSON=QkT21ulwM1PhkZ7FenC3lA_Switch to JSON Mode
|
|
117
117
|
|
|
118
|
-
|
|
118
|
+
EDITOR_FIELD_OBJECT_DELETE=XUZstzPpWJTIV6qyRZKbNg_Delete
|
|
119
119
|
|
|
120
|
-
|
|
120
|
+
EDITOR_FIELD_OBJECT_DELETE_ERROR_MSG=H6e+SpwPkmUdsjWO6IGlCA_Unable to delete; no editable item to delete.
|
|
121
121
|
|
|
122
|
-
|
|
122
|
+
EDITOR_FIELD_OBJECT_DELETE_CONFIRM_TITLE=gvhsI0lxT0GWXIo+0GQmdw_Confirm
|
|
123
123
|
|
|
124
|
-
|
|
124
|
+
EDITOR_FIELD_OBJECT_DELETE_CONFIRM_MSG=zKzAkqMkVDWa9ybJrrVCiA_Delete editable items?
|
|
125
125
|
|
|
126
|
-
|
|
126
|
+
EDITOR_FIELD_OBJECT_DELETE_CONFIRM_CANCLE=pZeJVDUSP0ZkPNFgvhyLmw_Delete canceled.
|
|
127
127
|
|
|
128
|
-
|
|
128
|
+
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_TITLE=xzItAuG5rw9ZOGqLyr/L+Q_Object Details
|
|
129
129
|
|
|
130
|
-
|
|
130
|
+
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_ADD=nZ6dYpNhRZpDuO1xRooThA_Add
|
|
131
131
|
|
|
132
|
-
|
|
132
|
+
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_UPDATE=p4LhzUr2DRMJF9x12mnFYQ_Update
|
|
133
133
|
|
|
134
|
-
|
|
134
|
+
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_CANCEL=pQ1ywObj12+sJDPcWA/0tw_Cancel
|
|
135
135
|
|
|
136
|
-
|
|
136
|
+
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_CLOSE=s6dzU9e8IFflSvFpe7+Glg_Close
|
|
137
137
|
|
|
138
|
-
|
|
138
|
+
EDITOR_FIELD_OBJECT_DETAILS_POPOVER_BUTTON_RESET=Mf4H8QKoRE0Dz7viZhCVsA_Reset
|
|
139
139
|
|
|
140
|
-
|
|
140
|
+
EDITOR_FIELD_OBJECT_LIST_VALUELIST_POPOVER_TITLE=CAR9g3TSGfhCBYX1d0mWGA_Select Items
|
|
141
141
|
|
|
142
|
-
|
|
142
|
+
EDITOR_FIELD_OBJECT_VALUELIST_POPOVER_BUTTON_OK=LxjWgjTx0UeDoh3hpn0VaQ_OK
|
|
143
143
|
|
|
144
|
-
|
|
144
|
+
EDITOR_FIELD_OBJECT_VALUELIST_POPOVER_BUTTON_CANCEL=tLVt3vmyFGKZRmA75N2QFQ_Cancel
|
|
145
145
|
|
|
146
|
-
|
|
146
|
+
EDITOR_FIELD_OBJECT_TABLE_COLUMN_SELECTION_TOOLTIP_REMOVE=2pWIGWymkkwtJ2oPZ0Npcg_Remove value
|
|
147
147
|
|
|
148
|
-
|
|
148
|
+
EDITOR_FIELD_OBJECT_TABLE_COLUMN_SELECTION_CELL_TOOLTIP_SELECT=TsbCuiyYurwoM6sVl1A2nQ_Select as value
|
|
149
149
|
|
|
150
|
-
|
|
150
|
+
EDITOR_FIELD_OBJECT_TABLE_COLUMN_SELECTION_CELL_TOOLTIP_UNSELECT=H4DjrytkHc4Fn0LdzSBlDQ_Remove value
|
|
151
151
|
|
|
152
|
-
|
|
152
|
+
EDITOR_FIELD_OBJECT_LIST_TABLE_COLUMN_SELECTION_TOOLTIP_ADDALL=Fu7uqGMjs1plT3w6gOY9bw_Add All
|
|
153
153
|
|
|
154
|
-
|
|
154
|
+
EDITOR_FIELD_OBJECT_LIST_TABLE_COLUMN_SELECTION_TOOLTIP_REMOVEALL=4xByuDJlf9q5EhA9PvNTIQ_Remove All
|
|
155
155
|
|
|
156
|
-
|
|
156
|
+
EDITOR_FIELD_OBJECT_LIST_TABLE_COLUMN_SELECTION_CELL_TOOLTIP_ADD=PMjWA3D5dfid6v9zRKEGjw_Add into value
|
|
157
157
|
|
|
158
|
-
|
|
158
|
+
EDITOR_FIELD_OBJECT_LIST_TABLE_COLUMN_SELECTION_CELL_TOOLTIP_REMOVE=D9mtfAnCtcRQOV/ukn7aDw_Remove from value
|
|
159
159
|
|
|
160
|
-
|
|
160
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_ADD_TOOLTIP=4kYM3fxwsm1inVVADYWuiQ_Add
|
|
161
161
|
|
|
162
|
-
|
|
162
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_CLEAR_ALL_FILTERS_TOOLTIP=ZCh8AB/LbN4SVL6LBRYtIw_Clear All Filters
|
|
163
163
|
|
|
164
|
-
|
|
164
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_SELECT_ALL_SELETIONS_TOOLTIP=yF+dg9VHYgSIE12qlnce+Q_Select All Selections
|
|
165
165
|
|
|
166
|
-
|
|
166
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_CLEAR_ALL_SELETIONS_TOOLTIP=kMvxH2sh2d0o7QJBpNoapA_Clear All Selections
|
|
167
167
|
|
|
168
|
-
|
|
168
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_MOVE_UP_TOOLTIP=3m+l8wHUmlsm7VjGRiU4HQ_Move Up
|
|
169
169
|
|
|
170
|
-
|
|
170
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_MOVE_DOWN_TOOLTIP=KH37Z0A0+hzaHZZYMAPdjQ_Move Down
|
|
171
171
|
|
|
172
|
-
|
|
172
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_EDIT_TOOLTIP=QqVmfUgCVy3Tp+luRHSQHQ_Edit
|
|
173
173
|
|
|
174
|
-
|
|
174
|
+
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_TITLE=pQCNCWrMV2umWr/R1z97Gw_Value translations
|
|
175
175
|
|
|
176
|
-
|
|
176
|
+
EDITOR_FIELD_OBJECT_TRANSLATION_LIST_TITLE=qbptdY2WLM1RQMtjor2N7A_Translations for property \: {0}
|
|
177
177
|
|
|
178
|
-
|
|
178
|
+
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_BUTTON_SAVE=JcchIXV+fQZj8YNC3EcDzg_Save
|
|
179
179
|
|
|
180
|
-
|
|
180
|
+
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_BUTTON_CANCEL=Lswyw9k2jfDOrBSfPZ8/Nw_Cancel
|
|
181
181
|
|
|
182
|
-
|
|
182
|
+
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_CURRENTLANGUAGE=inuoQ0RPsukwakVSlyD6rg_Current language
|
|
183
183
|
|
|
184
|
-
|
|
184
|
+
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_CURRENTVALUE=Oul5U1/cvfszZ07ojluILQ_Value
|
|
185
185
|
|
|
186
|
-
|
|
186
|
+
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_OTHERLANGUAGES=VyG8gjfZ/isAqIn7pt0s7w_Other languages
|
|
187
187
|
|
|
188
|
-
|
|
188
|
+
EDITOR_FIELD_MORE_SETTINGS=LOZ4Iaj3nhcgzuqaJL7/2w_More settings
|
|
189
189
|
|
|
190
|
-
|
|
190
|
+
EDITOR_SELECT_FROM_LIST=B9Nyu0Qmeag+hOE382RjhQ_Select a dynamic value from the list
|
|
191
191
|
|
|
192
|
-
|
|
192
|
+
EDITOR_MORE_DYNAMICVALUES=kexQcV2VjNZvBdHwp+pAVw_Dynamic Value
|
|
193
193
|
|
|
194
|
-
|
|
194
|
+
EDITOR_MORE_DYNAMICVALUES_SELECT_DYNAMIC_VALUE=vV6Rf67Mms1tA7JGIPjrXw_Select a dynamic value
|
|
195
195
|
|
|
196
|
-
|
|
196
|
+
EDITOR_ACTUAL_VALUE=tC/nNJj/xk4vZhR5sn4qLQ_Actual Dynamic Value
|
|
197
197
|
|
|
198
|
-
|
|
198
|
+
EDITOR_MORE_DYNAMICVALUES_TECHHINT=3+sU6aWBIZ/9Bj4xh3rjDw_This value is used in technical settings of a card and should not be shown to end-users.
|
|
199
199
|
|
|
200
|
-
|
|
200
|
+
EDITOR_MORE_SETTINGS=Cnh4f/M8PvFdOwlXAU6g/w_Settings
|
|
201
201
|
|
|
202
|
-
|
|
202
|
+
EDITOR_MORE_SETTINGS_P_ADMIN=2rkH7Y7K74muTRWR2yLRgg_Page Administrator Settings
|
|
203
203
|
|
|
204
|
-
|
|
204
|
+
EDITOR_MORE_SETTINGS_P_ADMIN_RESET=IwTmkowadPA3iQ+ZN6V1Uw_Reset to Default Values
|
|
205
205
|
|
|
206
|
-
|
|
206
|
+
EDITOR_MORE_SETTINGS_P_ADMIN_VISIBLE=Sa7Dp1IWLJAze45bT5DrFw_Allow field to be viewed
|
|
207
207
|
|
|
208
|
-
|
|
208
|
+
EDITOR_MORE_SETTINGS_P_ADMIN_EDIT=43UYQOc+H8RmYAYGceN1vA_Allow field to be edited
|
|
209
209
|
|
|
210
|
-
|
|
210
|
+
EDITOR_MORE_SETTINGS_P_ADMIN_DYN=IZuAfseHykbDKlozD+5gTA_Allow dynamic values to be set
|
|
211
211
|
|
|
212
|
-
|
|
212
|
+
EDITOR_MORE_SETTINGS_P_ADMIN_VALUES_LIST=ZAo8GmWX2Rja/y9rrIjOJQ_Allow to Selected Values
|
|
213
213
|
|
|
214
|
-
|
|
214
|
+
EDITOR_MORE_SETTINGS_P_ADMIN_VALUES_LIST_TOOLTIPS=PMSQcj30lfN6aveVzB6jiA_Allowed Values to be Selected by Page Admin
|
|
215
215
|
|
|
216
|
-
|
|
216
|
+
EDITOR_MORE_SETTINGS_P_ADMIN_SELECT_ALL=AUjJsKcIpsCrJAHQoHguPQ_Select All
|
|
217
217
|
|
|
218
|
-
|
|
218
|
+
EDITOR_MORE_SETTINGS_P_ADMIN_DESELECT_ALL=ad/jx4X/SHUdlTAi0c6ACg_Deselect All
|
|
219
219
|
|
|
220
|
-
|
|
220
|
+
EDITOR_MORE_TRANSFORM=a9ONZ1HZh2UadliyLxW22g_Transform to a variant for Page Admin
|
|
221
221
|
|
|
222
|
-
|
|
222
|
+
EDITOR_MORE_TRANSFORM_P_ADMIN_LABEL=ME28JJIWOaHZya8gYn2rbg_Destination Label
|
|
223
223
|
|
|
224
|
-
|
|
224
|
+
EDITOR_MORE_TRANSFORM_P_ADMIN_MAPPINGS=gAuh1Fjwxi/qn9lNKfBIKw_Destination Mappings
|
|
225
225
|
|
|
226
|
-
|
|
226
|
+
EDITOR_MORE_OK=GjvpafJOJ7vxc2LYKGPFSw_OK
|
|
227
227
|
|
|
228
|
-
|
|
228
|
+
EDITOR_MORE_CANCEL=j1QBM104HZBDgr7ACbnNsA_Cancel
|
|
229
229
|
|
|
230
|
-
|
|
230
|
+
EDITOR_MORE_RESET=DE5SuckdFVZeHSepYJGZRQ_Reset
|
|
231
231
|
|
|
232
|
-
|
|
232
|
+
EDITOR_ICON_CHOOSE=JIF1a43wsanuVQO9qTLXmQ_Choose an icon from file
|
|
233
233
|
|
|
234
|
-
|
|
234
|
+
EDITOR_ICON_SELECTED=axHajBJxhU04ZyPN4AVuvA_Selected from file
|
|
235
235
|
|
|
236
|
-
|
|
236
|
+
EDITOR_ICON_NONE=CgaH1Y1CfWeNFZYPAN8fsA_(None)
|
|
237
237
|
|
|
238
|
-
|
|
238
|
+
EDITOR_IMAGE_CUSTOMICON_TOOLTIP=xifk2PevUlPWz28FTsD4Qg_Click to display image
|
|
239
239
|
|
|
240
|
-
|
|
240
|
+
EDITOR_VAL_NOT_A_JSONOBJECT=lO1rX9f4tHxlfBw2UTGHdw_Not a JSON object.
|
|
241
241
|
|
|
242
|
-
|
|
242
|
+
EDITOR_VAL_NOT_A_SINGLE_JSONOBJECT=mZNHgS9LmrjrUymd6GKoKg_Not a single JSON object.
|
|
243
243
|
|
|
244
|
-
|
|
244
|
+
EDITOR_VAL_NOT_AN_ARRAY_OF_JSONOBJECTS=wG955tA7K0Sc3fmybPwn0w_Not an array of JSON objects.
|
|
245
245
|
|
|
246
|
-
|
|
246
|
+
EDITOR_VAL_NOMATCH=GeOYbv4v7DfL8oQ313WBug_Value does not match the validation criteria.
|
|
247
247
|
|
|
248
|
-
|
|
248
|
+
EDITOR_VAL_MAXLENGTH=tHzpO1bqbFM7ZjFVQMhxFA_Value exceeds the maximum length of {0}.
|
|
249
249
|
|
|
250
|
-
|
|
250
|
+
EDITOR_VAL_MINLENGTH=WQ7Fzf53Re7k3BlvLWX8TA_Value must be a minimum of {0} characters.
|
|
251
251
|
|
|
252
|
-
|
|
252
|
+
EDITOR_VAL_TEXTREQ=uZHfTYe3sIb03w7r+/ZVMA_Field is required. Please enter a text.
|
|
253
253
|
|
|
254
|
-
|
|
254
|
+
EDITOR_VAL_LISTREQ=hwI3KNMPcmiwKJZkWVicnQ_Field is required. Please select an item.
|
|
255
255
|
|
|
256
|
-
|
|
256
|
+
EDITOR_VAL_FIELDREQ=M4eGsM9/VYS5eavzlH7ILg_Field is required.
|
|
257
257
|
|
|
258
|
-
|
|
258
|
+
EDITOR_VAL_LISTMAXLENGTH=tl1rcmqzSivNHvT48l8nVQ_List exceeds the maximum length of {0}
|
|
259
259
|
|
|
260
|
-
|
|
260
|
+
EDITOR_VAL_LISTMINLENGTH=HtFs3DhI5pvowNwsGOUKxg_List must have at least {0} items
|
|
261
261
|
|
|
262
|
-
|
|
262
|
+
EDITOR_VAL_MAX=3Li3/mDe1MfHT2r1Nsl5yA_Value must be {0} or less.
|
|
263
263
|
|
|
264
|
-
|
|
264
|
+
EDITOR_VAL_MIN=lqfr+X80M2w7QzttHOxgKA_Value must be {0} or greater.
|
|
265
265
|
|
|
266
|
-
|
|
266
|
+
EDITOR_VAL_MAX_E=0jNhweRkPb2y+s/Tjs1+mA_Value must be less than {0}.
|
|
267
267
|
|
|
268
|
-
|
|
268
|
+
EDITOR_VAL_MIN_E=RXDikM8jqnI1SX5lJt9/Pw_Value must be greater than {0}.
|
|
269
269
|
|
|
270
|
-
|
|
270
|
+
EDITOR_VAL_MULTIPLE=N3vH9YAbLsuKfkqkUzG/Ng_Value must be a multiple of {0}
|
|
271
271
|
|
|
272
|
-
|
|
272
|
+
EDITOR_VAL_NUMBERREQ=9HO23+MjCyhZwHvs4tAKIA_Field entry is required. Please enter a number.
|
|
273
273
|
|
|
274
|
-
|
|
274
|
+
EDITOR_ONLY_LISTED_VALUES_ALLOWED=FeQf2PY2/nVUcXMaf/PZ8Q_Only listed values are allowed.
|
|
275
275
|
|
|
276
|
-
|
|
276
|
+
EDITOR_ITEM_SELECTED=cDDlLfJ8pgxsfY9IPAwEkw_Selected
|
|
277
277
|
|
|
278
|
-
|
|
278
|
+
EDITOR_ITEM_UNSELECTED=Pztqfh4LFXkqAOnSXazUCQ_Unselected
|
|
279
279
|
|
|
280
|
-
|
|
280
|
+
EDITOR_BAD_REQUEST=9Mqq85kA9WxB6siAX8nLwg_Bad request
|
|
281
281
|
|
|
282
|
-
|
|
282
|
+
CARDEDITOR_CONTEXT_EMPTY_VAL=5XBwF3RTdGqWl6hCOnzMXQ_None
|
|
283
283
|
|
|
284
|
-
|
|
284
|
+
CARDEDITOR_CONTEXT_EMPTY_DESC=Vr58tkjwhQtUW1QYLqjNHA_Select a dynamic value from the list
|
|
285
285
|
|
|
286
|
-
|
|
286
|
+
CARDEDITOR_CONTEXT_CARD_INTERNAL_VAL=eiM2DDPtNmR9nl7w13kZnw_Other values
|
|
287
287
|
|
|
288
|
-
|
|
288
|
+
CARDEDITOR_CONTEXT_CARD_TODAY_VAL=ZU+XviWQENZmqIBd6H0L2w_Current date
|
|
289
289
|
|
|
290
|
-
|
|
290
|
+
CARDEDITOR_CONTEXT_CARD_TODAY_DESC=uPJPOVmo2tkS2laAnOODTw_The current date can be used for filters or strings.
|
|
291
291
|
|
|
292
|
-
|
|
292
|
+
CARDEDITOR_CONTEXT_CARD_NOW_VAL=N/4wQyMnRlZP0000c3ll8A_Now, date and time
|
|
293
293
|
|
|
294
|
-
|
|
294
|
+
CARDEDITOR_CONTEXT_CARD_NOW_DESC=UsnkD77CKZZ6YuanPxmW7A_The current date and time can be used for filters or strings
|
|
295
295
|
|
|
296
|
-
|
|
296
|
+
CARDEDITOR_CONTEXT_CARD_LANG_VAL=hXUo0eKHFury3IeaKqmfnQ_Current language
|
|
297
297
|
|
|
298
|
-
|
|
298
|
+
CARDEDITOR_CONTEXT_CARD_LANG_DESC=1kXTzbKlzszxha5Mu2kxrA_The current language abbreviation of the current end user. Language and region are separated by a dash. For example, en-US. The region might be omitted.
|
|
299
299
|
|
|
300
|
-
|
|
300
|
+
CARDEDITOR_PREVIEW_BTN_LIVEPREVIEW=eKcGo0mSSC/htoDutG2mkg_Live Preview
|
|
301
301
|
|
|
302
|
-
|
|
302
|
+
CARDEDITOR_PREVIEW_BTN_MOCKDATAPREVIEW=Ol3JbrWg6GZb68sOn+Ogfw_Mock Data Preview
|
|
303
303
|
|
|
304
|
-
|
|
304
|
+
CARDEDITOR_PREVIEW_BTN_FULLSIZE=Z4VIGIiuOQw47B4Qo2OGFg_Full Size
|
|
305
305
|
|
|
306
|
-
|
|
306
|
+
CARDEDITOR_PREVIEW_BTN_NORMALSIZE=BtwNQwCiR5kX+Dv1yUqc3Q_Normal Size
|
|
307
307
|
|
|
308
|
-
|
|
308
|
+
CARDEDITOR_PREVIEW_BTN_SAMPLEPREVIEW=IbgqjMMdzGXqAXLh139HLQ_Sample Preview
|
|
309
309
|
|
|
310
|
-
|
|
310
|
+
ADAPTIVE_CARDS_REQUIRED_FIELD=qCH9rf7+nZzAaIapnE5QZg_Required
|
|
311
|
+
|
|
312
|
+
CARD_ACTIONS_OVERFLOW_BUTTON_TOOLTIP=hNRnuhFJ7DJrJjUn5M3F2g_Actions
|
|
313
|
+
|
|
314
|
+
EDITOR_FIELD_OBJECT_PROPERTY_POPOVER_TITLE=EhYcdqd6Q5bsJT0l5blRkQ_Property Value
|
|
@@ -13,7 +13,7 @@ CARD_DATA_LOAD_DEPENDENCIES_ERROR=\uC885\uC18D\uC131\uC744 \uB85C\uB4DC\uD560 \u
|
|
|
13
13
|
|
|
14
14
|
CARD_FILTER_DATA_LOAD_ERROR=\uD544\uD130\uB97C \uB85C\uB4DC\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.
|
|
15
15
|
|
|
16
|
-
CARD_FOOTER_SHOW_MORE=\
|
|
16
|
+
CARD_FOOTER_SHOW_MORE=\uB354 \uBCF4\uAE30
|
|
17
17
|
|
|
18
18
|
CARD_NO_ITEMS_ERROR_LISTS=\uC0AC\uC6A9 \uAC00\uB2A5\uD55C \uD56D\uBAA9\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.
|
|
19
19
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -25,7 +25,7 @@ sap.ui.define([
|
|
|
25
25
|
* @extends sap.ui.model.json.JSONModel
|
|
26
26
|
*
|
|
27
27
|
* @author SAP SE
|
|
28
|
-
* @version 1.
|
|
28
|
+
* @version 1.132.1
|
|
29
29
|
* @constructor
|
|
30
30
|
* @private
|
|
31
31
|
* @alias sap.ui.integration.model.ContextModel
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -23,7 +23,7 @@ sap.ui.define([
|
|
|
23
23
|
* @extends sap.ui.model.json.JSONModel
|
|
24
24
|
*
|
|
25
25
|
* @author SAP SE
|
|
26
|
-
* @version 1.
|
|
26
|
+
* @version 1.132.1
|
|
27
27
|
* @constructor
|
|
28
28
|
* @private
|
|
29
29
|
* @alias sap.ui.integration.model.ObservableModel
|
|
@@ -59,7 +59,8 @@
|
|
|
59
59
|
"1.46.0",
|
|
60
60
|
"1.47.0",
|
|
61
61
|
"1.48.0",
|
|
62
|
-
"1.49.0"
|
|
62
|
+
"1.49.0",
|
|
63
|
+
"1.50.0"
|
|
63
64
|
]
|
|
64
65
|
},
|
|
65
66
|
"designtime": {
|
|
@@ -2533,8 +2534,8 @@
|
|
|
2533
2534
|
"description": "Allow attribute of the iframe",
|
|
2534
2535
|
"type": "string"
|
|
2535
2536
|
},
|
|
2536
|
-
"
|
|
2537
|
-
"description": "
|
|
2537
|
+
"allowFullscreen": {
|
|
2538
|
+
"description": "AllowFullscreen attribute of the iframe",
|
|
2538
2539
|
"oneOf": [
|
|
2539
2540
|
{
|
|
2540
2541
|
"type": "boolean",
|
|
@@ -3597,6 +3598,9 @@
|
|
|
3597
3598
|
}
|
|
3598
3599
|
}
|
|
3599
3600
|
},
|
|
3601
|
+
"group": {
|
|
3602
|
+
"$ref": "#/$defs/group"
|
|
3603
|
+
},
|
|
3600
3604
|
"visible": {
|
|
3601
3605
|
"description": "Determines whether the filter is visible",
|
|
3602
3606
|
"$ref": "#/$defs/visibility"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define(['./Service'], function (Service) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define(['./Service'], function (Service) {
|