@openui5/sap.ui.integration 1.139.0 → 1.141.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 +2 -2
- package/package.json +6 -6
- package/src/sap/ui/integration/.library +2 -2
- package/src/sap/ui/integration/ActionDefinition.js +1 -1
- package/src/sap/ui/integration/Designtime.js +1 -1
- package/src/sap/ui/integration/Extension.js +1 -1
- package/src/sap/ui/integration/Host.js +1 -1
- package/src/sap/ui/integration/cards/AdaptiveContent.js +2 -2
- 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 +16 -2
- package/src/sap/ui/integration/cards/BaseListContent.js +1 -1
- 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 +2 -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 +3 -27
- 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 +18 -1
- package/src/sap/ui/integration/cards/actions/ShowCardAction.js +27 -5
- 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 +1 -1
- 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/HeaderInfoSectionColumn.js +1 -1
- package/src/sap/ui/integration/controls/HeaderInfoSectionRow.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/customElements/CustomElementBase.js +2 -2
- package/src/sap/ui/integration/delegate/OverflowHandler.js +1 -1
- package/src/sap/ui/integration/delegate/Paginator.js +1 -1
- package/src/sap/ui/integration/delegate/PreventKeyboardScrolling.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/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_vi.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 +4 -2
- package/src/sap/ui/integration/designtime/editor/CardPreview.js +1 -1
- package/src/sap/ui/integration/editor/Constants.js +32 -0
- package/src/sap/ui/integration/editor/Editor.js +34 -31
- 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 +7 -5
- 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 +7 -5
- 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 +7 -5
- 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 +2 -2
- package/src/sap/ui/integration/messagebundle.properties +3 -0
- package/src/sap/ui/integration/messagebundle_ar.properties +3 -1
- package/src/sap/ui/integration/messagebundle_bg.properties +3 -1
- package/src/sap/ui/integration/messagebundle_ca.properties +3 -1
- package/src/sap/ui/integration/messagebundle_cnr.properties +3 -1
- package/src/sap/ui/integration/messagebundle_cs.properties +3 -1
- package/src/sap/ui/integration/messagebundle_cy.properties +3 -1
- package/src/sap/ui/integration/messagebundle_da.properties +3 -1
- package/src/sap/ui/integration/messagebundle_de.properties +3 -1
- package/src/sap/ui/integration/messagebundle_el.properties +3 -1
- package/src/sap/ui/integration/messagebundle_en.properties +3 -1
- package/src/sap/ui/integration/messagebundle_en_GB.properties +3 -1
- 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 +3 -1
- package/src/sap/ui/integration/messagebundle_et.properties +3 -1
- package/src/sap/ui/integration/messagebundle_fi.properties +3 -1
- package/src/sap/ui/integration/messagebundle_fr.properties +3 -1
- package/src/sap/ui/integration/messagebundle_fr_CA.properties +3 -1
- package/src/sap/ui/integration/messagebundle_hi.properties +3 -1
- package/src/sap/ui/integration/messagebundle_hr.properties +3 -1
- package/src/sap/ui/integration/messagebundle_hu.properties +3 -1
- package/src/sap/ui/integration/messagebundle_id.properties +7 -5
- package/src/sap/ui/integration/messagebundle_it.properties +3 -1
- package/src/sap/ui/integration/messagebundle_iw.properties +3 -1
- package/src/sap/ui/integration/messagebundle_ja.properties +3 -1
- package/src/sap/ui/integration/messagebundle_kk.properties +3 -1
- package/src/sap/ui/integration/messagebundle_ko.properties +3 -1
- package/src/sap/ui/integration/messagebundle_lt.properties +3 -1
- package/src/sap/ui/integration/messagebundle_lv.properties +3 -1
- package/src/sap/ui/integration/messagebundle_mk.properties +3 -1
- package/src/sap/ui/integration/messagebundle_ms.properties +3 -1
- package/src/sap/ui/integration/messagebundle_nl.properties +3 -1
- package/src/sap/ui/integration/messagebundle_no.properties +3 -1
- package/src/sap/ui/integration/messagebundle_pl.properties +3 -1
- package/src/sap/ui/integration/messagebundle_pt.properties +4 -2
- package/src/sap/ui/integration/messagebundle_pt_PT.properties +3 -1
- package/src/sap/ui/integration/messagebundle_ro.properties +3 -1
- package/src/sap/ui/integration/messagebundle_ru.properties +3 -1
- package/src/sap/ui/integration/messagebundle_sh.properties +3 -1
- package/src/sap/ui/integration/messagebundle_sk.properties +3 -1
- package/src/sap/ui/integration/messagebundle_sl.properties +3 -1
- package/src/sap/ui/integration/messagebundle_sr.properties +3 -1
- package/src/sap/ui/integration/messagebundle_sv.properties +3 -1
- package/src/sap/ui/integration/messagebundle_th.properties +3 -1
- package/src/sap/ui/integration/messagebundle_tr.properties +3 -1
- package/src/sap/ui/integration/messagebundle_uk.properties +3 -1
- package/src/sap/ui/integration/messagebundle_vi.properties +3 -1
- package/src/sap/ui/integration/messagebundle_zh_CN.properties +3 -1
- package/src/sap/ui/integration/messagebundle_zh_TW.properties +3 -1
- 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 +67 -9
- package/src/sap/ui/integration/themes/base/CardVariants.less +5 -0
- package/src/sap/ui/integration/thirdparty/markdown-it.js +3109 -4503
- 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 +31 -3
- package/src/sap/ui/integration/util/BindingResolver.js +2 -14
- package/src/sap/ui/integration/util/CardMerger.js +14 -0
- 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 +87 -18
- 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 +1 -1
- package/src/sap/ui/integration/util/JSONBindingHelper.js +1 -1
- package/src/sap/ui/integration/util/LoadingProvider.js +1 -1
- package/src/sap/ui/integration/util/Manifest.js +1 -1
- package/src/sap/ui/integration/util/OAuth3LOHelper.js +1 -1
- package/src/sap/ui/integration/util/ObjectStatusFactory.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 +1 -1
- package/src/sap/ui/integration/util/SorterHelper.js +1 -1
- package/src/sap/ui/integration/util/Utils.js +46 -2
- package/src/sap/ui/integration/util/Validators.js +1 -1
- package/src/sap/ui/integration/util/openCardShowMore.js +2 -1
- package/src/sap/ui/integration/widgets/Card.js +162 -35
- package/ui5.yaml +10 -60
|
@@ -101,6 +101,8 @@ ARIA_DESCRIPTION_CARD_TYPE_TIMELINE=Cart\u00E3o de linha do tempo.
|
|
|
101
101
|
|
|
102
102
|
ARIA_DESCRIPTION_CARD_TYPE_WEBPAGE=Cart\u00E3o de p\u00E1gina da Web.
|
|
103
103
|
|
|
104
|
+
ARIA_LABELLEDBY_DISPLAY_VARIANT_TILE=Bloco
|
|
105
|
+
|
|
104
106
|
EDITOR_DESTINATIONS=Destinos
|
|
105
107
|
|
|
106
108
|
EDITOR_PARAMETERS_GENERALSETTINGS=Configura\u00E7\u00F5es gerais
|
|
@@ -187,9 +189,9 @@ EDITOR_FIELD_OBJECT_TABLE_BUTTON_MOVE_UP_TOOLTIP=Mover para cima
|
|
|
187
189
|
|
|
188
190
|
EDITOR_FIELD_OBJECT_TABLE_BUTTON_MOVE_DOWN_TOOLTIP=Mover para baixo
|
|
189
191
|
|
|
190
|
-
EDITOR_FIELD_OBJECT_TABLE_BUTTON_EDIT_TOOLTIP=
|
|
192
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_EDIT_TOOLTIP=Editar
|
|
191
193
|
|
|
192
|
-
|
|
194
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_DISPLAY_TOOLTIP=Exibir
|
|
193
195
|
|
|
194
196
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_TITLE=Tradu\u00E7\u00F5es de valor
|
|
195
197
|
|
|
@@ -101,6 +101,8 @@ ARIA_DESCRIPTION_CARD_TYPE_TIMELINE=Cart\u00E3o de linha cronol\u00F3gica.
|
|
|
101
101
|
|
|
102
102
|
ARIA_DESCRIPTION_CARD_TYPE_WEBPAGE=Cart\u00E3o de p\u00E1gina Web.
|
|
103
103
|
|
|
104
|
+
ARIA_LABELLEDBY_DISPLAY_VARIANT_TILE=Mosaico
|
|
105
|
+
|
|
104
106
|
EDITOR_DESTINATIONS=Destinos
|
|
105
107
|
|
|
106
108
|
EDITOR_PARAMETERS_GENERALSETTINGS=Defini\u00E7\u00F5es gerais
|
|
@@ -189,7 +191,7 @@ EDITOR_FIELD_OBJECT_TABLE_BUTTON_MOVE_DOWN_TOOLTIP=Mover para baixo
|
|
|
189
191
|
|
|
190
192
|
EDITOR_FIELD_OBJECT_TABLE_BUTTON_EDIT_TOOLTIP=Editar
|
|
191
193
|
|
|
192
|
-
|
|
194
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_DISPLAY_TOOLTIP=Visualizar
|
|
193
195
|
|
|
194
196
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_TITLE=Tradu\u00E7\u00F5es de valor
|
|
195
197
|
|
|
@@ -101,6 +101,8 @@ ARIA_DESCRIPTION_CARD_TYPE_TIMELINE=Card de cronologie.
|
|
|
101
101
|
|
|
102
102
|
ARIA_DESCRIPTION_CARD_TYPE_WEBPAGE=Card de pagin\u0103 web.
|
|
103
103
|
|
|
104
|
+
ARIA_LABELLEDBY_DISPLAY_VARIANT_TILE=Mozaic
|
|
105
|
+
|
|
104
106
|
EDITOR_DESTINATIONS=Destina\u021Bii
|
|
105
107
|
|
|
106
108
|
EDITOR_PARAMETERS_GENERALSETTINGS=Set\u0103ri generale
|
|
@@ -189,7 +191,7 @@ EDITOR_FIELD_OBJECT_TABLE_BUTTON_MOVE_DOWN_TOOLTIP=Deplasare \u00EEn jos
|
|
|
189
191
|
|
|
190
192
|
EDITOR_FIELD_OBJECT_TABLE_BUTTON_EDIT_TOOLTIP=Editare
|
|
191
193
|
|
|
192
|
-
|
|
194
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_DISPLAY_TOOLTIP=Afi\u0219are
|
|
193
195
|
|
|
194
196
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_TITLE=Traduceri de valoare
|
|
195
197
|
|
|
@@ -101,6 +101,8 @@ ARIA_DESCRIPTION_CARD_TYPE_TIMELINE=\u041A\u0430\u0440\u0442\u0430 \u0432\u0440\
|
|
|
101
101
|
|
|
102
102
|
ARIA_DESCRIPTION_CARD_TYPE_WEBPAGE=\u041A\u0430\u0440\u0442\u0430 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.
|
|
103
103
|
|
|
104
|
+
ARIA_LABELLEDBY_DISPLAY_VARIANT_TILE=\u041F\u043B\u0438\u0442\u043A\u0430
|
|
105
|
+
|
|
104
106
|
EDITOR_DESTINATIONS=\u0410\u0434\u0440\u0435\u0441\u0430
|
|
105
107
|
|
|
106
108
|
EDITOR_PARAMETERS_GENERALSETTINGS=\u041E\u0431\u0449\u0438\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438
|
|
@@ -189,7 +191,7 @@ EDITOR_FIELD_OBJECT_TABLE_BUTTON_MOVE_DOWN_TOOLTIP=\u041F\u0435\u0440\u0435\u043
|
|
|
189
191
|
|
|
190
192
|
EDITOR_FIELD_OBJECT_TABLE_BUTTON_EDIT_TOOLTIP=\u0420\u0435\u0434\u0430\u043A\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C
|
|
191
193
|
|
|
192
|
-
|
|
194
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_DISPLAY_TOOLTIP=\u041F\u0440\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C
|
|
193
195
|
|
|
194
196
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_TITLE=\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u044B \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0439
|
|
195
197
|
|
|
@@ -101,6 +101,8 @@ ARIA_DESCRIPTION_CARD_TYPE_TIMELINE=Kartica vremenske linije.
|
|
|
101
101
|
|
|
102
102
|
ARIA_DESCRIPTION_CARD_TYPE_WEBPAGE=Kartica veb stranice.
|
|
103
103
|
|
|
104
|
+
ARIA_LABELLEDBY_DISPLAY_VARIANT_TILE=Podekran
|
|
105
|
+
|
|
104
106
|
EDITOR_DESTINATIONS=Odredi\u0161ta
|
|
105
107
|
|
|
106
108
|
EDITOR_PARAMETERS_GENERALSETTINGS=Op\u0161ta pode\u0161avanja
|
|
@@ -189,7 +191,7 @@ EDITOR_FIELD_OBJECT_TABLE_BUTTON_MOVE_DOWN_TOOLTIP=Pomeri dole
|
|
|
189
191
|
|
|
190
192
|
EDITOR_FIELD_OBJECT_TABLE_BUTTON_EDIT_TOOLTIP=Uredi
|
|
191
193
|
|
|
192
|
-
|
|
194
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_DISPLAY_TOOLTIP=Prika\u017Ei
|
|
193
195
|
|
|
194
196
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_TITLE=Prevodi vrednosti
|
|
195
197
|
|
|
@@ -101,6 +101,8 @@ ARIA_DESCRIPTION_CARD_TYPE_TIMELINE=Karta \u010Dasovej osi.
|
|
|
101
101
|
|
|
102
102
|
ARIA_DESCRIPTION_CARD_TYPE_WEBPAGE=Karta webovej str\u00E1nky.
|
|
103
103
|
|
|
104
|
+
ARIA_LABELLEDBY_DISPLAY_VARIANT_TILE=Dla\u017Edica
|
|
105
|
+
|
|
104
106
|
EDITOR_DESTINATIONS=Ciele
|
|
105
107
|
|
|
106
108
|
EDITOR_PARAMETERS_GENERALSETTINGS=V\u0161eobecn\u00E9 nastavenia
|
|
@@ -189,7 +191,7 @@ EDITOR_FIELD_OBJECT_TABLE_BUTTON_MOVE_DOWN_TOOLTIP=Premiestni\u0165 nadol
|
|
|
189
191
|
|
|
190
192
|
EDITOR_FIELD_OBJECT_TABLE_BUTTON_EDIT_TOOLTIP=Upravi\u0165
|
|
191
193
|
|
|
192
|
-
|
|
194
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_DISPLAY_TOOLTIP=Zobrazi\u0165
|
|
193
195
|
|
|
194
196
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_TITLE=Preklady hodn\u00F4t
|
|
195
197
|
|
|
@@ -101,6 +101,8 @@ ARIA_DESCRIPTION_CARD_TYPE_TIMELINE=Kartica \u010Dasovnice.
|
|
|
101
101
|
|
|
102
102
|
ARIA_DESCRIPTION_CARD_TYPE_WEBPAGE=Kartica spletne strani.
|
|
103
103
|
|
|
104
|
+
ARIA_LABELLEDBY_DISPLAY_VARIANT_TILE=Plo\u0161\u010Dica
|
|
105
|
+
|
|
104
106
|
EDITOR_DESTINATIONS=Cilji
|
|
105
107
|
|
|
106
108
|
EDITOR_PARAMETERS_GENERALSETTINGS=Splo\u0161ne nastavitve
|
|
@@ -189,7 +191,7 @@ EDITOR_FIELD_OBJECT_TABLE_BUTTON_MOVE_DOWN_TOOLTIP=Premik navzdol
|
|
|
189
191
|
|
|
190
192
|
EDITOR_FIELD_OBJECT_TABLE_BUTTON_EDIT_TOOLTIP=Uredi
|
|
191
193
|
|
|
192
|
-
|
|
194
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_DISPLAY_TOOLTIP=Prikaz
|
|
193
195
|
|
|
194
196
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_TITLE=Prera\u010Duni vrednosti
|
|
195
197
|
|
|
@@ -101,6 +101,8 @@ ARIA_DESCRIPTION_CARD_TYPE_TIMELINE=\u041A\u0430\u0440\u0442\u0438\u0446\u0430 \
|
|
|
101
101
|
|
|
102
102
|
ARIA_DESCRIPTION_CARD_TYPE_WEBPAGE=\u041A\u0430\u0440\u0442\u0438\u0446\u0430 \u0432\u0435\u0431 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435.
|
|
103
103
|
|
|
104
|
+
ARIA_LABELLEDBY_DISPLAY_VARIANT_TILE=\u041F\u043E\u0434\u0435\u043A\u0440\u0430\u043D
|
|
105
|
+
|
|
104
106
|
EDITOR_DESTINATIONS=\u041E\u0434\u0440\u0435\u0434\u0438\u0448\u0442\u0430
|
|
105
107
|
|
|
106
108
|
EDITOR_PARAMETERS_GENERALSETTINGS=\u041E\u043F\u0448\u0442\u0430 \u043F\u043E\u0434\u0435\u0448\u0430\u0432\u0430\u045A\u0430
|
|
@@ -189,7 +191,7 @@ EDITOR_FIELD_OBJECT_TABLE_BUTTON_MOVE_DOWN_TOOLTIP=\u041F\u043E\u043C\u0435\u044
|
|
|
189
191
|
|
|
190
192
|
EDITOR_FIELD_OBJECT_TABLE_BUTTON_EDIT_TOOLTIP=\u0423\u0440\u0435\u0434\u0438
|
|
191
193
|
|
|
192
|
-
|
|
194
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_DISPLAY_TOOLTIP=\u041F\u0440\u0438\u043A\u0430\u0436\u0438
|
|
193
195
|
|
|
194
196
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_TITLE=\u041F\u0440\u0435\u0432\u043E\u0434\u0438 \u0432\u0440\u0435\u0434\u043D\u043E\u0441\u0442\u0438
|
|
195
197
|
|
|
@@ -101,6 +101,8 @@ ARIA_DESCRIPTION_CARD_TYPE_TIMELINE=Tidslinjekort.
|
|
|
101
101
|
|
|
102
102
|
ARIA_DESCRIPTION_CARD_TYPE_WEBPAGE=Webbsideskort.
|
|
103
103
|
|
|
104
|
+
ARIA_LABELLEDBY_DISPLAY_VARIANT_TILE=Panel
|
|
105
|
+
|
|
104
106
|
EDITOR_DESTINATIONS=Destinationer
|
|
105
107
|
|
|
106
108
|
EDITOR_PARAMETERS_GENERALSETTINGS=Allm\u00E4nna inst\u00E4llningar
|
|
@@ -189,7 +191,7 @@ EDITOR_FIELD_OBJECT_TABLE_BUTTON_MOVE_DOWN_TOOLTIP=Flytta ned\u00E5t
|
|
|
189
191
|
|
|
190
192
|
EDITOR_FIELD_OBJECT_TABLE_BUTTON_EDIT_TOOLTIP=Redigera
|
|
191
193
|
|
|
192
|
-
|
|
194
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_DISPLAY_TOOLTIP=Visa
|
|
193
195
|
|
|
194
196
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_TITLE=V\u00E4rdeomr\u00E4kningar
|
|
195
197
|
|
|
@@ -101,6 +101,8 @@ ARIA_DESCRIPTION_CARD_TYPE_TIMELINE=\u0E1A\u0E31\u0E15\u0E23\u0E44\u0E17\u0E21\u
|
|
|
101
101
|
|
|
102
102
|
ARIA_DESCRIPTION_CARD_TYPE_WEBPAGE=\u0E1A\u0E31\u0E15\u0E23\u0E40\u0E27\u0E47\u0E1A\u0E40\u0E1E\u0E08
|
|
103
103
|
|
|
104
|
+
ARIA_LABELLEDBY_DISPLAY_VARIANT_TILE=Tile
|
|
105
|
+
|
|
104
106
|
EDITOR_DESTINATIONS=\u0E1B\u0E25\u0E32\u0E22\u0E17\u0E32\u0E07
|
|
105
107
|
|
|
106
108
|
EDITOR_PARAMETERS_GENERALSETTINGS=\u0E01\u0E32\u0E23\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E04\u0E48\u0E32\u0E17\u0E31\u0E48\u0E27\u0E44\u0E1B
|
|
@@ -189,7 +191,7 @@ EDITOR_FIELD_OBJECT_TABLE_BUTTON_MOVE_DOWN_TOOLTIP=\u0E22\u0E49\u0E32\u0E22\u0E2
|
|
|
189
191
|
|
|
190
192
|
EDITOR_FIELD_OBJECT_TABLE_BUTTON_EDIT_TOOLTIP=\u0E41\u0E01\u0E49\u0E44\u0E02
|
|
191
193
|
|
|
192
|
-
|
|
194
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_DISPLAY_TOOLTIP=\u0E41\u0E2A\u0E14\u0E07
|
|
193
195
|
|
|
194
196
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_TITLE=\u0E01\u0E32\u0E23\u0E41\u0E1B\u0E25\u0E04\u0E48\u0E32
|
|
195
197
|
|
|
@@ -101,6 +101,8 @@ ARIA_DESCRIPTION_CARD_TYPE_TIMELINE=Zaman \u00E7izelgesi kart\u0131.
|
|
|
101
101
|
|
|
102
102
|
ARIA_DESCRIPTION_CARD_TYPE_WEBPAGE=Web sayfas\u0131 kart\u0131.
|
|
103
103
|
|
|
104
|
+
ARIA_LABELLEDBY_DISPLAY_VARIANT_TILE=Kutucuk
|
|
105
|
+
|
|
104
106
|
EDITOR_DESTINATIONS=Hedefler
|
|
105
107
|
|
|
106
108
|
EDITOR_PARAMETERS_GENERALSETTINGS=Genel ayarlar
|
|
@@ -189,7 +191,7 @@ EDITOR_FIELD_OBJECT_TABLE_BUTTON_MOVE_DOWN_TOOLTIP=A\u015Fa\u011F\u0131 ta\u015F
|
|
|
189
191
|
|
|
190
192
|
EDITOR_FIELD_OBJECT_TABLE_BUTTON_EDIT_TOOLTIP=D\u00FCzenle
|
|
191
193
|
|
|
192
|
-
|
|
194
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_DISPLAY_TOOLTIP=G\u00F6r\u00FCnt\u00FCle
|
|
193
195
|
|
|
194
196
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_TITLE=De\u011Fer \u00E7evirileri
|
|
195
197
|
|
|
@@ -101,6 +101,8 @@ ARIA_DESCRIPTION_CARD_TYPE_TIMELINE=\u041A\u0430\u0440\u0442\u043A\u0430 \u0447\
|
|
|
101
101
|
|
|
102
102
|
ARIA_DESCRIPTION_CARD_TYPE_WEBPAGE=\u041A\u0430\u0440\u0442\u043A\u0430 \u0432\u0435\u0431-\u0441\u0442\u043E\u0440\u0456\u043D\u043A\u0438.
|
|
103
103
|
|
|
104
|
+
ARIA_LABELLEDBY_DISPLAY_VARIANT_TILE=\u041F\u043B\u0438\u0442\u043A\u0430
|
|
105
|
+
|
|
104
106
|
EDITOR_DESTINATIONS=\u041C\u0456\u0441\u0446\u044F \u043F\u0440\u0438\u0437\u043D\u0430\u0447\u0435\u043D\u043D\u044F
|
|
105
107
|
|
|
106
108
|
EDITOR_PARAMETERS_GENERALSETTINGS=\u0417\u0430\u0433\u0430\u043B\u044C\u043D\u0456 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438
|
|
@@ -189,7 +191,7 @@ EDITOR_FIELD_OBJECT_TABLE_BUTTON_MOVE_DOWN_TOOLTIP=\u0412\u043D\u0438\u0437
|
|
|
189
191
|
|
|
190
192
|
EDITOR_FIELD_OBJECT_TABLE_BUTTON_EDIT_TOOLTIP=\u0420\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438
|
|
191
193
|
|
|
192
|
-
|
|
194
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_DISPLAY_TOOLTIP=\u0412\u0456\u0434\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u0438
|
|
193
195
|
|
|
194
196
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_TITLE=\u041F\u0435\u0440\u0435\u043A\u043B\u0430\u0434\u0438 \u0437\u043D\u0430\u0447\u0435\u043D\u044C
|
|
195
197
|
|
|
@@ -101,6 +101,8 @@ ARIA_DESCRIPTION_CARD_TYPE_TIMELINE=Th\u1EBB d\u00F2ng th\u1EDDi gian.
|
|
|
101
101
|
|
|
102
102
|
ARIA_DESCRIPTION_CARD_TYPE_WEBPAGE=Th\u1EBB trang web.
|
|
103
103
|
|
|
104
|
+
ARIA_LABELLEDBY_DISPLAY_VARIANT_TILE=Hi\u0300nh x\u00EA\u0301p
|
|
105
|
+
|
|
104
106
|
EDITOR_DESTINATIONS=\u0110i\u00EA\u0309m \u0111\u00EA\u0301n
|
|
105
107
|
|
|
106
108
|
EDITOR_PARAMETERS_GENERALSETTINGS=Thi\u00EA\u0301t l\u00E2\u0323p chung
|
|
@@ -189,7 +191,7 @@ EDITOR_FIELD_OBJECT_TABLE_BUTTON_MOVE_DOWN_TOOLTIP=Chuy\u00EA\u0309n xu\u00F4\u0
|
|
|
189
191
|
|
|
190
192
|
EDITOR_FIELD_OBJECT_TABLE_BUTTON_EDIT_TOOLTIP=Hi\u00EA\u0323u chi\u0309nh
|
|
191
193
|
|
|
192
|
-
|
|
194
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_DISPLAY_TOOLTIP=Hi\u1EC3n th\u1ECB
|
|
193
195
|
|
|
194
196
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_TITLE=Quy \u0111\u00F4\u0309i gia\u0301 tri\u0323
|
|
195
197
|
|
|
@@ -101,6 +101,8 @@ ARIA_DESCRIPTION_CARD_TYPE_TIMELINE=\u65F6\u95F4\u7EBF\u5361\u3002
|
|
|
101
101
|
|
|
102
102
|
ARIA_DESCRIPTION_CARD_TYPE_WEBPAGE=Web \u9875\u9762\u5361\u3002
|
|
103
103
|
|
|
104
|
+
ARIA_LABELLEDBY_DISPLAY_VARIANT_TILE=\u78C1\u8D34
|
|
105
|
+
|
|
104
106
|
EDITOR_DESTINATIONS=\u76EE\u6807
|
|
105
107
|
|
|
106
108
|
EDITOR_PARAMETERS_GENERALSETTINGS=\u5E38\u89C4\u8BBE\u7F6E
|
|
@@ -189,7 +191,7 @@ EDITOR_FIELD_OBJECT_TABLE_BUTTON_MOVE_DOWN_TOOLTIP=\u4E0B\u79FB
|
|
|
189
191
|
|
|
190
192
|
EDITOR_FIELD_OBJECT_TABLE_BUTTON_EDIT_TOOLTIP=\u7F16\u8F91
|
|
191
193
|
|
|
192
|
-
|
|
194
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_DISPLAY_TOOLTIP=\u663E\u793A
|
|
193
195
|
|
|
194
196
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_TITLE=\u503C\u7FFB\u8BD1
|
|
195
197
|
|
|
@@ -101,6 +101,8 @@ ARIA_DESCRIPTION_CARD_TYPE_TIMELINE=\u6642\u9593\u8EF8\u5361\u7247\u3002
|
|
|
101
101
|
|
|
102
102
|
ARIA_DESCRIPTION_CARD_TYPE_WEBPAGE=\u7DB2\u9801\u5361\u7247\u3002
|
|
103
103
|
|
|
104
|
+
ARIA_LABELLEDBY_DISPLAY_VARIANT_TILE=\u529F\u80FD\u78DA
|
|
105
|
+
|
|
104
106
|
EDITOR_DESTINATIONS=\u76EE\u7684\u5730
|
|
105
107
|
|
|
106
108
|
EDITOR_PARAMETERS_GENERALSETTINGS=\u4E00\u822C\u8A2D\u5B9A
|
|
@@ -189,7 +191,7 @@ EDITOR_FIELD_OBJECT_TABLE_BUTTON_MOVE_DOWN_TOOLTIP=\u4E0B\u79FB
|
|
|
189
191
|
|
|
190
192
|
EDITOR_FIELD_OBJECT_TABLE_BUTTON_EDIT_TOOLTIP=\u7DE8\u8F2F
|
|
191
193
|
|
|
192
|
-
|
|
194
|
+
EDITOR_FIELD_OBJECT_TABLE_BUTTON_DISPLAY_TOOLTIP=\u986F\u793A
|
|
193
195
|
|
|
194
196
|
EDITOR_FIELD_TRANSLATION_LIST_POPOVER_TITLE=\u503C\u7FFB\u8B6F
|
|
195
197
|
|
|
@@ -66,7 +66,9 @@
|
|
|
66
66
|
"1.53.0",
|
|
67
67
|
"1.54.0",
|
|
68
68
|
"1.55.0",
|
|
69
|
-
"1.56.0"
|
|
69
|
+
"1.56.0",
|
|
70
|
+
"1.57.0",
|
|
71
|
+
"1.58.0"
|
|
70
72
|
]
|
|
71
73
|
},
|
|
72
74
|
"designtime": {
|
|
@@ -130,12 +132,17 @@
|
|
|
130
132
|
}
|
|
131
133
|
},
|
|
132
134
|
"destinations": {
|
|
133
|
-
"description": "
|
|
135
|
+
"description": "Specifies the destinations configured for use by the card",
|
|
134
136
|
"type": "object",
|
|
135
137
|
"additionalProperties": {
|
|
136
138
|
"$ref": "#/$defs/Configuration.Destinations"
|
|
137
139
|
}
|
|
138
140
|
},
|
|
141
|
+
"useMainDestinations": {
|
|
142
|
+
"description": "Indicates if child cards should reference the main card's destinations. Must be set to true in child cards to use the main card's destinations",
|
|
143
|
+
"type": "boolean",
|
|
144
|
+
"default": false
|
|
145
|
+
},
|
|
139
146
|
"csrfTokens": {
|
|
140
147
|
"description": "Describes the CSRF tokens used by the card",
|
|
141
148
|
"type": "object",
|
|
@@ -144,7 +151,7 @@
|
|
|
144
151
|
}
|
|
145
152
|
},
|
|
146
153
|
"actionHandlers": {
|
|
147
|
-
"description": "
|
|
154
|
+
"description": "Contains configuration settings for the default action handlers",
|
|
148
155
|
"type": "object",
|
|
149
156
|
"additionalProperties": false,
|
|
150
157
|
"properties": {
|
|
@@ -166,7 +173,7 @@
|
|
|
166
173
|
"type": "object"
|
|
167
174
|
},
|
|
168
175
|
"loadingPlaceholders": {
|
|
169
|
-
"description": "[Experimental] Object
|
|
176
|
+
"description": "[Experimental] Object that will represent the loading placeholder of the card",
|
|
170
177
|
"type": "object",
|
|
171
178
|
"properties": {
|
|
172
179
|
"delay": {
|
|
@@ -174,6 +181,13 @@
|
|
|
174
181
|
"type": "number"
|
|
175
182
|
}
|
|
176
183
|
}
|
|
184
|
+
},
|
|
185
|
+
"childCards": {
|
|
186
|
+
"description": "[Experimental] Map of child cards",
|
|
187
|
+
"type": "object",
|
|
188
|
+
"additionalProperties": {
|
|
189
|
+
"$ref": "#/$defs/Configuration.ChildCard"
|
|
190
|
+
}
|
|
177
191
|
}
|
|
178
192
|
}
|
|
179
193
|
},
|
|
@@ -2762,11 +2776,39 @@
|
|
|
2762
2776
|
}
|
|
2763
2777
|
]
|
|
2764
2778
|
},
|
|
2779
|
+
"state": {
|
|
2780
|
+
"description": "Defines the state of the icon",
|
|
2781
|
+
"oneOf": [
|
|
2782
|
+
{
|
|
2783
|
+
"$ref": "#/$defs/state"
|
|
2784
|
+
},
|
|
2785
|
+
{
|
|
2786
|
+
"$ref": "#/$defs/simpleBinding"
|
|
2787
|
+
}
|
|
2788
|
+
]
|
|
2789
|
+
},
|
|
2765
2790
|
"visible": {
|
|
2766
2791
|
"description": "Visibility of the icon",
|
|
2767
2792
|
"$ref": "#/$defs/visibility"
|
|
2768
2793
|
}
|
|
2769
|
-
}
|
|
2794
|
+
},
|
|
2795
|
+
"allOf": [
|
|
2796
|
+
{
|
|
2797
|
+
"anyOf": [
|
|
2798
|
+
{ "required": ["src"] },
|
|
2799
|
+
{ "required": ["initials"] },
|
|
2800
|
+
{ "required": ["state"] }
|
|
2801
|
+
]
|
|
2802
|
+
},
|
|
2803
|
+
{
|
|
2804
|
+
"not": {
|
|
2805
|
+
"anyOf": [
|
|
2806
|
+
{ "required": ["src", "state"] },
|
|
2807
|
+
{ "required": ["initials", "state"] }
|
|
2808
|
+
]
|
|
2809
|
+
}
|
|
2810
|
+
}
|
|
2811
|
+
]
|
|
2770
2812
|
},
|
|
2771
2813
|
"minHeight": {
|
|
2772
2814
|
"description": "Defines the min-height of the Content as a CSS value",
|
|
@@ -3407,12 +3449,14 @@
|
|
|
3407
3449
|
"description": "Parameters for ShowCard action",
|
|
3408
3450
|
"type": "object",
|
|
3409
3451
|
"additionalProperties": false,
|
|
3410
|
-
"required": [
|
|
3411
|
-
"manifest"
|
|
3412
|
-
],
|
|
3413
3452
|
"properties": {
|
|
3453
|
+
"childCardKey": {
|
|
3454
|
+
"description": "The key of the card to be shown",
|
|
3455
|
+
"type": "string"
|
|
3456
|
+
},
|
|
3414
3457
|
"manifest": {
|
|
3415
|
-
"
|
|
3458
|
+
"deprecated": true,
|
|
3459
|
+
"description": "[Deprecated] Child card manifest",
|
|
3416
3460
|
"oneOf": [
|
|
3417
3461
|
{
|
|
3418
3462
|
"type": "string"
|
|
@@ -3936,6 +3980,20 @@
|
|
|
3936
3980
|
}
|
|
3937
3981
|
}
|
|
3938
3982
|
},
|
|
3983
|
+
"Configuration.ChildCard": {
|
|
3984
|
+
"description": "Represents a configuration for a child card",
|
|
3985
|
+
"type": "object",
|
|
3986
|
+
"additionalProperties": false,
|
|
3987
|
+
"required": [
|
|
3988
|
+
"manifest"
|
|
3989
|
+
],
|
|
3990
|
+
"properties": {
|
|
3991
|
+
"manifest": {
|
|
3992
|
+
"description": "The manifest of the child card",
|
|
3993
|
+
"type": "string"
|
|
3994
|
+
}
|
|
3995
|
+
}
|
|
3996
|
+
},
|
|
3939
3997
|
"MicroChart": {
|
|
3940
3998
|
"description": "[Experimental] Describes MicroChart attributes",
|
|
3941
3999
|
"oneOf": [
|