@openui5/sap.ui.integration 1.106.0 → 1.107.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/package.json +3 -3
- package/src/sap/ui/integration/.library +1 -6
- package/src/sap/ui/integration/ActionDefinition.js +1 -2
- package/src/sap/ui/integration/Designtime.js +1 -1
- package/src/sap/ui/integration/Extension.js +12 -2
- package/src/sap/ui/integration/Host.js +15 -1
- package/src/sap/ui/integration/cards/AdaptiveContent.js +5 -3
- 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 +24 -7
- package/src/sap/ui/integration/cards/BaseListContent.js +1 -1
- package/src/sap/ui/integration/cards/CalendarContent.js +6 -4
- package/src/sap/ui/integration/cards/ComponentContent.js +1 -1
- package/src/sap/ui/integration/cards/Footer.js +34 -2
- package/src/sap/ui/integration/cards/Header.js +17 -22
- package/src/sap/ui/integration/cards/ListContent.js +39 -3
- package/src/sap/ui/integration/cards/NumericHeader.js +3 -19
- package/src/sap/ui/integration/cards/ObjectContent.js +82 -27
- package/src/sap/ui/integration/cards/TableContent.js +4 -3
- 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 +31 -23
- 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 +3 -2
- 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/controls/ActionsStrip.js +53 -7
- package/src/sap/ui/integration/controls/ActionsToolbar.js +12 -20
- package/src/sap/ui/integration/controls/LinkWithIcon.js +4 -2
- package/src/sap/ui/integration/controls/ListContentItem.js +1 -1
- package/src/sap/ui/integration/controls/Microchart.js +7 -1
- package/src/sap/ui/integration/controls/MicrochartLegend.js +1 -1
- package/src/sap/ui/integration/controls/Paginator.js +66 -16
- package/src/sap/ui/integration/designtime/baseEditor/BaseEditor.js +4 -2
- package/src/sap/ui/integration/designtime/baseEditor/PropertyEditor.js +11 -8
- package/src/sap/ui/integration/designtime/baseEditor/PropertyEditors.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n.properties +2 -2
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_ar.properties +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_bg.properties +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_ca.properties +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_cs.properties +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_cy.properties +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_da.properties +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_de.properties +4 -4
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_el.properties +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_en.properties +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_en_GB.properties +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_en_US_sappsd.properties +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_en_US_saprigi.properties +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_en_US_saptrc.properties +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_es.properties +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_es_MX.properties +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_et.properties +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_fi.properties +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_fr.properties +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_fr_CA.properties +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_hi.properties +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_hr.properties +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_hu.properties +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_id.properties +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_it.properties +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_iw.properties +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_ja.properties +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_kk.properties +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_ko.properties +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_lt.properties +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_lv.properties +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_ms.properties +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_nl.properties +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_no.properties +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_pl.properties +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_pt.properties +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_pt_PT.properties +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_ro.properties +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_ru.properties +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_sh.properties +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_sk.properties +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_sl.properties +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_sv.properties +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_th.properties +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_tr.properties +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_uk.properties +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_vi.properties +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_zh_CN.properties +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_zh_TW.properties +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/BasePropertyEditor.js +15 -12
- 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 +22 -22
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/codeEditor/CodeEditorDialog.fragment.xml +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.fragment.xml +14 -0
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/textAreaEditor/TextAreaEditor.js +126 -0
- 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/BASEditor.js +54 -5
- package/src/sap/ui/integration/designtime/cardEditor/config/index.js +1 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_de.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/CardEditor.js +1 -2
- package/src/sap/ui/integration/designtime/editor/CardPreview.js +36 -34
- package/src/sap/ui/integration/editor/Editor.js +604 -912
- package/src/sap/ui/integration/editor/EditorResourceBundles.js +1 -1
- package/src/sap/ui/integration/editor/Extension.js +1 -2
- package/src/sap/ui/integration/editor/Manifest.js +1 -1
- package/src/sap/ui/integration/editor/Settings.js +7 -5
- package/src/sap/ui/integration/editor/css/Editor.css +4 -0
- package/src/sap/ui/integration/editor/fields/BaseField.js +48 -43
- 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 +353 -0
- 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 +7 -3
- package/src/sap/ui/integration/editor/fields/ObjectListField.js +1 -1
- package/src/sap/ui/integration/editor/fields/StringField.js +3 -2
- 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 +8 -6
- package/src/sap/ui/integration/editor/fields/viz/IconSelect.js +6 -4
- package/src/sap/ui/integration/editor/fields/viz/ShapeSelect.js +5 -3
- package/src/sap/ui/integration/editor/fields/viz/VizBase.js +16 -9
- package/src/sap/ui/integration/library.js +2 -8
- package/src/sap/ui/integration/messagebundle_ar.properties +6 -0
- package/src/sap/ui/integration/messagebundle_bg.properties +6 -0
- package/src/sap/ui/integration/messagebundle_ca.properties +6 -0
- package/src/sap/ui/integration/messagebundle_cs.properties +6 -0
- package/src/sap/ui/integration/messagebundle_cy.properties +6 -0
- package/src/sap/ui/integration/messagebundle_da.properties +6 -0
- package/src/sap/ui/integration/messagebundle_de.properties +6 -0
- package/src/sap/ui/integration/messagebundle_el.properties +7 -1
- package/src/sap/ui/integration/messagebundle_en.properties +6 -0
- package/src/sap/ui/integration/messagebundle_en_GB.properties +6 -0
- package/src/sap/ui/integration/messagebundle_en_US_saptrc.properties +6 -0
- package/src/sap/ui/integration/messagebundle_es.properties +6 -0
- package/src/sap/ui/integration/messagebundle_es_MX.properties +6 -0
- package/src/sap/ui/integration/messagebundle_et.properties +6 -0
- package/src/sap/ui/integration/messagebundle_fi.properties +6 -0
- package/src/sap/ui/integration/messagebundle_fr.properties +6 -0
- package/src/sap/ui/integration/messagebundle_fr_CA.properties +6 -0
- package/src/sap/ui/integration/messagebundle_hi.properties +6 -0
- package/src/sap/ui/integration/messagebundle_hr.properties +6 -0
- package/src/sap/ui/integration/messagebundle_hu.properties +6 -0
- package/src/sap/ui/integration/messagebundle_id.properties +7 -1
- package/src/sap/ui/integration/messagebundle_it.properties +6 -0
- package/src/sap/ui/integration/messagebundle_iw.properties +6 -0
- package/src/sap/ui/integration/messagebundle_ja.properties +6 -0
- package/src/sap/ui/integration/messagebundle_kk.properties +7 -1
- package/src/sap/ui/integration/messagebundle_ko.properties +6 -0
- package/src/sap/ui/integration/messagebundle_lt.properties +6 -0
- package/src/sap/ui/integration/messagebundle_lv.properties +6 -0
- package/src/sap/ui/integration/messagebundle_ms.properties +6 -0
- package/src/sap/ui/integration/messagebundle_nl.properties +6 -0
- package/src/sap/ui/integration/messagebundle_no.properties +6 -0
- package/src/sap/ui/integration/messagebundle_pl.properties +6 -0
- package/src/sap/ui/integration/messagebundle_pt.properties +6 -0
- package/src/sap/ui/integration/messagebundle_pt_PT.properties +6 -0
- package/src/sap/ui/integration/messagebundle_ro.properties +6 -0
- package/src/sap/ui/integration/messagebundle_ru.properties +6 -0
- package/src/sap/ui/integration/messagebundle_sh.properties +6 -0
- package/src/sap/ui/integration/messagebundle_sk.properties +6 -0
- package/src/sap/ui/integration/messagebundle_sl.properties +6 -0
- package/src/sap/ui/integration/messagebundle_sv.properties +6 -0
- package/src/sap/ui/integration/messagebundle_th.properties +6 -0
- package/src/sap/ui/integration/messagebundle_tr.properties +6 -0
- package/src/sap/ui/integration/messagebundle_uk.properties +6 -0
- package/src/sap/ui/integration/messagebundle_vi.properties +6 -0
- package/src/sap/ui/integration/messagebundle_zh_CN.properties +6 -0
- package/src/sap/ui/integration/messagebundle_zh_TW.properties +6 -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/model/PagingModelListBinding.js +1 -1
- package/src/sap/ui/integration/schemas/sap-card.json +67 -20
- package/src/sap/ui/integration/themes/base/ActionsStrip.less +5 -0
- package/src/sap/ui/integration/themes/base/Card.less +1 -12
- package/src/sap/ui/integration/themes/base/ListContentItem.less +9 -15
- package/src/sap/ui/integration/themes/base/Microchart.less +7 -0
- package/src/sap/ui/integration/themes/base/ObjectContent.less +11 -4
- 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/ContentFactory.js +10 -1
- package/src/sap/ui/integration/util/CsrfTokenHandler.js +1 -1
- package/src/sap/ui/integration/util/DataProvider.js +2 -2
- 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/ExtensionDataProvider.js +1 -1
- package/src/sap/ui/integration/util/Forms.js +1 -1
- package/src/sap/ui/integration/util/HeaderFactory.js +10 -8
- package/src/sap/ui/integration/util/JSONBindingHelper.js +1 -1
- package/src/sap/ui/integration/util/LoadingProvider.js +1 -1
- package/src/sap/ui/integration/util/Manifest.js +1 -1
- package/src/sap/ui/integration/util/ManifestResolver.js +1 -0
- 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/Utils.js +1 -1
- package/src/sap/ui/integration/util/Validators.js +1 -1
- package/src/sap/ui/integration/widgets/Card.js +155 -26
|
@@ -3,6 +3,8 @@ CARD.COUNT_X_OF_Y={0} av {1}
|
|
|
3
3
|
|
|
4
4
|
CARD_DATA_LOAD_ERROR=Data kan inte l\u00E4sas in.
|
|
5
5
|
|
|
6
|
+
CARD_FILTER_DATA_LOAD_ERROR=Kunde ej l\u00E4sa in filtret.
|
|
7
|
+
|
|
6
8
|
CARD_NO_ITEMS_ERROR_LISTS=Inga tillg\u00E4ngliga positioner.
|
|
7
9
|
|
|
8
10
|
CARD_NO_ITEMS_ERROR_CHART=Inga data tillg\u00E4ngliga.
|
|
@@ -189,6 +191,8 @@ EDITOR_VAL_TEXTREQ=F\u00E4lt \u00E4r obligatoriskt. Ange text.
|
|
|
189
191
|
|
|
190
192
|
EDITOR_VAL_LISTREQ=F\u00E4lt \u00E4r obligatoriskt. V\u00E4lj en position.
|
|
191
193
|
|
|
194
|
+
EDITOR_VAL_FIELDREQ=F\u00E4lt \u00E4r obligatoriskt.
|
|
195
|
+
|
|
192
196
|
EDITOR_VAL_LISTMAXLENGTH=Lista \u00F6verstiger maximal l\u00E4ngd p\u00E5 {0}
|
|
193
197
|
|
|
194
198
|
EDITOR_VAL_LISTMINLENGTH=Lista m\u00E5ste ha minst {0} positioner
|
|
@@ -205,6 +209,8 @@ EDITOR_VAL_MULTIPLE=V\u00E4rde m\u00E5ste vara multipel av {0}.
|
|
|
205
209
|
|
|
206
210
|
EDITOR_VAL_NUMBERREQ=F\u00E4ltuppgift \u00E4r obligatorisk. Ange ett tal.
|
|
207
211
|
|
|
212
|
+
EDITOR_ONLY_LISTED_VALUES_ALLOWED=Endast listade v\u00E4rden till\u00E5ts.
|
|
213
|
+
|
|
208
214
|
EDITOR_ITEM_SELECTED=Markerade
|
|
209
215
|
|
|
210
216
|
EDITOR_ITEM_UNSELECTED=Avmarkerade
|
|
@@ -3,6 +3,8 @@ CARD.COUNT_X_OF_Y={0} \u0E08\u0E32\u0E01 {1}
|
|
|
3
3
|
|
|
4
4
|
CARD_DATA_LOAD_ERROR=\u0E44\u0E21\u0E48\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E42\u0E2B\u0E25\u0E14\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25
|
|
5
5
|
|
|
6
|
+
CARD_FILTER_DATA_LOAD_ERROR=\u0E44\u0E21\u0E48\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E42\u0E2B\u0E25\u0E14\u0E1F\u0E34\u0E25\u0E40\u0E15\u0E2D\u0E23\u0E4C
|
|
7
|
+
|
|
6
8
|
CARD_NO_ITEMS_ERROR_LISTS=\u0E44\u0E21\u0E48\u0E21\u0E35\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23
|
|
7
9
|
|
|
8
10
|
CARD_NO_ITEMS_ERROR_CHART=\u0E44\u0E21\u0E48\u0E21\u0E35\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25
|
|
@@ -189,6 +191,8 @@ EDITOR_VAL_TEXTREQ=\u0E15\u0E49\u0E2D\u0E07\u0E23\u0E30\u0E1A\u0E38\u0E1F\u0E34\
|
|
|
189
191
|
|
|
190
192
|
EDITOR_VAL_LISTREQ=\u0E15\u0E49\u0E2D\u0E07\u0E23\u0E30\u0E1A\u0E38\u0E1F\u0E34\u0E25\u0E14\u0E4C\u0E19\u0E35\u0E49 \u0E01\u0E23\u0E38\u0E13\u0E32\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23
|
|
191
193
|
|
|
194
|
+
EDITOR_VAL_FIELDREQ=\u0E15\u0E49\u0E2D\u0E07\u0E1B\u0E49\u0E2D\u0E19\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E43\u0E19\u0E1F\u0E34\u0E25\u0E14\u0E4C
|
|
195
|
+
|
|
192
196
|
EDITOR_VAL_LISTMAXLENGTH=\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E21\u0E35\u0E04\u0E27\u0E32\u0E21\u0E22\u0E32\u0E27\u0E40\u0E01\u0E34\u0E19\u0E04\u0E27\u0E32\u0E21\u0E22\u0E32\u0E27\u0E2A\u0E39\u0E07\u0E2A\u0E38\u0E14 {0}
|
|
193
197
|
|
|
194
198
|
EDITOR_VAL_LISTMINLENGTH=\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E15\u0E49\u0E2D\u0E07\u0E21\u0E35\u0E2D\u0E22\u0E48\u0E32\u0E07\u0E19\u0E49\u0E2D\u0E22 {0} \u0E23\u0E32\u0E22\u0E01\u0E32\u0E23
|
|
@@ -205,6 +209,8 @@ EDITOR_VAL_MULTIPLE=\u0E04\u0E48\u0E32\u0E15\u0E49\u0E2D\u0E07\u0E40\u0E1B\u0E47
|
|
|
205
209
|
|
|
206
210
|
EDITOR_VAL_NUMBERREQ=\u0E08\u0E33\u0E40\u0E1B\u0E47\u0E19\u0E15\u0E49\u0E2D\u0E07\u0E1B\u0E49\u0E2D\u0E19\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E43\u0E19\u0E1F\u0E34\u0E25\u0E14\u0E4C \u0E01\u0E23\u0E38\u0E13\u0E32\u0E1B\u0E49\u0E2D\u0E19\u0E15\u0E31\u0E27\u0E40\u0E25\u0E02
|
|
207
211
|
|
|
212
|
+
EDITOR_ONLY_LISTED_VALUES_ALLOWED=\u0E2D\u0E19\u0E38\u0E0D\u0E32\u0E15\u0E43\u0E2B\u0E49\u0E43\u0E0A\u0E49\u0E40\u0E09\u0E1E\u0E32\u0E30\u0E04\u0E48\u0E32\u0E17\u0E35\u0E48\u0E41\u0E2A\u0E14\u0E07\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E40\u0E17\u0E48\u0E32\u0E19\u0E31\u0E49\u0E19
|
|
213
|
+
|
|
208
214
|
EDITOR_ITEM_SELECTED=\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E41\u0E25\u0E49\u0E27
|
|
209
215
|
|
|
210
216
|
EDITOR_ITEM_UNSELECTED=\u0E22\u0E01\u0E40\u0E25\u0E34\u0E01\u0E01\u0E32\u0E23\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E41\u0E25\u0E49\u0E27
|
|
@@ -3,6 +3,8 @@ CARD.COUNT_X_OF_Y={0} / {1}
|
|
|
3
3
|
|
|
4
4
|
CARD_DATA_LOAD_ERROR=Veriler y\u00FCklenemiyor.
|
|
5
5
|
|
|
6
|
+
CARD_FILTER_DATA_LOAD_ERROR=Filtre y\u00FCklenemiyor.
|
|
7
|
+
|
|
6
8
|
CARD_NO_ITEMS_ERROR_LISTS=\u00D6\u011Fe mevcut de\u011Fil.
|
|
7
9
|
|
|
8
10
|
CARD_NO_ITEMS_ERROR_CHART=Kullan\u0131labilir veri yok.
|
|
@@ -189,6 +191,8 @@ EDITOR_VAL_TEXTREQ=Alan gerekli, metin girin.
|
|
|
189
191
|
|
|
190
192
|
EDITOR_VAL_LISTREQ=Alan gerekli. \u00D6\u011Fe girin.
|
|
191
193
|
|
|
194
|
+
EDITOR_VAL_FIELDREQ=Alan gerekli.
|
|
195
|
+
|
|
192
196
|
EDITOR_VAL_LISTMAXLENGTH=Liste, {0} azami uzunlu\u011Funu a\u015F\u0131yor.
|
|
193
197
|
|
|
194
198
|
EDITOR_VAL_LISTMINLENGTH=Liste en az {0} \u00F6\u011Fe i\u00E7ermelidir
|
|
@@ -205,6 +209,8 @@ EDITOR_VAL_MULTIPLE=De\u011Fer {0} kat\u0131 olmal\u0131.
|
|
|
205
209
|
|
|
206
210
|
EDITOR_VAL_NUMBERREQ=Alan giri\u015Fi gerekli. Say\u0131 girin.
|
|
207
211
|
|
|
212
|
+
EDITOR_ONLY_LISTED_VALUES_ALLOWED=Yaln\u0131z listelenen de\u011Ferlere izin veriliyor.
|
|
213
|
+
|
|
208
214
|
EDITOR_ITEM_SELECTED=Se\u00E7ildi
|
|
209
215
|
|
|
210
216
|
EDITOR_ITEM_UNSELECTED=Se\u00E7ilmedi
|
|
@@ -3,6 +3,8 @@ CARD.COUNT_X_OF_Y={0} \u0437 {1}
|
|
|
3
3
|
|
|
4
4
|
CARD_DATA_LOAD_ERROR=\u041D\u0435 \u0432\u0434\u0430\u043B\u043E\u0441\u044F \u0437\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0438\u0442\u0438 \u0434\u0430\u043D\u0456.
|
|
5
5
|
|
|
6
|
+
CARD_FILTER_DATA_LOAD_ERROR=\u041D\u0435\u043C\u043E\u0436\u043B\u0438\u0432\u043E \u0437\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0438\u0442\u0438 \u0444\u0456\u043B\u044C\u0442\u0440.
|
|
7
|
+
|
|
6
8
|
CARD_NO_ITEMS_ERROR_LISTS=\u041F\u043E\u0437\u0438\u0446\u0456\u0457 \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0456.
|
|
7
9
|
|
|
8
10
|
CARD_NO_ITEMS_ERROR_CHART=\u0414\u0430\u043D\u0456 \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0456.
|
|
@@ -189,6 +191,8 @@ EDITOR_VAL_TEXTREQ=\u041F\u043E\u043B\u0435 \u0454 \u043E\u0431\u043E\u0432'\u04
|
|
|
189
191
|
|
|
190
192
|
EDITOR_VAL_LISTREQ=\u041F\u043E\u043B\u0435 \u0454 \u043E\u0431\u043E\u0432'\u044F\u0437\u043A\u043E\u0432\u0438\u043C. \u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044C \u043E\u0434\u0438\u043D \u0435\u043B\u0435\u043C\u0435\u043D\u0442.
|
|
191
193
|
|
|
194
|
+
EDITOR_VAL_FIELDREQ=\u041F\u043E\u043B\u0435 \u0454 \u043E\u0431\u043E\u0432'\u044F\u0437\u043A\u043E\u0432\u0438\u043C.
|
|
195
|
+
|
|
192
196
|
EDITOR_VAL_LISTMAXLENGTH=\u0421\u043F\u0438\u0441\u043E\u043A \u043F\u0435\u0440\u0435\u0432\u0438\u0449\u0443\u0454 \u043C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u0443 \u0434\u043E\u0432\u0436\u0438\u043D\u0443 {0}
|
|
193
197
|
|
|
194
198
|
EDITOR_VAL_LISTMINLENGTH=\u0421\u043F\u0438\u0441\u043E\u043A \u043F\u043E\u0432\u0438\u043D\u0435\u043D \u043C\u0430\u0442\u0438 \u043F\u0440\u0438\u043D\u0430\u0439\u043C\u043D\u0456 {0} \u043F\u043E\u0437\u0438\u0446.
|
|
@@ -205,6 +209,8 @@ EDITOR_VAL_MULTIPLE=\u0417\u043D\u0430\u0447\u0435\u043D\u043D\u044F \u043C\u043
|
|
|
205
209
|
|
|
206
210
|
EDITOR_VAL_NUMBERREQ=\u0417\u0430\u043F\u0438\u0441 \u043F\u043E\u043B\u044F \u0454 \u043E\u0431\u043E\u0432'\u044F\u0437\u043A\u043E\u0432\u0438\u043C. \u0412\u0432\u0435\u0434\u0456\u0442\u044C \u0447\u0438\u0441\u043B\u043E.
|
|
207
211
|
|
|
212
|
+
EDITOR_ONLY_LISTED_VALUES_ALLOWED=\u0414\u043E\u0437\u0432\u043E\u043B\u0435\u043D\u0456 \u043B\u0438\u0448\u0435 \u043F\u0435\u0440\u0435\u043B\u0456\u0447\u0435\u043D\u0456 \u0437\u043D\u0430\u0447\u0435\u043D\u043D\u044F.
|
|
213
|
+
|
|
208
214
|
EDITOR_ITEM_SELECTED=\u0412\u0438\u0431\u0440\u0430\u043D\u0435
|
|
209
215
|
|
|
210
216
|
EDITOR_ITEM_UNSELECTED=\u041D\u0435\u0432\u0438\u0431\u0440\u0430\u043D\u0435
|
|
@@ -3,6 +3,8 @@ CARD.COUNT_X_OF_Y={0} cu\u0309a {1}
|
|
|
3
3
|
|
|
4
4
|
CARD_DATA_LOAD_ERROR=Kh\u00F4ng th\u00EA\u0309 ta\u0309i d\u01B0\u0303 li\u00EA\u0323u.
|
|
5
5
|
|
|
6
|
+
CARD_FILTER_DATA_LOAD_ERROR=Kh\u00F4ng th\u00EA\u0309 ta\u0309i b\u00F4\u0323 lo\u0323c l\u00EAn.
|
|
7
|
+
|
|
6
8
|
CARD_NO_ITEMS_ERROR_LISTS=Mu\u0323c kh\u00F4ng co\u0301 s\u0103\u0303n.
|
|
7
9
|
|
|
8
10
|
CARD_NO_ITEMS_ERROR_CHART=Kh\u00F4ng co\u0301 s\u0103\u0303n d\u01B0\u0303 li\u00EA\u0323u.
|
|
@@ -189,6 +191,8 @@ EDITOR_VAL_TEXTREQ=Tr\u01B0\u01A1\u0300ng \u0111\u01B0\u01A1\u0323c y\u00EAu c\u
|
|
|
189
191
|
|
|
190
192
|
EDITOR_VAL_LISTREQ=Tr\u01B0\u01A1\u0300ng \u0111\u01B0\u01A1\u0323c y\u00EAu c\u00E2\u0300u. Vui lo\u0300ng cho\u0323n m\u00F4\u0323t mu\u0323c.
|
|
191
193
|
|
|
194
|
+
EDITOR_VAL_FIELDREQ=Tr\u01B0\u01A1\u0300ng \u0111\u01B0\u01A1\u0323c y\u00EAu c\u00E2\u0300u.
|
|
195
|
+
|
|
192
196
|
EDITOR_VAL_LISTMAXLENGTH=Danh sa\u0301ch v\u01B0\u01A1\u0323t qua\u0301 \u0111\u00F4\u0323 da\u0300i t\u00F4\u0301i \u0111a {0}.
|
|
193
197
|
|
|
194
198
|
EDITOR_VAL_LISTMINLENGTH=Danh sa\u0301ch pha\u0309i co\u0301 i\u0301t nh\u00E2\u0301t {0} mu\u0323c
|
|
@@ -205,6 +209,8 @@ EDITOR_VAL_MULTIPLE=Gia\u0301 tri\u0323 pha\u0309i la\u0300 b\u00F4\u0323i s\u00
|
|
|
205
209
|
|
|
206
210
|
EDITOR_VAL_NUMBERREQ=Mu\u0323c nh\u00E2\u0323p tr\u01B0\u01A1\u0300ng \u0111\u01B0\u01A1\u0323c y\u00EAu c\u00E2\u0300u. Vui lo\u0300ng nh\u00E2\u0323p s\u00F4\u0301.
|
|
207
211
|
|
|
212
|
+
EDITOR_ONLY_LISTED_VALUES_ALLOWED=Chi\u0309 cho phe\u0301p gia\u0301 tri\u0323 \u0111\u01B0\u01A1\u0323c li\u00EA\u0323t k\u00EA.
|
|
213
|
+
|
|
208
214
|
EDITOR_ITEM_SELECTED=\u0110\u01B0\u01A1\u0323c cho\u0323n
|
|
209
215
|
|
|
210
216
|
EDITOR_ITEM_UNSELECTED=Kh\u00F4ng \u0111\u01B0\u01A1\u0323c cho\u0323n
|
|
@@ -3,6 +3,8 @@ CARD.COUNT_X_OF_Y=\u7B2C {0} \u4E2A\uFF0C\u5171 {1} \u4E2A
|
|
|
3
3
|
|
|
4
4
|
CARD_DATA_LOAD_ERROR=\u65E0\u6CD5\u52A0\u8F7D\u6570\u636E\u3002
|
|
5
5
|
|
|
6
|
+
CARD_FILTER_DATA_LOAD_ERROR=\u65E0\u6CD5\u52A0\u8F7D\u8FC7\u6EE4\u5668\u3002
|
|
7
|
+
|
|
6
8
|
CARD_NO_ITEMS_ERROR_LISTS=\u65E0\u53EF\u7528\u9879\u76EE\u3002
|
|
7
9
|
|
|
8
10
|
CARD_NO_ITEMS_ERROR_CHART=\u65E0\u53EF\u7528\u6570\u636E\u3002
|
|
@@ -189,6 +191,8 @@ EDITOR_VAL_TEXTREQ=\u5B57\u6BB5\u4E3A\u5FC5\u586B\u5B57\u6BB5\u3002\u8BF7\u8F93\
|
|
|
189
191
|
|
|
190
192
|
EDITOR_VAL_LISTREQ=\u5B57\u6BB5\u4E3A\u5FC5\u586B\u5B57\u6BB5\u3002\u8BF7\u9009\u62E9\u4E00\u9879\u3002
|
|
191
193
|
|
|
194
|
+
EDITOR_VAL_FIELDREQ=\u5B57\u6BB5\u4E3A\u5FC5\u586B\u5B57\u6BB5\u3002
|
|
195
|
+
|
|
192
196
|
EDITOR_VAL_LISTMAXLENGTH=\u5217\u8868\u8D85\u8FC7\u6700\u5927\u957F\u5EA6 {0}
|
|
193
197
|
|
|
194
198
|
EDITOR_VAL_LISTMINLENGTH=\u5217\u8868\u5FC5\u987B\u81F3\u5C11\u6709 {0} \u4E2A\u9879\u76EE
|
|
@@ -205,6 +209,8 @@ EDITOR_VAL_MULTIPLE=\u503C\u5FC5\u987B\u662F {0} \u7684\u500D\u6570
|
|
|
205
209
|
|
|
206
210
|
EDITOR_VAL_NUMBERREQ=\u9700\u8981\u5B57\u6BB5\u8F93\u5165\u3002\u8BF7\u8F93\u5165\u6570\u5B57\u3002
|
|
207
211
|
|
|
212
|
+
EDITOR_ONLY_LISTED_VALUES_ALLOWED=\u4EC5\u5141\u8BB8\u6240\u5217\u51FA\u7684\u503C\u3002
|
|
213
|
+
|
|
208
214
|
EDITOR_ITEM_SELECTED=\u5DF2\u9009\u62E9
|
|
209
215
|
|
|
210
216
|
EDITOR_ITEM_UNSELECTED=\u672A\u9009\u62E9
|
|
@@ -3,6 +3,8 @@ CARD.COUNT_X_OF_Y={0}/{1}
|
|
|
3
3
|
|
|
4
4
|
CARD_DATA_LOAD_ERROR=\u7121\u6CD5\u8F09\u5165\u8CC7\u6599\u3002
|
|
5
5
|
|
|
6
|
+
CARD_FILTER_DATA_LOAD_ERROR=\u7121\u6CD5\u8F09\u5165\u7BE9\u9078\u3002
|
|
7
|
+
|
|
6
8
|
CARD_NO_ITEMS_ERROR_LISTS=\u6C92\u6709\u9805\u76EE\u3002
|
|
7
9
|
|
|
8
10
|
CARD_NO_ITEMS_ERROR_CHART=\u6C92\u6709\u8CC7\u6599\u3002
|
|
@@ -189,6 +191,8 @@ EDITOR_VAL_TEXTREQ=\u9700\u8981\u6B04\u4F4D\uFF0C\u8ACB\u8F38\u5165\u5167\u6587\
|
|
|
189
191
|
|
|
190
192
|
EDITOR_VAL_LISTREQ=\u9700\u8981\u6B04\u4F4D\uFF0C\u8ACB\u9078\u64C7\u9805\u76EE\u3002
|
|
191
193
|
|
|
194
|
+
EDITOR_VAL_FIELDREQ=\u9700\u8981\u6B04\u4F4D\u3002
|
|
195
|
+
|
|
192
196
|
EDITOR_VAL_LISTMAXLENGTH=\u6E05\u55AE\u8D85\u904E {0} \u7684\u6700\u5927\u9577\u5EA6
|
|
193
197
|
|
|
194
198
|
EDITOR_VAL_LISTMINLENGTH=\u6E05\u55AE\u81F3\u5C11\u5FC5\u9808\u6709 {0} \u500B\u9805\u76EE
|
|
@@ -205,6 +209,8 @@ EDITOR_VAL_MULTIPLE=\u503C\u5FC5\u9808\u662F {0} \u7684\u500D\u6578
|
|
|
205
209
|
|
|
206
210
|
EDITOR_VAL_NUMBERREQ=\u5FC5\u8981\u6B04\u4F4D\u8F38\u5165\u9805\uFF0C\u8ACB\u8F38\u5165\u6578\u5B57\u3002
|
|
207
211
|
|
|
212
|
+
EDITOR_ONLY_LISTED_VALUES_ALLOWED=\u50C5\u5141\u8A31\u6240\u5217\u51FA\u7684\u6578\u503C\u3002
|
|
213
|
+
|
|
208
214
|
EDITOR_ITEM_SELECTED=\u5DF2\u9078\u64C7
|
|
209
215
|
|
|
210
216
|
EDITOR_ITEM_UNSELECTED=\u672A\u9078\u64C7
|
|
@@ -4,7 +4,8 @@
|
|
|
4
4
|
"type": "object",
|
|
5
5
|
"additionalProperties": false,
|
|
6
6
|
"required": [
|
|
7
|
-
"type"
|
|
7
|
+
"type",
|
|
8
|
+
"header"
|
|
8
9
|
],
|
|
9
10
|
"properties": {
|
|
10
11
|
"_version": {
|
|
@@ -40,7 +41,8 @@
|
|
|
40
41
|
"1.28.0",
|
|
41
42
|
"1.29.0",
|
|
42
43
|
"1.30.0",
|
|
43
|
-
"1.31.0"
|
|
44
|
+
"1.31.0",
|
|
45
|
+
"1.32.0"
|
|
44
46
|
]
|
|
45
47
|
},
|
|
46
48
|
"designtime": {
|
|
@@ -445,6 +447,18 @@
|
|
|
445
447
|
"status": {
|
|
446
448
|
"description": "Represents the status of the card",
|
|
447
449
|
"$ref": "#/definitions/status"
|
|
450
|
+
},
|
|
451
|
+
"visible": {
|
|
452
|
+
"description": "[Experimental] Visibility of the header",
|
|
453
|
+
"oneOf": [
|
|
454
|
+
{
|
|
455
|
+
"type": "boolean",
|
|
456
|
+
"default": true
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"$ref": "#/definitions/simpleBinding"
|
|
460
|
+
}
|
|
461
|
+
]
|
|
448
462
|
}
|
|
449
463
|
}
|
|
450
464
|
},
|
|
@@ -555,6 +569,18 @@
|
|
|
555
569
|
"status": {
|
|
556
570
|
"description": "Represents the status of the card",
|
|
557
571
|
"$ref": "#/definitions/status"
|
|
572
|
+
},
|
|
573
|
+
"visible": {
|
|
574
|
+
"description": "[Experimental] Visibility of the header",
|
|
575
|
+
"oneOf": [
|
|
576
|
+
{
|
|
577
|
+
"type": "boolean",
|
|
578
|
+
"default": true
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
"$ref": "#/definitions/simpleBinding"
|
|
582
|
+
}
|
|
583
|
+
]
|
|
558
584
|
}
|
|
559
585
|
}
|
|
560
586
|
},
|
|
@@ -1236,7 +1262,21 @@
|
|
|
1236
1262
|
},
|
|
1237
1263
|
"hasData": {
|
|
1238
1264
|
"description": "Represents flag for no data",
|
|
1239
|
-
"
|
|
1265
|
+
"oneOf": [
|
|
1266
|
+
{
|
|
1267
|
+
"type": "boolean"
|
|
1268
|
+
},
|
|
1269
|
+
{
|
|
1270
|
+
"type": "object"
|
|
1271
|
+
},
|
|
1272
|
+
{
|
|
1273
|
+
"type": "array"
|
|
1274
|
+
},
|
|
1275
|
+
{
|
|
1276
|
+
"$ref": "#/definitions/simpleBinding"
|
|
1277
|
+
}
|
|
1278
|
+
],
|
|
1279
|
+
"default": true
|
|
1240
1280
|
}
|
|
1241
1281
|
}
|
|
1242
1282
|
},
|
|
@@ -1576,7 +1616,11 @@
|
|
|
1576
1616
|
},
|
|
1577
1617
|
"text": {
|
|
1578
1618
|
"type": "string",
|
|
1579
|
-
"description": "Represents text that will be displayed in the icon"
|
|
1619
|
+
"description": "[Deprecated] Represents text that will be displayed in the icon"
|
|
1620
|
+
},
|
|
1621
|
+
"initials": {
|
|
1622
|
+
"type": "string",
|
|
1623
|
+
"description": "Used as fallback if the 'src' property is not set or there is an issue with the resource. Up to two Latin letters can be displayed"
|
|
1580
1624
|
},
|
|
1581
1625
|
"alt": {
|
|
1582
1626
|
"type": "string",
|
|
@@ -2171,19 +2215,26 @@
|
|
|
2171
2215
|
]
|
|
2172
2216
|
},
|
|
2173
2217
|
"text": {
|
|
2174
|
-
"description": "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",
|
|
2218
|
+
"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",
|
|
2219
|
+
"type": "string"
|
|
2220
|
+
},
|
|
2221
|
+
"initials": {
|
|
2222
|
+
"description": "Used as fallback if the 'src' property is not set or there is an issue with the resource. Up to two Latin letters can be displayed",
|
|
2223
|
+
"type": "string"
|
|
2224
|
+
},
|
|
2225
|
+
"backgroundColor": {
|
|
2226
|
+
"$ref": "#/definitions/iconBackgroundColor"
|
|
2227
|
+
},
|
|
2228
|
+
"visible": {
|
|
2229
|
+
"description": "Visibility of the icon",
|
|
2175
2230
|
"oneOf": [
|
|
2176
2231
|
{
|
|
2177
|
-
"type": "
|
|
2178
|
-
"maxLength": 2
|
|
2232
|
+
"type": "boolean"
|
|
2179
2233
|
},
|
|
2180
2234
|
{
|
|
2181
2235
|
"$ref": "#/definitions/simpleBinding"
|
|
2182
2236
|
}
|
|
2183
2237
|
]
|
|
2184
|
-
},
|
|
2185
|
-
"backgroundColor": {
|
|
2186
|
-
"$ref": "#/definitions/iconBackgroundColor"
|
|
2187
2238
|
}
|
|
2188
2239
|
}
|
|
2189
2240
|
},
|
|
@@ -2221,16 +2272,12 @@
|
|
|
2221
2272
|
]
|
|
2222
2273
|
},
|
|
2223
2274
|
"text": {
|
|
2224
|
-
"description": "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",
|
|
2225
|
-
"
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
{
|
|
2231
|
-
"$ref": "#/definitions/simpleBinding"
|
|
2232
|
-
}
|
|
2233
|
-
]
|
|
2275
|
+
"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",
|
|
2276
|
+
"type": "string"
|
|
2277
|
+
},
|
|
2278
|
+
"initials": {
|
|
2279
|
+
"description": "Used as fallback if the 'src' property is not set or there is an issue with the resource. Up to two Latin letters can be displayed",
|
|
2280
|
+
"type": "string"
|
|
2234
2281
|
},
|
|
2235
2282
|
"size": {
|
|
2236
2283
|
"description": "[Experimental] The size of the icon",
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
min-height: 5rem;
|
|
8
8
|
}
|
|
9
9
|
|
|
10
|
-
.sapUiIntCardDialog{
|
|
10
|
+
.sapUiIntCardDialog {
|
|
11
11
|
.sapUiIntCard {
|
|
12
12
|
border-radius: @sapUiElementBorderCornerRadius;
|
|
13
13
|
}
|
|
@@ -18,18 +18,7 @@
|
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
-
.sapFCard .sapFCardHeader .sapFCardHeaderToolbarCont .sapUiIntCardCloseButton.sapFCardHeaderToolbar {
|
|
22
|
-
margin: -1.25rem -0.75rem 0.25rem 0.25rem;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
21
|
.sapFCard.sapUiIntCardWithFooter:not(.sapFCardNoHeader) .sapFCardContent {
|
|
26
22
|
border-bottom-left-radius: 0;
|
|
27
23
|
border-bottom-right-radius: 0;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.sapUiIntCardObjectButtonGroup,
|
|
31
|
-
.sapUiIntActionsStrip {
|
|
32
|
-
.sapMBarChild:first-child {
|
|
33
|
-
margin-left: 0;
|
|
34
|
-
}
|
|
35
24
|
}
|
|
@@ -10,7 +10,9 @@
|
|
|
10
10
|
height: auto;
|
|
11
11
|
padding: 0.8125rem 1rem ~"calc(0.8125rem - 1px)" 1rem;
|
|
12
12
|
|
|
13
|
-
&.sapMSLIWithDescription
|
|
13
|
+
&.sapMSLIWithDescription,
|
|
14
|
+
&.sapUiIntLCIWithAttributes,
|
|
15
|
+
&.sapUiIntLCIWithChart {
|
|
14
16
|
&:not(.sapMSLIThumbnail):not(.sapUiIntLCIIconSizeXS):not(.sapUiIntLCIIconSizeS):not(.sapUiIntLCIIconSizeM) {
|
|
15
17
|
.sapMLIBContent .sapMSLIDiv {
|
|
16
18
|
padding: 0.1875rem 0; // increase the height of the inner div
|
|
@@ -44,10 +46,6 @@
|
|
|
44
46
|
}
|
|
45
47
|
}
|
|
46
48
|
|
|
47
|
-
.sapUiIntLCIAttrs {
|
|
48
|
-
padding-top: 0.25rem;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
49
|
.sapUiIntActionsStrip {
|
|
52
50
|
padding-top: 1rem;
|
|
53
51
|
}
|
|
@@ -103,10 +101,6 @@
|
|
|
103
101
|
display: flex;
|
|
104
102
|
align-items: center;
|
|
105
103
|
}
|
|
106
|
-
|
|
107
|
-
.sapUiIntActionsStrip {
|
|
108
|
-
margin: 0 -0.5rem 0 -0.5rem;
|
|
109
|
-
}
|
|
110
104
|
}
|
|
111
105
|
|
|
112
106
|
&:not(.sapUiIntCardWithFooter) {
|
|
@@ -129,7 +123,9 @@
|
|
|
129
123
|
.sapMLIB.sapUiIntLCI {
|
|
130
124
|
padding: 0.5rem 1rem ~"calc(0.5rem - 1px)" 1rem;
|
|
131
125
|
|
|
132
|
-
&.sapMSLIWithDescription
|
|
126
|
+
&.sapMSLIWithDescription,
|
|
127
|
+
&.sapUiIntLCIWithAttributes,
|
|
128
|
+
&.sapUiIntLCIWithChart {
|
|
133
129
|
&:not(.sapMSLIThumbnail):not(.sapUiIntLCIIconSizeXS):not(.sapUiIntLCIIconSizeS):not(.sapUiIntLCIIconSizeM) {
|
|
134
130
|
.sapMLIBContent .sapMSLIDiv {
|
|
135
131
|
padding: 0.25rem 0; // increase the height of the inner div
|
|
@@ -160,14 +156,12 @@
|
|
|
160
156
|
}
|
|
161
157
|
}
|
|
162
158
|
|
|
163
|
-
&.sapMSLIWithDescription
|
|
159
|
+
&.sapMSLIWithDescription,
|
|
160
|
+
&.sapUiIntLCIWithAttributes,
|
|
161
|
+
&.sapUiIntLCIWithChart {
|
|
164
162
|
padding: 1rem 1rem ~"calc(1rem - 1px)" 1rem;
|
|
165
163
|
}
|
|
166
164
|
|
|
167
|
-
&.sapUiIntLCIWithAttributes {
|
|
168
|
-
padding: 1rem 1rem ~"calc(1rem - 1px)" 1rem
|
|
169
|
-
}
|
|
170
|
-
|
|
171
165
|
&.sapUiIntLCIWithActionsStrip {
|
|
172
166
|
padding: 0.5rem 1rem ~"calc(0.5rem - 1px)" 1rem;
|
|
173
167
|
}
|
|
@@ -26,9 +26,16 @@
|
|
|
26
26
|
height: 1rem;
|
|
27
27
|
display: flex;
|
|
28
28
|
align-items: center;
|
|
29
|
+
padding-top: 0.25rem;
|
|
30
|
+
padding-bottom: 0.25rem;
|
|
31
|
+
justify-content: space-between;
|
|
29
32
|
|
|
30
33
|
.sapUiIntMicrochartChart {
|
|
31
34
|
flex-grow: 1;
|
|
32
35
|
height: 0.675rem;
|
|
36
|
+
|
|
37
|
+
.sapUiIntMicrochartChartInner {
|
|
38
|
+
height: 100%;
|
|
39
|
+
}
|
|
33
40
|
}
|
|
34
41
|
}
|
|
@@ -49,6 +49,7 @@
|
|
|
49
49
|
|
|
50
50
|
.sapFCardObjectItemAvatar {
|
|
51
51
|
margin-right: 0.5rem;
|
|
52
|
+
flex-shrink: 0;
|
|
52
53
|
}
|
|
53
54
|
}
|
|
54
55
|
|
|
@@ -72,7 +73,7 @@
|
|
|
72
73
|
height: 2.5rem;
|
|
73
74
|
line-height: 2rem;
|
|
74
75
|
}
|
|
75
|
-
|
|
76
|
+
|
|
76
77
|
// trend and unit
|
|
77
78
|
.sapMNCValue :nth-child(2) {
|
|
78
79
|
padding-top: 0;
|
|
@@ -92,8 +93,10 @@
|
|
|
92
93
|
}
|
|
93
94
|
|
|
94
95
|
// trend and unit
|
|
95
|
-
.sapMNCValue
|
|
96
|
-
padding-top:
|
|
96
|
+
.sapMNCValue .sapMNCIndScale {
|
|
97
|
+
padding-top: 0px;
|
|
98
|
+
|
|
99
|
+
.sapMNCScale,
|
|
97
100
|
.sapMNCIndIcon {
|
|
98
101
|
padding-top: 0;
|
|
99
102
|
}
|
|
@@ -122,6 +125,10 @@
|
|
|
122
125
|
}
|
|
123
126
|
|
|
124
127
|
.sapUiIntCardObjectButtonGroup {
|
|
125
|
-
|
|
128
|
+
padding-left: 0;
|
|
129
|
+
|
|
130
|
+
.sapMBarChild:first-child {
|
|
131
|
+
margin-left: 0;
|
|
132
|
+
}
|
|
126
133
|
}
|
|
127
134
|
}
|
|
@@ -40,7 +40,7 @@ sap.ui.define([
|
|
|
40
40
|
* @extends sap.ui.integration.util.BaseFactory
|
|
41
41
|
*
|
|
42
42
|
* @author SAP SE
|
|
43
|
-
* @version 1.
|
|
43
|
+
* @version 1.107.0
|
|
44
44
|
*
|
|
45
45
|
* @constructor
|
|
46
46
|
* @private
|
|
@@ -70,6 +70,15 @@ sap.ui.define([
|
|
|
70
70
|
}
|
|
71
71
|
|
|
72
72
|
oContent.loadDependencies(mConfig.cardManifest)
|
|
73
|
+
.then(function () {
|
|
74
|
+
var oExtension = oCard.getAggregation("_extension");
|
|
75
|
+
|
|
76
|
+
if (!oExtension) {
|
|
77
|
+
return Promise.resolve();
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
return oExtension.loadDependencies();
|
|
81
|
+
})
|
|
73
82
|
.then(function () {
|
|
74
83
|
if ((mConfig.cardManifest && mConfig.cardManifest.isDestroyed()) ||
|
|
75
84
|
(mConfig.dataProviderFactory && mConfig.dataProviderFactory.isDestroyed())) {
|
|
@@ -29,14 +29,13 @@ sap.ui.define([
|
|
|
29
29
|
* @extends sap.ui.base.ManagedObject
|
|
30
30
|
*
|
|
31
31
|
* @author SAP SE
|
|
32
|
-
* @version 1.
|
|
32
|
+
* @version 1.107.0
|
|
33
33
|
*
|
|
34
34
|
* @constructor
|
|
35
35
|
* @private
|
|
36
36
|
* @ui5-restricted sap.ui.integration, shell-toolkit
|
|
37
37
|
* @since 1.65
|
|
38
38
|
* @alias sap.ui.integration.util.DataProvider
|
|
39
|
-
* @ui5-metamodel This control/element will also be described in the UI5 (legacy) designtime metamodel
|
|
40
39
|
*/
|
|
41
40
|
var DataProvider = ManagedObject.extend("sap.ui.integration.util.DataProvider", {
|
|
42
41
|
metadata: {
|
|
@@ -143,6 +142,7 @@ sap.ui.define([
|
|
|
143
142
|
* Sets the data settings for the <code>DataProvider</code> in json format.
|
|
144
143
|
*
|
|
145
144
|
* @param {string} sSettingsJson The data settings in json format.
|
|
145
|
+
* @override
|
|
146
146
|
*/
|
|
147
147
|
DataProvider.prototype.setSettingsJson = function (sSettingsJson) {
|
|
148
148
|
this.setProperty("settingsJson", sSettingsJson);
|