@openui5/sap.ui.integration 1.96.25 → 1.96.27
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/package.json +3 -3
- 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 +2 -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 +2 -2
- package/src/sap/ui/integration/cards/BaseContentRenderer.js +1 -1
- package/src/sap/ui/integration/cards/BaseListContent.js +2 -2
- package/src/sap/ui/integration/cards/CalendarContent.js +2 -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 +2 -2
- package/src/sap/ui/integration/cards/ListContent.js +2 -2
- package/src/sap/ui/integration/cards/ListContentRenderer.js +1 -1
- package/src/sap/ui/integration/cards/NumericHeader.js +2 -2
- package/src/sap/ui/integration/cards/ObjectContent.js +2 -2
- package/src/sap/ui/integration/cards/TableContent.js +2 -2
- 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 +2 -2
- package/src/sap/ui/integration/cards/WebPageContentRenderer.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/filters/BaseFilter.js +2 -2
- package/src/sap/ui/integration/cards/filters/DateRangeFilter.js +2 -2
- package/src/sap/ui/integration/cards/filters/FilterBarFactory.js +2 -2
- package/src/sap/ui/integration/cards/filters/SelectFilter.js +2 -2
- package/src/sap/ui/integration/controls/ActionsStrip.js +2 -2
- package/src/sap/ui/integration/controls/ActionsToolbar.js +2 -2
- package/src/sap/ui/integration/controls/ActionsToolbarRenderer.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/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/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.properties +0 -75
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_en_US_saprigi.properties +73 -73
- 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/dateEditor/DateEditor.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateTimeEditor/DateTimeEditor.js +2 -2
- 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/numberEditor/NumberEditor.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/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/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/index.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en.properties +0 -134
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en_US_saprigi.properties +132 -132
- 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/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/CardEditor.js +2 -2
- package/src/sap/ui/integration/designtime/editor/CardPreview.js +2 -2
- package/src/sap/ui/integration/editor/Editor.js +3 -3
- package/src/sap/ui/integration/editor/EditorResourceBundles.js +2 -2
- package/src/sap/ui/integration/editor/Extension.js +2 -2
- 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 +2 -2
- package/src/sap/ui/integration/editor/fields/BaseField.js +2 -2
- 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/IntegerField.js +2 -2
- package/src/sap/ui/integration/editor/fields/ListField.js +2 -2
- package/src/sap/ui/integration/editor/fields/NumberField.js +2 -2
- package/src/sap/ui/integration/editor/fields/StringField.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/ShapeSelect.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/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.properties +0 -81
- package/src/sap/ui/integration/messagebundle_en_US_saprigi.properties +79 -79
- 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/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/library.source.less +1 -1
- package/src/sap/ui/integration/themes/sap_hcb/library.source.less +1 -1
- 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/CardActions.js +2 -2
- 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/ContentFactory.js +2 -2
- package/src/sap/ui/integration/util/DataProvider.js +2 -2
- package/src/sap/ui/integration/util/DataProviderFactory.js +2 -2
- package/src/sap/ui/integration/util/Destinations.js +2 -2
- package/src/sap/ui/integration/util/ExtensionDataProvider.js +2 -2
- package/src/sap/ui/integration/util/HeaderFactory.js +2 -2
- 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/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/Utils.js +2 -2
- package/src/sap/ui/integration/util/loadCardEditor.js +1 -1
- package/src/sap/ui/integration/widgets/Card.js +3 -3
- 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,398 +1,264 @@
|
|
|
1
|
-
#This is the resource bundle for the OpenUI5 sap.ui.integration.designtime.editor module
|
|
2
|
-
#
|
|
3
1
|
|
|
4
|
-
#XFLD: Property editor label
|
|
5
2
|
CARD_EDITOR.APP.ID=ID
|
|
6
3
|
|
|
7
|
-
#XFLD: Property editor label
|
|
8
4
|
CARD_EDITOR.APP.VERSION=Version
|
|
9
5
|
|
|
10
|
-
#XFLD: Property editor label
|
|
11
6
|
CARD_EDITOR.APP.SHORTTITLE=Short Title
|
|
12
7
|
|
|
13
|
-
#XFLD: Property editor label
|
|
14
8
|
CARD_EDITOR.APP.INFO=Info
|
|
15
9
|
|
|
16
|
-
#XFLD: Property editor label
|
|
17
10
|
CARD_EDITOR.APP.DESCRIPTION=Description
|
|
18
11
|
|
|
19
|
-
#XFLD: Property editor label
|
|
20
12
|
CARD_EDITOR.APP.TAGS.KEYWORDS=Keywords
|
|
21
13
|
|
|
22
|
-
#XFLD: Property editor label
|
|
23
14
|
CARD_EDITOR.APP.TAGS.TECHNICALATTRIBUTES=Technical Attributes of Tags
|
|
24
15
|
|
|
25
|
-
#XFLD: Property editor label
|
|
26
16
|
CARD_EDITOR.APP.I18N=I18n File Path
|
|
27
17
|
|
|
28
|
-
#XFLD: Property editor label
|
|
29
18
|
CARD_EDITOR.APP.DATASOURCES=Data Sources
|
|
30
19
|
|
|
31
|
-
#XFLD: Property editor label
|
|
32
20
|
CARD_EDITOR.APP.DATASOURCE=Data Source
|
|
33
21
|
|
|
34
|
-
#XFLD: Property editor label
|
|
35
22
|
CARD_EDITOR.APP.DATASOURCES.KEY=Key
|
|
36
23
|
|
|
37
|
-
#XFLD: Property editor label
|
|
38
24
|
CARD_EDITOR.APP.DATASOURCES.URI=URI
|
|
39
25
|
|
|
40
|
-
#XFLD: Property editor label
|
|
41
26
|
CARD_EDITOR.APP.DATASOURCES.SETTINGS.ODATAVERSION=OData Version
|
|
42
27
|
|
|
43
|
-
#XFLD: Property editor label
|
|
44
28
|
CARD_EDITOR.APP.DATASOURCES.SETTINGS.LOCALURI=Local URI
|
|
45
29
|
|
|
46
|
-
#XFLD: Property editor label
|
|
47
30
|
CARD_EDITOR.APP.DATASOURCES.SETTINGS.ANNOTATIONS=OData Annotations
|
|
48
31
|
|
|
49
|
-
#XFLD: Property editor label
|
|
50
32
|
CARD_EDITOR.APP.DATASOURCES.SETTINGS.MAXAGE=Maximum Allowed Response Age
|
|
51
33
|
|
|
52
|
-
#XFLD: Property editor label
|
|
53
34
|
CARD_EDITOR.APP.MOBILE=Compatible with SAP Mobile Cards
|
|
54
35
|
|
|
55
|
-
#XFLD: Property editor label
|
|
56
36
|
CARD_EDITOR.TYPE=Card Type
|
|
57
37
|
|
|
58
|
-
#XFLD: Property editor label
|
|
59
38
|
CARD_EDITOR.LABEL.TYPE=Type
|
|
60
39
|
|
|
61
|
-
#XFLD: Property editor label
|
|
62
40
|
CARD_EDITOR.HEADERTYPE=Card Header Type
|
|
63
41
|
|
|
64
|
-
#XFLD: Property editor label
|
|
65
42
|
CARD_EDITOR.HEADERTYPE.DEFAULT=Default
|
|
66
43
|
|
|
67
|
-
#XFLD: Property editor label
|
|
68
44
|
CARD_EDITOR.HEADERTYPE.NUMERIC=Numeric
|
|
69
45
|
|
|
70
|
-
#XFLD: Property editor label
|
|
71
46
|
CARD_EDITOR.HEADERPOSITION=Card Header Position
|
|
72
47
|
|
|
73
|
-
#XFLD: Property editor label
|
|
74
48
|
CARD_EDITOR.HEADERPOSITION.TOP=Top
|
|
75
49
|
|
|
76
|
-
#XFLD: Property editor label
|
|
77
50
|
CARD_EDITOR.HEADERPOSITION.BOTTOM=Bottom
|
|
78
51
|
|
|
79
|
-
#XFLD: Property editor label
|
|
80
52
|
CARD_EDITOR.TITLE=Title
|
|
81
53
|
|
|
82
|
-
#XFLD: Property editor label
|
|
83
54
|
CARD_EDITOR.SUBTITLE=Subtitle
|
|
84
55
|
|
|
85
|
-
#XFLD: Property editor label
|
|
86
56
|
CARD_EDITOR.ICON=Icon
|
|
87
57
|
|
|
88
|
-
#XFLD: Property editor label
|
|
89
58
|
CARD_EDITOR.STATUS=Status
|
|
90
59
|
|
|
91
|
-
#XFLD: Property editor label
|
|
92
60
|
CARD_EDITOR.ACTIONS=Actions
|
|
93
61
|
|
|
94
|
-
#XFLD: Property editor label
|
|
95
62
|
CARD_EDITOR.ACTION=Action
|
|
96
63
|
|
|
97
|
-
#XFLD: Property editor label
|
|
98
64
|
CARD_EDITOR.ACTION.SERVICE=Service
|
|
99
65
|
|
|
100
|
-
#XFLD: Property editor label
|
|
101
66
|
CARD_EDITOR.ACTION.ENABLED=Enabled
|
|
102
67
|
|
|
103
|
-
#XFLD: Property editor label
|
|
104
68
|
CARD_EDITOR.LABEL.URL=URL
|
|
105
69
|
|
|
106
|
-
#XFLD: Property editor label
|
|
107
70
|
CARD_EDITOR.TARGET=Target
|
|
108
71
|
|
|
109
|
-
#XFLD: Property editor label
|
|
110
72
|
CARD_EDITOR.TARGET.BLANK=Open in New Window
|
|
111
73
|
|
|
112
|
-
#XFLD: Property editor label
|
|
113
74
|
CARD_EDITOR.TARGET.SELF=Open in Same Window
|
|
114
75
|
|
|
115
|
-
#XFLD: Property editor label
|
|
116
76
|
CARD_EDITOR.UOM=Unit of Measurement
|
|
117
77
|
|
|
118
|
-
#XFLD: Property editor label
|
|
119
78
|
CARD_EDITOR.SIDE_INDICATOR=Side Indicator
|
|
120
79
|
|
|
121
|
-
#XFLD: Property editor label
|
|
122
80
|
CARD_EDITOR.SIDE_INDICATORS=Side Indicators
|
|
123
81
|
|
|
124
|
-
#XFLD: Property editor label
|
|
125
82
|
CARD_EDITOR.SIDE_INDICATOR.UNIT=Unit
|
|
126
83
|
|
|
127
|
-
#XFLD: Property editor label
|
|
128
84
|
CARD_EDITOR.NUMBER=Number
|
|
129
85
|
|
|
130
|
-
#XFLD: Property editor label
|
|
131
86
|
CARD_EDITOR.MAIN_INDICATOR.UNIT=Main Indicator Unit
|
|
132
87
|
|
|
133
|
-
#XFLD: Property editor label
|
|
134
88
|
CARD_EDITOR.MAIN_INDICATOR.TREND=Main Indicator Trend
|
|
135
89
|
|
|
136
|
-
#XFLD: Property editor label
|
|
137
90
|
CARD_EDITOR.MAIN_INDICATOR.TREND.DOWN=Down
|
|
138
91
|
|
|
139
|
-
#XFLD: Property editor label
|
|
140
92
|
CARD_EDITOR.MAIN_INDICATOR.TREND.NONE=None
|
|
141
93
|
|
|
142
|
-
#XFLD: Property editor label
|
|
143
94
|
CARD_EDITOR.MAIN_INDICATOR.TREND.UP=Up
|
|
144
95
|
|
|
145
|
-
#XFLD: Property editor label
|
|
146
96
|
CARD_EDITOR.MAIN_INDICATOR.STATE=Main Indicator State
|
|
147
97
|
|
|
148
|
-
#XFLD: Property editor label
|
|
149
98
|
CARD_EDITOR.MAIN_INDICATOR.STATE.CRITICAL=Critical
|
|
150
99
|
|
|
151
|
-
#XFLD: Property editor label
|
|
152
100
|
CARD_EDITOR.MAIN_INDICATOR.STATE.ERROR=Error
|
|
153
101
|
|
|
154
|
-
#XFLD: Property editor label
|
|
155
102
|
CARD_EDITOR.MAIN_INDICATOR.STATE.GOOD=Good
|
|
156
103
|
|
|
157
|
-
#XFLD: Property editor label
|
|
158
104
|
CARD_EDITOR.MAIN_INDICATOR.STATE.NEUTRAL=Neutral
|
|
159
105
|
|
|
160
|
-
#XFLD: Property editor label
|
|
161
106
|
CARD_EDITOR.DETAILS=Details
|
|
162
107
|
|
|
163
|
-
#XFLD: Property editor label
|
|
164
108
|
CARD_EDITOR.DATA.REQUEST.MODE=Data Request Mode
|
|
165
109
|
|
|
166
|
-
#XFLD: Property editor label
|
|
167
110
|
CARD_EDITOR.DATA.REQUEST.URL=Data Request URL
|
|
168
111
|
|
|
169
|
-
#XFLD: Property editor label
|
|
170
112
|
CARD_EDITOR.DATA.REQUEST.METHOD=Data Request Method
|
|
171
113
|
|
|
172
|
-
#XFLD: Property editor label
|
|
173
114
|
CARD_EDITOR.DATA.REQUEST.PARAMETERS=Data Request Parameters
|
|
174
115
|
|
|
175
|
-
#XFLD: Property editor label
|
|
176
116
|
CARD_EDITOR.DATA.REQUEST.HEADERS=Data Request HTTP Headers
|
|
177
117
|
|
|
178
|
-
#XFLD: Property editor label
|
|
179
118
|
CARD_EDITOR.DATA.REQUEST.WITHCREDENTIALS=Use Credentials for Cross-Site Data Request
|
|
180
119
|
|
|
181
|
-
#XFLD: Property editor label
|
|
182
120
|
CARD_EDITOR.DATA.PATH=Data Path for JSON Root
|
|
183
121
|
|
|
184
|
-
#XFLD: Property editor label
|
|
185
122
|
CARD_EDITOR.DATA.JSON=JSON Data
|
|
186
123
|
|
|
187
|
-
#XFLD: Property editor label
|
|
188
124
|
CARD_EDITOR.DATA.SERVICE.NAME=Data Service Name
|
|
189
125
|
|
|
190
|
-
#XFLD: Property editor label
|
|
191
126
|
CARD_EDITOR.DATA.SERVICE.PARAMETERS=Data Service Parameters
|
|
192
127
|
|
|
193
|
-
#XFLD: Property editor label
|
|
194
128
|
CARD_EDITOR.DATA.UPDATEINTERVAL=Data Update Interval
|
|
195
129
|
|
|
196
|
-
#XFLD: Property editor label
|
|
197
130
|
CARD_EDITOR.LIST_ITEM.DESCRIPTION=Item Description
|
|
198
131
|
|
|
199
|
-
#XFLD: Property editor label
|
|
200
132
|
CARD_EDITOR.LIST_ITEM.HIGHLIGHT=Item Highlight
|
|
201
133
|
|
|
202
|
-
#XFLD: Property editor label
|
|
203
134
|
CARD_EDITOR.LIST_ITEM.ICON=Item Icon
|
|
204
135
|
|
|
205
|
-
#XFLD: Property editor label
|
|
206
136
|
CARD_EDITOR.LIST_ITEM.INFO.VALUE=Info Value
|
|
207
137
|
|
|
208
|
-
#XFLD: Property editor label
|
|
209
138
|
CARD_EDITOR.LIST_ITEM.INFO.STATE=Info State
|
|
210
139
|
|
|
211
|
-
#XFLD: Property editor label
|
|
212
140
|
CARD_EDITOR.OBJECT.GROUPS=Groups
|
|
213
141
|
|
|
214
|
-
#XFLD: Property editor label
|
|
215
142
|
CARD_EDITOR.OBJECT.GROUP=Group
|
|
216
143
|
|
|
217
|
-
#XFLD: Property editor label
|
|
218
144
|
CARD_EDITOR.OBJECT.GROUP.ITEMS=Items
|
|
219
145
|
|
|
220
|
-
#XFLD: Property editor label
|
|
221
146
|
CARD_EDITOR.OBJECT.GROUP.ITEM=Item
|
|
222
147
|
|
|
223
|
-
#XFLD: Property editor label
|
|
224
148
|
CARD_EDITOR.OBJECT.GROUP.ITEM.VALUE=Value
|
|
225
149
|
|
|
226
|
-
#XFLD: Property editor label
|
|
227
150
|
CARD_EDITOR.OBJECT.GROUP.ITEM.EMAILSUBJECT=Email Subject
|
|
228
151
|
|
|
229
|
-
#XFLD: Property editor label
|
|
230
152
|
CARD_EDITOR.OBJECT.GROUP.TYPE.PHONE=Phone
|
|
231
153
|
|
|
232
|
-
#XFLD: Property editor label
|
|
233
154
|
CARD_EDITOR.OBJECT.GROUP.TYPE.EMAIL=E-Mail
|
|
234
155
|
|
|
235
|
-
#XFLD: Property editor label
|
|
236
156
|
CARD_EDITOR.OBJECT.GROUP.TYPE.LINK=Link
|
|
237
157
|
|
|
238
|
-
#XFLD: Property editor label
|
|
239
158
|
CARD_EDITOR.OBJECT.GROUP.TYPE.TEXT=Text
|
|
240
159
|
|
|
241
|
-
#XFLD: Property editor label
|
|
242
160
|
CARD_EDITOR.MAXITEMS=Maximum Number of Items
|
|
243
161
|
|
|
244
|
-
#XFLD: Property editor label
|
|
245
162
|
CARD_EDITOR.TABLE.ROW.COLUMNS=Columns
|
|
246
163
|
|
|
247
|
-
#XFLD: Property editor label
|
|
248
164
|
CARD_EDITOR.TABLE.ROW.COLUMN=Column
|
|
249
165
|
|
|
250
|
-
#XFLD: Property editor label
|
|
251
166
|
CARD_EDITOR.TABLE.ROW.COLUMN.WIDTH=Width
|
|
252
167
|
|
|
253
|
-
#XFLD: Property editor label
|
|
254
168
|
CARD_EDITOR.TABLE.ROW.COLUMN.VALUE=Value
|
|
255
169
|
|
|
256
|
-
#XFLD: Property editor label
|
|
257
170
|
CARD_EDITOR.TABLE.ROW.COLUMN.STATE=State
|
|
258
171
|
|
|
259
|
-
#XFLD: Property editor label
|
|
260
172
|
CARD_EDITOR.TABLE.ROW.COLUMN.IDENTIFIER=Identifier
|
|
261
173
|
|
|
262
|
-
#XFLD: Property editor label
|
|
263
174
|
CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.STATE=Progress State
|
|
264
175
|
|
|
265
|
-
#XFLD: Property editor label
|
|
266
176
|
CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.PERCENT=Progress Percent
|
|
267
177
|
|
|
268
|
-
#XFLD: Property editor label
|
|
269
178
|
CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.TEXT=Progress Text
|
|
270
179
|
|
|
271
|
-
#XFLD: Property editor label
|
|
272
180
|
CARD_EDITOR.PARAMETERS=Parameters
|
|
273
181
|
|
|
274
|
-
#XFLD: Property editor label
|
|
275
182
|
CARD_EDITOR.LABEL=Label
|
|
276
183
|
|
|
277
|
-
#XFLD: Header for discription column inside parameters editor
|
|
278
184
|
CARD_EDITOR.PARAMETERS.DESCRIPTION=Description
|
|
279
185
|
|
|
280
|
-
#XFLD: Placeholder column inside parameters editor
|
|
281
186
|
CARD_EDITOR.PARAMETERS.PLACEHOLDER=Placeholder
|
|
282
187
|
|
|
283
|
-
#XFLD: Hint column inside parameters editor
|
|
284
188
|
CARD_EDITOR.PARAMETERS.HINT=Hint
|
|
285
189
|
|
|
286
|
-
#XFLD: Formatter column inside parameters editor
|
|
287
190
|
CARD_EDITOR.PARAMETERS.FORMATTER=Formatter
|
|
288
191
|
|
|
289
|
-
#XFLD: Header for manifestpath column inside parameters editor
|
|
290
192
|
CARD_EDITOR.PARAMETERS.MANIFESTPATH=Manifestpath
|
|
291
193
|
|
|
292
|
-
#XFLD: Header for visible column inside parameters editor
|
|
293
194
|
CARD_EDITOR.PARAMETERS.VISIBLE=Visible for Admin
|
|
294
195
|
|
|
295
|
-
#XFLD: Header for visibleToUser column inside parameters editor
|
|
296
196
|
CARD_EDITOR.PARAMETERS.VISIBLETOUSER=Visible for User
|
|
297
197
|
|
|
298
|
-
#XFLD: Header for editable column inside parameters editor
|
|
299
198
|
CARD_EDITOR.PARAMETERS.EDITABLE=Editable for Admin
|
|
300
199
|
|
|
301
|
-
#XFLD: Header for editableToUser column inside parameters editor
|
|
302
200
|
CARD_EDITOR.PARAMETERS.EDITABLETOUSER=Editable for User
|
|
303
201
|
|
|
304
|
-
#XFLD: Header for required column inside parameters editor
|
|
305
202
|
CARD_EDITOR.PARAMETERS.REQUIRED=Required
|
|
306
203
|
|
|
307
|
-
#XFLD: Header for expanded column inside parameters editor
|
|
308
204
|
CARD_EDITOR.PARAMETERS.EXPANDED=Expanded
|
|
309
205
|
|
|
310
|
-
#XFLD: Header for translatable column inside parameters editor
|
|
311
206
|
CARD_EDITOR.PARAMETERS.TRANSLATABLE=Translatable
|
|
312
207
|
|
|
313
|
-
#XFLD: Header for allowDynamicValues column inside parameters editor
|
|
314
208
|
CARD_EDITOR.PARAMETERS.ALLOWDYNAMICVALUES=Allow Dynamic Values
|
|
315
209
|
|
|
316
|
-
#XFLD: Header for allowSettings column inside parameters editor
|
|
317
210
|
CARD_EDITOR.PARAMETERS.ALLOWSETTINGS=Allow Settings
|
|
318
211
|
|
|
319
|
-
#XFLD: Header for visualization column inside parameters editor
|
|
320
212
|
CARD_EDITOR.PARAMETERS.VISUALIZATION=Visualization
|
|
321
213
|
|
|
322
|
-
#XFLD: Placeholder for visualization column inside parameters editor
|
|
323
214
|
CARD_EDITOR.PARAMETERS.VISUALIZATION.PLACEHOLDER=Define visualization of this parameter here
|
|
324
215
|
|
|
325
|
-
#XFLD: Header for visualization column inside parameters editor
|
|
326
216
|
CARD_EDITOR.PARAMETERS.VALIDATIONS=Validations
|
|
327
217
|
|
|
328
|
-
#XFLD: Placeholder for visualization column inside parameters editor
|
|
329
218
|
CARD_EDITOR.PARAMETERS.VALIDATIONS.PLACEHOLDER=Define a JSON array of validations for the value of this parameter here
|
|
330
219
|
|
|
331
|
-
#XFLD: Header for values column inside parameters editor
|
|
332
220
|
CARD_EDITOR.PARAMETERS.VALUES=Values
|
|
333
221
|
|
|
334
|
-
#XFLD: Placeholder for values column inside parameters editor
|
|
335
222
|
CARD_EDITOR.PARAMETERS.VALUES.PLACEHOLDER=Define values of this parameter here
|
|
336
223
|
|
|
337
|
-
#XFLD: Header for layout column inside parameters editor
|
|
338
224
|
CARD_EDITOR.PARAMETERS.LAYOUT=Layout
|
|
339
225
|
|
|
340
|
-
#XFLD: Placeholder for layout column inside parameters editor
|
|
341
226
|
CARD_EDITOR.PARAMETERS.LAYOUT.PLACEHOLDER=Define layout of this parameter here
|
|
342
227
|
|
|
343
|
-
#XFLD: Property editor label
|
|
344
228
|
CARD_EDITOR.COMPLEX_MAP.KEY=Key
|
|
345
229
|
|
|
346
|
-
#XFLD: Property editor label
|
|
347
230
|
CARD_EDITOR.DESTINATIONS=Destinations
|
|
348
231
|
|
|
349
|
-
#XFLD: Property editor label
|
|
350
232
|
CARD_EDITOR.DESTINATION=Destination
|
|
351
233
|
|
|
352
|
-
#XFLD: Property editor label
|
|
353
234
|
CARD_EDITOR.DESTINATION.NAME=Name
|
|
354
235
|
|
|
355
|
-
#XFLD: Property editor label
|
|
356
236
|
CARD_EDITOR.DESTINATION.DEFAULT_URL=Default URL
|
|
357
237
|
|
|
358
|
-
#XFLD: Title for the group of fields
|
|
359
238
|
CARD_EDITOR.GROUP.METADATA=Card Metadata
|
|
360
239
|
|
|
361
|
-
#XFLD: Title for the group of fields
|
|
362
240
|
CARD_EDITOR.GROUP.GENERALCONFIGURATION=General Configuration
|
|
363
241
|
|
|
364
|
-
#XFLD: Title for the group of fields
|
|
365
242
|
CARD_EDITOR.GROUP.DATA=Data Configuration (Card)
|
|
366
243
|
|
|
367
|
-
#XFLD: Title for the group of fields
|
|
368
244
|
CARD_EDITOR.GROUP.DATAHEADER=Data Configuration (Header)
|
|
369
245
|
|
|
370
|
-
#XFLD: Title for the group of fields
|
|
371
246
|
CARD_EDITOR.GROUP.DATACONTENT=Data Configuration (Content)
|
|
372
247
|
|
|
373
|
-
#XFLD: Title for the group of fields
|
|
374
248
|
CARD_EDITOR.GROUP.HEADER=Card Header Configuration
|
|
375
249
|
|
|
376
|
-
#XFLD: Title for the group of fields
|
|
377
250
|
CARD_EDITOR.GROUP.CONTENT=Content Configuration
|
|
378
251
|
|
|
379
|
-
#XFLD: Property editor label
|
|
380
252
|
CARD_EDITOR.STATE.SUCCESS=Success
|
|
381
253
|
|
|
382
|
-
#XFLD: Property editor label
|
|
383
254
|
CARD_EDITOR.STATE.ERROR=Error
|
|
384
255
|
|
|
385
|
-
#XFLD: Property editor label
|
|
386
256
|
CARD_EDITOR.STATE.WARNING=Warning
|
|
387
257
|
|
|
388
|
-
#XFLD: Property editor label
|
|
389
258
|
CARD_EDITOR.STATE.NONE=None
|
|
390
259
|
|
|
391
|
-
#XFLD: Property editor label
|
|
392
260
|
CARD_EDITOR.STATE.INFORMATION=Information
|
|
393
261
|
|
|
394
|
-
#XTOL: Validation error text
|
|
395
262
|
CARD_EDITOR.VALIDATOR.INVALID_EMAIL=Invalid e-mail address.
|
|
396
263
|
|
|
397
|
-
#XTOL: Validation error text
|
|
398
264
|
CARD_EDITOR.VALIDATOR.NOT_AN_ALPHABETIC=String should only contain characters A-Z.
|