@openui5/sap.ui.integration 1.104.0 → 1.105.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/.reuse/dep5 +1 -1
- package/THIRDPARTY.txt +1 -1
- package/package.json +3 -3
- package/src/sap/ui/integration/.library +7 -7
- package/src/sap/ui/integration/ActionDefinition.js +1 -1
- package/src/sap/ui/integration/Designtime.js +1 -1
- package/src/sap/ui/integration/Extension.js +1 -1
- package/src/sap/ui/integration/Host.js +1 -1
- package/src/sap/ui/integration/cards/AdaptiveContent.js +1 -1
- package/src/sap/ui/integration/cards/AnalyticalContent.js +1 -1
- package/src/sap/ui/integration/cards/AnalyticsCloudContent.js +1 -1
- package/src/sap/ui/integration/cards/BaseContent.js +5 -4
- package/src/sap/ui/integration/cards/BaseListContent.js +1 -5
- 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 +4 -2
- package/src/sap/ui/integration/cards/ListContent.js +1 -1
- package/src/sap/ui/integration/cards/NumericHeader.js +5 -3
- package/src/sap/ui/integration/cards/ObjectContent.js +18 -5
- 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 +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/UI5InputTime.js +0 -2
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputToggle.js +1 -1
- package/src/sap/ui/integration/cards/filters/BaseFilter.js +1 -1
- package/src/sap/ui/integration/cards/filters/DateRangeFilter.js +6 -3
- 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 +3 -3
- package/src/sap/ui/integration/controls/ActionsStrip.js +1 -1
- package/src/sap/ui/integration/controls/ActionsToolbar.js +1 -1
- package/src/sap/ui/integration/controls/LinkWithIcon.js +1 -1
- package/src/sap/ui/integration/controls/ListContentItem.js +1 -1
- package/src/sap/ui/integration/controls/Microchart.js +1 -1
- package/src/sap/ui/integration/controls/MicrochartLegend.js +1 -1
- package/src/sap/ui/integration/controls/Paginator.js +1 -1
- package/src/sap/ui/integration/customElements/CustomElementBase.js +0 -2
- package/src/sap/ui/integration/designtime/baseEditor/BaseEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/PropertyEditor.js +3 -5
- package/src/sap/ui/integration/designtime/baseEditor/PropertyEditors.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/BasePropertyEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/PropertyEditorFactory.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/arrayEditor/ArrayEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/booleanEditor/BooleanEditor.js +3 -5
- 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 +3 -5
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/groupEditor/GroupEditor.js +3 -5
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IconEditor.js +1 -3
- 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 +3 -5
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/numberEditor/NumberEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/objectArrayEditor/ObjectArrayEditor.js +3 -5
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/selectEditor/SelectEditor.js +3 -5
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/separatorEditor/SeparatorEditor.js +3 -5
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/stringEditor/StringEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/textAreaEditor/TextAreaEditor.js +3 -5
- package/src/sap/ui/integration/designtime/baseEditor/util/binding/ObjectBinding.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/unset.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsBoolean.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsDate.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsInteger.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsNumber.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsSelectedKey.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsStringList.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueKey.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueList.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsValidBinding.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/MaxLength.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/NotABinding.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/ValidatorRegistry.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/config/FooterConfig.js +22 -0
- package/src/sap/ui/integration/designtime/cardEditor/config/generateActionConfig.js +8 -1
- package/src/sap/ui/integration/designtime/cardEditor/config/generateFooterActionsStripConfig.js +179 -0
- package/src/sap/ui/integration/designtime/cardEditor/config/index.js +17 -3
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n.properties +42 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_ar.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_bg.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_ca.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_cs.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_cy.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_da.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_de.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_el.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en_GB.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en_US_sappsd.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en_US_saprigi.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_es.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_es_MX.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_et.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_fi.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_fr.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_fr_CA.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_hi.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_hr.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_hu.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_id.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_it.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_iw.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_ja.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_kk.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_ko.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_lt.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_lv.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_ms.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_nl.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_no.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_pl.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_pt.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_pt_PT.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_ro.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_ru.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_sh.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_sk.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_sl.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_sv.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_th.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_tr.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_uk.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_vi.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_zh_CN.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_zh_TW.properties +28 -0
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/complexMapEditor/ComplexMapEditor.js +10 -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 +10 -2
- 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/CardEditor.js +1 -1
- package/src/sap/ui/integration/designtime/editor/CardPreview.js +1 -1
- package/src/sap/ui/integration/designtime/editor/css/CardPreview.css +2 -0
- package/src/sap/ui/integration/editor/Editor.js +14 -14
- package/src/sap/ui/integration/editor/EditorResourceBundles.js +1 -1
- package/src/sap/ui/integration/editor/Extension.js +2 -2
- package/src/sap/ui/integration/editor/Manifest.js +1 -1
- package/src/sap/ui/integration/editor/Merger.js +2 -4
- package/src/sap/ui/integration/editor/Settings.js +49 -44
- package/src/sap/ui/integration/editor/fields/BaseField.js +54 -6
- package/src/sap/ui/integration/editor/fields/BooleanField.js +1 -1
- package/src/sap/ui/integration/editor/fields/DateField.js +1 -1
- package/src/sap/ui/integration/editor/fields/DateTimeField.js +1 -1
- package/src/sap/ui/integration/editor/fields/DestinationField.js +1 -1
- package/src/sap/ui/integration/editor/fields/IntegerField.js +1 -1
- package/src/sap/ui/integration/editor/fields/NumberField.js +1 -1
- package/src/sap/ui/integration/editor/fields/ObjectField.js +13 -2
- package/src/sap/ui/integration/editor/fields/ObjectListField.js +3 -2
- 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 +43 -0
- package/src/sap/ui/integration/editor/fields/viz/ColorSelect.js +26 -39
- package/src/sap/ui/integration/editor/fields/viz/IconSelect.js +54 -71
- package/src/sap/ui/integration/editor/fields/viz/ShapeSelect.js +21 -38
- package/src/sap/ui/integration/editor/fields/viz/VizBase.js +91 -0
- package/src/sap/ui/integration/library.js +12 -4
- 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 +7 -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/CacheAndRequestDataProvider.js +2 -0
- package/src/sap/ui/integration/util/CardObserver.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 +43 -4
- package/src/sap/ui/integration/util/DataProviderFactory.js +2 -5
- package/src/sap/ui/integration/util/Destinations.js +1 -3
- package/src/sap/ui/integration/util/ExtensionDataProvider.js +8 -1
- package/src/sap/ui/integration/util/HeaderFactory.js +1 -1
- package/src/sap/ui/integration/util/JSONBindingHelper.js +1 -1
- package/src/sap/ui/integration/util/LoadingProvider.js +1 -1
- package/src/sap/ui/integration/util/Manifest.js +1 -1
- package/src/sap/ui/integration/util/ManifestResolver.js +4 -0
- package/src/sap/ui/integration/util/ParameterMap.js +14 -0
- package/src/sap/ui/integration/util/RequestDataProvider.js +8 -9
- 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/widgets/Card.js +64 -14
package/src/sap/ui/integration/designtime/cardEditor/config/generateFooterActionsStripConfig.js
ADDED
|
@@ -0,0 +1,179 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* OpenUI5
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
|
+
*/
|
|
6
|
+
sap.ui.define([
|
|
7
|
+
"sap/base/util/restricted/_merge",
|
|
8
|
+
"sap/ui/integration/designtime/cardEditor/config/generateActionConfig",
|
|
9
|
+
"sap/m/ButtonType"
|
|
10
|
+
], function (
|
|
11
|
+
_merge,
|
|
12
|
+
generateActionConfig,
|
|
13
|
+
ButtonType
|
|
14
|
+
) {
|
|
15
|
+
"use strict";
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* Generate a customized configuration object for card footer.
|
|
19
|
+
* @param {object} oCustomConfig - Object with the desired configuration customizations to be applied to the generated config.
|
|
20
|
+
* @param {string} oCustomConfig.path - Action binding path
|
|
21
|
+
* @param {string[]} [oCustomConfig.tags] - Property tags
|
|
22
|
+
* @param {string|boolean} [oCustomConfig.visible] - Visibility condition expression
|
|
23
|
+
* @returns {object} Card footer configuration object
|
|
24
|
+
* @function
|
|
25
|
+
* @experimental
|
|
26
|
+
* @private
|
|
27
|
+
*/
|
|
28
|
+
|
|
29
|
+
return function (oCustomConfig) {
|
|
30
|
+
return _merge({}, {
|
|
31
|
+
"label": "{i18n>CARD_EDITOR.ACTIONS.STRIP}",
|
|
32
|
+
"type": "array",
|
|
33
|
+
"itemLabel": "{type}",
|
|
34
|
+
"addItemLabel": "{i18n>CARD_EDITOR.ACTION.STRIP}",
|
|
35
|
+
"template": {
|
|
36
|
+
"type": {
|
|
37
|
+
"label": "{i18n>CARD_EDITOR.ACTION.STRIP.TYPE}",
|
|
38
|
+
"type": "select",
|
|
39
|
+
"items": [
|
|
40
|
+
{
|
|
41
|
+
"key": "Button"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"key": "ToolbarSpacer"
|
|
45
|
+
}
|
|
46
|
+
],
|
|
47
|
+
"path": "type"
|
|
48
|
+
},
|
|
49
|
+
"actions": generateActionConfig({
|
|
50
|
+
"path": "actions"
|
|
51
|
+
}),
|
|
52
|
+
"overflowPriority": {
|
|
53
|
+
"label": "{i18n>CARD_EDITOR.ACTION.STRIP.OVERFLOWPRIORITY}",
|
|
54
|
+
"type": "select",
|
|
55
|
+
"items": [
|
|
56
|
+
{
|
|
57
|
+
"key": "Always"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"key": "AlwaysOverflow"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"key": "Disappear"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"key": "High"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"key": "Low"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"key": "Never"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"key": "NeverOverflow"
|
|
76
|
+
}
|
|
77
|
+
],
|
|
78
|
+
"path": "overflowPriority"
|
|
79
|
+
},
|
|
80
|
+
"icon": {
|
|
81
|
+
"label": "{i18n>CARD_EDITOR.ACTION.STRIP.ICON}",
|
|
82
|
+
"type": "string",
|
|
83
|
+
"path": "icon"
|
|
84
|
+
},
|
|
85
|
+
"text": {
|
|
86
|
+
"label": "{i18n>CARD_EDITOR.ACTION.TEXT}",
|
|
87
|
+
"type": "string",
|
|
88
|
+
"path": "text"
|
|
89
|
+
},
|
|
90
|
+
"tooltip": {
|
|
91
|
+
"label": "{i18n>CARD_EDITOR.ACTION.STRIP.TOOLTIP}",
|
|
92
|
+
"type": "string",
|
|
93
|
+
"path": "tooltip"
|
|
94
|
+
},
|
|
95
|
+
"buttonType": {
|
|
96
|
+
"label": "{i18n>CARD_EDITOR.ACTION.STRIP.BUTTON.TYPE}",
|
|
97
|
+
"type": "select",
|
|
98
|
+
"visible": "{= ${type} === 'Button'}",
|
|
99
|
+
"items": [
|
|
100
|
+
{
|
|
101
|
+
"key": "Accept"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"key": "Attention"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"key": "Back"
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"key": "Critical"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"key": "Default"
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"key": "Emphasized"
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"key": "Ghost"
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"key": "Negative"
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"key": "Neutral"
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"key": "Reject"
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"key": "Success"
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"key": "Transparent"
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"key": "Unstyled"
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"key": "Up"
|
|
141
|
+
}
|
|
142
|
+
],
|
|
143
|
+
"path": "buttonType"
|
|
144
|
+
},
|
|
145
|
+
"ariaHasPopup": {
|
|
146
|
+
"label": "{i18n>CARD_EDITOR.ACTION.ARIAHASPOPUP}",
|
|
147
|
+
"type": "select",
|
|
148
|
+
"items": [
|
|
149
|
+
{
|
|
150
|
+
"key": "Dialog"
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"key": "Grid"
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"key": "ListBox"
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"key": "Menu"
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"key": "None"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"key": "Tree"
|
|
166
|
+
}
|
|
167
|
+
],
|
|
168
|
+
"path": "ariaHasPopup"
|
|
169
|
+
},
|
|
170
|
+
"visible": {
|
|
171
|
+
"label": "{i18n>CARD_EDITOR.ACTION.VISIBLE}",
|
|
172
|
+
"type": "boolean",
|
|
173
|
+
"defaultValue": true,
|
|
174
|
+
"path": "visible"
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
}, oCustomConfig);
|
|
178
|
+
};
|
|
179
|
+
});
|
|
@@ -12,14 +12,17 @@ sap.ui.define([
|
|
|
12
12
|
"sap/ui/integration/designtime/cardEditor/config/ListCardConfig",
|
|
13
13
|
"sap/ui/integration/designtime/cardEditor/config/ObjectCardConfig",
|
|
14
14
|
"sap/ui/integration/designtime/cardEditor/config/TableCardConfig",
|
|
15
|
-
"sap/ui/integration/designtime/cardEditor/config/generateDataConfig"
|
|
15
|
+
"sap/ui/integration/designtime/cardEditor/config/generateDataConfig",
|
|
16
|
+
"sap/ui/integration/designtime/cardEditor/config/FooterConfig"
|
|
17
|
+
|
|
16
18
|
], function (
|
|
17
19
|
AppConfig,
|
|
18
20
|
HeaderConfig,
|
|
19
21
|
ListCardConfig,
|
|
20
22
|
ObjectCardConfig,
|
|
21
23
|
TableCardConfig,
|
|
22
|
-
generateDataConfig
|
|
24
|
+
generateDataConfig,
|
|
25
|
+
FooterConfig
|
|
23
26
|
) {
|
|
24
27
|
"use strict";
|
|
25
28
|
|
|
@@ -94,6 +97,15 @@ sap.ui.define([
|
|
|
94
97
|
value: "content"
|
|
95
98
|
}
|
|
96
99
|
]
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"label": "{i18n>CARD_EDITOR.GROUP.FOOTER}",
|
|
103
|
+
"items": [
|
|
104
|
+
{
|
|
105
|
+
type: "tag",
|
|
106
|
+
value: "footer"
|
|
107
|
+
}
|
|
108
|
+
]
|
|
97
109
|
}
|
|
98
110
|
]
|
|
99
111
|
}
|
|
@@ -127,6 +139,7 @@ sap.ui.define([
|
|
|
127
139
|
"parameters": {
|
|
128
140
|
"tags": ["general"],
|
|
129
141
|
"label": "{i18n>CARD_EDITOR.PARAMETERS}",
|
|
142
|
+
"addItemLabel": "{i18n>CARD_EDITOR.ADD.PARAMETER}",
|
|
130
143
|
"path": "configuration/parameters",
|
|
131
144
|
"type": "parameters",
|
|
132
145
|
"allowedTypes": ["string", "array", "number", "boolean", "integer", "date", "datetime", "simpleicon", "object", "objectArray", "group", "separator"]
|
|
@@ -147,13 +160,14 @@ sap.ui.define([
|
|
|
147
160
|
"addItemLabel": "{i18n>CARD_EDITOR.FILTER}",
|
|
148
161
|
"path": "configuration/filters",
|
|
149
162
|
"type": "filters",
|
|
150
|
-
"allowedTypes": ["Select", "DateRange"]
|
|
163
|
+
"allowedTypes": ["Select", "DateRange", "Search"]
|
|
151
164
|
}
|
|
152
165
|
},
|
|
153
166
|
HeaderConfig,
|
|
154
167
|
ListCardConfig,
|
|
155
168
|
ObjectCardConfig,
|
|
156
169
|
TableCardConfig,
|
|
170
|
+
FooterConfig,
|
|
157
171
|
generateDataConfig(["general-data"], "", "card"),
|
|
158
172
|
generateDataConfig(["header"], "header/", "header"),
|
|
159
173
|
generateDataConfig(["content"], "content/", "content")
|
|
@@ -94,6 +94,36 @@ CARD_EDITOR.ACTIONS=Actions
|
|
|
94
94
|
#XFLD: Property editor label
|
|
95
95
|
CARD_EDITOR.ACTION=Action
|
|
96
96
|
|
|
97
|
+
#XFLD: Property editor label
|
|
98
|
+
CARD_EDITOR.ACTIONS.STRIP=Actions Strip
|
|
99
|
+
|
|
100
|
+
#XFLD: Property editor label
|
|
101
|
+
CARD_EDITOR.ACTION.STRIP=Action Strip
|
|
102
|
+
|
|
103
|
+
#XFLD: Property editor label
|
|
104
|
+
CARD_EDITOR.ACTION.STRIP.TYPE=Type
|
|
105
|
+
|
|
106
|
+
#XFLD: Property editor label
|
|
107
|
+
CARD_EDITOR.ACTION.STRIP.OVERFLOWPRIORITY=Overflow Priority
|
|
108
|
+
|
|
109
|
+
#XFLD: Property editor label
|
|
110
|
+
CARD_EDITOR.ACTION.STRIP.ICON=Icon
|
|
111
|
+
|
|
112
|
+
#XFLD: Property editor label
|
|
113
|
+
CARD_EDITOR.ACTION.TEXT=Text
|
|
114
|
+
|
|
115
|
+
#XFLD: Property editor label
|
|
116
|
+
CARD_EDITOR.ACTION.STRIP.TOOLTIP=Tooltip
|
|
117
|
+
|
|
118
|
+
#XFLD: Property editor label
|
|
119
|
+
CARD_EDITOR.ACTION.STRIP.BUTTON.TYPE=Button Type
|
|
120
|
+
|
|
121
|
+
#XFLD: Property editor label
|
|
122
|
+
CARD_EDITOR.ACTION.ARIAHASPOPUP=Aria has Popup
|
|
123
|
+
|
|
124
|
+
#XFLD: Property editor label
|
|
125
|
+
CARD_EDITOR.ACTION.VISIBLE=Visible
|
|
126
|
+
|
|
97
127
|
#XFLD: Property editor label
|
|
98
128
|
CARD_EDITOR.ACTION.SERVICE=Service
|
|
99
129
|
|
|
@@ -274,6 +304,9 @@ CARD_EDITOR.PARAMETERS=Parameters
|
|
|
274
304
|
#XFLD: Property editor label
|
|
275
305
|
CARD_EDITOR.LABEL=Label
|
|
276
306
|
|
|
307
|
+
#XFLD: Property editor label
|
|
308
|
+
CARD_EDITOR.ADD.PARAMETER=Parameter
|
|
309
|
+
|
|
277
310
|
#XFLD: Header for discription column inside parameters editor
|
|
278
311
|
CARD_EDITOR.PARAMETERS.DESCRIPTION=Description
|
|
279
312
|
|
|
@@ -397,6 +430,12 @@ CARD_EDITOR.FILTER.ITEM_LABEL=Filter
|
|
|
397
430
|
#XFLD: Property editor label
|
|
398
431
|
CARD_EDITOR.FILTER.VALUE=Initial Value
|
|
399
432
|
|
|
433
|
+
#XFLD: Property editor label
|
|
434
|
+
CARD_EDITOR.FILTER.NORMALVALUE=Value
|
|
435
|
+
|
|
436
|
+
#XFLD: Property editor label
|
|
437
|
+
CARD_EDITOR.FILTER.PLACEHOLDER=Placeholder
|
|
438
|
+
|
|
400
439
|
#XFLD: Property editor label
|
|
401
440
|
CARD_EDITOR.FILTER.ITEM.PATH=Data Path for JSON Root
|
|
402
441
|
|
|
@@ -442,6 +481,9 @@ CARD_EDITOR.GROUP.HEADER=Card Header Configuration
|
|
|
442
481
|
#XFLD: Title for the group of fields
|
|
443
482
|
CARD_EDITOR.GROUP.CONTENT=Content Configuration
|
|
444
483
|
|
|
484
|
+
#XFLD: Title for the group of fields
|
|
485
|
+
CARD_EDITOR.GROUP.FOOTER=Card Footer Configuration
|
|
486
|
+
|
|
445
487
|
#XFLD: Property editor label
|
|
446
488
|
CARD_EDITOR.STATE.SUCCESS=Success
|
|
447
489
|
|
|
@@ -61,6 +61,26 @@ CARD_EDITOR.ACTIONS=\u0627\u0644\u0625\u062C\u0631\u0627\u0621\u0627\u062A
|
|
|
61
61
|
|
|
62
62
|
CARD_EDITOR.ACTION=\u0627\u0644\u0625\u062C\u0631\u0627\u0621
|
|
63
63
|
|
|
64
|
+
CARD_EDITOR.ACTIONS.STRIP=Actions Strip
|
|
65
|
+
|
|
66
|
+
CARD_EDITOR.ACTION.STRIP=Action Strip
|
|
67
|
+
|
|
68
|
+
CARD_EDITOR.ACTION.STRIP.TYPE=Type
|
|
69
|
+
|
|
70
|
+
CARD_EDITOR.ACTION.STRIP.OVERFLOWPRIORITY=Overflow Priority
|
|
71
|
+
|
|
72
|
+
CARD_EDITOR.ACTION.STRIP.ICON=Icon
|
|
73
|
+
|
|
74
|
+
CARD_EDITOR.ACTION.TEXT=Text
|
|
75
|
+
|
|
76
|
+
CARD_EDITOR.ACTION.STRIP.TOOLTIP=Tooltip
|
|
77
|
+
|
|
78
|
+
CARD_EDITOR.ACTION.STRIP.BUTTON.TYPE=Button Type
|
|
79
|
+
|
|
80
|
+
CARD_EDITOR.ACTION.ARIAHASPOPUP=Aria has Popup
|
|
81
|
+
|
|
82
|
+
CARD_EDITOR.ACTION.VISIBLE=Visible
|
|
83
|
+
|
|
64
84
|
CARD_EDITOR.ACTION.SERVICE=\u0627\u0644\u062E\u062F\u0645\u0629
|
|
65
85
|
|
|
66
86
|
CARD_EDITOR.ACTION.ENABLED=\u0645\u0645\u0643\u0651\u0646
|
|
@@ -181,6 +201,8 @@ CARD_EDITOR.PARAMETERS=\u0627\u0644\u0645\u0639\u0627\u0645\u0650\u0644\u0627\u0
|
|
|
181
201
|
|
|
182
202
|
CARD_EDITOR.LABEL=\u0627\u0644\u062A\u0633\u0645\u064A\u0629
|
|
183
203
|
|
|
204
|
+
CARD_EDITOR.ADD.PARAMETER=Parameter
|
|
205
|
+
|
|
184
206
|
CARD_EDITOR.PARAMETERS.DESCRIPTION=\u0627\u0644\u0648\u0635\u0641
|
|
185
207
|
|
|
186
208
|
CARD_EDITOR.PARAMETERS.PLACEHOLDER=\u0627\u0644\u0639\u0646\u0635\u0631 \u0627\u0644\u0646\u0627\u0626\u0628
|
|
@@ -263,6 +285,10 @@ CARD_EDITOR.FILTER.ITEM_LABEL=\u0639\u0627\u0645\u0644 \u0627\u0644\u062A\u0635\
|
|
|
263
285
|
|
|
264
286
|
CARD_EDITOR.FILTER.VALUE=\u0627\u0644\u0642\u064A\u0645\u0629 \u0627\u0644\u0623\u0648\u0644\u064A\u0629
|
|
265
287
|
|
|
288
|
+
CARD_EDITOR.FILTER.NORMALVALUE=Value
|
|
289
|
+
|
|
290
|
+
CARD_EDITOR.FILTER.PLACEHOLDER=Placeholder
|
|
291
|
+
|
|
266
292
|
CARD_EDITOR.FILTER.ITEM.PATH=\u0645\u0633\u0627\u0631 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u0644\u062C\u0630\u0631 JSON
|
|
267
293
|
|
|
268
294
|
CARD_EDITOR.FILTER.ITEM.TEMPLATE.TITLE=\u0639\u0646\u0648\u0627\u0646 \u0642\u0627\u0644\u0628 \u0631\u0628\u0637 \u0627\u0644\u0639\u0646\u0627\u0635\u0631
|
|
@@ -293,6 +319,8 @@ CARD_EDITOR.GROUP.HEADER=\u062A\u0643\u0648\u064A\u0646 \u0645\u0642\u062F\u0645
|
|
|
293
319
|
|
|
294
320
|
CARD_EDITOR.GROUP.CONTENT=\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0645\u062D\u062A\u0648\u0649
|
|
295
321
|
|
|
322
|
+
CARD_EDITOR.GROUP.FOOTER=Card Footer Configuration
|
|
323
|
+
|
|
296
324
|
CARD_EDITOR.STATE.SUCCESS=\u0646\u062C\u0627\u062D
|
|
297
325
|
|
|
298
326
|
CARD_EDITOR.STATE.ERROR=\u062E\u0637\u0623
|
|
@@ -61,6 +61,26 @@ CARD_EDITOR.ACTIONS=\u0414\u0435\u0439\u0441\u0442\u0432\u0438\u044F
|
|
|
61
61
|
|
|
62
62
|
CARD_EDITOR.ACTION=\u0414\u0435\u0439\u0441\u0442\u0432\u0438\u0435
|
|
63
63
|
|
|
64
|
+
CARD_EDITOR.ACTIONS.STRIP=Actions Strip
|
|
65
|
+
|
|
66
|
+
CARD_EDITOR.ACTION.STRIP=Action Strip
|
|
67
|
+
|
|
68
|
+
CARD_EDITOR.ACTION.STRIP.TYPE=Type
|
|
69
|
+
|
|
70
|
+
CARD_EDITOR.ACTION.STRIP.OVERFLOWPRIORITY=Overflow Priority
|
|
71
|
+
|
|
72
|
+
CARD_EDITOR.ACTION.STRIP.ICON=Icon
|
|
73
|
+
|
|
74
|
+
CARD_EDITOR.ACTION.TEXT=Text
|
|
75
|
+
|
|
76
|
+
CARD_EDITOR.ACTION.STRIP.TOOLTIP=Tooltip
|
|
77
|
+
|
|
78
|
+
CARD_EDITOR.ACTION.STRIP.BUTTON.TYPE=Button Type
|
|
79
|
+
|
|
80
|
+
CARD_EDITOR.ACTION.ARIAHASPOPUP=Aria has Popup
|
|
81
|
+
|
|
82
|
+
CARD_EDITOR.ACTION.VISIBLE=Visible
|
|
83
|
+
|
|
64
84
|
CARD_EDITOR.ACTION.SERVICE=\u0423\u0441\u043B\u0443\u0433\u0430
|
|
65
85
|
|
|
66
86
|
CARD_EDITOR.ACTION.ENABLED=\u0410\u043A\u0442\u0438\u0432\u0438\u0440\u0430\u043D\u043E
|
|
@@ -181,6 +201,8 @@ CARD_EDITOR.PARAMETERS=\u041F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u0438
|
|
|
181
201
|
|
|
182
202
|
CARD_EDITOR.LABEL=\u0415\u0442\u0438\u043A\u0435\u0442
|
|
183
203
|
|
|
204
|
+
CARD_EDITOR.ADD.PARAMETER=Parameter
|
|
205
|
+
|
|
184
206
|
CARD_EDITOR.PARAMETERS.DESCRIPTION=\u041E\u043F\u0438\u0441\u0430\u043D\u0438\u0435
|
|
185
207
|
|
|
186
208
|
CARD_EDITOR.PARAMETERS.PLACEHOLDER=\u0413\u0440\u0430\u043D\u0438\u0446\u0430 \u043D\u0430 \u043E\u0431\u0435\u043A\u0442
|
|
@@ -263,6 +285,10 @@ CARD_EDITOR.FILTER.ITEM_LABEL=\u0424\u0438\u043B\u0442\u044A\u0440
|
|
|
263
285
|
|
|
264
286
|
CARD_EDITOR.FILTER.VALUE=\u041D\u0430\u0447\u0430\u043B\u043D\u0430 \u0441\u0442\u043E\u0439\u043D\u043E\u0441\u0442
|
|
265
287
|
|
|
288
|
+
CARD_EDITOR.FILTER.NORMALVALUE=Value
|
|
289
|
+
|
|
290
|
+
CARD_EDITOR.FILTER.PLACEHOLDER=Placeholder
|
|
291
|
+
|
|
266
292
|
CARD_EDITOR.FILTER.ITEM.PATH=\u041F\u044A\u0442 \u043A\u044A\u043C \u0434\u0430\u043D\u043D\u0438 \u0437\u0430 \u043E\u0441\u043D\u043E\u0432\u0435\u043D \u0435\u043B\u0435\u043C\u0435\u043D\u0442 JSON
|
|
267
293
|
|
|
268
294
|
CARD_EDITOR.FILTER.ITEM.TEMPLATE.TITLE=\u0417\u0430\u0433\u043B\u0430\u0432\u0438\u0435 \u043D\u0430 \u0448\u0430\u0431\u043B\u043E\u043D \u0437\u0430 \u0441\u0432\u044A\u0440\u0437\u0432\u0430\u043D\u0435 \u043D\u0430 \u043F\u043E\u0437\u0438\u0446\u0438\u0438
|
|
@@ -293,6 +319,8 @@ CARD_EDITOR.GROUP.HEADER=\u041A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\
|
|
|
293
319
|
|
|
294
320
|
CARD_EDITOR.GROUP.CONTENT=\u041A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u043D\u0430 \u0441\u044A\u0434\u044A\u0440\u0436\u0430\u043D\u0438\u0435
|
|
295
321
|
|
|
322
|
+
CARD_EDITOR.GROUP.FOOTER=Card Footer Configuration
|
|
323
|
+
|
|
296
324
|
CARD_EDITOR.STATE.SUCCESS=\u0423\u0441\u043F\u0435\u0448\u043D\u043E
|
|
297
325
|
|
|
298
326
|
CARD_EDITOR.STATE.ERROR=\u0413\u0440\u0435\u0448\u043A\u0430
|
|
@@ -61,6 +61,26 @@ CARD_EDITOR.ACTIONS=Accions
|
|
|
61
61
|
|
|
62
62
|
CARD_EDITOR.ACTION=Acci\u00F3
|
|
63
63
|
|
|
64
|
+
CARD_EDITOR.ACTIONS.STRIP=Actions Strip
|
|
65
|
+
|
|
66
|
+
CARD_EDITOR.ACTION.STRIP=Action Strip
|
|
67
|
+
|
|
68
|
+
CARD_EDITOR.ACTION.STRIP.TYPE=Type
|
|
69
|
+
|
|
70
|
+
CARD_EDITOR.ACTION.STRIP.OVERFLOWPRIORITY=Overflow Priority
|
|
71
|
+
|
|
72
|
+
CARD_EDITOR.ACTION.STRIP.ICON=Icon
|
|
73
|
+
|
|
74
|
+
CARD_EDITOR.ACTION.TEXT=Text
|
|
75
|
+
|
|
76
|
+
CARD_EDITOR.ACTION.STRIP.TOOLTIP=Tooltip
|
|
77
|
+
|
|
78
|
+
CARD_EDITOR.ACTION.STRIP.BUTTON.TYPE=Button Type
|
|
79
|
+
|
|
80
|
+
CARD_EDITOR.ACTION.ARIAHASPOPUP=Aria has Popup
|
|
81
|
+
|
|
82
|
+
CARD_EDITOR.ACTION.VISIBLE=Visible
|
|
83
|
+
|
|
64
84
|
CARD_EDITOR.ACTION.SERVICE=Servei
|
|
65
85
|
|
|
66
86
|
CARD_EDITOR.ACTION.ENABLED=Activat
|
|
@@ -181,6 +201,8 @@ CARD_EDITOR.PARAMETERS=Par\u00E0metres
|
|
|
181
201
|
|
|
182
202
|
CARD_EDITOR.LABEL=Etiqueta
|
|
183
203
|
|
|
204
|
+
CARD_EDITOR.ADD.PARAMETER=Parameter
|
|
205
|
+
|
|
184
206
|
CARD_EDITOR.PARAMETERS.DESCRIPTION=Descripci\u00F3
|
|
185
207
|
|
|
186
208
|
CARD_EDITOR.PARAMETERS.PLACEHOLDER=Agafador d'espai
|
|
@@ -263,6 +285,10 @@ CARD_EDITOR.FILTER.ITEM_LABEL=Filtre
|
|
|
263
285
|
|
|
264
286
|
CARD_EDITOR.FILTER.VALUE=Valor inicial
|
|
265
287
|
|
|
288
|
+
CARD_EDITOR.FILTER.NORMALVALUE=Value
|
|
289
|
+
|
|
290
|
+
CARD_EDITOR.FILTER.PLACEHOLDER=Placeholder
|
|
291
|
+
|
|
266
292
|
CARD_EDITOR.FILTER.ITEM.PATH=Ruta de dades per a arrel JSON
|
|
267
293
|
|
|
268
294
|
CARD_EDITOR.FILTER.ITEM.TEMPLATE.TITLE=T\u00EDtol de plantilla de vinculaci\u00F3 d'elements
|
|
@@ -293,6 +319,8 @@ CARD_EDITOR.GROUP.HEADER=Configuraci\u00F3 de cap\u00E7alera de targeta
|
|
|
293
319
|
|
|
294
320
|
CARD_EDITOR.GROUP.CONTENT=Configuraci\u00F3 de contingut
|
|
295
321
|
|
|
322
|
+
CARD_EDITOR.GROUP.FOOTER=Card Footer Configuration
|
|
323
|
+
|
|
296
324
|
CARD_EDITOR.STATE.SUCCESS=Correcte
|
|
297
325
|
|
|
298
326
|
CARD_EDITOR.STATE.ERROR=Error
|
|
@@ -61,6 +61,26 @@ CARD_EDITOR.ACTIONS=Akce
|
|
|
61
61
|
|
|
62
62
|
CARD_EDITOR.ACTION=Akce
|
|
63
63
|
|
|
64
|
+
CARD_EDITOR.ACTIONS.STRIP=Actions Strip
|
|
65
|
+
|
|
66
|
+
CARD_EDITOR.ACTION.STRIP=Action Strip
|
|
67
|
+
|
|
68
|
+
CARD_EDITOR.ACTION.STRIP.TYPE=Type
|
|
69
|
+
|
|
70
|
+
CARD_EDITOR.ACTION.STRIP.OVERFLOWPRIORITY=Overflow Priority
|
|
71
|
+
|
|
72
|
+
CARD_EDITOR.ACTION.STRIP.ICON=Icon
|
|
73
|
+
|
|
74
|
+
CARD_EDITOR.ACTION.TEXT=Text
|
|
75
|
+
|
|
76
|
+
CARD_EDITOR.ACTION.STRIP.TOOLTIP=Tooltip
|
|
77
|
+
|
|
78
|
+
CARD_EDITOR.ACTION.STRIP.BUTTON.TYPE=Button Type
|
|
79
|
+
|
|
80
|
+
CARD_EDITOR.ACTION.ARIAHASPOPUP=Aria has Popup
|
|
81
|
+
|
|
82
|
+
CARD_EDITOR.ACTION.VISIBLE=Visible
|
|
83
|
+
|
|
64
84
|
CARD_EDITOR.ACTION.SERVICE=Slu\u017Eba
|
|
65
85
|
|
|
66
86
|
CARD_EDITOR.ACTION.ENABLED=Aktivov\u00E1no
|
|
@@ -181,6 +201,8 @@ CARD_EDITOR.PARAMETERS=Parametry
|
|
|
181
201
|
|
|
182
202
|
CARD_EDITOR.LABEL=Popisek
|
|
183
203
|
|
|
204
|
+
CARD_EDITOR.ADD.PARAMETER=Parameter
|
|
205
|
+
|
|
184
206
|
CARD_EDITOR.PARAMETERS.DESCRIPTION=Popis
|
|
185
207
|
|
|
186
208
|
CARD_EDITOR.PARAMETERS.PLACEHOLDER=Z\u00E1stupn\u00FD znak
|
|
@@ -263,6 +285,10 @@ CARD_EDITOR.FILTER.ITEM_LABEL=Filtrovat
|
|
|
263
285
|
|
|
264
286
|
CARD_EDITOR.FILTER.VALUE=Po\u010D\u00E1te\u010Dn\u00ED hodnota
|
|
265
287
|
|
|
288
|
+
CARD_EDITOR.FILTER.NORMALVALUE=Value
|
|
289
|
+
|
|
290
|
+
CARD_EDITOR.FILTER.PLACEHOLDER=Placeholder
|
|
291
|
+
|
|
266
292
|
CARD_EDITOR.FILTER.ITEM.PATH=Cesta dat pro ko\u0159en JSON
|
|
267
293
|
|
|
268
294
|
CARD_EDITOR.FILTER.ITEM.TEMPLATE.TITLE=Titulek z\u00E1vazn\u00E9 \u0161ablony polo\u017Eky
|
|
@@ -293,6 +319,8 @@ CARD_EDITOR.GROUP.HEADER=Konfigurace hlavi\u010Dky karty
|
|
|
293
319
|
|
|
294
320
|
CARD_EDITOR.GROUP.CONTENT=Konfigurace obsahu
|
|
295
321
|
|
|
322
|
+
CARD_EDITOR.GROUP.FOOTER=Card Footer Configuration
|
|
323
|
+
|
|
296
324
|
CARD_EDITOR.STATE.SUCCESS=\u00DAsp\u011Bch
|
|
297
325
|
|
|
298
326
|
CARD_EDITOR.STATE.ERROR=Chyba
|
|
@@ -61,6 +61,26 @@ CARD_EDITOR.ACTIONS=Gweithredoedd
|
|
|
61
61
|
|
|
62
62
|
CARD_EDITOR.ACTION=Gweithred
|
|
63
63
|
|
|
64
|
+
CARD_EDITOR.ACTIONS.STRIP=Actions Strip
|
|
65
|
+
|
|
66
|
+
CARD_EDITOR.ACTION.STRIP=Action Strip
|
|
67
|
+
|
|
68
|
+
CARD_EDITOR.ACTION.STRIP.TYPE=Type
|
|
69
|
+
|
|
70
|
+
CARD_EDITOR.ACTION.STRIP.OVERFLOWPRIORITY=Overflow Priority
|
|
71
|
+
|
|
72
|
+
CARD_EDITOR.ACTION.STRIP.ICON=Icon
|
|
73
|
+
|
|
74
|
+
CARD_EDITOR.ACTION.TEXT=Text
|
|
75
|
+
|
|
76
|
+
CARD_EDITOR.ACTION.STRIP.TOOLTIP=Tooltip
|
|
77
|
+
|
|
78
|
+
CARD_EDITOR.ACTION.STRIP.BUTTON.TYPE=Button Type
|
|
79
|
+
|
|
80
|
+
CARD_EDITOR.ACTION.ARIAHASPOPUP=Aria has Popup
|
|
81
|
+
|
|
82
|
+
CARD_EDITOR.ACTION.VISIBLE=Visible
|
|
83
|
+
|
|
64
84
|
CARD_EDITOR.ACTION.SERVICE=Gwasanaeth
|
|
65
85
|
|
|
66
86
|
CARD_EDITOR.ACTION.ENABLED=Wedi galluogi
|
|
@@ -181,6 +201,8 @@ CARD_EDITOR.PARAMETERS=Paramedrau
|
|
|
181
201
|
|
|
182
202
|
CARD_EDITOR.LABEL=Label
|
|
183
203
|
|
|
204
|
+
CARD_EDITOR.ADD.PARAMETER=Parameter
|
|
205
|
+
|
|
184
206
|
CARD_EDITOR.PARAMETERS.DESCRIPTION=Disgrifiad
|
|
185
207
|
|
|
186
208
|
CARD_EDITOR.PARAMETERS.PLACEHOLDER=Dalfan
|
|
@@ -263,6 +285,10 @@ CARD_EDITOR.FILTER.ITEM_LABEL=Hidlo
|
|
|
263
285
|
|
|
264
286
|
CARD_EDITOR.FILTER.VALUE=Gwerth Cychwynnol
|
|
265
287
|
|
|
288
|
+
CARD_EDITOR.FILTER.NORMALVALUE=Value
|
|
289
|
+
|
|
290
|
+
CARD_EDITOR.FILTER.PLACEHOLDER=Placeholder
|
|
291
|
+
|
|
266
292
|
CARD_EDITOR.FILTER.ITEM.PATH=Llwybr Data ar gyfer Gwreiddyn JSON
|
|
267
293
|
|
|
268
294
|
CARD_EDITOR.FILTER.ITEM.TEMPLATE.TITLE=Teitl Templed Rhwymo Eitem
|
|
@@ -293,6 +319,8 @@ CARD_EDITOR.GROUP.HEADER=Ffurfweddiad Pennyn Cerdyn
|
|
|
293
319
|
|
|
294
320
|
CARD_EDITOR.GROUP.CONTENT=Ffurfweddiad Cynnwys
|
|
295
321
|
|
|
322
|
+
CARD_EDITOR.GROUP.FOOTER=Card Footer Configuration
|
|
323
|
+
|
|
296
324
|
CARD_EDITOR.STATE.SUCCESS=Llwyddiant
|
|
297
325
|
|
|
298
326
|
CARD_EDITOR.STATE.ERROR=Gwall
|
|
@@ -61,6 +61,26 @@ CARD_EDITOR.ACTIONS=Aktioner
|
|
|
61
61
|
|
|
62
62
|
CARD_EDITOR.ACTION=Aktion
|
|
63
63
|
|
|
64
|
+
CARD_EDITOR.ACTIONS.STRIP=Actions Strip
|
|
65
|
+
|
|
66
|
+
CARD_EDITOR.ACTION.STRIP=Action Strip
|
|
67
|
+
|
|
68
|
+
CARD_EDITOR.ACTION.STRIP.TYPE=Type
|
|
69
|
+
|
|
70
|
+
CARD_EDITOR.ACTION.STRIP.OVERFLOWPRIORITY=Overflow Priority
|
|
71
|
+
|
|
72
|
+
CARD_EDITOR.ACTION.STRIP.ICON=Icon
|
|
73
|
+
|
|
74
|
+
CARD_EDITOR.ACTION.TEXT=Text
|
|
75
|
+
|
|
76
|
+
CARD_EDITOR.ACTION.STRIP.TOOLTIP=Tooltip
|
|
77
|
+
|
|
78
|
+
CARD_EDITOR.ACTION.STRIP.BUTTON.TYPE=Button Type
|
|
79
|
+
|
|
80
|
+
CARD_EDITOR.ACTION.ARIAHASPOPUP=Aria has Popup
|
|
81
|
+
|
|
82
|
+
CARD_EDITOR.ACTION.VISIBLE=Visible
|
|
83
|
+
|
|
64
84
|
CARD_EDITOR.ACTION.SERVICE=Service
|
|
65
85
|
|
|
66
86
|
CARD_EDITOR.ACTION.ENABLED=Aktiveret
|
|
@@ -181,6 +201,8 @@ CARD_EDITOR.PARAMETERS=Parametre
|
|
|
181
201
|
|
|
182
202
|
CARD_EDITOR.LABEL=Etiket
|
|
183
203
|
|
|
204
|
+
CARD_EDITOR.ADD.PARAMETER=Parameter
|
|
205
|
+
|
|
184
206
|
CARD_EDITOR.PARAMETERS.DESCRIPTION=Beskrivelse
|
|
185
207
|
|
|
186
208
|
CARD_EDITOR.PARAMETERS.PLACEHOLDER=Pladsholder
|
|
@@ -263,6 +285,10 @@ CARD_EDITOR.FILTER.ITEM_LABEL=Filter
|
|
|
263
285
|
|
|
264
286
|
CARD_EDITOR.FILTER.VALUE=Initialv\u00E6rdi
|
|
265
287
|
|
|
288
|
+
CARD_EDITOR.FILTER.NORMALVALUE=Value
|
|
289
|
+
|
|
290
|
+
CARD_EDITOR.FILTER.PLACEHOLDER=Placeholder
|
|
291
|
+
|
|
266
292
|
CARD_EDITOR.FILTER.ITEM.PATH=Datasti for JSON-rod
|
|
267
293
|
|
|
268
294
|
CARD_EDITOR.FILTER.ITEM.TEMPLATE.TITLE=Positionsbinding skabelontitel
|
|
@@ -293,6 +319,8 @@ CARD_EDITOR.GROUP.HEADER=Topkonfiguration for kort
|
|
|
293
319
|
|
|
294
320
|
CARD_EDITOR.GROUP.CONTENT=Indholdskonfiguration
|
|
295
321
|
|
|
322
|
+
CARD_EDITOR.GROUP.FOOTER=Card Footer Configuration
|
|
323
|
+
|
|
296
324
|
CARD_EDITOR.STATE.SUCCESS=Uden fejl
|
|
297
325
|
|
|
298
326
|
CARD_EDITOR.STATE.ERROR=Fejl
|
|
@@ -61,6 +61,26 @@ CARD_EDITOR.ACTIONS=Aktionen
|
|
|
61
61
|
|
|
62
62
|
CARD_EDITOR.ACTION=Aktion
|
|
63
63
|
|
|
64
|
+
CARD_EDITOR.ACTIONS.STRIP=Actions Strip
|
|
65
|
+
|
|
66
|
+
CARD_EDITOR.ACTION.STRIP=Action Strip
|
|
67
|
+
|
|
68
|
+
CARD_EDITOR.ACTION.STRIP.TYPE=Type
|
|
69
|
+
|
|
70
|
+
CARD_EDITOR.ACTION.STRIP.OVERFLOWPRIORITY=Overflow Priority
|
|
71
|
+
|
|
72
|
+
CARD_EDITOR.ACTION.STRIP.ICON=Icon
|
|
73
|
+
|
|
74
|
+
CARD_EDITOR.ACTION.TEXT=Text
|
|
75
|
+
|
|
76
|
+
CARD_EDITOR.ACTION.STRIP.TOOLTIP=Tooltip
|
|
77
|
+
|
|
78
|
+
CARD_EDITOR.ACTION.STRIP.BUTTON.TYPE=Button Type
|
|
79
|
+
|
|
80
|
+
CARD_EDITOR.ACTION.ARIAHASPOPUP=Aria has Popup
|
|
81
|
+
|
|
82
|
+
CARD_EDITOR.ACTION.VISIBLE=Visible
|
|
83
|
+
|
|
64
84
|
CARD_EDITOR.ACTION.SERVICE=Service
|
|
65
85
|
|
|
66
86
|
CARD_EDITOR.ACTION.ENABLED=Aktiviert
|
|
@@ -181,6 +201,8 @@ CARD_EDITOR.PARAMETERS=Parameter
|
|
|
181
201
|
|
|
182
202
|
CARD_EDITOR.LABEL=Bezeichner
|
|
183
203
|
|
|
204
|
+
CARD_EDITOR.ADD.PARAMETER=Parameter
|
|
205
|
+
|
|
184
206
|
CARD_EDITOR.PARAMETERS.DESCRIPTION=Beschreibung
|
|
185
207
|
|
|
186
208
|
CARD_EDITOR.PARAMETERS.PLACEHOLDER=Platzhalter
|
|
@@ -263,6 +285,10 @@ CARD_EDITOR.FILTER.ITEM_LABEL=Filter
|
|
|
263
285
|
|
|
264
286
|
CARD_EDITOR.FILTER.VALUE=Initialwert
|
|
265
287
|
|
|
288
|
+
CARD_EDITOR.FILTER.NORMALVALUE=Value
|
|
289
|
+
|
|
290
|
+
CARD_EDITOR.FILTER.PLACEHOLDER=Placeholder
|
|
291
|
+
|
|
266
292
|
CARD_EDITOR.FILTER.ITEM.PATH=Datenpfad f\u00FCr JSON Root
|
|
267
293
|
|
|
268
294
|
CARD_EDITOR.FILTER.ITEM.TEMPLATE.TITLE=Vorlagentitel des Elements
|
|
@@ -293,6 +319,8 @@ CARD_EDITOR.GROUP.HEADER=Kartenkopfkonfiguration
|
|
|
293
319
|
|
|
294
320
|
CARD_EDITOR.GROUP.CONTENT=Inhaltskonfiguration
|
|
295
321
|
|
|
322
|
+
CARD_EDITOR.GROUP.FOOTER=Card Footer Configuration
|
|
323
|
+
|
|
296
324
|
CARD_EDITOR.STATE.SUCCESS=Erfolgreich
|
|
297
325
|
|
|
298
326
|
CARD_EDITOR.STATE.ERROR=Fehler
|