@openui5/sap.ui.integration 1.94.0 → 1.97.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/.reuse/dep5 +12 -12
- package/THIRDPARTY.txt +21 -17
- package/package.json +3 -3
- package/src/sap/ui/integration/.library +6 -1
- package/src/sap/ui/integration/ActionDefinition.js +1 -1
- package/src/sap/ui/integration/Designtime.js +1 -1
- package/src/sap/ui/integration/Extension.js +1 -1
- package/src/sap/ui/integration/Host.js +107 -8
- package/src/sap/ui/integration/ManifestResolver.js +102 -0
- package/src/sap/ui/integration/cards/AdaptiveContent.js +1 -1
- package/src/sap/ui/integration/cards/AnalyticalContent.js +180 -150
- package/src/sap/ui/integration/cards/AnalyticsCloudContent.js +6 -3
- package/src/sap/ui/integration/cards/BaseContent.js +60 -6
- package/src/sap/ui/integration/cards/BaseContentRenderer.js +1 -1
- package/src/sap/ui/integration/cards/BaseListContent.js +26 -4
- package/src/sap/ui/integration/cards/CalendarContent.js +4 -2
- package/src/sap/ui/integration/cards/CalendarContentRenderer.js +9 -3
- package/src/sap/ui/integration/cards/ComponentContent.js +2 -1
- package/src/sap/ui/integration/cards/Footer.js +1 -1
- package/src/sap/ui/integration/cards/Header.js +7 -1
- package/src/sap/ui/integration/cards/ListContent.js +71 -22
- package/src/sap/ui/integration/cards/ListContentRenderer.js +38 -7
- package/src/sap/ui/integration/cards/NumericHeader.js +9 -2
- package/src/sap/ui/integration/cards/ObjectContent.js +145 -131
- package/src/sap/ui/integration/cards/TableContent.js +12 -8
- package/src/sap/ui/integration/cards/TimelineContent.js +7 -9
- package/src/sap/ui/integration/cards/WebPageContent.js +5 -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/{Filter.js → filters/BaseFilter.js} +56 -128
- package/src/sap/ui/integration/cards/filters/DateRangeFilter.js +234 -0
- package/src/sap/ui/integration/{util → cards/filters}/FilterBarFactory.js +37 -12
- package/src/sap/ui/integration/cards/filters/SelectFilter.js +187 -0
- package/src/sap/ui/integration/controls/ActionsStrip.js +1 -1
- package/src/sap/ui/integration/controls/ActionsToolbar.js +1 -1
- package/src/sap/ui/integration/controls/ListContentItem.js +13 -2
- package/src/sap/ui/integration/controls/ListContentItemRenderer.js +65 -2
- 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/designtime/baseEditor/BaseEditor.js +26 -1
- package/src/sap/ui/integration/designtime/baseEditor/PropertyEditor.js +44 -2
- package/src/sap/ui/integration/designtime/baseEditor/PropertyEditors.js +27 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n.properties +34 -25
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_ar.properties +19 -13
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_bg.properties +19 -13
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_ca.properties +19 -13
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_cs.properties +19 -13
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_cy.properties +19 -13
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_da.properties +19 -13
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_de.properties +19 -13
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_el.properties +19 -13
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_en.properties +19 -13
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_en_GB.properties +19 -13
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_en_US_sappsd.properties +19 -13
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_en_US_saptrc.properties +20 -14
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_es.properties +19 -13
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_es_MX.properties +19 -13
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_et.properties +19 -13
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_fi.properties +19 -13
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_fr.properties +19 -13
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_fr_CA.properties +19 -13
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_hi.properties +19 -13
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_hr.properties +19 -13
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_hu.properties +19 -13
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_id.properties +19 -13
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_it.properties +19 -13
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_iw.properties +19 -13
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_ja.properties +19 -13
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_kk.properties +19 -13
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_ko.properties +19 -13
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_lt.properties +19 -13
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_lv.properties +19 -13
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_ms.properties +19 -13
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_nl.properties +19 -13
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_no.properties +19 -13
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_pl.properties +19 -13
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_pt.properties +19 -13
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_pt_PT.properties +19 -13
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_ro.properties +19 -13
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_ru.properties +19 -13
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_sh.properties +19 -13
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_sk.properties +19 -13
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_sl.properties +19 -13
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_sv.properties +19 -13
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_th.properties +19 -13
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_tr.properties +19 -13
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_uk.properties +19 -13
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_vi.properties +19 -13
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_zh_CN.properties +19 -13
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_zh_TW.properties +19 -13
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/BasePropertyEditor.js +48 -3
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/PropertyEditorFactory.js +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/arrayEditor/ArrayEditor.js +4 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/booleanEditor/BooleanEditor.js +4 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateEditor/DateEditor.fragment.xml +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateEditor/DateEditor.js +65 -17
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateTimeEditor/DateTimeEditor.fragment.xml +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateTimeEditor/DateTimeEditor.js +17 -4
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/enumStringEditor/EnumStringEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/groupEditor/GroupEditor.js +4 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IconEditor.js +10 -2
- 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 +10 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/jsonEditor/JsonEditor.js +11 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/listEditor/ListEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/mapEditor/MapEditor.fragment.xml +8 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/mapEditor/MapEditor.js +62 -35
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/numberEditor/NumberEditor.js +10 -2
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/selectEditor/SelectEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/separatorEditor/SeparatorEditor.js +4 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/stringEditor/StringEditor.js +4 -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 +5 -4
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsInteger.js +1 -5
- 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/BASEditor.js +7 -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/iconEditor/IconEditor.js +11 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/parametersEditor/ParametersEditor.js +1 -1
- package/src/sap/ui/integration/designtime/editor/CardEditor.js +12 -10
- package/src/sap/ui/integration/designtime/editor/CardPreview.js +46 -3
- package/src/sap/ui/integration/designtime/editor/css/CardPreview.css +22 -1
- package/src/sap/ui/integration/editor/Editor.js +214 -108
- package/src/sap/ui/integration/editor/EditorResourceBundles.js +3 -3
- package/src/sap/ui/integration/editor/Extension.js +1 -1
- package/src/sap/ui/integration/editor/Manifest.js +2 -2
- package/src/sap/ui/integration/editor/Merger.js +6 -4
- package/src/sap/ui/integration/editor/Settings.js +48 -34
- package/src/sap/ui/integration/editor/css/Editor.css +6 -18
- package/src/sap/ui/integration/editor/fields/BaseField.js +26 -3
- package/src/sap/ui/integration/editor/fields/BooleanField.js +3 -1
- package/src/sap/ui/integration/editor/fields/DateField.js +1 -1
- package/src/sap/ui/integration/editor/fields/DateTimeField.js +1 -1
- package/src/sap/ui/integration/editor/fields/DestinationField.js +1 -1
- package/src/sap/ui/integration/editor/fields/IntegerField.js +4 -1
- package/src/sap/ui/integration/editor/fields/ListField.js +279 -87
- package/src/sap/ui/integration/editor/fields/NumberField.js +1 -1
- package/src/sap/ui/integration/editor/fields/StringField.js +67 -7
- package/src/sap/ui/integration/editor/fields/viz/ColorSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/IconSelect.js +3 -3
- package/src/sap/ui/integration/editor/fields/viz/ShapeSelect.js +1 -1
- package/src/sap/ui/integration/editor/languages.json +32 -32
- package/src/sap/ui/integration/library.js +22 -2
- package/src/sap/ui/integration/model/ContextModel.js +1 -1
- package/src/sap/ui/integration/model/ObservableModel.js +2 -14
- package/src/sap/ui/integration/schemas/sap-card.json +344 -44
- package/src/sap/ui/integration/themes/base/AnalyticsCloudContent.less +4 -0
- package/src/sap/ui/integration/themes/base/CalendarContent.less +31 -2
- package/src/sap/ui/integration/themes/base/ListContentItem.less +102 -62
- package/src/sap/ui/integration/themes/base/Microchart.less +0 -1
- package/src/sap/ui/integration/util/BaseFactory.js +1 -1
- package/src/sap/ui/integration/util/BindingHelper.js +2 -2
- package/src/sap/ui/integration/util/BindingResolver.js +1 -1
- package/src/sap/ui/integration/util/CacheAndRequestDataProvider.js +58 -24
- package/src/sap/ui/integration/util/CardActions.js +1 -1
- package/src/sap/ui/integration/util/CardMerger.js +5 -3
- package/src/sap/ui/integration/util/CardObserver.js +1 -1
- package/src/sap/ui/integration/util/ContentFactory.js +3 -7
- package/src/sap/ui/integration/util/CsrfTokenHandler.js +312 -0
- package/src/sap/ui/integration/util/DataProvider.js +13 -4
- package/src/sap/ui/integration/util/DataProviderFactory.js +59 -16
- package/src/sap/ui/integration/util/Destinations.js +1 -1
- package/src/sap/ui/integration/util/ExtensionDataProvider.js +1 -1
- package/src/sap/ui/integration/util/HeaderFactory.js +8 -7
- package/src/sap/ui/integration/util/JSONBindingHelper.js +4 -4
- package/src/sap/ui/integration/util/LoadingProvider.js +1 -1
- package/src/sap/ui/integration/util/Manifest.js +4 -3
- package/src/sap/ui/integration/util/RequestDataProvider.js +88 -50
- 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/Utils.js +41 -1
- package/src/sap/ui/integration/widgets/Card.js +178 -72
- package/ui5.yaml +289 -1
|
@@ -29,7 +29,10 @@
|
|
|
29
29
|
"1.17.0",
|
|
30
30
|
"1.18.0",
|
|
31
31
|
"1.19.0",
|
|
32
|
-
"1.20.0"
|
|
32
|
+
"1.20.0",
|
|
33
|
+
"1.21.0",
|
|
34
|
+
"1.22.0",
|
|
35
|
+
"1.23.0"
|
|
33
36
|
]
|
|
34
37
|
},
|
|
35
38
|
"designtime": {
|
|
@@ -54,9 +57,15 @@
|
|
|
54
57
|
},
|
|
55
58
|
"filters": {
|
|
56
59
|
"description": "Map of filters",
|
|
57
|
-
"type": "object",
|
|
58
60
|
"additionalProperties": {
|
|
59
|
-
"
|
|
61
|
+
"oneOf": [
|
|
62
|
+
{
|
|
63
|
+
"$ref": "#/definitions/Configuration.FilterType.Select"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"$ref": "#/definitions/Configuration.FilterType.DateRange"
|
|
67
|
+
}
|
|
68
|
+
]
|
|
60
69
|
}
|
|
61
70
|
},
|
|
62
71
|
"destinations": {
|
|
@@ -66,6 +75,13 @@
|
|
|
66
75
|
"$ref": "#/definitions/Configuration.Destinations"
|
|
67
76
|
}
|
|
68
77
|
},
|
|
78
|
+
"csrfTokens": {
|
|
79
|
+
"description": "Describes the CSRF tokens used by the card",
|
|
80
|
+
"type": "object",
|
|
81
|
+
"additionalProperties": {
|
|
82
|
+
"$ref": "#/definitions/Configuration.CSRFToken"
|
|
83
|
+
}
|
|
84
|
+
},
|
|
69
85
|
"actionHandlers": {
|
|
70
86
|
"description": "Holds configuration for the default action handlers",
|
|
71
87
|
"type": "object",
|
|
@@ -126,7 +142,7 @@
|
|
|
126
142
|
"type": "string"
|
|
127
143
|
},
|
|
128
144
|
"footer": {
|
|
129
|
-
"
|
|
145
|
+
"description": "Represent card footer attributes",
|
|
130
146
|
"type": "object",
|
|
131
147
|
"additionalProperties": false,
|
|
132
148
|
"properties": {
|
|
@@ -138,6 +154,14 @@
|
|
|
138
154
|
}
|
|
139
155
|
}
|
|
140
156
|
}
|
|
157
|
+
},
|
|
158
|
+
"requiredHeight": {
|
|
159
|
+
"description": "Represents card minimum required height",
|
|
160
|
+
"type": "string"
|
|
161
|
+
},
|
|
162
|
+
"requiredWidth": {
|
|
163
|
+
"description": "Represents card minimum required width",
|
|
164
|
+
"type": "string"
|
|
141
165
|
}
|
|
142
166
|
},
|
|
143
167
|
"allOf": [
|
|
@@ -393,6 +417,22 @@
|
|
|
393
417
|
"mainIndicator": {
|
|
394
418
|
"$ref": "#/definitions/HeaderType.Numeric.MainIndicator"
|
|
395
419
|
},
|
|
420
|
+
"sideIndicatorsAlignment": {
|
|
421
|
+
"description": "The alignment of the side indicators",
|
|
422
|
+
"type": "string",
|
|
423
|
+
"oneOf": [
|
|
424
|
+
{
|
|
425
|
+
"enum": [
|
|
426
|
+
"Begin",
|
|
427
|
+
"End"
|
|
428
|
+
],
|
|
429
|
+
"default": "Begin"
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"$ref": "#/definitions/simpleBinding"
|
|
433
|
+
}
|
|
434
|
+
]
|
|
435
|
+
},
|
|
396
436
|
"details": {
|
|
397
437
|
"description": "Represents additional information about the numeric header",
|
|
398
438
|
"type": "string"
|
|
@@ -472,6 +512,19 @@
|
|
|
472
512
|
"unit": {
|
|
473
513
|
"description": "Represents unit of measurement of the side indicator",
|
|
474
514
|
"type": "string"
|
|
515
|
+
},
|
|
516
|
+
"state": {
|
|
517
|
+
"description": "The state color of the side indicator",
|
|
518
|
+
"type": "string",
|
|
519
|
+
"oneOf": [
|
|
520
|
+
{
|
|
521
|
+
"description": "The state color of the side indicator",
|
|
522
|
+
"$ref": "#/definitions/Enums.ValueColor"
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
"$ref": "#/definitions/simpleBinding"
|
|
526
|
+
}
|
|
527
|
+
]
|
|
475
528
|
}
|
|
476
529
|
}
|
|
477
530
|
},
|
|
@@ -506,6 +559,9 @@
|
|
|
506
559
|
"$ref": "#/definitions/simpleBinding"
|
|
507
560
|
}
|
|
508
561
|
]
|
|
562
|
+
},
|
|
563
|
+
"group": {
|
|
564
|
+
"$ref": "#/definitions/group"
|
|
509
565
|
}
|
|
510
566
|
}
|
|
511
567
|
},
|
|
@@ -537,24 +593,8 @@
|
|
|
537
593
|
]
|
|
538
594
|
},
|
|
539
595
|
"info": {
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
"properties": {
|
|
543
|
-
"value": {
|
|
544
|
-
"type": "string",
|
|
545
|
-
"description": "The value of the field"
|
|
546
|
-
},
|
|
547
|
-
"state": {
|
|
548
|
-
"oneOf": [
|
|
549
|
-
{
|
|
550
|
-
"$ref": "#/definitions/state"
|
|
551
|
-
},
|
|
552
|
-
{
|
|
553
|
-
"$ref": "#/definitions/simpleBinding"
|
|
554
|
-
}
|
|
555
|
-
]
|
|
556
|
-
}
|
|
557
|
-
}
|
|
596
|
+
"description": "Defines an additional information text",
|
|
597
|
+
"$ref": "#/definitions/ContentType.List.Item.ValueStateItem"
|
|
558
598
|
},
|
|
559
599
|
"highlight": {
|
|
560
600
|
"type": "string",
|
|
@@ -571,6 +611,28 @@
|
|
|
571
611
|
"icon": {
|
|
572
612
|
"$ref": "#/definitions/icon"
|
|
573
613
|
},
|
|
614
|
+
"attributesLayoutType": {
|
|
615
|
+
"description": "Defines the layout type of the attributes",
|
|
616
|
+
"oneOf": [
|
|
617
|
+
{
|
|
618
|
+
"enum": [
|
|
619
|
+
"OneColumn",
|
|
620
|
+
"TwoColumns"
|
|
621
|
+
],
|
|
622
|
+
"default": "TwoColumns"
|
|
623
|
+
},
|
|
624
|
+
{
|
|
625
|
+
"$ref": "#/definitions/simpleBinding"
|
|
626
|
+
}
|
|
627
|
+
]
|
|
628
|
+
},
|
|
629
|
+
"attributes": {
|
|
630
|
+
"description": "Defines the attributes",
|
|
631
|
+
"type": "array",
|
|
632
|
+
"items": {
|
|
633
|
+
"$ref": "#/definitions/ContentType.List.Item.ValueStateItem"
|
|
634
|
+
}
|
|
635
|
+
},
|
|
574
636
|
"actions": {
|
|
575
637
|
"description": "Defines actions that can be applied on the item",
|
|
576
638
|
"type": "array",
|
|
@@ -590,6 +652,28 @@
|
|
|
590
652
|
}
|
|
591
653
|
}
|
|
592
654
|
},
|
|
655
|
+
"ContentType.List.Item.ValueStateItem": {
|
|
656
|
+
"description": "Represents value and state information for an object",
|
|
657
|
+
"type": "object",
|
|
658
|
+
"additionalProperties": false,
|
|
659
|
+
"properties": {
|
|
660
|
+
"value": {
|
|
661
|
+
"type": "string",
|
|
662
|
+
"description": "The value of the field"
|
|
663
|
+
},
|
|
664
|
+
"state": {
|
|
665
|
+
"description": "The state of the field",
|
|
666
|
+
"oneOf": [
|
|
667
|
+
{
|
|
668
|
+
"$ref": "#/definitions/state"
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
"$ref": "#/definitions/simpleBinding"
|
|
672
|
+
}
|
|
673
|
+
]
|
|
674
|
+
}
|
|
675
|
+
}
|
|
676
|
+
},
|
|
593
677
|
"ContentType.Analytical": {
|
|
594
678
|
"description": "Represents analytical content attributes",
|
|
595
679
|
"type": "object",
|
|
@@ -599,16 +683,22 @@
|
|
|
599
683
|
"$ref": "#/definitions/data"
|
|
600
684
|
},
|
|
601
685
|
"chartType": {
|
|
602
|
-
"description": "
|
|
686
|
+
"description": "The type of the chart",
|
|
603
687
|
"type": "string",
|
|
604
688
|
"oneOf": [
|
|
605
689
|
{
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
690
|
+
"type": "string"
|
|
691
|
+
},
|
|
692
|
+
{
|
|
693
|
+
"$ref": "#/definitions/simpleBinding"
|
|
694
|
+
}
|
|
695
|
+
]
|
|
696
|
+
},
|
|
697
|
+
"chartProperties": {
|
|
698
|
+
"description": "[Experimental] Chart configuration",
|
|
699
|
+
"oneOf": [
|
|
700
|
+
{
|
|
701
|
+
"type": "object"
|
|
612
702
|
},
|
|
613
703
|
{
|
|
614
704
|
"$ref": "#/definitions/simpleBinding"
|
|
@@ -622,7 +712,7 @@
|
|
|
622
712
|
"$ref": "#/definitions/ContentType.Analytical.Legend"
|
|
623
713
|
},
|
|
624
714
|
"plotArea": {
|
|
625
|
-
"description": "Describes the plotArea properties",
|
|
715
|
+
"description": "[Deprecated] Describes the plotArea properties",
|
|
626
716
|
"type": "object",
|
|
627
717
|
"additionalProperties": false,
|
|
628
718
|
"properties": {
|
|
@@ -638,7 +728,7 @@
|
|
|
638
728
|
}
|
|
639
729
|
},
|
|
640
730
|
"title": {
|
|
641
|
-
"description": "Represents title attributes",
|
|
731
|
+
"description": "[Deprecated] Represents title attributes",
|
|
642
732
|
"type": "object",
|
|
643
733
|
"additionalProperties": false,
|
|
644
734
|
"properties": {
|
|
@@ -677,23 +767,30 @@
|
|
|
677
767
|
}
|
|
678
768
|
},
|
|
679
769
|
"measureAxis": {
|
|
680
|
-
"description": "Represents the value set for measure axis",
|
|
770
|
+
"description": "[Deprecated] Represents the value set for measure axis",
|
|
681
771
|
"type": "string"
|
|
682
772
|
},
|
|
683
773
|
"dimensionAxis": {
|
|
684
|
-
"description": "Represents the value set for dimension axis",
|
|
774
|
+
"description": "[Deprecated] Represents the value set for dimension axis",
|
|
685
775
|
"type": "string"
|
|
686
776
|
},
|
|
687
777
|
"dimensions": {
|
|
688
778
|
"type": "array",
|
|
689
779
|
"items": {
|
|
690
|
-
"$ref": "#/definitions/
|
|
780
|
+
"$ref": "#/definitions/ContentType.Analytical.MeasureAndDimension"
|
|
691
781
|
}
|
|
692
782
|
},
|
|
693
783
|
"measures": {
|
|
694
784
|
"type": "array",
|
|
695
785
|
"items": {
|
|
696
|
-
"$ref": "#/definitions/
|
|
786
|
+
"$ref": "#/definitions/ContentType.Analytical.MeasureAndDimension"
|
|
787
|
+
}
|
|
788
|
+
},
|
|
789
|
+
"feeds": {
|
|
790
|
+
"description": "Feeds for the chart.",
|
|
791
|
+
"type": "array",
|
|
792
|
+
"items": {
|
|
793
|
+
"$ref": "#/definitions/ContentType.Analytical.Field"
|
|
697
794
|
}
|
|
698
795
|
},
|
|
699
796
|
"actions": {
|
|
@@ -722,7 +819,7 @@
|
|
|
722
819
|
"additionalProperties": false,
|
|
723
820
|
"description": "Configuration for a popover, which will open while pressing chart points",
|
|
724
821
|
"properties": {
|
|
725
|
-
"
|
|
822
|
+
"active": {
|
|
726
823
|
"description": "Whether the popover is connected to the chart. If it's not it won't open",
|
|
727
824
|
"oneOf": [
|
|
728
825
|
{
|
|
@@ -765,7 +862,7 @@
|
|
|
765
862
|
}
|
|
766
863
|
},
|
|
767
864
|
"ContentType.Analytical.Legend": {
|
|
768
|
-
"description": "Represents chart legend attributes",
|
|
865
|
+
"description": "[Deprecated] Represents chart legend attributes",
|
|
769
866
|
"type": "object",
|
|
770
867
|
"additionalProperties": false,
|
|
771
868
|
"properties": {
|
|
@@ -809,6 +906,56 @@
|
|
|
809
906
|
}
|
|
810
907
|
}
|
|
811
908
|
},
|
|
909
|
+
"ContentType.Analytical.Field": {
|
|
910
|
+
"type": "object",
|
|
911
|
+
"additionalProperties": false,
|
|
912
|
+
"properties": {
|
|
913
|
+
"type": {
|
|
914
|
+
"description": "The type of the feed",
|
|
915
|
+
"oneOf": [
|
|
916
|
+
{
|
|
917
|
+
"enum": [
|
|
918
|
+
"Measure",
|
|
919
|
+
"Dimension"
|
|
920
|
+
]
|
|
921
|
+
},
|
|
922
|
+
{
|
|
923
|
+
"$ref": "#/definitions/simpleBinding"
|
|
924
|
+
}
|
|
925
|
+
]
|
|
926
|
+
},
|
|
927
|
+
"uid": {
|
|
928
|
+
"description": "The uid of the feed",
|
|
929
|
+
"type": "string"
|
|
930
|
+
},
|
|
931
|
+
"values": {
|
|
932
|
+
"description": "The names of the measures or dimensions that are used for this feed",
|
|
933
|
+
"type": "array",
|
|
934
|
+
"items": {
|
|
935
|
+
"type": "string"
|
|
936
|
+
}
|
|
937
|
+
}
|
|
938
|
+
}
|
|
939
|
+
},
|
|
940
|
+
"ContentType.Analytical.MeasureAndDimension": {
|
|
941
|
+
"description": "Measure/dimension for the dataset",
|
|
942
|
+
"type": "object",
|
|
943
|
+
"additionalProperties": false,
|
|
944
|
+
"properties": {
|
|
945
|
+
"name": {
|
|
946
|
+
"description": "The name of the measure/dimension",
|
|
947
|
+
"type": "string"
|
|
948
|
+
},
|
|
949
|
+
"label": {
|
|
950
|
+
"description": "[Deprecated] Label for the measure/dimension",
|
|
951
|
+
"type": "string"
|
|
952
|
+
},
|
|
953
|
+
"value": {
|
|
954
|
+
"type": "string",
|
|
955
|
+
"description": "Binding path to the data"
|
|
956
|
+
}
|
|
957
|
+
}
|
|
958
|
+
},
|
|
812
959
|
"ContentType.AnalyticsCloud": {
|
|
813
960
|
"description": "Represents SAP Analytics Cloud content attributes",
|
|
814
961
|
"type": "object",
|
|
@@ -897,6 +1044,13 @@
|
|
|
897
1044
|
"icon": {
|
|
898
1045
|
"description": "The icon of the timeline item",
|
|
899
1046
|
"$ref": "#/definitions/simpleIcon"
|
|
1047
|
+
},
|
|
1048
|
+
"actions": {
|
|
1049
|
+
"description": "Defines actions that can be applied on the item level",
|
|
1050
|
+
"type": "array",
|
|
1051
|
+
"items": {
|
|
1052
|
+
"$ref": "#/definitions/action"
|
|
1053
|
+
}
|
|
900
1054
|
}
|
|
901
1055
|
}
|
|
902
1056
|
},
|
|
@@ -1055,6 +1209,9 @@
|
|
|
1055
1209
|
"$ref": "#/definitions/simpleBinding"
|
|
1056
1210
|
}
|
|
1057
1211
|
]
|
|
1212
|
+
},
|
|
1213
|
+
"group": {
|
|
1214
|
+
"$ref": "#/definitions/group"
|
|
1058
1215
|
}
|
|
1059
1216
|
}
|
|
1060
1217
|
},
|
|
@@ -1829,7 +1986,12 @@
|
|
|
1829
1986
|
"default": false
|
|
1830
1987
|
},
|
|
1831
1988
|
"noStore": {
|
|
1832
|
-
"description": "Set to true to disable caching for this card.",
|
|
1989
|
+
"description": "[Deprecated] Set to true to disable caching for this card.",
|
|
1990
|
+
"type": "boolean",
|
|
1991
|
+
"default": false
|
|
1992
|
+
},
|
|
1993
|
+
"enabled": {
|
|
1994
|
+
"description": "Set to false to disable caching for this card.",
|
|
1833
1995
|
"type": "boolean",
|
|
1834
1996
|
"default": false
|
|
1835
1997
|
}
|
|
@@ -2051,18 +2213,25 @@
|
|
|
2051
2213
|
}
|
|
2052
2214
|
}
|
|
2053
2215
|
},
|
|
2054
|
-
"Configuration.
|
|
2055
|
-
"description": "[Experimental]
|
|
2216
|
+
"Configuration.FilterType.Select": {
|
|
2217
|
+
"description": "[Experimental] Select filter",
|
|
2056
2218
|
"type": "object",
|
|
2057
2219
|
"additionalProperties": false,
|
|
2058
2220
|
"properties": {
|
|
2221
|
+
"type": {
|
|
2222
|
+
"description": "The type of the filter",
|
|
2223
|
+
"oneOf": [
|
|
2224
|
+
{
|
|
2225
|
+
"const": "Select"
|
|
2226
|
+
},
|
|
2227
|
+
{
|
|
2228
|
+
"$ref": "#/definitions/simpleBinding"
|
|
2229
|
+
}
|
|
2230
|
+
]
|
|
2231
|
+
},
|
|
2059
2232
|
"value": {
|
|
2060
2233
|
"description": "The value of the filter"
|
|
2061
2234
|
},
|
|
2062
|
-
"type": {
|
|
2063
|
-
"description": "The type of the value for the filter",
|
|
2064
|
-
"$ref": "#/definitions/Configuration.BasicDataType"
|
|
2065
|
-
},
|
|
2066
2235
|
"data": {
|
|
2067
2236
|
"$ref": "#/definitions/data"
|
|
2068
2237
|
},
|
|
@@ -2114,6 +2283,93 @@
|
|
|
2114
2283
|
}
|
|
2115
2284
|
}
|
|
2116
2285
|
},
|
|
2286
|
+
"Configuration.FilterType.DateRange": {
|
|
2287
|
+
"description": "Date range filter",
|
|
2288
|
+
"type": "object",
|
|
2289
|
+
"additionalProperties": false,
|
|
2290
|
+
"properties": {
|
|
2291
|
+
"type": {
|
|
2292
|
+
"description": "The type of the filter",
|
|
2293
|
+
"oneOf": [
|
|
2294
|
+
{
|
|
2295
|
+
"const": "DateRange"
|
|
2296
|
+
},
|
|
2297
|
+
{
|
|
2298
|
+
"$ref": "#/definitions/simpleBinding"
|
|
2299
|
+
}
|
|
2300
|
+
]
|
|
2301
|
+
},
|
|
2302
|
+
"data": {
|
|
2303
|
+
"$ref": "#/definitions/data"
|
|
2304
|
+
},
|
|
2305
|
+
"label": {
|
|
2306
|
+
"description": "Label for the filter for user-friendly visualization in the design-time editor",
|
|
2307
|
+
"type": "string"
|
|
2308
|
+
},
|
|
2309
|
+
"description": {
|
|
2310
|
+
"description": "Description of the filter for user-friendly visualization in the design-time editor",
|
|
2311
|
+
"type": "string"
|
|
2312
|
+
},
|
|
2313
|
+
"value": {
|
|
2314
|
+
"type": "object",
|
|
2315
|
+
"additionalProperties": false,
|
|
2316
|
+
"properties": {
|
|
2317
|
+
"option": {
|
|
2318
|
+
"description": "The date range option",
|
|
2319
|
+
"type": "string"
|
|
2320
|
+
},
|
|
2321
|
+
"values": {
|
|
2322
|
+
"type": "array"
|
|
2323
|
+
}
|
|
2324
|
+
}
|
|
2325
|
+
},
|
|
2326
|
+
"options": {
|
|
2327
|
+
"description": "Options that will appear in the dropdown",
|
|
2328
|
+
"type": "array",
|
|
2329
|
+
"items": {
|
|
2330
|
+
"type": "string",
|
|
2331
|
+
"enum": [
|
|
2332
|
+
"date",
|
|
2333
|
+
"today",
|
|
2334
|
+
"yesterday",
|
|
2335
|
+
"tomorrow",
|
|
2336
|
+
"dateRange",
|
|
2337
|
+
"from",
|
|
2338
|
+
"to",
|
|
2339
|
+
"yearToDate",
|
|
2340
|
+
"lastDays",
|
|
2341
|
+
"lastWeeks",
|
|
2342
|
+
"lastMonths",
|
|
2343
|
+
"lastQuarters",
|
|
2344
|
+
"lastYears",
|
|
2345
|
+
"nextDays",
|
|
2346
|
+
"nextWeeks",
|
|
2347
|
+
"nextMonths",
|
|
2348
|
+
"nextQuarters",
|
|
2349
|
+
"nextYears",
|
|
2350
|
+
"todayFromTo",
|
|
2351
|
+
"thisWeek",
|
|
2352
|
+
"lastWeek",
|
|
2353
|
+
"nextWeek",
|
|
2354
|
+
"specificMonth",
|
|
2355
|
+
"thisMonth",
|
|
2356
|
+
"lastMonth",
|
|
2357
|
+
"nextMonth",
|
|
2358
|
+
"thisQuarter",
|
|
2359
|
+
"lastQuarter",
|
|
2360
|
+
"nextQuarter",
|
|
2361
|
+
"quarter1",
|
|
2362
|
+
"quarter2",
|
|
2363
|
+
"quarter3",
|
|
2364
|
+
"quarter4",
|
|
2365
|
+
"thisYear",
|
|
2366
|
+
"lastYear",
|
|
2367
|
+
"nextYear"
|
|
2368
|
+
]
|
|
2369
|
+
}
|
|
2370
|
+
}
|
|
2371
|
+
}
|
|
2372
|
+
},
|
|
2117
2373
|
"Configuration.Destinations": {
|
|
2118
2374
|
"description": "Represents a configuration for a cloud platform destination",
|
|
2119
2375
|
"type": "object",
|
|
@@ -2137,6 +2393,16 @@
|
|
|
2137
2393
|
}
|
|
2138
2394
|
}
|
|
2139
2395
|
},
|
|
2396
|
+
"Configuration.CSRFToken": {
|
|
2397
|
+
"description": "Represents a configuration for a CSRF token",
|
|
2398
|
+
"type": "object",
|
|
2399
|
+
"additionalProperties": false,
|
|
2400
|
+
"properties": {
|
|
2401
|
+
"data": {
|
|
2402
|
+
"$ref": "#/definitions/data"
|
|
2403
|
+
}
|
|
2404
|
+
}
|
|
2405
|
+
},
|
|
2140
2406
|
"Microchart": {
|
|
2141
2407
|
"description": "[Experimental] Describes Microchart attributes",
|
|
2142
2408
|
"oneOf": [
|
|
@@ -2496,6 +2762,40 @@
|
|
|
2496
2762
|
]
|
|
2497
2763
|
}
|
|
2498
2764
|
}
|
|
2765
|
+
},
|
|
2766
|
+
"group": {
|
|
2767
|
+
"description": "Represents group of items",
|
|
2768
|
+
"type": "object",
|
|
2769
|
+
"additionalProperties": false,
|
|
2770
|
+
"properties": {
|
|
2771
|
+
"title": {
|
|
2772
|
+
"description": "The title of the group",
|
|
2773
|
+
"type": "string"
|
|
2774
|
+
},
|
|
2775
|
+
"order": {
|
|
2776
|
+
"description": "The order by which the group will be sorted",
|
|
2777
|
+
"type": "object",
|
|
2778
|
+
"additionalProperties": false,
|
|
2779
|
+
"properties": {
|
|
2780
|
+
"path": {
|
|
2781
|
+
"description": "Defines the path to the structure holding the data about the group order",
|
|
2782
|
+
"type": "string"
|
|
2783
|
+
},
|
|
2784
|
+
"dir": {
|
|
2785
|
+
"description": "The sorting direction in which the group items will be ordered",
|
|
2786
|
+
"oneOf": [
|
|
2787
|
+
{
|
|
2788
|
+
"enum": [
|
|
2789
|
+
"ASC",
|
|
2790
|
+
"DESC"
|
|
2791
|
+
],
|
|
2792
|
+
"default": "ASC"
|
|
2793
|
+
}
|
|
2794
|
+
]
|
|
2795
|
+
}
|
|
2796
|
+
}
|
|
2797
|
+
}
|
|
2798
|
+
}
|
|
2499
2799
|
}
|
|
2500
2800
|
}
|
|
2501
2801
|
}
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
.sapUiCalendarAppIcon:before,
|
|
111
111
|
.sapUiCalendarAppTitleWrapper .sapUiCalendarAppTitle,
|
|
112
112
|
.sapUiCalendarAppTitleWrapper .sapUiCalendarAppText{
|
|
113
|
-
color: @
|
|
113
|
+
color: @sapUiContentSelectedTextColor;
|
|
114
114
|
}
|
|
115
115
|
}
|
|
116
116
|
}
|
|
@@ -215,4 +215,33 @@
|
|
|
215
215
|
width: 100%;
|
|
216
216
|
}
|
|
217
217
|
}
|
|
218
|
-
}
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
// adjust calendar card on small screen sizes (phone) or higner zoom factor
|
|
221
|
+
html.sapUiMedia-Std-Phone,
|
|
222
|
+
html.sapUiMedia-StdExt-Phone {
|
|
223
|
+
.sapFCardCalendarContent .sapFCalCard {
|
|
224
|
+
padding: 1rem 0.375rem;
|
|
225
|
+
.sapMIBar.sapMTB .sapMBarChild ~ .sapMBarChild {
|
|
226
|
+
margin-left: 0.125rem;
|
|
227
|
+
}
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
html.sapUiMedia-Std-Tablet,
|
|
232
|
+
html.sapUiMedia-StdExt-Tablet {
|
|
233
|
+
.sapFCardCalendarContent .sapFCalCard {
|
|
234
|
+
.sapMIBar.sapMTB .sapMBarChild ~ .sapMBarChild {
|
|
235
|
+
margin-left: 0.25rem;
|
|
236
|
+
}
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
.sapFCardCalendarContent .sapFCalCard {
|
|
241
|
+
.sapUiCalMonthPicker,
|
|
242
|
+
.sapUiCalYearPicker {
|
|
243
|
+
width: auto;
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
|