@openui5/sap.ui.integration 1.130.1 → 1.131.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THIRDPARTY.txt +1 -1
- package/package.json +7 -7
- package/src/sap/ui/integration/.library +1 -1
- package/src/sap/ui/integration/ActionDefinition.js +22 -3
- 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 +1 -1
- package/src/sap/ui/integration/cards/BaseListContent.js +19 -23
- package/src/sap/ui/integration/cards/CalendarContent.js +1 -1
- package/src/sap/ui/integration/cards/ComponentContent.js +1 -1
- package/src/sap/ui/integration/cards/Footer.js +1 -1
- package/src/sap/ui/integration/cards/Header.js +1 -1
- package/src/sap/ui/integration/cards/ListContent.js +1 -1
- package/src/sap/ui/integration/cards/NumericHeader.js +1 -1
- package/src/sap/ui/integration/cards/ObjectContent.js +1 -1
- package/src/sap/ui/integration/cards/TableContent.js +1 -1
- package/src/sap/ui/integration/cards/TimelineContent.js +1 -1
- package/src/sap/ui/integration/cards/WebPageContent.js +1 -1
- package/src/sap/ui/integration/cards/actions/CardActions.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputChoiceSet.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputDate.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputNumber.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputText.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputToggle.js +1 -1
- package/src/sap/ui/integration/cards/filters/BaseFilter.js +1 -1
- package/src/sap/ui/integration/cards/filters/ComboBoxFilter.js +1 -1
- package/src/sap/ui/integration/cards/filters/DateRangeFilter.js +1 -1
- package/src/sap/ui/integration/cards/filters/FilterBar.js +1 -1
- package/src/sap/ui/integration/cards/filters/FilterBarFactory.js +1 -1
- package/src/sap/ui/integration/cards/filters/SearchFilter.js +1 -1
- package/src/sap/ui/integration/cards/filters/SelectFilter.js +1 -1
- package/src/sap/ui/integration/cards/list/MicrochartsResizeHelper.js +1 -1
- package/src/sap/ui/integration/controls/ActionsStrip.js +1 -1
- package/src/sap/ui/integration/controls/ActionsToolbar.js +127 -71
- package/src/sap/ui/integration/controls/BlockingMessage.js +1 -1
- package/src/sap/ui/integration/controls/ComboBox.js +1 -1
- package/src/sap/ui/integration/controls/ImageWithOverlay.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/ObjectStatus.js +1 -1
- package/src/sap/ui/integration/delegate/Paginator.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/BaseEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/PropertyEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/PropertyEditors.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_fr_CA.properties +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 +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/codeEditor/CodeEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateEditor/DateEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateTimeEditor/DateTimeEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/enumStringEditor/EnumStringEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/groupEditor/GroupEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IsInIconPool.validator.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/integerEditor/IntegerEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/jsonEditor/JsonEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/listEditor/ListEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/mapEditor/MapEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/multiSelectEditor/MultiSelectEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/numberEditor/NumberEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/objectArrayEditor/ObjectArrayEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/selectEditor/SelectEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/separatorEditor/SeparatorEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/stringEditor/StringEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/textAreaEditor/TextAreaEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/binding/ObjectBinding.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/unset.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsBoolean.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsDate.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsInteger.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsNumber.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsSelectedKey.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsStringList.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueKey.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueList.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsValidBinding.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/MaxLength.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/NotABinding.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/ValidatorRegistry.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_mk.properties +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_uk.properties +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/complexMapEditor/ComplexMapEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/destinationsEditor/DestinationsEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/filtersEditor/FiltersEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/parametersEditor/ParametersEditor.js +1 -1
- package/src/sap/ui/integration/designtime/editor/Card.js +1 -1
- package/src/sap/ui/integration/designtime/editor/CardEditor.js +1 -1
- package/src/sap/ui/integration/designtime/editor/CardPreview.js +1 -1
- package/src/sap/ui/integration/editor/Editor.js +2 -2
- package/src/sap/ui/integration/editor/EditorResourceBundles.js +1 -1
- package/src/sap/ui/integration/editor/Extension.js +1 -1
- package/src/sap/ui/integration/editor/Manifest.js +1 -1
- package/src/sap/ui/integration/editor/Settings.js +1 -1
- package/src/sap/ui/integration/editor/fields/BaseField.js +1 -1
- package/src/sap/ui/integration/editor/fields/BooleanField.js +1 -1
- package/src/sap/ui/integration/editor/fields/DateField.js +1 -1
- package/src/sap/ui/integration/editor/fields/DateTimeField.js +1 -1
- package/src/sap/ui/integration/editor/fields/DestinationField.js +1 -1
- package/src/sap/ui/integration/editor/fields/GroupField.js +1 -1
- package/src/sap/ui/integration/editor/fields/IntegerField.js +1 -1
- package/src/sap/ui/integration/editor/fields/NumberField.js +1 -1
- package/src/sap/ui/integration/editor/fields/ObjectField.js +1 -1
- package/src/sap/ui/integration/editor/fields/ObjectListField.js +1 -1
- package/src/sap/ui/integration/editor/fields/StringField.js +1 -1
- package/src/sap/ui/integration/editor/fields/StringListField.js +1 -1
- package/src/sap/ui/integration/editor/fields/fragment/Controller.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/ColorSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/IconSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/ImageSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/ShapeSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/VizBase.js +1 -1
- package/src/sap/ui/integration/extensions/OAuth3LO.js +1 -1
- package/src/sap/ui/integration/library.js +8 -5
- package/src/sap/ui/integration/messagebundle.properties +3 -0
- package/src/sap/ui/integration/messagebundle_ar.properties +2 -0
- package/src/sap/ui/integration/messagebundle_bg.properties +2 -0
- package/src/sap/ui/integration/messagebundle_ca.properties +2 -0
- package/src/sap/ui/integration/messagebundle_cnr.properties +2 -0
- package/src/sap/ui/integration/messagebundle_cs.properties +2 -0
- package/src/sap/ui/integration/messagebundle_cy.properties +2 -0
- package/src/sap/ui/integration/messagebundle_da.properties +2 -0
- package/src/sap/ui/integration/messagebundle_de.properties +2 -0
- package/src/sap/ui/integration/messagebundle_el.properties +2 -0
- package/src/sap/ui/integration/messagebundle_en.properties +2 -0
- package/src/sap/ui/integration/messagebundle_en_GB.properties +2 -0
- package/src/sap/ui/integration/messagebundle_en_US_saprigi.properties +2 -0
- package/src/sap/ui/integration/messagebundle_es.properties +3 -1
- package/src/sap/ui/integration/messagebundle_es_MX.properties +2 -0
- package/src/sap/ui/integration/messagebundle_et.properties +2 -0
- package/src/sap/ui/integration/messagebundle_fi.properties +2 -0
- package/src/sap/ui/integration/messagebundle_fr.properties +2 -0
- package/src/sap/ui/integration/messagebundle_fr_CA.properties +2 -0
- package/src/sap/ui/integration/messagebundle_hi.properties +2 -0
- package/src/sap/ui/integration/messagebundle_hr.properties +2 -0
- package/src/sap/ui/integration/messagebundle_hu.properties +2 -0
- package/src/sap/ui/integration/messagebundle_id.properties +2 -0
- package/src/sap/ui/integration/messagebundle_it.properties +2 -0
- package/src/sap/ui/integration/messagebundle_iw.properties +2 -0
- package/src/sap/ui/integration/messagebundle_ja.properties +2 -0
- package/src/sap/ui/integration/messagebundle_kk.properties +2 -0
- package/src/sap/ui/integration/messagebundle_ko.properties +2 -0
- package/src/sap/ui/integration/messagebundle_lt.properties +2 -0
- package/src/sap/ui/integration/messagebundle_lv.properties +2 -0
- package/src/sap/ui/integration/messagebundle_mk.properties +2 -0
- package/src/sap/ui/integration/messagebundle_ms.properties +2 -0
- package/src/sap/ui/integration/messagebundle_nl.properties +2 -0
- package/src/sap/ui/integration/messagebundle_no.properties +2 -0
- package/src/sap/ui/integration/messagebundle_pl.properties +2 -0
- package/src/sap/ui/integration/messagebundle_pt.properties +2 -0
- package/src/sap/ui/integration/messagebundle_pt_PT.properties +2 -0
- package/src/sap/ui/integration/messagebundle_ro.properties +2 -0
- package/src/sap/ui/integration/messagebundle_ru.properties +2 -0
- package/src/sap/ui/integration/messagebundle_sh.properties +2 -0
- package/src/sap/ui/integration/messagebundle_sk.properties +2 -0
- package/src/sap/ui/integration/messagebundle_sl.properties +2 -0
- package/src/sap/ui/integration/messagebundle_sr.properties +2 -0
- package/src/sap/ui/integration/messagebundle_sv.properties +2 -0
- package/src/sap/ui/integration/messagebundle_th.properties +2 -0
- package/src/sap/ui/integration/messagebundle_tr.properties +2 -0
- package/src/sap/ui/integration/messagebundle_uk.properties +2 -0
- package/src/sap/ui/integration/messagebundle_vi.properties +2 -0
- package/src/sap/ui/integration/messagebundle_zh_CN.properties +2 -0
- package/src/sap/ui/integration/messagebundle_zh_TW.properties +2 -0
- 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/schemas/sap-card.json +351 -301
- package/src/sap/ui/integration/util/AnalyticsCloudHelper.js +1 -1
- package/src/sap/ui/integration/util/BaseFactory.js +1 -1
- package/src/sap/ui/integration/util/BindingHelper.js +1 -1
- package/src/sap/ui/integration/util/BindingResolver.js +1 -1
- package/src/sap/ui/integration/util/CardObserver.js +1 -1
- package/src/sap/ui/integration/util/ComboBoxHelper.js +1 -1
- package/src/sap/ui/integration/util/ContentFactory.js +1 -1
- package/src/sap/ui/integration/util/CsrfTokenHandler.js +1 -1
- package/src/sap/ui/integration/util/DataProvider.js +1 -1
- package/src/sap/ui/integration/util/DataProviderFactory.js +1 -1
- package/src/sap/ui/integration/util/Destinations.js +1 -1
- package/src/sap/ui/integration/util/DisplayVariants.js +1 -1
- package/src/sap/ui/integration/util/ErrorHandler.js +1 -1
- package/src/sap/ui/integration/util/ExtensionDataProvider.js +1 -1
- package/src/sap/ui/integration/util/Form.js +1 -1
- package/src/sap/ui/integration/util/HeaderFactory.js +10 -3
- package/src/sap/ui/integration/util/JSONBindingHelper.js +1 -1
- package/src/sap/ui/integration/util/LoadingProvider.js +1 -1
- package/src/sap/ui/integration/util/Manifest.js +1 -1
- package/src/sap/ui/integration/util/OAuth3LOHelper.js +1 -1
- package/src/sap/ui/integration/util/RequestDataProvider.js +1 -1
- package/src/sap/ui/integration/util/ServiceDataProvider.js +1 -1
- package/src/sap/ui/integration/util/ServiceManager.js +1 -1
- package/src/sap/ui/integration/util/SkeletonCard.js +3 -2
- package/src/sap/ui/integration/util/Utils.js +1 -1
- package/src/sap/ui/integration/util/Validators.js +1 -1
- package/src/sap/ui/integration/widgets/Card.js +59 -10
|
@@ -57,12 +57,15 @@
|
|
|
57
57
|
"1.44.0",
|
|
58
58
|
"1.45.0",
|
|
59
59
|
"1.46.0",
|
|
60
|
-
"1.47.0"
|
|
60
|
+
"1.47.0",
|
|
61
|
+
"1.48.0",
|
|
62
|
+
"1.49.0"
|
|
61
63
|
]
|
|
62
64
|
},
|
|
63
65
|
"designtime": {
|
|
64
66
|
"description": "[Deprecated] The path to the design time folder with assets files",
|
|
65
|
-
"type": "string"
|
|
67
|
+
"type": "string",
|
|
68
|
+
"deprecated": true
|
|
66
69
|
},
|
|
67
70
|
"configuration": {
|
|
68
71
|
"description": "General configuration of the card. Allows to define parameters, destinations, filters and more",
|
|
@@ -88,7 +91,7 @@
|
|
|
88
91
|
"type": "number"
|
|
89
92
|
},
|
|
90
93
|
{
|
|
91
|
-
"$ref": "
|
|
94
|
+
"$ref": "#/$defs/simpleBinding"
|
|
92
95
|
}
|
|
93
96
|
],
|
|
94
97
|
"default": 1000
|
|
@@ -97,7 +100,7 @@
|
|
|
97
100
|
"description": "Map of parameters",
|
|
98
101
|
"type": "object",
|
|
99
102
|
"additionalProperties": {
|
|
100
|
-
"$ref": "
|
|
103
|
+
"$ref": "#/$defs/Configuration.Parameter"
|
|
101
104
|
}
|
|
102
105
|
},
|
|
103
106
|
"filters": {
|
|
@@ -105,16 +108,16 @@
|
|
|
105
108
|
"additionalProperties": {
|
|
106
109
|
"oneOf": [
|
|
107
110
|
{
|
|
108
|
-
"$ref": "
|
|
111
|
+
"$ref": "#/$defs/Configuration.FilterType.Select"
|
|
109
112
|
},
|
|
110
113
|
{
|
|
111
|
-
"$ref": "
|
|
114
|
+
"$ref": "#/$defs/Configuration.FilterType.DateRange"
|
|
112
115
|
},
|
|
113
116
|
{
|
|
114
|
-
"$ref": "
|
|
117
|
+
"$ref": "#/$defs/Configuration.FilterType.Search"
|
|
115
118
|
},
|
|
116
119
|
{
|
|
117
|
-
"$ref": "
|
|
120
|
+
"$ref": "#/$defs/Configuration.FilterType.ComboBox"
|
|
118
121
|
}
|
|
119
122
|
]
|
|
120
123
|
}
|
|
@@ -123,14 +126,14 @@
|
|
|
123
126
|
"description": "Describes what destinations are used by the card",
|
|
124
127
|
"type": "object",
|
|
125
128
|
"additionalProperties": {
|
|
126
|
-
"$ref": "
|
|
129
|
+
"$ref": "#/$defs/Configuration.Destinations"
|
|
127
130
|
}
|
|
128
131
|
},
|
|
129
132
|
"csrfTokens": {
|
|
130
133
|
"description": "Describes the CSRF tokens used by the card",
|
|
131
134
|
"type": "object",
|
|
132
135
|
"additionalProperties": {
|
|
133
|
-
"$ref": "
|
|
136
|
+
"$ref": "#/$defs/Configuration.CSRFToken"
|
|
134
137
|
}
|
|
135
138
|
},
|
|
136
139
|
"actionHandlers": {
|
|
@@ -148,7 +151,7 @@
|
|
|
148
151
|
"description": "Describes the messages for the card",
|
|
149
152
|
"type": "object",
|
|
150
153
|
"additionalProperties": {
|
|
151
|
-
"$ref": "
|
|
154
|
+
"$ref": "#/$defs/Configuration.NoData"
|
|
152
155
|
}
|
|
153
156
|
},
|
|
154
157
|
"componentData": {
|
|
@@ -174,7 +177,7 @@
|
|
|
174
177
|
]
|
|
175
178
|
},
|
|
176
179
|
"data": {
|
|
177
|
-
"$ref": "
|
|
180
|
+
"$ref": "#/$defs/data"
|
|
178
181
|
},
|
|
179
182
|
"headerPosition": {
|
|
180
183
|
"description": "Represents card header position - under or over the content",
|
|
@@ -188,13 +191,13 @@
|
|
|
188
191
|
"default": "Top"
|
|
189
192
|
},
|
|
190
193
|
{
|
|
191
|
-
"$ref": "
|
|
194
|
+
"$ref": "#/$defs/simpleBinding"
|
|
192
195
|
}
|
|
193
196
|
]
|
|
194
197
|
},
|
|
195
198
|
"header": {
|
|
196
199
|
"description": "Represents card header attributes",
|
|
197
|
-
"$ref": "
|
|
200
|
+
"$ref": "#/$defs/HeaderType"
|
|
198
201
|
},
|
|
199
202
|
"content": {
|
|
200
203
|
"description": "Represents card content attributes. Content type should be the same as card type e.g. if card type List is used the content type should also be List"
|
|
@@ -214,11 +217,11 @@
|
|
|
214
217
|
{
|
|
215
218
|
"type": "array",
|
|
216
219
|
"items": {
|
|
217
|
-
"$ref": "
|
|
220
|
+
"$ref": "#/$defs/actionsStripItem"
|
|
218
221
|
}
|
|
219
222
|
},
|
|
220
223
|
{
|
|
221
|
-
"$ref": "
|
|
224
|
+
"$ref": "#/$defs/actionsStrip"
|
|
222
225
|
}
|
|
223
226
|
]
|
|
224
227
|
},
|
|
@@ -234,7 +237,7 @@
|
|
|
234
237
|
"type": "number"
|
|
235
238
|
},
|
|
236
239
|
{
|
|
237
|
-
"$ref": "
|
|
240
|
+
"$ref": "#/$defs/simpleBinding"
|
|
238
241
|
}
|
|
239
242
|
]
|
|
240
243
|
},
|
|
@@ -245,7 +248,7 @@
|
|
|
245
248
|
"type": "number"
|
|
246
249
|
},
|
|
247
250
|
{
|
|
248
|
-
"$ref": "
|
|
251
|
+
"$ref": "#/$defs/simpleBinding"
|
|
249
252
|
}
|
|
250
253
|
]
|
|
251
254
|
}
|
|
@@ -253,7 +256,7 @@
|
|
|
253
256
|
},
|
|
254
257
|
"visible": {
|
|
255
258
|
"description": "[Experimental] Visibility of the footer",
|
|
256
|
-
"$ref": "
|
|
259
|
+
"$ref": "#/$defs/visibility"
|
|
257
260
|
}
|
|
258
261
|
}
|
|
259
262
|
},
|
|
@@ -278,7 +281,7 @@
|
|
|
278
281
|
"then": {
|
|
279
282
|
"properties": {
|
|
280
283
|
"content": {
|
|
281
|
-
"$ref": "
|
|
284
|
+
"$ref": "#/$defs/ContentType.List"
|
|
282
285
|
}
|
|
283
286
|
}
|
|
284
287
|
}
|
|
@@ -294,7 +297,7 @@
|
|
|
294
297
|
"then": {
|
|
295
298
|
"properties": {
|
|
296
299
|
"content": {
|
|
297
|
-
"$ref": "
|
|
300
|
+
"$ref": "#/$defs/ContentType.Analytical"
|
|
298
301
|
}
|
|
299
302
|
}
|
|
300
303
|
}
|
|
@@ -310,7 +313,7 @@
|
|
|
310
313
|
"then": {
|
|
311
314
|
"properties": {
|
|
312
315
|
"content": {
|
|
313
|
-
"$ref": "
|
|
316
|
+
"$ref": "#/$defs/ContentType.AnalyticsCloud"
|
|
314
317
|
}
|
|
315
318
|
}
|
|
316
319
|
}
|
|
@@ -326,7 +329,7 @@
|
|
|
326
329
|
"then": {
|
|
327
330
|
"properties": {
|
|
328
331
|
"content": {
|
|
329
|
-
"$ref": "
|
|
332
|
+
"$ref": "#/$defs/ContentType.Timeline"
|
|
330
333
|
}
|
|
331
334
|
}
|
|
332
335
|
}
|
|
@@ -342,7 +345,7 @@
|
|
|
342
345
|
"then": {
|
|
343
346
|
"properties": {
|
|
344
347
|
"content": {
|
|
345
|
-
"$ref": "
|
|
348
|
+
"$ref": "#/$defs/ContentType.Table"
|
|
346
349
|
}
|
|
347
350
|
}
|
|
348
351
|
}
|
|
@@ -358,7 +361,7 @@
|
|
|
358
361
|
"then": {
|
|
359
362
|
"properties": {
|
|
360
363
|
"content": {
|
|
361
|
-
"$ref": "
|
|
364
|
+
"$ref": "#/$defs/ContentType.Object"
|
|
362
365
|
}
|
|
363
366
|
}
|
|
364
367
|
}
|
|
@@ -374,7 +377,7 @@
|
|
|
374
377
|
"then": {
|
|
375
378
|
"properties": {
|
|
376
379
|
"content": {
|
|
377
|
-
"$ref": "
|
|
380
|
+
"$ref": "#/$defs/ContentType.Component"
|
|
378
381
|
}
|
|
379
382
|
}
|
|
380
383
|
}
|
|
@@ -390,7 +393,7 @@
|
|
|
390
393
|
"then": {
|
|
391
394
|
"properties": {
|
|
392
395
|
"content": {
|
|
393
|
-
"$ref": "
|
|
396
|
+
"$ref": "#/$defs/ContentType.Calendar"
|
|
394
397
|
}
|
|
395
398
|
}
|
|
396
399
|
}
|
|
@@ -406,7 +409,7 @@
|
|
|
406
409
|
"then": {
|
|
407
410
|
"properties": {
|
|
408
411
|
"content": {
|
|
409
|
-
"$ref": "
|
|
412
|
+
"$ref": "#/$defs/ContentType.AdaptiveCard"
|
|
410
413
|
}
|
|
411
414
|
}
|
|
412
415
|
}
|
|
@@ -422,20 +425,20 @@
|
|
|
422
425
|
"then": {
|
|
423
426
|
"properties": {
|
|
424
427
|
"content": {
|
|
425
|
-
"$ref": "
|
|
428
|
+
"$ref": "#/$defs/ContentType.WebPage"
|
|
426
429
|
}
|
|
427
430
|
}
|
|
428
431
|
}
|
|
429
432
|
}
|
|
430
433
|
],
|
|
431
|
-
"
|
|
434
|
+
"$defs": {
|
|
432
435
|
"HeaderType": {
|
|
433
436
|
"oneOf": [
|
|
434
437
|
{
|
|
435
|
-
"$ref": "
|
|
438
|
+
"$ref": "#/$defs/HeaderType.Default"
|
|
436
439
|
},
|
|
437
440
|
{
|
|
438
|
-
"$ref": "
|
|
441
|
+
"$ref": "#/$defs/HeaderType.Numeric"
|
|
439
442
|
}
|
|
440
443
|
]
|
|
441
444
|
},
|
|
@@ -453,7 +456,7 @@
|
|
|
453
456
|
},
|
|
454
457
|
"title": {
|
|
455
458
|
"description": "Represents a title of the header; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
|
|
456
|
-
"$ref": "
|
|
459
|
+
"$ref": "#/$defs/i18n_key_string",
|
|
457
460
|
"i18n": {
|
|
458
461
|
"type": "XTIT",
|
|
459
462
|
"comment": "Header title"
|
|
@@ -466,14 +469,14 @@
|
|
|
466
469
|
"type": "number"
|
|
467
470
|
},
|
|
468
471
|
{
|
|
469
|
-
"$ref": "
|
|
472
|
+
"$ref": "#/$defs/simpleBinding"
|
|
470
473
|
}
|
|
471
474
|
],
|
|
472
475
|
"default": 3
|
|
473
476
|
},
|
|
474
477
|
"subTitle": {
|
|
475
478
|
"description": "Represents a subtitle to the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
|
|
476
|
-
"$ref": "
|
|
479
|
+
"$ref": "#/$defs/i18n_key_string",
|
|
477
480
|
"i18n": {
|
|
478
481
|
"type": "XTIT",
|
|
479
482
|
"comment": "Header subtitle"
|
|
@@ -486,7 +489,7 @@
|
|
|
486
489
|
"type": "number"
|
|
487
490
|
},
|
|
488
491
|
{
|
|
489
|
-
"$ref": "
|
|
492
|
+
"$ref": "#/$defs/simpleBinding"
|
|
490
493
|
}
|
|
491
494
|
],
|
|
492
495
|
"default": 2
|
|
@@ -495,31 +498,31 @@
|
|
|
495
498
|
"description": "Represents a description of the actions that can be applied on a part of a card",
|
|
496
499
|
"type": "array",
|
|
497
500
|
"items": {
|
|
498
|
-
"$ref": "
|
|
501
|
+
"$ref": "#/$defs/action"
|
|
499
502
|
}
|
|
500
503
|
},
|
|
501
504
|
"data": {
|
|
502
|
-
"$ref": "
|
|
505
|
+
"$ref": "#/$defs/data"
|
|
503
506
|
},
|
|
504
507
|
"icon": {
|
|
505
508
|
"description": "Represents the icon of the card",
|
|
506
|
-
"$ref": "
|
|
509
|
+
"$ref": "#/$defs/iconWithoutSize"
|
|
507
510
|
},
|
|
508
511
|
"status": {
|
|
509
512
|
"description": "Represents the status of the card",
|
|
510
|
-
"$ref": "
|
|
513
|
+
"$ref": "#/$defs/status"
|
|
511
514
|
},
|
|
512
515
|
"closeButton": {
|
|
513
516
|
"description": "[Experimental] Represents the Close button when a card is opened by the ShowCard action.",
|
|
514
|
-
"$ref": "
|
|
517
|
+
"$ref": "#/$defs/closeButton"
|
|
515
518
|
},
|
|
516
519
|
"wrappingType": {
|
|
517
520
|
"description": "[Experimental] The wrapping type for texts inside the header.",
|
|
518
|
-
"$ref": "
|
|
521
|
+
"$ref": "#/$defs/wrappingType"
|
|
519
522
|
},
|
|
520
523
|
"visible": {
|
|
521
524
|
"description": "[Experimental] Visibility of the header",
|
|
522
|
-
"$ref": "
|
|
525
|
+
"$ref": "#/$defs/visibility"
|
|
523
526
|
}
|
|
524
527
|
}
|
|
525
528
|
},
|
|
@@ -540,7 +543,7 @@
|
|
|
540
543
|
},
|
|
541
544
|
"title": {
|
|
542
545
|
"description": "Represents a title of the header; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
|
|
543
|
-
"$ref": "
|
|
546
|
+
"$ref": "#/$defs/i18n_key_string",
|
|
544
547
|
"i18n": {
|
|
545
548
|
"type": "XTIT",
|
|
546
549
|
"comment": "Header title"
|
|
@@ -553,14 +556,14 @@
|
|
|
553
556
|
"type": "number"
|
|
554
557
|
},
|
|
555
558
|
{
|
|
556
|
-
"$ref": "
|
|
559
|
+
"$ref": "#/$defs/simpleBinding"
|
|
557
560
|
}
|
|
558
561
|
],
|
|
559
562
|
"default": 3
|
|
560
563
|
},
|
|
561
564
|
"subTitle": {
|
|
562
565
|
"description": "Represents a subtitle to the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
|
|
563
|
-
"$ref": "
|
|
566
|
+
"$ref": "#/$defs/i18n_key_string",
|
|
564
567
|
"i18n": {
|
|
565
568
|
"type": "XTIT",
|
|
566
569
|
"comment": "Header subtitle"
|
|
@@ -573,7 +576,7 @@
|
|
|
573
576
|
"type": "number"
|
|
574
577
|
},
|
|
575
578
|
{
|
|
576
|
-
"$ref": "
|
|
579
|
+
"$ref": "#/$defs/simpleBinding"
|
|
577
580
|
}
|
|
578
581
|
],
|
|
579
582
|
"default": 2
|
|
@@ -582,18 +585,18 @@
|
|
|
582
585
|
"description": "Represents a description of the actions that can be applied on a part of a card",
|
|
583
586
|
"type": "array",
|
|
584
587
|
"items": {
|
|
585
|
-
"$ref": "
|
|
588
|
+
"$ref": "#/$defs/action"
|
|
586
589
|
}
|
|
587
590
|
},
|
|
588
591
|
"data": {
|
|
589
|
-
"$ref": "
|
|
592
|
+
"$ref": "#/$defs/data"
|
|
590
593
|
},
|
|
591
594
|
"unitOfMeasurement": {
|
|
592
595
|
"description": "Represents unit of measurement for the whole numeric header",
|
|
593
596
|
"type": "string"
|
|
594
597
|
},
|
|
595
598
|
"mainIndicator": {
|
|
596
|
-
"$ref": "
|
|
599
|
+
"$ref": "#/$defs/HeaderType.Numeric.MainIndicator"
|
|
597
600
|
},
|
|
598
601
|
"sideIndicatorsAlignment": {
|
|
599
602
|
"description": "The alignment of the side indicators",
|
|
@@ -607,7 +610,7 @@
|
|
|
607
610
|
"default": "Begin"
|
|
608
611
|
},
|
|
609
612
|
{
|
|
610
|
-
"$ref": "
|
|
613
|
+
"$ref": "#/$defs/simpleBinding"
|
|
611
614
|
}
|
|
612
615
|
]
|
|
613
616
|
},
|
|
@@ -622,7 +625,7 @@
|
|
|
622
625
|
"type": "number"
|
|
623
626
|
},
|
|
624
627
|
{
|
|
625
|
-
"$ref": "
|
|
628
|
+
"$ref": "#/$defs/simpleBinding"
|
|
626
629
|
}
|
|
627
630
|
],
|
|
628
631
|
"default": 1
|
|
@@ -632,27 +635,27 @@
|
|
|
632
635
|
"type": "array",
|
|
633
636
|
"maxItems": 2,
|
|
634
637
|
"items": {
|
|
635
|
-
"$ref": "
|
|
638
|
+
"$ref": "#/$defs/HeaderType.Numeric.SideIndicator"
|
|
636
639
|
}
|
|
637
640
|
},
|
|
638
641
|
"status": {
|
|
639
642
|
"description": "Represents the status of the card",
|
|
640
|
-
"$ref": "
|
|
643
|
+
"$ref": "#/$defs/status"
|
|
641
644
|
},
|
|
642
645
|
"closeButton": {
|
|
643
646
|
"description": "[Experimental] Represents the Close button when a card is opened by the ShowCard action.",
|
|
644
|
-
"$ref": "
|
|
647
|
+
"$ref": "#/$defs/closeButton"
|
|
645
648
|
},
|
|
646
649
|
"wrappingType": {
|
|
647
650
|
"description": "[Experimental] The wrapping type for texts inside the header.",
|
|
648
|
-
"$ref": "
|
|
651
|
+
"$ref": "#/$defs/wrappingType"
|
|
649
652
|
},
|
|
650
653
|
"visible": {
|
|
651
654
|
"description": "[Experimental] Visibility of the header",
|
|
652
|
-
"$ref": "
|
|
655
|
+
"$ref": "#/$defs/visibility"
|
|
653
656
|
},
|
|
654
657
|
"chart": {
|
|
655
|
-
"$ref": "
|
|
658
|
+
"$ref": "#/$defs/MicroChart"
|
|
656
659
|
}
|
|
657
660
|
}
|
|
658
661
|
},
|
|
@@ -682,7 +685,7 @@
|
|
|
682
685
|
"default": "None"
|
|
683
686
|
},
|
|
684
687
|
{
|
|
685
|
-
"$ref": "
|
|
688
|
+
"$ref": "#/$defs/simpleBinding"
|
|
686
689
|
}
|
|
687
690
|
]
|
|
688
691
|
},
|
|
@@ -692,16 +695,16 @@
|
|
|
692
695
|
"oneOf": [
|
|
693
696
|
{
|
|
694
697
|
"description": "The state color of the main indicator",
|
|
695
|
-
"$ref": "
|
|
698
|
+
"$ref": "#/$defs/Enums.ValueColor"
|
|
696
699
|
},
|
|
697
700
|
{
|
|
698
|
-
"$ref": "
|
|
701
|
+
"$ref": "#/$defs/simpleBinding"
|
|
699
702
|
}
|
|
700
703
|
]
|
|
701
704
|
},
|
|
702
705
|
"visible": {
|
|
703
706
|
"description": "Visibility of the main indicator",
|
|
704
|
-
"$ref": "
|
|
707
|
+
"$ref": "#/$defs/visibility"
|
|
705
708
|
}
|
|
706
709
|
}
|
|
707
710
|
},
|
|
@@ -728,16 +731,16 @@
|
|
|
728
731
|
"oneOf": [
|
|
729
732
|
{
|
|
730
733
|
"description": "The state color of the side indicator",
|
|
731
|
-
"$ref": "
|
|
734
|
+
"$ref": "#/$defs/Enums.ValueColor"
|
|
732
735
|
},
|
|
733
736
|
{
|
|
734
|
-
"$ref": "
|
|
737
|
+
"$ref": "#/$defs/simpleBinding"
|
|
735
738
|
}
|
|
736
739
|
]
|
|
737
740
|
},
|
|
738
741
|
"visible": {
|
|
739
742
|
"description": "Visibility of the side indicator",
|
|
740
|
-
"$ref": "
|
|
743
|
+
"$ref": "#/$defs/visibility"
|
|
741
744
|
}
|
|
742
745
|
}
|
|
743
746
|
},
|
|
@@ -747,7 +750,7 @@
|
|
|
747
750
|
"additionalProperties": false,
|
|
748
751
|
"properties": {
|
|
749
752
|
"minHeight": {
|
|
750
|
-
"$ref": "
|
|
753
|
+
"$ref": "#/$defs/minHeight"
|
|
751
754
|
}
|
|
752
755
|
}
|
|
753
756
|
},
|
|
@@ -757,10 +760,10 @@
|
|
|
757
760
|
"additionalProperties": false,
|
|
758
761
|
"properties": {
|
|
759
762
|
"data": {
|
|
760
|
-
"$ref": "
|
|
763
|
+
"$ref": "#/$defs/data"
|
|
761
764
|
},
|
|
762
765
|
"item": {
|
|
763
|
-
"$ref": "
|
|
766
|
+
"$ref": "#/$defs/ContentType.List.Item"
|
|
764
767
|
},
|
|
765
768
|
"maxItems": {
|
|
766
769
|
"description": "Represents number of items",
|
|
@@ -769,7 +772,7 @@
|
|
|
769
772
|
"type": "number"
|
|
770
773
|
},
|
|
771
774
|
{
|
|
772
|
-
"$ref": "
|
|
775
|
+
"$ref": "#/$defs/simpleBinding"
|
|
773
776
|
}
|
|
774
777
|
]
|
|
775
778
|
},
|
|
@@ -780,12 +783,12 @@
|
|
|
780
783
|
"type": "number"
|
|
781
784
|
},
|
|
782
785
|
{
|
|
783
|
-
"$ref": "
|
|
786
|
+
"$ref": "#/$defs/simpleBinding"
|
|
784
787
|
}
|
|
785
788
|
]
|
|
786
789
|
},
|
|
787
790
|
"group": {
|
|
788
|
-
"$ref": "
|
|
791
|
+
"$ref": "#/$defs/group"
|
|
789
792
|
}
|
|
790
793
|
}
|
|
791
794
|
},
|
|
@@ -798,7 +801,7 @@
|
|
|
798
801
|
"description": "The title of the item",
|
|
799
802
|
"oneOf": [
|
|
800
803
|
{
|
|
801
|
-
"$ref": "
|
|
804
|
+
"$ref": "#/$defs/field"
|
|
802
805
|
},
|
|
803
806
|
{
|
|
804
807
|
"type": "string"
|
|
@@ -809,7 +812,7 @@
|
|
|
809
812
|
"description": "The description of the item",
|
|
810
813
|
"oneOf": [
|
|
811
814
|
{
|
|
812
|
-
"$ref": "
|
|
815
|
+
"$ref": "#/$defs/field"
|
|
813
816
|
},
|
|
814
817
|
{
|
|
815
818
|
"type": "string"
|
|
@@ -818,17 +821,17 @@
|
|
|
818
821
|
},
|
|
819
822
|
"info": {
|
|
820
823
|
"description": "Defines an additional information text",
|
|
821
|
-
"$ref": "
|
|
824
|
+
"$ref": "#/$defs/ContentType.List.Item.ValueStateItem"
|
|
822
825
|
},
|
|
823
826
|
"highlight": {
|
|
824
827
|
"type": "string",
|
|
825
828
|
"description": "The highlight state of the item",
|
|
826
829
|
"oneOf": [
|
|
827
830
|
{
|
|
828
|
-
"$ref": "
|
|
831
|
+
"$ref": "#/$defs/state"
|
|
829
832
|
},
|
|
830
833
|
{
|
|
831
|
-
"$ref": "
|
|
834
|
+
"$ref": "#/$defs/simpleBinding"
|
|
832
835
|
}
|
|
833
836
|
]
|
|
834
837
|
},
|
|
@@ -837,7 +840,7 @@
|
|
|
837
840
|
"description": "Defines the semantics of the 'highlight' property. It is used for accessibility purposes."
|
|
838
841
|
},
|
|
839
842
|
"icon": {
|
|
840
|
-
"$ref": "
|
|
843
|
+
"$ref": "#/$defs/icon"
|
|
841
844
|
},
|
|
842
845
|
"attributesLayoutType": {
|
|
843
846
|
"description": "Defines the layout type of the attributes",
|
|
@@ -850,7 +853,7 @@
|
|
|
850
853
|
"default": "TwoColumns"
|
|
851
854
|
},
|
|
852
855
|
{
|
|
853
|
-
"$ref": "
|
|
856
|
+
"$ref": "#/$defs/simpleBinding"
|
|
854
857
|
}
|
|
855
858
|
]
|
|
856
859
|
},
|
|
@@ -858,18 +861,18 @@
|
|
|
858
861
|
"description": "Defines the attributes",
|
|
859
862
|
"type": "array",
|
|
860
863
|
"items": {
|
|
861
|
-
"$ref": "
|
|
864
|
+
"$ref": "#/$defs/ContentType.List.Item.ValueStateItem"
|
|
862
865
|
}
|
|
863
866
|
},
|
|
864
867
|
"actions": {
|
|
865
868
|
"description": "Defines actions that can be applied on the item",
|
|
866
869
|
"type": "array",
|
|
867
870
|
"items": {
|
|
868
|
-
"$ref": "
|
|
871
|
+
"$ref": "#/$defs/action"
|
|
869
872
|
}
|
|
870
873
|
},
|
|
871
874
|
"chart": {
|
|
872
|
-
"$ref": "
|
|
875
|
+
"$ref": "#/$defs/MicroChart"
|
|
873
876
|
},
|
|
874
877
|
"actionsStrip": {
|
|
875
878
|
"description": "Describes actions strip",
|
|
@@ -877,11 +880,11 @@
|
|
|
877
880
|
{
|
|
878
881
|
"type": "array",
|
|
879
882
|
"items": {
|
|
880
|
-
"$ref": "
|
|
883
|
+
"$ref": "#/$defs/actionsStripItem"
|
|
881
884
|
}
|
|
882
885
|
},
|
|
883
886
|
{
|
|
884
|
-
"$ref": "
|
|
887
|
+
"$ref": "#/$defs/actionsStrip"
|
|
885
888
|
}
|
|
886
889
|
]
|
|
887
890
|
}
|
|
@@ -900,10 +903,10 @@
|
|
|
900
903
|
"description": "The state of the field",
|
|
901
904
|
"oneOf": [
|
|
902
905
|
{
|
|
903
|
-
"$ref": "
|
|
906
|
+
"$ref": "#/$defs/state"
|
|
904
907
|
},
|
|
905
908
|
{
|
|
906
|
-
"$ref": "
|
|
909
|
+
"$ref": "#/$defs/simpleBinding"
|
|
907
910
|
}
|
|
908
911
|
]
|
|
909
912
|
},
|
|
@@ -914,7 +917,7 @@
|
|
|
914
917
|
"type": "boolean"
|
|
915
918
|
},
|
|
916
919
|
{
|
|
917
|
-
"$ref": "
|
|
920
|
+
"$ref": "#/$defs/simpleBinding"
|
|
918
921
|
}
|
|
919
922
|
]
|
|
920
923
|
},
|
|
@@ -924,7 +927,7 @@
|
|
|
924
927
|
},
|
|
925
928
|
"visible": {
|
|
926
929
|
"description": "Visibility of the item",
|
|
927
|
-
"$ref": "
|
|
930
|
+
"$ref": "#/$defs/visibility"
|
|
928
931
|
},
|
|
929
932
|
"title": {
|
|
930
933
|
"description": "Title of the data point. This is just a placeholder to store the title, title will not be rendered on the screen. This is needed to prevent the loss of columnn names while transforming table card to list card.",
|
|
@@ -938,7 +941,7 @@
|
|
|
938
941
|
"additionalProperties": false,
|
|
939
942
|
"properties": {
|
|
940
943
|
"data": {
|
|
941
|
-
"$ref": "
|
|
944
|
+
"$ref": "#/$defs/data"
|
|
942
945
|
},
|
|
943
946
|
"chartType": {
|
|
944
947
|
"description": "The type of the chart",
|
|
@@ -948,7 +951,7 @@
|
|
|
948
951
|
"type": "string"
|
|
949
952
|
},
|
|
950
953
|
{
|
|
951
|
-
"$ref": "
|
|
954
|
+
"$ref": "#/$defs/simpleBinding"
|
|
952
955
|
}
|
|
953
956
|
]
|
|
954
957
|
},
|
|
@@ -959,15 +962,15 @@
|
|
|
959
962
|
"type": "object"
|
|
960
963
|
},
|
|
961
964
|
{
|
|
962
|
-
"$ref": "
|
|
965
|
+
"$ref": "#/$defs/simpleBinding"
|
|
963
966
|
}
|
|
964
967
|
]
|
|
965
968
|
},
|
|
966
969
|
"minHeight": {
|
|
967
|
-
"$ref": "
|
|
970
|
+
"$ref": "#/$defs/minHeight"
|
|
968
971
|
},
|
|
969
972
|
"legend": {
|
|
970
|
-
"$ref": "
|
|
973
|
+
"$ref": "#/$defs/ContentType.Analytical.Legend"
|
|
971
974
|
},
|
|
972
975
|
"plotArea": {
|
|
973
976
|
"description": "[Deprecated] Describes the plotArea properties",
|
|
@@ -975,24 +978,26 @@
|
|
|
975
978
|
"additionalProperties": false,
|
|
976
979
|
"properties": {
|
|
977
980
|
"dataLabel": {
|
|
978
|
-
"$ref": "
|
|
981
|
+
"$ref": "#/$defs/ContentType.Analytical.DataLabel"
|
|
979
982
|
},
|
|
980
983
|
"categoryAxisText": {
|
|
981
|
-
"$ref": "
|
|
984
|
+
"$ref": "#/$defs/ContentType.Analytical.AxisText"
|
|
982
985
|
},
|
|
983
986
|
"valueAxisText": {
|
|
984
|
-
"$ref": "
|
|
987
|
+
"$ref": "#/$defs/ContentType.Analytical.AxisText"
|
|
985
988
|
}
|
|
986
|
-
}
|
|
989
|
+
},
|
|
990
|
+
"deprecated": true
|
|
987
991
|
},
|
|
988
992
|
"title": {
|
|
989
993
|
"description": "[Deprecated] Represents title attributes",
|
|
994
|
+
"deprecated": true,
|
|
990
995
|
"type": "object",
|
|
991
996
|
"additionalProperties": false,
|
|
992
997
|
"properties": {
|
|
993
998
|
"visible": {
|
|
994
999
|
"description": "Represents the visibility state of the title",
|
|
995
|
-
"$ref": "
|
|
1000
|
+
"$ref": "#/$defs/visibility"
|
|
996
1001
|
},
|
|
997
1002
|
"text": {
|
|
998
1003
|
"description": "Represents a title text",
|
|
@@ -1010,7 +1015,7 @@
|
|
|
1010
1015
|
"default": "Center"
|
|
1011
1016
|
},
|
|
1012
1017
|
{
|
|
1013
|
-
"$ref": "
|
|
1018
|
+
"$ref": "#/$defs/simpleBinding"
|
|
1014
1019
|
}
|
|
1015
1020
|
]
|
|
1016
1021
|
}
|
|
@@ -1018,36 +1023,38 @@
|
|
|
1018
1023
|
},
|
|
1019
1024
|
"measureAxis": {
|
|
1020
1025
|
"description": "[Deprecated] Represents the value set for measure axis",
|
|
1026
|
+
"deprecated": true,
|
|
1021
1027
|
"type": "string"
|
|
1022
1028
|
},
|
|
1023
1029
|
"dimensionAxis": {
|
|
1024
1030
|
"description": "[Deprecated] Represents the value set for dimension axis",
|
|
1031
|
+
"deprecated": true,
|
|
1025
1032
|
"type": "string"
|
|
1026
1033
|
},
|
|
1027
1034
|
"dimensions": {
|
|
1028
1035
|
"type": "array",
|
|
1029
1036
|
"items": {
|
|
1030
|
-
"$ref": "
|
|
1037
|
+
"$ref": "#/$defs/ContentType.Analytical.Dimension"
|
|
1031
1038
|
}
|
|
1032
1039
|
},
|
|
1033
1040
|
"measures": {
|
|
1034
1041
|
"type": "array",
|
|
1035
1042
|
"items": {
|
|
1036
|
-
"$ref": "
|
|
1043
|
+
"$ref": "#/$defs/ContentType.Analytical.Measure"
|
|
1037
1044
|
}
|
|
1038
1045
|
},
|
|
1039
1046
|
"feeds": {
|
|
1040
1047
|
"description": "Feeds for the chart",
|
|
1041
1048
|
"type": "array",
|
|
1042
1049
|
"items": {
|
|
1043
|
-
"$ref": "
|
|
1050
|
+
"$ref": "#/$defs/ContentType.Analytical.Field"
|
|
1044
1051
|
}
|
|
1045
1052
|
},
|
|
1046
1053
|
"actions": {
|
|
1047
1054
|
"description": "Defines actions that can be applied on the content",
|
|
1048
1055
|
"type": "array",
|
|
1049
1056
|
"items": {
|
|
1050
|
-
"$ref": "
|
|
1057
|
+
"$ref": "#/$defs/action"
|
|
1051
1058
|
}
|
|
1052
1059
|
},
|
|
1053
1060
|
"actionableArea": {
|
|
@@ -1060,7 +1067,7 @@
|
|
|
1060
1067
|
"default": "Full"
|
|
1061
1068
|
},
|
|
1062
1069
|
{
|
|
1063
|
-
"$ref": "
|
|
1070
|
+
"$ref": "#/$defs/simpleBinding"
|
|
1064
1071
|
}
|
|
1065
1072
|
]
|
|
1066
1073
|
},
|
|
@@ -1077,7 +1084,7 @@
|
|
|
1077
1084
|
"default": false
|
|
1078
1085
|
},
|
|
1079
1086
|
{
|
|
1080
|
-
"$ref": "
|
|
1087
|
+
"$ref": "#/$defs/simpleBinding"
|
|
1081
1088
|
}
|
|
1082
1089
|
]
|
|
1083
1090
|
},
|
|
@@ -1093,7 +1100,7 @@
|
|
|
1093
1100
|
"description": "Defines actions that will be triggered when the action button is pressed",
|
|
1094
1101
|
"type": "array",
|
|
1095
1102
|
"items": {
|
|
1096
|
-
"$ref": "
|
|
1103
|
+
"$ref": "#/$defs/action"
|
|
1097
1104
|
}
|
|
1098
1105
|
},
|
|
1099
1106
|
"text": {
|
|
@@ -1114,11 +1121,11 @@
|
|
|
1114
1121
|
"properties": {
|
|
1115
1122
|
"visible": {
|
|
1116
1123
|
"description": "Visibility of the data labels",
|
|
1117
|
-
"$ref": "
|
|
1124
|
+
"$ref": "#/$defs/visibility"
|
|
1118
1125
|
},
|
|
1119
1126
|
"showTotal": {
|
|
1120
1127
|
"description": "Visibility of data label for total value in some charts",
|
|
1121
|
-
"$ref": "
|
|
1128
|
+
"$ref": "#/$defs/visibility"
|
|
1122
1129
|
}
|
|
1123
1130
|
}
|
|
1124
1131
|
},
|
|
@@ -1129,18 +1136,19 @@
|
|
|
1129
1136
|
"properties": {
|
|
1130
1137
|
"visible": {
|
|
1131
1138
|
"description": "Represents the visibility state of the descriptive axis text",
|
|
1132
|
-
"$ref": "
|
|
1139
|
+
"$ref": "#/$defs/visibility"
|
|
1133
1140
|
}
|
|
1134
1141
|
}
|
|
1135
1142
|
},
|
|
1136
1143
|
"ContentType.Analytical.Legend": {
|
|
1137
1144
|
"description": "[Deprecated] Represents chart legend attributes",
|
|
1145
|
+
"deprecated": true,
|
|
1138
1146
|
"type": "object",
|
|
1139
1147
|
"additionalProperties": false,
|
|
1140
1148
|
"properties": {
|
|
1141
1149
|
"visible": {
|
|
1142
1150
|
"description": "Defines whether the legend will be visible",
|
|
1143
|
-
"$ref": "
|
|
1151
|
+
"$ref": "#/$defs/visibility"
|
|
1144
1152
|
},
|
|
1145
1153
|
"position": {
|
|
1146
1154
|
"description": "Defines where the legend will be positioned",
|
|
@@ -1156,7 +1164,7 @@
|
|
|
1156
1164
|
"default": "Right"
|
|
1157
1165
|
},
|
|
1158
1166
|
{
|
|
1159
|
-
"$ref": "
|
|
1167
|
+
"$ref": "#/$defs/simpleBinding"
|
|
1160
1168
|
}
|
|
1161
1169
|
]
|
|
1162
1170
|
},
|
|
@@ -1172,7 +1180,7 @@
|
|
|
1172
1180
|
"default": "TopLeft"
|
|
1173
1181
|
},
|
|
1174
1182
|
{
|
|
1175
|
-
"$ref": "
|
|
1183
|
+
"$ref": "#/$defs/simpleBinding"
|
|
1176
1184
|
}
|
|
1177
1185
|
]
|
|
1178
1186
|
}
|
|
@@ -1192,7 +1200,7 @@
|
|
|
1192
1200
|
]
|
|
1193
1201
|
},
|
|
1194
1202
|
{
|
|
1195
|
-
"$ref": "
|
|
1203
|
+
"$ref": "#/$defs/simpleBinding"
|
|
1196
1204
|
}
|
|
1197
1205
|
]
|
|
1198
1206
|
},
|
|
@@ -1220,6 +1228,7 @@
|
|
|
1220
1228
|
},
|
|
1221
1229
|
"label": {
|
|
1222
1230
|
"description": "[Deprecated] Label for the measure",
|
|
1231
|
+
"deprecated": true,
|
|
1223
1232
|
"type": "string"
|
|
1224
1233
|
},
|
|
1225
1234
|
"value": {
|
|
@@ -1239,6 +1248,7 @@
|
|
|
1239
1248
|
},
|
|
1240
1249
|
"label": {
|
|
1241
1250
|
"description": "[Deprecated] Label for the dimension",
|
|
1251
|
+
"deprecated": true,
|
|
1242
1252
|
"type": "string"
|
|
1243
1253
|
},
|
|
1244
1254
|
"value": {
|
|
@@ -1262,7 +1272,7 @@
|
|
|
1262
1272
|
"default": "string"
|
|
1263
1273
|
},
|
|
1264
1274
|
{
|
|
1265
|
-
"$ref": "
|
|
1275
|
+
"$ref": "#/$defs/simpleBinding"
|
|
1266
1276
|
}
|
|
1267
1277
|
]
|
|
1268
1278
|
}
|
|
@@ -1279,11 +1289,11 @@
|
|
|
1279
1289
|
"additionalProperties": false,
|
|
1280
1290
|
"properties": {
|
|
1281
1291
|
"data": {
|
|
1282
|
-
"$ref": "
|
|
1292
|
+
"$ref": "#/$defs/data"
|
|
1283
1293
|
},
|
|
1284
1294
|
"item": {
|
|
1285
1295
|
"description": "Defines the timeline item",
|
|
1286
|
-
"$ref": "
|
|
1296
|
+
"$ref": "#/$defs/ContentType.Timeline.Item"
|
|
1287
1297
|
},
|
|
1288
1298
|
"maxItems": {
|
|
1289
1299
|
"description": "Represents number of items",
|
|
@@ -1292,7 +1302,7 @@
|
|
|
1292
1302
|
"type": "number"
|
|
1293
1303
|
},
|
|
1294
1304
|
{
|
|
1295
|
-
"$ref": "
|
|
1305
|
+
"$ref": "#/$defs/simpleBinding"
|
|
1296
1306
|
}
|
|
1297
1307
|
]
|
|
1298
1308
|
},
|
|
@@ -1303,7 +1313,7 @@
|
|
|
1303
1313
|
"type": "number"
|
|
1304
1314
|
},
|
|
1305
1315
|
{
|
|
1306
|
-
"$ref": "
|
|
1316
|
+
"$ref": "#/$defs/simpleBinding"
|
|
1307
1317
|
}
|
|
1308
1318
|
]
|
|
1309
1319
|
}
|
|
@@ -1316,19 +1326,19 @@
|
|
|
1316
1326
|
"properties": {
|
|
1317
1327
|
"title": {
|
|
1318
1328
|
"description": "The title of the timeline item",
|
|
1319
|
-
"$ref": "
|
|
1329
|
+
"$ref": "#/$defs/field"
|
|
1320
1330
|
},
|
|
1321
1331
|
"description": {
|
|
1322
1332
|
"description": "The description of the timeline item",
|
|
1323
|
-
"$ref": "
|
|
1333
|
+
"$ref": "#/$defs/field"
|
|
1324
1334
|
},
|
|
1325
1335
|
"dateTime": {
|
|
1326
1336
|
"description": "The dateTime value of the timeline item",
|
|
1327
|
-
"$ref": "
|
|
1337
|
+
"$ref": "#/$defs/field"
|
|
1328
1338
|
},
|
|
1329
1339
|
"owner": {
|
|
1330
1340
|
"description": "The owner of the timeline item",
|
|
1331
|
-
"$ref": "
|
|
1341
|
+
"$ref": "#/$defs/field"
|
|
1332
1342
|
},
|
|
1333
1343
|
"ownerImage": {
|
|
1334
1344
|
"description": "The owner image of the timeline item",
|
|
@@ -1340,13 +1350,13 @@
|
|
|
1340
1350
|
},
|
|
1341
1351
|
"icon": {
|
|
1342
1352
|
"description": "The icon of the timeline item",
|
|
1343
|
-
"$ref": "
|
|
1353
|
+
"$ref": "#/$defs/simpleIcon"
|
|
1344
1354
|
},
|
|
1345
1355
|
"actions": {
|
|
1346
1356
|
"description": "Defines actions that can be applied on the item level",
|
|
1347
1357
|
"type": "array",
|
|
1348
1358
|
"items": {
|
|
1349
|
-
"$ref": "
|
|
1359
|
+
"$ref": "#/$defs/action"
|
|
1350
1360
|
}
|
|
1351
1361
|
}
|
|
1352
1362
|
}
|
|
@@ -1357,20 +1367,20 @@
|
|
|
1357
1367
|
"additionalProperties": false,
|
|
1358
1368
|
"properties": {
|
|
1359
1369
|
"data": {
|
|
1360
|
-
"$ref": "
|
|
1370
|
+
"$ref": "#/$defs/data"
|
|
1361
1371
|
},
|
|
1362
1372
|
"groups": {
|
|
1363
1373
|
"description": "Represents groups of information for an object",
|
|
1364
1374
|
"type": "array",
|
|
1365
1375
|
"items": {
|
|
1366
|
-
"$ref": "
|
|
1376
|
+
"$ref": "#/$defs/ContentType.Object.Group"
|
|
1367
1377
|
}
|
|
1368
1378
|
},
|
|
1369
1379
|
"actions": {
|
|
1370
1380
|
"description": "Defines actions that can be applied on the content",
|
|
1371
1381
|
"type": "array",
|
|
1372
1382
|
"items": {
|
|
1373
|
-
"$ref": "
|
|
1383
|
+
"$ref": "#/$defs/action"
|
|
1374
1384
|
}
|
|
1375
1385
|
},
|
|
1376
1386
|
"hasData": {
|
|
@@ -1386,7 +1396,7 @@
|
|
|
1386
1396
|
"type": "array"
|
|
1387
1397
|
},
|
|
1388
1398
|
{
|
|
1389
|
-
"$ref": "
|
|
1399
|
+
"$ref": "#/$defs/simpleBinding"
|
|
1390
1400
|
}
|
|
1391
1401
|
],
|
|
1392
1402
|
"default": true
|
|
@@ -1403,7 +1413,7 @@
|
|
|
1403
1413
|
"properties": {
|
|
1404
1414
|
"title": {
|
|
1405
1415
|
"description": "Represents a title of the object group; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
|
|
1406
|
-
"$ref": "
|
|
1416
|
+
"$ref": "#/$defs/i18n_key_string",
|
|
1407
1417
|
"i18n": {
|
|
1408
1418
|
"type": "XGRP",
|
|
1409
1419
|
"comment": "Object group title"
|
|
@@ -1416,7 +1426,7 @@
|
|
|
1416
1426
|
"type": "number"
|
|
1417
1427
|
},
|
|
1418
1428
|
{
|
|
1419
|
-
"$ref": "
|
|
1429
|
+
"$ref": "#/$defs/simpleBinding"
|
|
1420
1430
|
}
|
|
1421
1431
|
],
|
|
1422
1432
|
"default": 1
|
|
@@ -1428,7 +1438,7 @@
|
|
|
1428
1438
|
"type": "boolean"
|
|
1429
1439
|
},
|
|
1430
1440
|
{
|
|
1431
|
-
"$ref": "
|
|
1441
|
+
"$ref": "#/$defs/simpleBinding"
|
|
1432
1442
|
}
|
|
1433
1443
|
],
|
|
1434
1444
|
"default": false
|
|
@@ -1437,12 +1447,12 @@
|
|
|
1437
1447
|
"description": "Represents items of information",
|
|
1438
1448
|
"type": "array",
|
|
1439
1449
|
"items": {
|
|
1440
|
-
"$ref": "
|
|
1450
|
+
"$ref": "#/$defs/ContentType.Object.Item"
|
|
1441
1451
|
}
|
|
1442
1452
|
},
|
|
1443
1453
|
"visible": {
|
|
1444
1454
|
"description": "Represents the visibility state of the group",
|
|
1445
|
-
"$ref": "
|
|
1455
|
+
"$ref": "#/$defs/visibility"
|
|
1446
1456
|
},
|
|
1447
1457
|
"alignment": {
|
|
1448
1458
|
"description": "[Experimental] Alignment of the group",
|
|
@@ -1461,7 +1471,7 @@
|
|
|
1461
1471
|
"properties": {
|
|
1462
1472
|
"icon": {
|
|
1463
1473
|
"description": "Defines the icon of the item",
|
|
1464
|
-
"$ref": "
|
|
1474
|
+
"$ref": "#/$defs/icon"
|
|
1465
1475
|
},
|
|
1466
1476
|
"label": {
|
|
1467
1477
|
"description": "Defines the label of the item",
|
|
@@ -1474,7 +1484,7 @@
|
|
|
1474
1484
|
"type": "boolean"
|
|
1475
1485
|
},
|
|
1476
1486
|
{
|
|
1477
|
-
"$ref": "
|
|
1487
|
+
"$ref": "#/$defs/simpleBinding"
|
|
1478
1488
|
}
|
|
1479
1489
|
]
|
|
1480
1490
|
},
|
|
@@ -1531,50 +1541,53 @@
|
|
|
1531
1541
|
"default": "Default"
|
|
1532
1542
|
},
|
|
1533
1543
|
{
|
|
1534
|
-
"$ref": "
|
|
1544
|
+
"$ref": "#/$defs/simpleBinding"
|
|
1535
1545
|
}
|
|
1536
1546
|
]
|
|
1537
1547
|
},
|
|
1538
1548
|
"url": {
|
|
1539
1549
|
"description": "[Deprecated] Defines the URL string. Works only with items of type 'link'",
|
|
1550
|
+
"deprecated": true,
|
|
1540
1551
|
"type": "string"
|
|
1541
1552
|
},
|
|
1542
1553
|
"target": {
|
|
1543
1554
|
"description": "[Deprecated] Specifies the target of the link - it works like the target property of the HTML 'a' tag. Works only with items of type 'link'",
|
|
1555
|
+
"deprecated": true,
|
|
1544
1556
|
"oneOf": [
|
|
1545
1557
|
{
|
|
1546
|
-
"$ref": "
|
|
1558
|
+
"$ref": "#/$defs/target"
|
|
1547
1559
|
},
|
|
1548
1560
|
{
|
|
1549
|
-
"$ref": "
|
|
1561
|
+
"$ref": "#/$defs/simpleBinding"
|
|
1550
1562
|
}
|
|
1551
1563
|
]
|
|
1552
1564
|
},
|
|
1553
1565
|
"emailSubject": {
|
|
1554
1566
|
"description": "[Deprecated] Represents the subject of the email. Works only with item of type 'email'",
|
|
1567
|
+
"deprecated": true,
|
|
1555
1568
|
"type": "string"
|
|
1556
1569
|
},
|
|
1557
1570
|
"actions": {
|
|
1558
1571
|
"description": "Defines actions that can be applied on the group item",
|
|
1559
1572
|
"type": "array",
|
|
1560
1573
|
"items": {
|
|
1561
|
-
"$ref": "
|
|
1574
|
+
"$ref": "#/$defs/action"
|
|
1562
1575
|
}
|
|
1563
1576
|
},
|
|
1564
1577
|
"visible": {
|
|
1565
1578
|
"description": "Represents the visibility state of the item",
|
|
1566
|
-
"$ref": "
|
|
1579
|
+
"$ref": "#/$defs/visibility"
|
|
1567
1580
|
},
|
|
1568
1581
|
"mainIndicator": {
|
|
1569
1582
|
"description": "[Experimental]",
|
|
1570
|
-
"$ref": "
|
|
1583
|
+
"$ref": "#/$defs/ContentType.Object.Item.MainIndicator"
|
|
1571
1584
|
},
|
|
1572
1585
|
"sideIndicators": {
|
|
1573
1586
|
"description": "[Experimental] Multiple side indicators that relate to the main numeric indicator",
|
|
1574
1587
|
"type": "array",
|
|
1575
1588
|
"maxItems": 2,
|
|
1576
1589
|
"items": {
|
|
1577
|
-
"$ref": "
|
|
1590
|
+
"$ref": "#/$defs/HeaderType.Numeric.SideIndicator"
|
|
1578
1591
|
}
|
|
1579
1592
|
},
|
|
1580
1593
|
"sideIndicatorsAlignment": {
|
|
@@ -1589,13 +1602,13 @@
|
|
|
1589
1602
|
"default": "Begin"
|
|
1590
1603
|
},
|
|
1591
1604
|
{
|
|
1592
|
-
"$ref": "
|
|
1605
|
+
"$ref": "#/$defs/simpleBinding"
|
|
1593
1606
|
}
|
|
1594
1607
|
]
|
|
1595
1608
|
},
|
|
1596
1609
|
"template": {
|
|
1597
1610
|
"description": "[Experimental] Template definition for the icons in the group",
|
|
1598
|
-
"$ref": "
|
|
1611
|
+
"$ref": "#/$defs/ContentType.Object.Item.IconGroupTemplate"
|
|
1599
1612
|
},
|
|
1600
1613
|
"path": {
|
|
1601
1614
|
"description": "[Experimental] Binding path to the icon data",
|
|
@@ -1613,7 +1626,7 @@
|
|
|
1613
1626
|
"default": "XS"
|
|
1614
1627
|
},
|
|
1615
1628
|
{
|
|
1616
|
-
"$ref": "
|
|
1629
|
+
"$ref": "#/$defs/simpleBinding"
|
|
1617
1630
|
}
|
|
1618
1631
|
]
|
|
1619
1632
|
},
|
|
@@ -1624,7 +1637,7 @@
|
|
|
1624
1637
|
"type": "number"
|
|
1625
1638
|
},
|
|
1626
1639
|
{
|
|
1627
|
-
"$ref": "
|
|
1640
|
+
"$ref": "#/$defs/simpleBinding"
|
|
1628
1641
|
}
|
|
1629
1642
|
]
|
|
1630
1643
|
},
|
|
@@ -1634,7 +1647,7 @@
|
|
|
1634
1647
|
},
|
|
1635
1648
|
"state": {
|
|
1636
1649
|
"description": "The state color of the item",
|
|
1637
|
-
"$ref": "
|
|
1650
|
+
"$ref": "#/$defs/state"
|
|
1638
1651
|
},
|
|
1639
1652
|
"showStateIcon": {
|
|
1640
1653
|
"description": "Defines if a default state icon is shown",
|
|
@@ -1643,7 +1656,7 @@
|
|
|
1643
1656
|
"type": "boolean"
|
|
1644
1657
|
},
|
|
1645
1658
|
{
|
|
1646
|
-
"$ref": "
|
|
1659
|
+
"$ref": "#/$defs/simpleBinding"
|
|
1647
1660
|
}
|
|
1648
1661
|
]
|
|
1649
1662
|
},
|
|
@@ -1676,7 +1689,7 @@
|
|
|
1676
1689
|
"additionalProperties": false,
|
|
1677
1690
|
"properties": {
|
|
1678
1691
|
"template": {
|
|
1679
|
-
"$ref": "
|
|
1692
|
+
"$ref": "#/$defs/ContentType.Object.Item.ComboBoxItemTemplate"
|
|
1680
1693
|
},
|
|
1681
1694
|
"path": {
|
|
1682
1695
|
"description": "Defines the path to the structure holding the data about the items",
|
|
@@ -1689,7 +1702,7 @@
|
|
|
1689
1702
|
"validations": {
|
|
1690
1703
|
"type": "array",
|
|
1691
1704
|
"items": {
|
|
1692
|
-
"$ref": "
|
|
1705
|
+
"$ref": "#/$defs/ContentType.Object.Item.Validation"
|
|
1693
1706
|
}
|
|
1694
1707
|
},
|
|
1695
1708
|
"maxValue": {
|
|
@@ -1700,7 +1713,7 @@
|
|
|
1700
1713
|
"default": 5
|
|
1701
1714
|
},
|
|
1702
1715
|
{
|
|
1703
|
-
"$ref": "
|
|
1716
|
+
"$ref": "#/$defs/simpleBinding"
|
|
1704
1717
|
}
|
|
1705
1718
|
]
|
|
1706
1719
|
},
|
|
@@ -1715,7 +1728,7 @@
|
|
|
1715
1728
|
"default": "Half"
|
|
1716
1729
|
},
|
|
1717
1730
|
{
|
|
1718
|
-
"$ref": "
|
|
1731
|
+
"$ref": "#/$defs/simpleBinding"
|
|
1719
1732
|
}
|
|
1720
1733
|
]
|
|
1721
1734
|
},
|
|
@@ -1739,7 +1752,7 @@
|
|
|
1739
1752
|
"default": false
|
|
1740
1753
|
},
|
|
1741
1754
|
{
|
|
1742
|
-
"$ref": "
|
|
1755
|
+
"$ref": "#/$defs/simpleBinding"
|
|
1743
1756
|
}
|
|
1744
1757
|
]
|
|
1745
1758
|
},
|
|
@@ -1829,7 +1842,7 @@
|
|
|
1829
1842
|
"default": "None"
|
|
1830
1843
|
},
|
|
1831
1844
|
{
|
|
1832
|
-
"$ref": "
|
|
1845
|
+
"$ref": "#/$defs/simpleBinding"
|
|
1833
1846
|
}
|
|
1834
1847
|
]
|
|
1835
1848
|
},
|
|
@@ -1839,10 +1852,10 @@
|
|
|
1839
1852
|
"oneOf": [
|
|
1840
1853
|
{
|
|
1841
1854
|
"description": "The state color of the main indicator",
|
|
1842
|
-
"$ref": "
|
|
1855
|
+
"$ref": "#/$defs/Enums.ValueColor"
|
|
1843
1856
|
},
|
|
1844
1857
|
{
|
|
1845
|
-
"$ref": "
|
|
1858
|
+
"$ref": "#/$defs/simpleBinding"
|
|
1846
1859
|
}
|
|
1847
1860
|
]
|
|
1848
1861
|
},
|
|
@@ -1856,7 +1869,7 @@
|
|
|
1856
1869
|
"default": "Default"
|
|
1857
1870
|
},
|
|
1858
1871
|
{
|
|
1859
|
-
"$ref": "
|
|
1872
|
+
"$ref": "#/$defs/simpleBinding"
|
|
1860
1873
|
}
|
|
1861
1874
|
]
|
|
1862
1875
|
}
|
|
@@ -1871,13 +1884,13 @@
|
|
|
1871
1884
|
],
|
|
1872
1885
|
"properties": {
|
|
1873
1886
|
"icon": {
|
|
1874
|
-
"$ref": "
|
|
1887
|
+
"$ref": "#/$defs/ContentType.Object.Item.IconGroupIcon"
|
|
1875
1888
|
},
|
|
1876
1889
|
"actions": {
|
|
1877
1890
|
"description": "Defines actions that can be applied on the icon",
|
|
1878
1891
|
"type": "array",
|
|
1879
1892
|
"items": {
|
|
1880
|
-
"$ref": "
|
|
1893
|
+
"$ref": "#/$defs/action"
|
|
1881
1894
|
}
|
|
1882
1895
|
}
|
|
1883
1896
|
}
|
|
@@ -1893,7 +1906,8 @@
|
|
|
1893
1906
|
},
|
|
1894
1907
|
"text": {
|
|
1895
1908
|
"type": "string",
|
|
1896
|
-
"description": "[Deprecated] Represents text that will be displayed in the icon"
|
|
1909
|
+
"description": "[Deprecated] Represents text that will be displayed in the icon",
|
|
1910
|
+
"deprecated": true
|
|
1897
1911
|
},
|
|
1898
1912
|
"initials": {
|
|
1899
1913
|
"type": "string",
|
|
@@ -1941,7 +1955,7 @@
|
|
|
1941
1955
|
"default": "Error"
|
|
1942
1956
|
},
|
|
1943
1957
|
{
|
|
1944
|
-
"$ref": "
|
|
1958
|
+
"$ref": "#/$defs/simpleBinding"
|
|
1945
1959
|
}
|
|
1946
1960
|
]
|
|
1947
1961
|
},
|
|
@@ -1953,7 +1967,7 @@
|
|
|
1953
1967
|
"default": false
|
|
1954
1968
|
},
|
|
1955
1969
|
{
|
|
1956
|
-
"$ref": "
|
|
1970
|
+
"$ref": "#/$defs/simpleBinding"
|
|
1957
1971
|
}
|
|
1958
1972
|
]
|
|
1959
1973
|
},
|
|
@@ -1964,7 +1978,7 @@
|
|
|
1964
1978
|
"type": "number"
|
|
1965
1979
|
},
|
|
1966
1980
|
{
|
|
1967
|
-
"$ref": "
|
|
1981
|
+
"$ref": "#/$defs/simpleBinding"
|
|
1968
1982
|
}
|
|
1969
1983
|
]
|
|
1970
1984
|
},
|
|
@@ -1975,7 +1989,7 @@
|
|
|
1975
1989
|
"type": "number"
|
|
1976
1990
|
},
|
|
1977
1991
|
{
|
|
1978
|
-
"$ref": "
|
|
1992
|
+
"$ref": "#/$defs/simpleBinding"
|
|
1979
1993
|
}
|
|
1980
1994
|
]
|
|
1981
1995
|
},
|
|
@@ -1987,7 +2001,7 @@
|
|
|
1987
2001
|
"default": false
|
|
1988
2002
|
},
|
|
1989
2003
|
{
|
|
1990
|
-
"$ref": "
|
|
2004
|
+
"$ref": "#/$defs/simpleBinding"
|
|
1991
2005
|
}
|
|
1992
2006
|
]
|
|
1993
2007
|
},
|
|
@@ -2007,7 +2021,7 @@
|
|
|
2007
2021
|
"additionalProperties": false,
|
|
2008
2022
|
"properties": {
|
|
2009
2023
|
"data": {
|
|
2010
|
-
"$ref": "
|
|
2024
|
+
"$ref": "#/$defs/data"
|
|
2011
2025
|
},
|
|
2012
2026
|
"row": {
|
|
2013
2027
|
"description": "The template for all rows",
|
|
@@ -2018,14 +2032,14 @@
|
|
|
2018
2032
|
"description": "Defines the columns attributes",
|
|
2019
2033
|
"type": "array",
|
|
2020
2034
|
"items": {
|
|
2021
|
-
"$ref": "
|
|
2035
|
+
"$ref": "#/$defs/ContentType.Table.Column"
|
|
2022
2036
|
}
|
|
2023
2037
|
},
|
|
2024
2038
|
"actions": {
|
|
2025
2039
|
"description": "Defines actions that can be applied on the item",
|
|
2026
2040
|
"type": "array",
|
|
2027
2041
|
"items": {
|
|
2028
|
-
"$ref": "
|
|
2042
|
+
"$ref": "#/$defs/action"
|
|
2029
2043
|
}
|
|
2030
2044
|
},
|
|
2031
2045
|
"highlight": {
|
|
@@ -2033,10 +2047,10 @@
|
|
|
2033
2047
|
"description": "The highlight state of the row",
|
|
2034
2048
|
"oneOf": [
|
|
2035
2049
|
{
|
|
2036
|
-
"$ref": "
|
|
2050
|
+
"$ref": "#/$defs/state"
|
|
2037
2051
|
},
|
|
2038
2052
|
{
|
|
2039
|
-
"$ref": "
|
|
2053
|
+
"$ref": "#/$defs/simpleBinding"
|
|
2040
2054
|
}
|
|
2041
2055
|
]
|
|
2042
2056
|
},
|
|
@@ -2053,7 +2067,7 @@
|
|
|
2053
2067
|
"type": "number"
|
|
2054
2068
|
},
|
|
2055
2069
|
{
|
|
2056
|
-
"$ref": "
|
|
2070
|
+
"$ref": "#/$defs/simpleBinding"
|
|
2057
2071
|
}
|
|
2058
2072
|
]
|
|
2059
2073
|
},
|
|
@@ -2064,12 +2078,12 @@
|
|
|
2064
2078
|
"type": "number"
|
|
2065
2079
|
},
|
|
2066
2080
|
{
|
|
2067
|
-
"$ref": "
|
|
2081
|
+
"$ref": "#/$defs/simpleBinding"
|
|
2068
2082
|
}
|
|
2069
2083
|
]
|
|
2070
2084
|
},
|
|
2071
2085
|
"group": {
|
|
2072
|
-
"$ref": "
|
|
2086
|
+
"$ref": "#/$defs/group"
|
|
2073
2087
|
}
|
|
2074
2088
|
}
|
|
2075
2089
|
},
|
|
@@ -2080,7 +2094,7 @@
|
|
|
2080
2094
|
"properties": {
|
|
2081
2095
|
"title": {
|
|
2082
2096
|
"description": "Represents a title of the column; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
|
|
2083
|
-
"$ref": "
|
|
2097
|
+
"$ref": "#/$defs/i18n_key_string",
|
|
2084
2098
|
"i18n": {
|
|
2085
2099
|
"type": "XCOL",
|
|
2086
2100
|
"comment": "Column title"
|
|
@@ -2094,10 +2108,10 @@
|
|
|
2094
2108
|
"description": "Defines the horizontal alignment of the column content",
|
|
2095
2109
|
"oneOf": [
|
|
2096
2110
|
{
|
|
2097
|
-
"$ref": "
|
|
2111
|
+
"$ref": "#/$defs/textAlign"
|
|
2098
2112
|
},
|
|
2099
2113
|
{
|
|
2100
|
-
"$ref": "
|
|
2114
|
+
"$ref": "#/$defs/simpleBinding"
|
|
2101
2115
|
}
|
|
2102
2116
|
]
|
|
2103
2117
|
},
|
|
@@ -2111,58 +2125,60 @@
|
|
|
2111
2125
|
},
|
|
2112
2126
|
"icon": {
|
|
2113
2127
|
"description": "Represents column with icon",
|
|
2114
|
-
"$ref": "
|
|
2128
|
+
"$ref": "#/$defs/icon"
|
|
2115
2129
|
},
|
|
2116
2130
|
"state": {
|
|
2117
2131
|
"description": "Defines the state of the column",
|
|
2118
2132
|
"oneOf": [
|
|
2119
2133
|
{
|
|
2120
|
-
"$ref": "
|
|
2134
|
+
"$ref": "#/$defs/state"
|
|
2121
2135
|
},
|
|
2122
2136
|
{
|
|
2123
|
-
"$ref": "
|
|
2137
|
+
"$ref": "#/$defs/simpleBinding"
|
|
2124
2138
|
}
|
|
2125
2139
|
]
|
|
2126
2140
|
},
|
|
2127
2141
|
"url": {
|
|
2128
2142
|
"description": "[Deprecated] Defines the URL string",
|
|
2143
|
+
"deprecated": true,
|
|
2129
2144
|
"type": "string"
|
|
2130
2145
|
},
|
|
2131
2146
|
"target": {
|
|
2132
2147
|
"description": "[Deprecated] Specifies where to open the 'url', if it is provided",
|
|
2148
|
+
"deprecated": true,
|
|
2133
2149
|
"type": "string",
|
|
2134
2150
|
"oneOf": [
|
|
2135
2151
|
{
|
|
2136
|
-
"$ref": "
|
|
2152
|
+
"$ref": "#/$defs/target"
|
|
2137
2153
|
},
|
|
2138
2154
|
{
|
|
2139
|
-
"$ref": "
|
|
2155
|
+
"$ref": "#/$defs/simpleBinding"
|
|
2140
2156
|
}
|
|
2141
2157
|
]
|
|
2142
2158
|
},
|
|
2143
2159
|
"identifier": {
|
|
2144
2160
|
"oneOf": [
|
|
2145
2161
|
{
|
|
2146
|
-
"$ref": "
|
|
2162
|
+
"$ref": "#/$defs/identifier"
|
|
2147
2163
|
},
|
|
2148
2164
|
{
|
|
2149
|
-
"$ref": "
|
|
2165
|
+
"$ref": "#/$defs/simpleBinding"
|
|
2150
2166
|
}
|
|
2151
2167
|
]
|
|
2152
2168
|
},
|
|
2153
2169
|
"progressIndicator": {
|
|
2154
2170
|
"description": "Represents progress indicator attributes",
|
|
2155
|
-
"$ref": "
|
|
2171
|
+
"$ref": "#/$defs/progressIndicator"
|
|
2156
2172
|
},
|
|
2157
2173
|
"visible": {
|
|
2158
2174
|
"description": "Represents the visibility state of the column",
|
|
2159
|
-
"$ref": "
|
|
2175
|
+
"$ref": "#/$defs/visibility"
|
|
2160
2176
|
},
|
|
2161
2177
|
"actions": {
|
|
2162
2178
|
"description": "Defines actions that can be applied on the group item",
|
|
2163
2179
|
"type": "array",
|
|
2164
2180
|
"items": {
|
|
2165
|
-
"$ref": "
|
|
2181
|
+
"$ref": "#/$defs/action"
|
|
2166
2182
|
}
|
|
2167
2183
|
},
|
|
2168
2184
|
"showStateIcon": {
|
|
@@ -2172,7 +2188,7 @@
|
|
|
2172
2188
|
"type": "boolean"
|
|
2173
2189
|
},
|
|
2174
2190
|
{
|
|
2175
|
-
"$ref": "
|
|
2191
|
+
"$ref": "#/$defs/simpleBinding"
|
|
2176
2192
|
}
|
|
2177
2193
|
]
|
|
2178
2194
|
},
|
|
@@ -2188,16 +2204,16 @@
|
|
|
2188
2204
|
"additionalProperties": false,
|
|
2189
2205
|
"properties": {
|
|
2190
2206
|
"data": {
|
|
2191
|
-
"$ref": "
|
|
2207
|
+
"$ref": "#/$defs/data"
|
|
2192
2208
|
},
|
|
2193
2209
|
"item": {
|
|
2194
|
-
"$ref": "
|
|
2210
|
+
"$ref": "#/$defs/ContentType.Calendar.Item"
|
|
2195
2211
|
},
|
|
2196
2212
|
"legendItem": {
|
|
2197
|
-
"$ref": "
|
|
2213
|
+
"$ref": "#/$defs/ContentType.Calendar.LegendItem"
|
|
2198
2214
|
},
|
|
2199
2215
|
"specialDate": {
|
|
2200
|
-
"$ref": "
|
|
2216
|
+
"$ref": "#/$defs/ContentType.Calendar.SpecialDate"
|
|
2201
2217
|
},
|
|
2202
2218
|
"date": {
|
|
2203
2219
|
"description": "The initial date of the calendar which appointments are initially shown. The accepted date format is ISO 8601",
|
|
@@ -2206,7 +2222,7 @@
|
|
|
2206
2222
|
"type": "string"
|
|
2207
2223
|
},
|
|
2208
2224
|
{
|
|
2209
|
-
"$ref": "
|
|
2225
|
+
"$ref": "#/$defs/simpleBinding"
|
|
2210
2226
|
}
|
|
2211
2227
|
]
|
|
2212
2228
|
},
|
|
@@ -2217,7 +2233,7 @@
|
|
|
2217
2233
|
"type": "number"
|
|
2218
2234
|
},
|
|
2219
2235
|
{
|
|
2220
|
-
"$ref": "
|
|
2236
|
+
"$ref": "#/$defs/simpleBinding"
|
|
2221
2237
|
}
|
|
2222
2238
|
]
|
|
2223
2239
|
},
|
|
@@ -2228,7 +2244,7 @@
|
|
|
2228
2244
|
"type": "number"
|
|
2229
2245
|
},
|
|
2230
2246
|
{
|
|
2231
|
-
"$ref": "
|
|
2247
|
+
"$ref": "#/$defs/simpleBinding"
|
|
2232
2248
|
}
|
|
2233
2249
|
]
|
|
2234
2250
|
},
|
|
@@ -2239,7 +2255,35 @@
|
|
|
2239
2255
|
"type": "string"
|
|
2240
2256
|
},
|
|
2241
2257
|
{
|
|
2242
|
-
"$ref": "
|
|
2258
|
+
"$ref": "#/$defs/simpleBinding"
|
|
2259
|
+
}
|
|
2260
|
+
]
|
|
2261
|
+
},
|
|
2262
|
+
"use12HourFormat": {
|
|
2263
|
+
"description": "Displays the time for calendar appointments in either 12h or 24h formats. By default, time is displayed in 24h format.",
|
|
2264
|
+
"oneOf": [
|
|
2265
|
+
{
|
|
2266
|
+
"type": "boolean"
|
|
2267
|
+
},
|
|
2268
|
+
{
|
|
2269
|
+
"$ref": "#/$defs/simpleBinding"
|
|
2270
|
+
}
|
|
2271
|
+
]
|
|
2272
|
+
},
|
|
2273
|
+
"calendarWeekNumbering": {
|
|
2274
|
+
"description": "Set the first day of week based on one of the available options Default, ISO_8601, MiddleEastern, or WesternTraditional.",
|
|
2275
|
+
"oneOf": [
|
|
2276
|
+
{
|
|
2277
|
+
"enum": [
|
|
2278
|
+
"Default",
|
|
2279
|
+
"ISO_8601",
|
|
2280
|
+
"MiddleEastern",
|
|
2281
|
+
"WesternTraditional"
|
|
2282
|
+
],
|
|
2283
|
+
"default": "Default"
|
|
2284
|
+
},
|
|
2285
|
+
{
|
|
2286
|
+
"$ref": "#/$defs/simpleBinding"
|
|
2243
2287
|
}
|
|
2244
2288
|
]
|
|
2245
2289
|
},
|
|
@@ -2251,7 +2295,7 @@
|
|
|
2251
2295
|
"description": "Represents an action that can be applied on he button showing there are more items than the shown",
|
|
2252
2296
|
"type": "array",
|
|
2253
2297
|
"items": {
|
|
2254
|
-
"$ref": "
|
|
2298
|
+
"$ref": "#/$defs/action"
|
|
2255
2299
|
}
|
|
2256
2300
|
}
|
|
2257
2301
|
}
|
|
@@ -2264,7 +2308,7 @@
|
|
|
2264
2308
|
"additionalProperties": false,
|
|
2265
2309
|
"properties": {
|
|
2266
2310
|
"template": {
|
|
2267
|
-
"$ref": "
|
|
2311
|
+
"$ref": "#/$defs/ContentType.Calendar.Item.Template"
|
|
2268
2312
|
},
|
|
2269
2313
|
"path": {
|
|
2270
2314
|
"description": "Defines the path to the structure holding the data about the items",
|
|
@@ -2294,7 +2338,7 @@
|
|
|
2294
2338
|
"type": "string"
|
|
2295
2339
|
},
|
|
2296
2340
|
"icon": {
|
|
2297
|
-
"$ref": "
|
|
2341
|
+
"$ref": "#/$defs/simpleIcon"
|
|
2298
2342
|
},
|
|
2299
2343
|
"type": {
|
|
2300
2344
|
"description": "The type of the item - one of the types defined in the legend",
|
|
@@ -2325,7 +2369,7 @@
|
|
|
2325
2369
|
"default": "Type01"
|
|
2326
2370
|
},
|
|
2327
2371
|
{
|
|
2328
|
-
"$ref": "
|
|
2372
|
+
"$ref": "#/$defs/simpleBinding"
|
|
2329
2373
|
}
|
|
2330
2374
|
]
|
|
2331
2375
|
},
|
|
@@ -2333,7 +2377,7 @@
|
|
|
2333
2377
|
"description": "Defines actions that can be applied on the item",
|
|
2334
2378
|
"type": "array",
|
|
2335
2379
|
"items": {
|
|
2336
|
-
"$ref": "
|
|
2380
|
+
"$ref": "#/$defs/action"
|
|
2337
2381
|
}
|
|
2338
2382
|
}
|
|
2339
2383
|
}
|
|
@@ -2344,7 +2388,7 @@
|
|
|
2344
2388
|
"additionalProperties": false,
|
|
2345
2389
|
"properties": {
|
|
2346
2390
|
"template": {
|
|
2347
|
-
"$ref": "
|
|
2391
|
+
"$ref": "#/$defs/ContentType.Calendar.LegendItem.Template"
|
|
2348
2392
|
},
|
|
2349
2393
|
"path": {
|
|
2350
2394
|
"description": "Defines the path to the structure holding the data about the legendItems",
|
|
@@ -2394,7 +2438,7 @@
|
|
|
2394
2438
|
"default": "Type01"
|
|
2395
2439
|
},
|
|
2396
2440
|
{
|
|
2397
|
-
"$ref": "
|
|
2441
|
+
"$ref": "#/$defs/simpleBinding"
|
|
2398
2442
|
}
|
|
2399
2443
|
]
|
|
2400
2444
|
}
|
|
@@ -2406,7 +2450,7 @@
|
|
|
2406
2450
|
"additionalProperties": false,
|
|
2407
2451
|
"properties": {
|
|
2408
2452
|
"template": {
|
|
2409
|
-
"$ref": "
|
|
2453
|
+
"$ref": "#/$defs/ContentType.Calendar.SpecialDate.Template"
|
|
2410
2454
|
},
|
|
2411
2455
|
"path": {
|
|
2412
2456
|
"description": "Defines the path to the structure holding the data about the specialDates",
|
|
@@ -2456,7 +2500,7 @@
|
|
|
2456
2500
|
"default": "Type01"
|
|
2457
2501
|
},
|
|
2458
2502
|
{
|
|
2459
|
-
"$ref": "
|
|
2503
|
+
"$ref": "#/$defs/simpleBinding"
|
|
2460
2504
|
}
|
|
2461
2505
|
]
|
|
2462
2506
|
}
|
|
@@ -2472,10 +2516,10 @@
|
|
|
2472
2516
|
"additionalProperties": false,
|
|
2473
2517
|
"properties": {
|
|
2474
2518
|
"data": {
|
|
2475
|
-
"$ref": "
|
|
2519
|
+
"$ref": "#/$defs/data"
|
|
2476
2520
|
},
|
|
2477
2521
|
"minHeight": {
|
|
2478
|
-
"$ref": "
|
|
2522
|
+
"$ref": "#/$defs/minHeight"
|
|
2479
2523
|
},
|
|
2480
2524
|
"src": {
|
|
2481
2525
|
"description": "URL of the web page to be embedded",
|
|
@@ -2497,7 +2541,7 @@
|
|
|
2497
2541
|
"default": false
|
|
2498
2542
|
},
|
|
2499
2543
|
{
|
|
2500
|
-
"$ref": "
|
|
2544
|
+
"$ref": "#/$defs/simpleBinding"
|
|
2501
2545
|
}
|
|
2502
2546
|
]
|
|
2503
2547
|
},
|
|
@@ -2509,7 +2553,7 @@
|
|
|
2509
2553
|
"default": false
|
|
2510
2554
|
},
|
|
2511
2555
|
{
|
|
2512
|
-
"$ref": "
|
|
2556
|
+
"$ref": "#/$defs/simpleBinding"
|
|
2513
2557
|
}
|
|
2514
2558
|
]
|
|
2515
2559
|
}
|
|
@@ -2524,10 +2568,10 @@
|
|
|
2524
2568
|
"description": "Represents state color",
|
|
2525
2569
|
"oneOf": [
|
|
2526
2570
|
{
|
|
2527
|
-
"$ref": "
|
|
2571
|
+
"$ref": "#/$defs/state"
|
|
2528
2572
|
},
|
|
2529
2573
|
{
|
|
2530
|
-
"$ref": "
|
|
2574
|
+
"$ref": "#/$defs/simpleBinding"
|
|
2531
2575
|
}
|
|
2532
2576
|
]
|
|
2533
2577
|
},
|
|
@@ -2538,7 +2582,7 @@
|
|
|
2538
2582
|
"type": "number"
|
|
2539
2583
|
},
|
|
2540
2584
|
{
|
|
2541
|
-
"$ref": "
|
|
2585
|
+
"$ref": "#/$defs/simpleBinding"
|
|
2542
2586
|
}
|
|
2543
2587
|
]
|
|
2544
2588
|
},
|
|
@@ -2573,12 +2617,13 @@
|
|
|
2573
2617
|
"default": "Circle"
|
|
2574
2618
|
},
|
|
2575
2619
|
{
|
|
2576
|
-
"$ref": "
|
|
2620
|
+
"$ref": "#/$defs/simpleBinding"
|
|
2577
2621
|
}
|
|
2578
2622
|
]
|
|
2579
2623
|
},
|
|
2580
2624
|
"text": {
|
|
2581
2625
|
"description": "[Deprecated] Initials for the avatar. Up to 2 symbols. If the image provided to the 'src' property fails to load, then the text will be shown",
|
|
2626
|
+
"deprecated": true,
|
|
2582
2627
|
"type": "string"
|
|
2583
2628
|
},
|
|
2584
2629
|
"initials": {
|
|
@@ -2586,7 +2631,7 @@
|
|
|
2586
2631
|
"type": "string"
|
|
2587
2632
|
},
|
|
2588
2633
|
"backgroundColor": {
|
|
2589
|
-
"$ref": "
|
|
2634
|
+
"$ref": "#/$defs/iconBackgroundColor"
|
|
2590
2635
|
},
|
|
2591
2636
|
"fitType": {
|
|
2592
2637
|
"description": "Defines how the image fits in the icon area",
|
|
@@ -2599,13 +2644,13 @@
|
|
|
2599
2644
|
"default": "Cover"
|
|
2600
2645
|
},
|
|
2601
2646
|
{
|
|
2602
|
-
"$ref": "
|
|
2647
|
+
"$ref": "#/$defs/simpleBinding"
|
|
2603
2648
|
}
|
|
2604
2649
|
]
|
|
2605
2650
|
},
|
|
2606
2651
|
"visible": {
|
|
2607
2652
|
"description": "Visibility of the icon",
|
|
2608
|
-
"$ref": "
|
|
2653
|
+
"$ref": "#/$defs/visibility"
|
|
2609
2654
|
}
|
|
2610
2655
|
}
|
|
2611
2656
|
},
|
|
@@ -2638,12 +2683,13 @@
|
|
|
2638
2683
|
"default": "Circle"
|
|
2639
2684
|
},
|
|
2640
2685
|
{
|
|
2641
|
-
"$ref": "
|
|
2686
|
+
"$ref": "#/$defs/simpleBinding"
|
|
2642
2687
|
}
|
|
2643
2688
|
]
|
|
2644
2689
|
},
|
|
2645
2690
|
"text": {
|
|
2646
2691
|
"description": "[Deprecated] Initials for the avatar. Up to 2 symbols. If the image provided to the 'src' property fails to load, then the text will be shown",
|
|
2692
|
+
"deprecated": true,
|
|
2647
2693
|
"type": "string"
|
|
2648
2694
|
},
|
|
2649
2695
|
"initials": {
|
|
@@ -2661,7 +2707,7 @@
|
|
|
2661
2707
|
]
|
|
2662
2708
|
},
|
|
2663
2709
|
{
|
|
2664
|
-
"$ref": "
|
|
2710
|
+
"$ref": "#/$defs/simpleBinding"
|
|
2665
2711
|
}
|
|
2666
2712
|
]
|
|
2667
2713
|
},
|
|
@@ -2676,16 +2722,16 @@
|
|
|
2676
2722
|
"default": "Cover"
|
|
2677
2723
|
},
|
|
2678
2724
|
{
|
|
2679
|
-
"$ref": "
|
|
2725
|
+
"$ref": "#/$defs/simpleBinding"
|
|
2680
2726
|
}
|
|
2681
2727
|
]
|
|
2682
2728
|
},
|
|
2683
2729
|
"backgroundColor": {
|
|
2684
|
-
"$ref": "
|
|
2730
|
+
"$ref": "#/$defs/iconBackgroundColor"
|
|
2685
2731
|
},
|
|
2686
2732
|
"visible": {
|
|
2687
2733
|
"description": "Represents the visibility state of the icon",
|
|
2688
|
-
"$ref": "
|
|
2734
|
+
"$ref": "#/$defs/visibility"
|
|
2689
2735
|
}
|
|
2690
2736
|
}
|
|
2691
2737
|
},
|
|
@@ -2700,7 +2746,7 @@
|
|
|
2700
2746
|
},
|
|
2701
2747
|
"visible": {
|
|
2702
2748
|
"description": "Represents the visibility state of the icon",
|
|
2703
|
-
"$ref": "
|
|
2749
|
+
"$ref": "#/$defs/visibility"
|
|
2704
2750
|
}
|
|
2705
2751
|
}
|
|
2706
2752
|
},
|
|
@@ -2716,13 +2762,13 @@
|
|
|
2716
2762
|
"type": "string"
|
|
2717
2763
|
},
|
|
2718
2764
|
{
|
|
2719
|
-
"$ref": "
|
|
2765
|
+
"$ref": "#/$defs/statusTextFormatter"
|
|
2720
2766
|
}
|
|
2721
2767
|
]
|
|
2722
2768
|
},
|
|
2723
2769
|
"visible": {
|
|
2724
2770
|
"description": "Represents the visibility of the status text",
|
|
2725
|
-
"$ref": "
|
|
2771
|
+
"$ref": "#/$defs/visibility"
|
|
2726
2772
|
}
|
|
2727
2773
|
}
|
|
2728
2774
|
},
|
|
@@ -2753,7 +2799,7 @@
|
|
|
2753
2799
|
"properties": {
|
|
2754
2800
|
"visible": {
|
|
2755
2801
|
"description": "[Experimental] Represents the visibility of the Close button",
|
|
2756
|
-
"$ref": "
|
|
2802
|
+
"$ref": "#/$defs/visibility"
|
|
2757
2803
|
}
|
|
2758
2804
|
}
|
|
2759
2805
|
},
|
|
@@ -2763,7 +2809,7 @@
|
|
|
2763
2809
|
"additionalProperties": false,
|
|
2764
2810
|
"properties": {
|
|
2765
2811
|
"request": {
|
|
2766
|
-
"$ref": "
|
|
2812
|
+
"$ref": "#/$defs/request"
|
|
2767
2813
|
},
|
|
2768
2814
|
"path": {
|
|
2769
2815
|
"description": "The path from the JSON to be used as root",
|
|
@@ -2780,7 +2826,7 @@
|
|
|
2780
2826
|
"additionalProperties": true
|
|
2781
2827
|
},
|
|
2782
2828
|
"service": {
|
|
2783
|
-
"$ref": "
|
|
2829
|
+
"$ref": "#/$defs/service"
|
|
2784
2830
|
},
|
|
2785
2831
|
"updateInterval": {
|
|
2786
2832
|
"description": "Represents interval in seconds, after which a new data request will be triggered",
|
|
@@ -2789,12 +2835,12 @@
|
|
|
2789
2835
|
"type": "number"
|
|
2790
2836
|
},
|
|
2791
2837
|
{
|
|
2792
|
-
"$ref": "
|
|
2838
|
+
"$ref": "#/$defs/simpleBinding"
|
|
2793
2839
|
}
|
|
2794
2840
|
]
|
|
2795
2841
|
},
|
|
2796
2842
|
"extension": {
|
|
2797
|
-
"$ref": "
|
|
2843
|
+
"$ref": "#/$defs/extension"
|
|
2798
2844
|
},
|
|
2799
2845
|
"name": {
|
|
2800
2846
|
"description": "[Experimental] Gives a name to the data section. A model with the same name will be assigned to the card",
|
|
@@ -2806,7 +2852,7 @@
|
|
|
2806
2852
|
"additionalProperties": false,
|
|
2807
2853
|
"properties": {
|
|
2808
2854
|
"request": {
|
|
2809
|
-
"$ref": "
|
|
2855
|
+
"$ref": "#/$defs/request"
|
|
2810
2856
|
},
|
|
2811
2857
|
"json": {
|
|
2812
2858
|
"description": "The data to be used directly. Without making requests",
|
|
@@ -2817,7 +2863,7 @@
|
|
|
2817
2863
|
"additionalProperties": true
|
|
2818
2864
|
},
|
|
2819
2865
|
"extension": {
|
|
2820
|
-
"$ref": "
|
|
2866
|
+
"$ref": "#/$defs/extension"
|
|
2821
2867
|
}
|
|
2822
2868
|
}
|
|
2823
2869
|
}
|
|
@@ -2844,7 +2890,7 @@
|
|
|
2844
2890
|
"default": "cors"
|
|
2845
2891
|
},
|
|
2846
2892
|
{
|
|
2847
|
-
"$ref": "
|
|
2893
|
+
"$ref": "#/$defs/simpleBinding"
|
|
2848
2894
|
}
|
|
2849
2895
|
]
|
|
2850
2896
|
},
|
|
@@ -2869,7 +2915,7 @@
|
|
|
2869
2915
|
"default": "GET"
|
|
2870
2916
|
},
|
|
2871
2917
|
{
|
|
2872
|
-
"$ref": "
|
|
2918
|
+
"$ref": "#/$defs/simpleBinding"
|
|
2873
2919
|
}
|
|
2874
2920
|
]
|
|
2875
2921
|
},
|
|
@@ -2889,7 +2935,7 @@
|
|
|
2889
2935
|
"type": "number"
|
|
2890
2936
|
},
|
|
2891
2937
|
{
|
|
2892
|
-
"$ref": "
|
|
2938
|
+
"$ref": "#/$defs/simpleBinding"
|
|
2893
2939
|
}
|
|
2894
2940
|
]
|
|
2895
2941
|
},
|
|
@@ -2901,7 +2947,7 @@
|
|
|
2901
2947
|
"default": 15000
|
|
2902
2948
|
},
|
|
2903
2949
|
{
|
|
2904
|
-
"$ref": "
|
|
2950
|
+
"$ref": "#/$defs/simpleBinding"
|
|
2905
2951
|
}
|
|
2906
2952
|
]
|
|
2907
2953
|
},
|
|
@@ -2913,7 +2959,7 @@
|
|
|
2913
2959
|
"default": false
|
|
2914
2960
|
},
|
|
2915
2961
|
{
|
|
2916
|
-
"$ref": "
|
|
2962
|
+
"$ref": "#/$defs/simpleBinding"
|
|
2917
2963
|
}
|
|
2918
2964
|
]
|
|
2919
2965
|
},
|
|
@@ -2921,12 +2967,12 @@
|
|
|
2921
2967
|
"description": "Map of requests to be batched",
|
|
2922
2968
|
"type": "object",
|
|
2923
2969
|
"additionalProperties": {
|
|
2924
|
-
"$ref": "
|
|
2970
|
+
"$ref": "#/$defs/batchRequest"
|
|
2925
2971
|
}
|
|
2926
2972
|
},
|
|
2927
2973
|
"cache": {
|
|
2928
2974
|
"description": "Cache control settings",
|
|
2929
|
-
"$ref": "
|
|
2975
|
+
"$ref": "#/$defs/cache"
|
|
2930
2976
|
}
|
|
2931
2977
|
}
|
|
2932
2978
|
},
|
|
@@ -2982,6 +3028,7 @@
|
|
|
2982
3028
|
},
|
|
2983
3029
|
"noStore": {
|
|
2984
3030
|
"description": "[Deprecated] Set to true to disable caching for this card",
|
|
3031
|
+
"deprecated": true,
|
|
2985
3032
|
"type": "boolean",
|
|
2986
3033
|
"default": false
|
|
2987
3034
|
},
|
|
@@ -3016,7 +3063,7 @@
|
|
|
3016
3063
|
"properties": {
|
|
3017
3064
|
"label": {
|
|
3018
3065
|
"description": "Represents a label of the field; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
|
|
3019
|
-
"$ref": "
|
|
3066
|
+
"$ref": "#/$defs/i18n_key_string",
|
|
3020
3067
|
"i18n": {
|
|
3021
3068
|
"type": "XFLD",
|
|
3022
3069
|
"comment": "Field label"
|
|
@@ -3028,7 +3075,7 @@
|
|
|
3028
3075
|
},
|
|
3029
3076
|
"visible": {
|
|
3030
3077
|
"description": "Represents the visibility of the field",
|
|
3031
|
-
"$ref": "
|
|
3078
|
+
"$ref": "#/$defs/visibility"
|
|
3032
3079
|
}
|
|
3033
3080
|
}
|
|
3034
3081
|
},
|
|
@@ -3069,7 +3116,7 @@
|
|
|
3069
3116
|
]
|
|
3070
3117
|
},
|
|
3071
3118
|
{
|
|
3072
|
-
"$ref": "
|
|
3119
|
+
"$ref": "#/$defs/simpleBinding"
|
|
3073
3120
|
}
|
|
3074
3121
|
]
|
|
3075
3122
|
},
|
|
@@ -3080,15 +3127,16 @@
|
|
|
3080
3127
|
"type": "boolean"
|
|
3081
3128
|
},
|
|
3082
3129
|
{
|
|
3083
|
-
"$ref": "
|
|
3130
|
+
"$ref": "#/$defs/simpleBinding"
|
|
3084
3131
|
}
|
|
3085
3132
|
]
|
|
3086
3133
|
},
|
|
3087
3134
|
"service": {
|
|
3088
|
-
"$ref": "
|
|
3135
|
+
"$ref": "#/$defs/service"
|
|
3089
3136
|
},
|
|
3090
3137
|
"url": {
|
|
3091
3138
|
"description": "[Deprecated] Represents the URL that will be used as navigation target if no service is provided",
|
|
3139
|
+
"deprecated": true,
|
|
3092
3140
|
"type": "string"
|
|
3093
3141
|
},
|
|
3094
3142
|
"parameters": {
|
|
@@ -3096,13 +3144,14 @@
|
|
|
3096
3144
|
},
|
|
3097
3145
|
"target": {
|
|
3098
3146
|
"description": "[Deprecated] Specifies where to open the 'url', if it is provided",
|
|
3147
|
+
"deprecated": true,
|
|
3099
3148
|
"type": "string",
|
|
3100
3149
|
"oneOf": [
|
|
3101
3150
|
{
|
|
3102
|
-
"$ref": "
|
|
3151
|
+
"$ref": "#/$defs/target"
|
|
3103
3152
|
},
|
|
3104
3153
|
{
|
|
3105
|
-
"$ref": "
|
|
3154
|
+
"$ref": "#/$defs/simpleBinding"
|
|
3106
3155
|
}
|
|
3107
3156
|
]
|
|
3108
3157
|
}
|
|
@@ -3119,7 +3168,7 @@
|
|
|
3119
3168
|
"then": {
|
|
3120
3169
|
"properties": {
|
|
3121
3170
|
"parameters": {
|
|
3122
|
-
"$ref": "
|
|
3171
|
+
"$ref": "#/$defs/customActionParameters"
|
|
3123
3172
|
}
|
|
3124
3173
|
}
|
|
3125
3174
|
}
|
|
@@ -3137,10 +3186,10 @@
|
|
|
3137
3186
|
"parameters": {
|
|
3138
3187
|
"oneOf": [
|
|
3139
3188
|
{
|
|
3140
|
-
"$ref": "
|
|
3189
|
+
"$ref": "#/$defs/navigationActionParameters"
|
|
3141
3190
|
},
|
|
3142
3191
|
{
|
|
3143
|
-
"$ref": "
|
|
3192
|
+
"$ref": "#/$defs/navigationActionIBParameters"
|
|
3144
3193
|
}
|
|
3145
3194
|
]
|
|
3146
3195
|
}
|
|
@@ -3158,7 +3207,7 @@
|
|
|
3158
3207
|
"then": {
|
|
3159
3208
|
"properties": {
|
|
3160
3209
|
"parameters": {
|
|
3161
|
-
"$ref": "
|
|
3210
|
+
"$ref": "#/$defs/submitActionParameters"
|
|
3162
3211
|
}
|
|
3163
3212
|
}
|
|
3164
3213
|
}
|
|
@@ -3174,7 +3223,7 @@
|
|
|
3174
3223
|
"then": {
|
|
3175
3224
|
"properties": {
|
|
3176
3225
|
"parameters": {
|
|
3177
|
-
"$ref": "
|
|
3226
|
+
"$ref": "#/$defs/showCardActionParameters"
|
|
3178
3227
|
}
|
|
3179
3228
|
}
|
|
3180
3229
|
}
|
|
@@ -3190,7 +3239,7 @@
|
|
|
3190
3239
|
"then": {
|
|
3191
3240
|
"properties": {
|
|
3192
3241
|
"parameters": {
|
|
3193
|
-
"$ref": "
|
|
3242
|
+
"$ref": "#/$defs/hideCardActionParameters"
|
|
3194
3243
|
}
|
|
3195
3244
|
}
|
|
3196
3245
|
}
|
|
@@ -3223,7 +3272,7 @@
|
|
|
3223
3272
|
"properties": {
|
|
3224
3273
|
"ibnTarget": {
|
|
3225
3274
|
"description": "An application identifier consisting of semanticObject and action",
|
|
3226
|
-
"$ref": "
|
|
3275
|
+
"$ref": "#/$defs/ibnTarget"
|
|
3227
3276
|
},
|
|
3228
3277
|
"ibnParams": {
|
|
3229
3278
|
"description": "Key/value pairs for parameters of the target application",
|
|
@@ -3277,7 +3326,7 @@
|
|
|
3277
3326
|
"type": "boolean"
|
|
3278
3327
|
},
|
|
3279
3328
|
{
|
|
3280
|
-
"$ref": "
|
|
3329
|
+
"$ref": "#/$defs/simpleBinding"
|
|
3281
3330
|
}
|
|
3282
3331
|
]
|
|
3283
3332
|
}
|
|
@@ -3377,12 +3426,13 @@
|
|
|
3377
3426
|
"type": "object",
|
|
3378
3427
|
"additionalProperties": false,
|
|
3379
3428
|
"description": "[Deprecated]",
|
|
3429
|
+
"deprecated": true,
|
|
3380
3430
|
"properties": {
|
|
3381
3431
|
"url": {
|
|
3382
3432
|
"type": "string"
|
|
3383
3433
|
},
|
|
3384
3434
|
"target": {
|
|
3385
|
-
"$ref": "
|
|
3435
|
+
"$ref": "#/$defs/target"
|
|
3386
3436
|
}
|
|
3387
3437
|
}
|
|
3388
3438
|
}
|
|
@@ -3410,7 +3460,7 @@
|
|
|
3410
3460
|
},
|
|
3411
3461
|
"type": {
|
|
3412
3462
|
"description": "The type of the value for the parameter",
|
|
3413
|
-
"$ref": "
|
|
3463
|
+
"$ref": "#/$defs/Configuration.BasicDataType"
|
|
3414
3464
|
},
|
|
3415
3465
|
"label": {
|
|
3416
3466
|
"description": "Label for the parameter for user-friendly visualization in the design-time editor",
|
|
@@ -3434,7 +3484,7 @@
|
|
|
3434
3484
|
"const": "Select"
|
|
3435
3485
|
},
|
|
3436
3486
|
{
|
|
3437
|
-
"$ref": "
|
|
3487
|
+
"$ref": "#/$defs/simpleBinding"
|
|
3438
3488
|
}
|
|
3439
3489
|
]
|
|
3440
3490
|
},
|
|
@@ -3442,7 +3492,7 @@
|
|
|
3442
3492
|
"description": "The value of the filter"
|
|
3443
3493
|
},
|
|
3444
3494
|
"data": {
|
|
3445
|
-
"$ref": "
|
|
3495
|
+
"$ref": "#/$defs/data"
|
|
3446
3496
|
},
|
|
3447
3497
|
"label": {
|
|
3448
3498
|
"description": "Label for the filter. Used by screen readers",
|
|
@@ -3451,7 +3501,7 @@
|
|
|
3451
3501
|
"items": {
|
|
3452
3502
|
"type": "array",
|
|
3453
3503
|
"items": {
|
|
3454
|
-
"$ref": "
|
|
3504
|
+
"$ref": "#/$defs/Configuration.Filter.Item"
|
|
3455
3505
|
}
|
|
3456
3506
|
},
|
|
3457
3507
|
"item": {
|
|
@@ -3461,7 +3511,7 @@
|
|
|
3461
3511
|
],
|
|
3462
3512
|
"properties": {
|
|
3463
3513
|
"template": {
|
|
3464
|
-
"$ref": "
|
|
3514
|
+
"$ref": "#/$defs/Configuration.Filter.Item"
|
|
3465
3515
|
},
|
|
3466
3516
|
"path": {
|
|
3467
3517
|
"description": "Defines the path to the structure holding the data about the items",
|
|
@@ -3473,7 +3523,7 @@
|
|
|
3473
3523
|
},
|
|
3474
3524
|
"visible": {
|
|
3475
3525
|
"description": "Determines whether the filter is visible",
|
|
3476
|
-
"$ref": "
|
|
3526
|
+
"$ref": "#/$defs/visibility"
|
|
3477
3527
|
}
|
|
3478
3528
|
}
|
|
3479
3529
|
},
|
|
@@ -3489,7 +3539,7 @@
|
|
|
3489
3539
|
"const": "ComboBox"
|
|
3490
3540
|
},
|
|
3491
3541
|
{
|
|
3492
|
-
"$ref": "
|
|
3542
|
+
"$ref": "#/$defs/simpleBinding"
|
|
3493
3543
|
}
|
|
3494
3544
|
]
|
|
3495
3545
|
},
|
|
@@ -3508,12 +3558,12 @@
|
|
|
3508
3558
|
"default": -1
|
|
3509
3559
|
},
|
|
3510
3560
|
{
|
|
3511
|
-
"$ref": "
|
|
3561
|
+
"$ref": "#/$defs/simpleBinding"
|
|
3512
3562
|
}
|
|
3513
3563
|
]
|
|
3514
3564
|
},
|
|
3515
3565
|
"data": {
|
|
3516
|
-
"$ref": "
|
|
3566
|
+
"$ref": "#/$defs/data"
|
|
3517
3567
|
},
|
|
3518
3568
|
"label": {
|
|
3519
3569
|
"description": "Label for the filter. Used by screen readers",
|
|
@@ -3526,7 +3576,7 @@
|
|
|
3526
3576
|
"items": {
|
|
3527
3577
|
"type": "array",
|
|
3528
3578
|
"items": {
|
|
3529
|
-
"$ref": "
|
|
3579
|
+
"$ref": "#/$defs/Configuration.Filter.ComboBoxItem"
|
|
3530
3580
|
}
|
|
3531
3581
|
},
|
|
3532
3582
|
"item": {
|
|
@@ -3537,7 +3587,7 @@
|
|
|
3537
3587
|
],
|
|
3538
3588
|
"properties": {
|
|
3539
3589
|
"template": {
|
|
3540
|
-
"$ref": "
|
|
3590
|
+
"$ref": "#/$defs/Configuration.Filter.ComboBoxItem"
|
|
3541
3591
|
},
|
|
3542
3592
|
"path": {
|
|
3543
3593
|
"description": "Defines the path to the structure holding the data about the items",
|
|
@@ -3549,7 +3599,7 @@
|
|
|
3549
3599
|
},
|
|
3550
3600
|
"visible": {
|
|
3551
3601
|
"description": "Determines whether the filter is visible",
|
|
3552
|
-
"$ref": "
|
|
3602
|
+
"$ref": "#/$defs/visibility"
|
|
3553
3603
|
}
|
|
3554
3604
|
}
|
|
3555
3605
|
},
|
|
@@ -3599,7 +3649,7 @@
|
|
|
3599
3649
|
"const": "DateRange"
|
|
3600
3650
|
},
|
|
3601
3651
|
{
|
|
3602
|
-
"$ref": "
|
|
3652
|
+
"$ref": "#/$defs/simpleBinding"
|
|
3603
3653
|
}
|
|
3604
3654
|
]
|
|
3605
3655
|
},
|
|
@@ -3671,7 +3721,7 @@
|
|
|
3671
3721
|
},
|
|
3672
3722
|
"visible": {
|
|
3673
3723
|
"description": "Determines whether the filter is visible",
|
|
3674
|
-
"$ref": "
|
|
3724
|
+
"$ref": "#/$defs/visibility"
|
|
3675
3725
|
}
|
|
3676
3726
|
}
|
|
3677
3727
|
},
|
|
@@ -3687,7 +3737,7 @@
|
|
|
3687
3737
|
"const": "Search"
|
|
3688
3738
|
},
|
|
3689
3739
|
{
|
|
3690
|
-
"$ref": "
|
|
3740
|
+
"$ref": "#/$defs/simpleBinding"
|
|
3691
3741
|
}
|
|
3692
3742
|
]
|
|
3693
3743
|
},
|
|
@@ -3705,7 +3755,7 @@
|
|
|
3705
3755
|
},
|
|
3706
3756
|
"visible": {
|
|
3707
3757
|
"description": "Determines whether the filter is visible",
|
|
3708
|
-
"$ref": "
|
|
3758
|
+
"$ref": "#/$defs/visibility"
|
|
3709
3759
|
}
|
|
3710
3760
|
}
|
|
3711
3761
|
},
|
|
@@ -3738,7 +3788,7 @@
|
|
|
3738
3788
|
"additionalProperties": false,
|
|
3739
3789
|
"properties": {
|
|
3740
3790
|
"data": {
|
|
3741
|
-
"$ref": "
|
|
3791
|
+
"$ref": "#/$defs/data"
|
|
3742
3792
|
}
|
|
3743
3793
|
}
|
|
3744
3794
|
},
|
|
@@ -3769,13 +3819,13 @@
|
|
|
3769
3819
|
"description": "[Experimental] Describes MicroChart attributes",
|
|
3770
3820
|
"oneOf": [
|
|
3771
3821
|
{
|
|
3772
|
-
"$ref": "
|
|
3822
|
+
"$ref": "#/$defs/MicroChart.Generic"
|
|
3773
3823
|
},
|
|
3774
3824
|
{
|
|
3775
|
-
"$ref": "
|
|
3825
|
+
"$ref": "#/$defs/MicroChart.Bullet"
|
|
3776
3826
|
},
|
|
3777
3827
|
{
|
|
3778
|
-
"$ref": "
|
|
3828
|
+
"$ref": "#/$defs/MicroChart.StackedBar"
|
|
3779
3829
|
}
|
|
3780
3830
|
]
|
|
3781
3831
|
},
|
|
@@ -3817,7 +3867,7 @@
|
|
|
3817
3867
|
"type": "number"
|
|
3818
3868
|
},
|
|
3819
3869
|
{
|
|
3820
|
-
"$ref": "
|
|
3870
|
+
"$ref": "#/$defs/simpleBinding"
|
|
3821
3871
|
}
|
|
3822
3872
|
]
|
|
3823
3873
|
},
|
|
@@ -3828,7 +3878,7 @@
|
|
|
3828
3878
|
"type": "number"
|
|
3829
3879
|
},
|
|
3830
3880
|
{
|
|
3831
|
-
"$ref": "
|
|
3881
|
+
"$ref": "#/$defs/simpleBinding"
|
|
3832
3882
|
}
|
|
3833
3883
|
]
|
|
3834
3884
|
},
|
|
@@ -3839,7 +3889,7 @@
|
|
|
3839
3889
|
"type": "number"
|
|
3840
3890
|
},
|
|
3841
3891
|
{
|
|
3842
|
-
"$ref": "
|
|
3892
|
+
"$ref": "#/$defs/simpleBinding"
|
|
3843
3893
|
}
|
|
3844
3894
|
]
|
|
3845
3895
|
},
|
|
@@ -3854,7 +3904,7 @@
|
|
|
3854
3904
|
"type": "number"
|
|
3855
3905
|
},
|
|
3856
3906
|
{
|
|
3857
|
-
"$ref": "
|
|
3907
|
+
"$ref": "#/$defs/simpleBinding"
|
|
3858
3908
|
}
|
|
3859
3909
|
]
|
|
3860
3910
|
},
|
|
@@ -3867,10 +3917,10 @@
|
|
|
3867
3917
|
"type": "string",
|
|
3868
3918
|
"oneOf": [
|
|
3869
3919
|
{
|
|
3870
|
-
"$ref": "
|
|
3920
|
+
"$ref": "#/$defs/Enums.ValueColor"
|
|
3871
3921
|
},
|
|
3872
3922
|
{
|
|
3873
|
-
"$ref": "
|
|
3923
|
+
"$ref": "#/$defs/simpleBinding"
|
|
3874
3924
|
}
|
|
3875
3925
|
]
|
|
3876
3926
|
},
|
|
@@ -3878,12 +3928,12 @@
|
|
|
3878
3928
|
"description": "The thresholds indicators of the bar",
|
|
3879
3929
|
"type": "array",
|
|
3880
3930
|
"items": {
|
|
3881
|
-
"$ref": "
|
|
3931
|
+
"$ref": "#/$defs/MicroChart.Bullet.Threshold"
|
|
3882
3932
|
}
|
|
3883
3933
|
},
|
|
3884
3934
|
"visible": {
|
|
3885
3935
|
"description": "Represents the visibility of the chart",
|
|
3886
|
-
"$ref": "
|
|
3936
|
+
"$ref": "#/$defs/visibility"
|
|
3887
3937
|
}
|
|
3888
3938
|
}
|
|
3889
3939
|
},
|
|
@@ -3898,7 +3948,7 @@
|
|
|
3898
3948
|
"type": "number"
|
|
3899
3949
|
},
|
|
3900
3950
|
{
|
|
3901
|
-
"$ref": "
|
|
3951
|
+
"$ref": "#/$defs/simpleBinding"
|
|
3902
3952
|
}
|
|
3903
3953
|
]
|
|
3904
3954
|
},
|
|
@@ -3907,10 +3957,10 @@
|
|
|
3907
3957
|
"type": "string",
|
|
3908
3958
|
"oneOf": [
|
|
3909
3959
|
{
|
|
3910
|
-
"$ref": "
|
|
3960
|
+
"$ref": "#/$defs/Enums.ValueColor"
|
|
3911
3961
|
},
|
|
3912
3962
|
{
|
|
3913
|
-
"$ref": "
|
|
3963
|
+
"$ref": "#/$defs/simpleBinding"
|
|
3914
3964
|
}
|
|
3915
3965
|
]
|
|
3916
3966
|
}
|
|
@@ -3935,7 +3985,7 @@
|
|
|
3935
3985
|
"type": "number"
|
|
3936
3986
|
},
|
|
3937
3987
|
{
|
|
3938
|
-
"$ref": "
|
|
3988
|
+
"$ref": "#/$defs/simpleBinding"
|
|
3939
3989
|
}
|
|
3940
3990
|
]
|
|
3941
3991
|
},
|
|
@@ -3951,7 +4001,7 @@
|
|
|
3951
4001
|
"default": true
|
|
3952
4002
|
},
|
|
3953
4003
|
{
|
|
3954
|
-
"$ref": "
|
|
4004
|
+
"$ref": "#/$defs/simpleBinding"
|
|
3955
4005
|
}
|
|
3956
4006
|
]
|
|
3957
4007
|
},
|
|
@@ -3959,12 +4009,12 @@
|
|
|
3959
4009
|
"description": "The bars of the chart",
|
|
3960
4010
|
"type": "array",
|
|
3961
4011
|
"items": {
|
|
3962
|
-
"$ref": "
|
|
4012
|
+
"$ref": "#/$defs/MicroChart.StackedBar.Bar"
|
|
3963
4013
|
}
|
|
3964
4014
|
},
|
|
3965
4015
|
"visible": {
|
|
3966
4016
|
"description": "Represents the visibility of the chart bar",
|
|
3967
|
-
"$ref": "
|
|
4017
|
+
"$ref": "#/$defs/visibility"
|
|
3968
4018
|
}
|
|
3969
4019
|
}
|
|
3970
4020
|
},
|
|
@@ -3979,7 +4029,7 @@
|
|
|
3979
4029
|
"type": "number"
|
|
3980
4030
|
},
|
|
3981
4031
|
{
|
|
3982
|
-
"$ref": "
|
|
4032
|
+
"$ref": "#/$defs/simpleBinding"
|
|
3983
4033
|
}
|
|
3984
4034
|
]
|
|
3985
4035
|
},
|
|
@@ -3996,10 +4046,10 @@
|
|
|
3996
4046
|
"type": "string",
|
|
3997
4047
|
"oneOf": [
|
|
3998
4048
|
{
|
|
3999
|
-
"$ref": "
|
|
4049
|
+
"$ref": "#/$defs/Enums.ValueColor"
|
|
4000
4050
|
},
|
|
4001
4051
|
{
|
|
4002
|
-
"$ref": "
|
|
4052
|
+
"$ref": "#/$defs/simpleBinding"
|
|
4003
4053
|
}
|
|
4004
4054
|
]
|
|
4005
4055
|
}
|
|
@@ -4021,7 +4071,7 @@
|
|
|
4021
4071
|
"default": true
|
|
4022
4072
|
},
|
|
4023
4073
|
{
|
|
4024
|
-
"$ref": "
|
|
4074
|
+
"$ref": "#/$defs/simpleBinding"
|
|
4025
4075
|
}
|
|
4026
4076
|
]
|
|
4027
4077
|
},
|
|
@@ -4037,7 +4087,7 @@
|
|
|
4037
4087
|
"default": "Normal"
|
|
4038
4088
|
},
|
|
4039
4089
|
{
|
|
4040
|
-
"$ref": "
|
|
4090
|
+
"$ref": "#/$defs/simpleBinding"
|
|
4041
4091
|
}
|
|
4042
4092
|
]
|
|
4043
4093
|
},
|
|
@@ -4063,7 +4113,7 @@
|
|
|
4063
4113
|
"default": "Transparent"
|
|
4064
4114
|
},
|
|
4065
4115
|
{
|
|
4066
|
-
"$ref": "
|
|
4116
|
+
"$ref": "#/$defs/simpleBinding"
|
|
4067
4117
|
}
|
|
4068
4118
|
]
|
|
4069
4119
|
},
|
|
@@ -4072,7 +4122,7 @@
|
|
|
4072
4122
|
"additionalProperties": false,
|
|
4073
4123
|
"properties": {
|
|
4074
4124
|
"item": {
|
|
4075
|
-
"$ref": "
|
|
4125
|
+
"$ref": "#/$defs/actionsStripItemBindingInfo"
|
|
4076
4126
|
}
|
|
4077
4127
|
}
|
|
4078
4128
|
},
|
|
@@ -4082,7 +4132,7 @@
|
|
|
4082
4132
|
"additionalProperties": false,
|
|
4083
4133
|
"properties": {
|
|
4084
4134
|
"template": {
|
|
4085
|
-
"$ref": "
|
|
4135
|
+
"$ref": "#/$defs/actionsStripItem"
|
|
4086
4136
|
},
|
|
4087
4137
|
"path": {
|
|
4088
4138
|
"type": "string"
|
|
@@ -4098,7 +4148,7 @@
|
|
|
4098
4148
|
"description": "Action(s) which will be executed when button is pressed",
|
|
4099
4149
|
"type": "array",
|
|
4100
4150
|
"items": {
|
|
4101
|
-
"$ref": "
|
|
4151
|
+
"$ref": "#/$defs/action"
|
|
4102
4152
|
}
|
|
4103
4153
|
},
|
|
4104
4154
|
"type": {
|
|
@@ -4114,7 +4164,7 @@
|
|
|
4114
4164
|
"default": "Button"
|
|
4115
4165
|
},
|
|
4116
4166
|
{
|
|
4117
|
-
"$ref": "
|
|
4167
|
+
"$ref": "#/$defs/simpleBinding"
|
|
4118
4168
|
}
|
|
4119
4169
|
]
|
|
4120
4170
|
},
|
|
@@ -4132,7 +4182,7 @@
|
|
|
4132
4182
|
"default": "High"
|
|
4133
4183
|
},
|
|
4134
4184
|
{
|
|
4135
|
-
"$ref": "
|
|
4185
|
+
"$ref": "#/$defs/simpleBinding"
|
|
4136
4186
|
}
|
|
4137
4187
|
]
|
|
4138
4188
|
},
|
|
@@ -4171,7 +4221,7 @@
|
|
|
4171
4221
|
"default": "Default"
|
|
4172
4222
|
},
|
|
4173
4223
|
{
|
|
4174
|
-
"$ref": "
|
|
4224
|
+
"$ref": "#/$defs/simpleBinding"
|
|
4175
4225
|
}
|
|
4176
4226
|
]
|
|
4177
4227
|
},
|
|
@@ -4190,13 +4240,13 @@
|
|
|
4190
4240
|
"default": "None"
|
|
4191
4241
|
},
|
|
4192
4242
|
{
|
|
4193
|
-
"$ref": "
|
|
4243
|
+
"$ref": "#/$defs/simpleBinding"
|
|
4194
4244
|
}
|
|
4195
4245
|
]
|
|
4196
4246
|
},
|
|
4197
4247
|
"visible": {
|
|
4198
4248
|
"description": "Determines whether the item is visible",
|
|
4199
|
-
"$ref": "
|
|
4249
|
+
"$ref": "#/$defs/visibility"
|
|
4200
4250
|
}
|
|
4201
4251
|
}
|
|
4202
4252
|
},
|