@openui5/sap.ui.integration 1.147.1 → 1.149.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 +3 -3
- package/package.json +6 -6
- package/src/sap/ui/integration/.library +1 -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 +1 -1
- package/src/sap/ui/integration/cards/AdaptiveContent.js +1 -3
- package/src/sap/ui/integration/cards/AnalyticalContent.js +1 -4
- package/src/sap/ui/integration/cards/AnalyticsCloudContent.js +1 -9
- package/src/sap/ui/integration/cards/BaseContent.js +2 -9
- package/src/sap/ui/integration/cards/BaseListContent.js +1 -85
- package/src/sap/ui/integration/cards/CalendarContent.js +7 -10
- package/src/sap/ui/integration/cards/ComponentContent.js +10 -7
- package/src/sap/ui/integration/cards/Footer.js +11 -2
- package/src/sap/ui/integration/cards/Header.js +2 -9
- package/src/sap/ui/integration/cards/ListContent.js +1 -12
- package/src/sap/ui/integration/cards/NumericHeader.js +2 -8
- package/src/sap/ui/integration/cards/ObjectContent.js +1 -7
- package/src/sap/ui/integration/cards/TableContent.js +1 -21
- package/src/sap/ui/integration/cards/TimelineContent.js +1 -14
- package/src/sap/ui/integration/cards/WebPageContent.js +1 -4
- package/src/sap/ui/integration/cards/actions/CardActions.js +36 -191
- package/src/sap/ui/integration/cards/actions/NavigationAction.js +0 -4
- package/src/sap/ui/integration/cards/actions/SubmitAction.js +1 -2
- 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 +2 -2
- 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 +5 -8
- 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/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/i18n/i18n_fr_CA.properties +2 -2
- 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/config/generateActionConfig.js +0 -6
- package/src/sap/ui/integration/designtime/cardEditor/config/generateDataConfig.js +0 -14
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n.properties +0 -9
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_ar.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_bg.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_ca.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_cnr.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_cs.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_cy.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_da.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_de.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_el.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en_GB.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en_US_saprigi.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_es.properties +32 -8
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_es_MX.properties +32 -8
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_et.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_fi.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_fr.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_fr_CA.properties +32 -8
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_hi.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_hr.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_hu.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_id.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_it.properties +31 -7
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_iw.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_ja.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_kk.properties +32 -8
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_ko.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_lt.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_lv.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_mk.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_ms.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_nl.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_no.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_pl.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_pt.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_pt_PT.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_ro.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_ru.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_sh.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_sk.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_sl.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_sr.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_sv.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_th.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_tr.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_uk.properties +32 -8
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_vi.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_zh_CN.properties +30 -6
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_zh_TW.properties +30 -6
- 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 +20 -6
- package/src/sap/ui/integration/designtime/editor/CardPreview.js +3 -1
- package/src/sap/ui/integration/editor/Editor.js +23 -12
- 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/css/Editor.css +2 -2
- package/src/sap/ui/integration/editor/fields/BaseField.js +1 -1
- package/src/sap/ui/integration/editor/fields/BooleanField.js +1 -1
- package/src/sap/ui/integration/editor/fields/DateField.js +1 -1
- package/src/sap/ui/integration/editor/fields/DateTimeField.js +1 -1
- package/src/sap/ui/integration/editor/fields/DestinationField.js +1 -1
- package/src/sap/ui/integration/editor/fields/GroupField.js +1 -1
- package/src/sap/ui/integration/editor/fields/IntegerField.js +1 -1
- package/src/sap/ui/integration/editor/fields/NumberField.js +1 -1
- package/src/sap/ui/integration/editor/fields/ObjectField.js +1 -1
- package/src/sap/ui/integration/editor/fields/ObjectListField.js +1 -1
- package/src/sap/ui/integration/editor/fields/StringField.js +1 -1
- package/src/sap/ui/integration/editor/fields/StringListField.js +1 -1
- package/src/sap/ui/integration/editor/fields/fragment/Controller.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/ColorSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/IconSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/ImageSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/ShapeSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/VizBase.js +1 -1
- package/src/sap/ui/integration/extensions/OAuth3LO.js +1 -1
- package/src/sap/ui/integration/formatters/IconFormatter.js +8 -0
- package/src/sap/ui/integration/library-bootstrap.js +6 -9
- package/src/sap/ui/integration/library.js +2 -17
- 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 +20 -31
- package/src/sap/ui/integration/themes/base/Footer.less +4 -0
- package/src/sap/ui/integration/util/AnalyticsCloudHelper.js +1 -1
- package/src/sap/ui/integration/util/BaseFactory.js +1 -1
- package/src/sap/ui/integration/util/BindingHelper.js +1 -1
- package/src/sap/ui/integration/util/BindingResolver.js +1 -1
- package/src/sap/ui/integration/util/CardObserver.js +1 -1
- package/src/sap/ui/integration/util/ComboBoxHelper.js +1 -1
- package/src/sap/ui/integration/util/ContentFactory.js +1 -2
- package/src/sap/ui/integration/util/CsrfTokenHandler.js +1 -1
- package/src/sap/ui/integration/util/DataProvider.js +1 -2
- package/src/sap/ui/integration/util/DataProviderFactory.js +3 -13
- package/src/sap/ui/integration/util/Destinations.js +1 -1
- package/src/sap/ui/integration/util/DisplayVariants.js +1 -1
- package/src/sap/ui/integration/util/ErrorHandler.js +1 -1
- package/src/sap/ui/integration/util/ExtensionDataProvider.js +1 -1
- package/src/sap/ui/integration/util/Form.js +1 -1
- package/src/sap/ui/integration/util/HeaderFactory.js +1 -6
- 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/RadioButtonHelper.js +1 -1
- package/src/sap/ui/integration/util/RequestDataProvider.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 +1 -1
- package/src/sap/ui/integration/util/Validators.js +1 -1
- package/src/sap/ui/integration/widgets/Card.js +5 -33
- package/src/sap/ui/integration/services/Data.js +0 -55
- package/src/sap/ui/integration/services/Navigation.js +0 -47
- package/src/sap/ui/integration/services/Service.js +0 -49
- package/src/sap/ui/integration/util/ServiceDataProvider.js +0 -117
- package/src/sap/ui/integration/util/ServiceManager.js +0 -173
|
@@ -81,8 +81,6 @@ CARD_EDITOR.ACTION.ARIAHASPOPUP=Aria \u0438\u043C\u0430 popup
|
|
|
81
81
|
|
|
82
82
|
CARD_EDITOR.ACTION.VISIBLE=\u0412\u0438\u0434\u0459\u0438\u0432\u043E
|
|
83
83
|
|
|
84
|
-
CARD_EDITOR.ACTION.SERVICE=\u0423\u0441\u043B\u0443\u0433\u0430
|
|
85
|
-
|
|
86
84
|
CARD_EDITOR.ACTION.ENABLED=\u0410\u043A\u0442\u0438\u0432\u0438\u0440\u0430\u043D\u043E
|
|
87
85
|
|
|
88
86
|
CARD_EDITOR.LABEL.URL=URL
|
|
@@ -93,6 +91,8 @@ CARD_EDITOR.TARGET.BLANK=\u041E\u0442\u0432\u043E\u0440\u0438 \u0443 \u043D\u043
|
|
|
93
91
|
|
|
94
92
|
CARD_EDITOR.TARGET.SELF=\u041E\u0442\u0432\u043E\u0440\u0438 \u0443 \u0438\u0441\u0442\u043E\u043C \u043F\u0440\u043E\u0437\u043E\u0440\u0443
|
|
95
93
|
|
|
94
|
+
CARD_EDITOR.ACTION.NAVIGATION_ARROW=\u0421\u0442\u0440\u0435\u043B\u0438\u0446\u0430 \u0437\u0430 \u0443\u0441\u043C\u0435\u0440\u0430\u0432\u0430\u045A\u0435
|
|
95
|
+
|
|
96
96
|
CARD_EDITOR.UOM=\u0408\u0435\u0434\u0438\u043D\u0438\u0446\u0430 \u043C\u0435\u0440\u0435
|
|
97
97
|
|
|
98
98
|
CARD_EDITOR.SIDE_INDICATOR=\u0421\u043F\u043E\u0440\u0435\u0434\u043D\u0438 \u043F\u043E\u043A\u0430\u0437\u0430\u0442\u0435\u0459
|
|
@@ -141,10 +141,6 @@ CARD_EDITOR.DATA.PATH=\u041F\u0443\u0442 \u043F\u043E\u0434\u0430\u0442\u0430\u0
|
|
|
141
141
|
|
|
142
142
|
CARD_EDITOR.DATA.JSON=JSON \u043F\u043E\u0434\u0430\u0446\u0438
|
|
143
143
|
|
|
144
|
-
CARD_EDITOR.DATA.SERVICE.NAME=\u041D\u0430\u0437\u0438\u0432 \u0443\u0441\u043B\u0443\u0433\u0435 \u043F\u043E\u0434\u0430\u0442\u0430\u043A\u0430
|
|
145
|
-
|
|
146
|
-
CARD_EDITOR.DATA.SERVICE.PARAMETERS=\u041F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u0438 \u0443\u0441\u043B\u0443\u0433\u0435 \u043F\u043E\u0434\u0430\u0442\u0430\u043A\u0430
|
|
147
|
-
|
|
148
144
|
CARD_EDITOR.DATA.UPDATEINTERVAL=\u0418\u043D\u0442\u0435\u0440\u0432\u0430\u043B \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u045A\u0430 \u043F\u043E\u0434\u0430\u0442\u0430\u043A\u0430
|
|
149
145
|
|
|
150
146
|
CARD_EDITOR.LIST_ITEM.DESCRIPTION=\u041E\u043F\u0438\u0441 \u0441\u0442\u0430\u0432\u043A\u0435
|
|
@@ -201,6 +197,34 @@ CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.PERCENT=\u041F\u0440\u043E\u0446\
|
|
|
201
197
|
|
|
202
198
|
CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.TEXT=\u0422\u0435\u043A\u0441\u0442 \u043D\u0430\u043F\u0440\u0435\u0442\u043A\u0430
|
|
203
199
|
|
|
200
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.IMPORTANCE=\u0412\u0430\u0436\u043D\u043E\u0441\u0442
|
|
201
|
+
|
|
202
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.MINSCREENWIDTH=\u041C\u0438\u043D\u0438\u043C\u0430\u043B\u043D\u0430 \u0448\u0438\u0440\u0438\u043D\u0430 \u0435\u043A\u0440\u0430\u043D\u0430
|
|
203
|
+
|
|
204
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.DEMANDPOPIN=\u0417\u0430\u0442\u0440\u0430\u0436\u0438 pop-in
|
|
205
|
+
|
|
206
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.AUTOPOPINWIDTH=\u0428\u0438\u0440\u0438\u043D\u0430 \u0430\u0443\u0442\u043E\u043C\u0430\u0442\u0441\u043A\u043E\u0433 pop-in-\u0430
|
|
207
|
+
|
|
208
|
+
CARD_EDITOR.TABLE.AUTOPOPINMODE=\u041D\u0430\u0447\u0438\u043D \u0430\u0443\u0442\u043E\u043C\u0430\u0442\u0441\u043A\u043E\u0433 pop-in-\u0430
|
|
209
|
+
|
|
210
|
+
CARD_EDITOR.TABLE.HIDDENINPOPIN=\u0421\u043A\u0440\u0438\u0432\u0435\u043D\u043E \u0443 pop-in-\u0443
|
|
211
|
+
|
|
212
|
+
CARD_EDITOR.TABLE.POPINLAYOUT=\u0418\u0437\u0433\u043B\u0435\u0434 pop-in-\u0430
|
|
213
|
+
|
|
214
|
+
CARD_EDITOR.TABLE.POPINLAYOUT.BLOCK=\u0411\u043B\u043E\u043A\u0438\u0440\u0430\u0458
|
|
215
|
+
|
|
216
|
+
CARD_EDITOR.TABLE.POPINLAYOUT.GRIDSMALL=\u041C\u0440\u0435\u0436\u0430 \u2013 \u043C\u0430\u043B\u0430
|
|
217
|
+
|
|
218
|
+
CARD_EDITOR.TABLE.POPINLAYOUT.GRIDLARGE=\u041C\u0440\u0435\u0436\u0430 \u2013 \u0432\u0435\u043B\u0438\u043A\u0430
|
|
219
|
+
|
|
220
|
+
CARD_EDITOR.IMPORTANCE.HIGH=\u0412\u0438\u0441\u043E\u043A\u043E
|
|
221
|
+
|
|
222
|
+
CARD_EDITOR.IMPORTANCE.MEDIUM=\u0421\u0440\u0435\u0434\u045A\u0435
|
|
223
|
+
|
|
224
|
+
CARD_EDITOR.IMPORTANCE.LOW=\u041D\u0438\u0441\u043A\u043E
|
|
225
|
+
|
|
226
|
+
CARD_EDITOR.IMPORTANCE.NONE=\u041D\u0438\u0448\u0442\u0430
|
|
227
|
+
|
|
204
228
|
CARD_EDITOR.PARAMETERS=\u041F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u0438
|
|
205
229
|
|
|
206
230
|
CARD_EDITOR.LABEL=\u041E\u0437\u043D\u0430\u043A\u0430
|
|
@@ -81,8 +81,6 @@ CARD_EDITOR.ACTION.ARIAHASPOPUP=Aria har popup
|
|
|
81
81
|
|
|
82
82
|
CARD_EDITOR.ACTION.VISIBLE=Synlig
|
|
83
83
|
|
|
84
|
-
CARD_EDITOR.ACTION.SERVICE=Tj\u00E4nst
|
|
85
|
-
|
|
86
84
|
CARD_EDITOR.ACTION.ENABLED=Aktiverad
|
|
87
85
|
|
|
88
86
|
CARD_EDITOR.LABEL.URL=URL
|
|
@@ -93,6 +91,8 @@ CARD_EDITOR.TARGET.BLANK=\u00D6ppna i nytt f\u00F6nster
|
|
|
93
91
|
|
|
94
92
|
CARD_EDITOR.TARGET.SELF=\u00D6ppna i samma f\u00F6nster
|
|
95
93
|
|
|
94
|
+
CARD_EDITOR.ACTION.NAVIGATION_ARROW=Navigeringspil
|
|
95
|
+
|
|
96
96
|
CARD_EDITOR.UOM=M\u00E5ttenhet
|
|
97
97
|
|
|
98
98
|
CARD_EDITOR.SIDE_INDICATOR=Sidindikator
|
|
@@ -141,10 +141,6 @@ CARD_EDITOR.DATA.PATH=Datas\u00F6kv\u00E4g f\u00F6r JSON-rot
|
|
|
141
141
|
|
|
142
142
|
CARD_EDITOR.DATA.JSON=JSON-data
|
|
143
143
|
|
|
144
|
-
CARD_EDITOR.DATA.SERVICE.NAME=Namn p\u00E5 datatj\u00E4nst
|
|
145
|
-
|
|
146
|
-
CARD_EDITOR.DATA.SERVICE.PARAMETERS=Parametrar f\u00F6r datatj\u00E4nst
|
|
147
|
-
|
|
148
144
|
CARD_EDITOR.DATA.UPDATEINTERVAL=Datauppdateringsintervall
|
|
149
145
|
|
|
150
146
|
CARD_EDITOR.LIST_ITEM.DESCRIPTION=Positionsbeskrivning
|
|
@@ -201,6 +197,34 @@ CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.PERCENT=Progressprocent
|
|
|
201
197
|
|
|
202
198
|
CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.TEXT=Progresstext
|
|
203
199
|
|
|
200
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.IMPORTANCE=Vikt
|
|
201
|
+
|
|
202
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.MINSCREENWIDTH=Minsta sk\u00E4rmbredd
|
|
203
|
+
|
|
204
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.DEMANDPOPIN=Behovs-popin
|
|
205
|
+
|
|
206
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.AUTOPOPINWIDTH=Automatisk popin-bredd
|
|
207
|
+
|
|
208
|
+
CARD_EDITOR.TABLE.AUTOPOPINMODE=Automatiskt popin-l\u00E4ge
|
|
209
|
+
|
|
210
|
+
CARD_EDITOR.TABLE.HIDDENINPOPIN=Dold i popin
|
|
211
|
+
|
|
212
|
+
CARD_EDITOR.TABLE.POPINLAYOUT=Popin-layout
|
|
213
|
+
|
|
214
|
+
CARD_EDITOR.TABLE.POPINLAYOUT.BLOCK=Block
|
|
215
|
+
|
|
216
|
+
CARD_EDITOR.TABLE.POPINLAYOUT.GRIDSMALL=Rutn\u00E4t litet
|
|
217
|
+
|
|
218
|
+
CARD_EDITOR.TABLE.POPINLAYOUT.GRIDLARGE=Rutn\u00E4t stort
|
|
219
|
+
|
|
220
|
+
CARD_EDITOR.IMPORTANCE.HIGH=H\u00F6g
|
|
221
|
+
|
|
222
|
+
CARD_EDITOR.IMPORTANCE.MEDIUM=Medel
|
|
223
|
+
|
|
224
|
+
CARD_EDITOR.IMPORTANCE.LOW=L\u00E5g
|
|
225
|
+
|
|
226
|
+
CARD_EDITOR.IMPORTANCE.NONE=Ingen
|
|
227
|
+
|
|
204
228
|
CARD_EDITOR.PARAMETERS=Parametrar
|
|
205
229
|
|
|
206
230
|
CARD_EDITOR.LABEL=Etikett
|
|
@@ -81,8 +81,6 @@ CARD_EDITOR.ACTION.ARIAHASPOPUP=Aria has Popup
|
|
|
81
81
|
|
|
82
82
|
CARD_EDITOR.ACTION.VISIBLE=\u0E21\u0E2D\u0E07\u0E40\u0E2B\u0E47\u0E19\u0E44\u0E14\u0E49
|
|
83
83
|
|
|
84
|
-
CARD_EDITOR.ACTION.SERVICE=\u0E1A\u0E23\u0E34\u0E01\u0E32\u0E23
|
|
85
|
-
|
|
86
84
|
CARD_EDITOR.ACTION.ENABLED=\u0E40\u0E1B\u0E34\u0E14\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19
|
|
87
85
|
|
|
88
86
|
CARD_EDITOR.LABEL.URL=URL
|
|
@@ -93,6 +91,8 @@ CARD_EDITOR.TARGET.BLANK=\u0E40\u0E1B\u0E34\u0E14\u0E43\u0E19\u0E27\u0E34\u0E19\
|
|
|
93
91
|
|
|
94
92
|
CARD_EDITOR.TARGET.SELF=\u0E40\u0E1B\u0E34\u0E14\u0E43\u0E19\u0E27\u0E34\u0E19\u0E42\u0E14\u0E27\u0E4C\u0E40\u0E14\u0E35\u0E22\u0E27\u0E01\u0E31\u0E19
|
|
95
93
|
|
|
94
|
+
CARD_EDITOR.ACTION.NAVIGATION_ARROW=\u0E25\u0E39\u0E01\u0E28\u0E23\u0E01\u0E32\u0E23\u0E40\u0E19\u0E27\u0E34\u0E40\u0E01\u0E15
|
|
95
|
+
|
|
96
96
|
CARD_EDITOR.UOM=\u0E2B\u0E19\u0E48\u0E27\u0E22\u0E19\u0E31\u0E1A
|
|
97
97
|
|
|
98
98
|
CARD_EDITOR.SIDE_INDICATOR=\u0E15\u0E31\u0E27\u0E1A\u0E48\u0E07\u0E0A\u0E35\u0E49\u0E14\u0E49\u0E32\u0E19
|
|
@@ -141,10 +141,6 @@ CARD_EDITOR.DATA.PATH=\u0E1E\u0E32\u0E18\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E
|
|
|
141
141
|
|
|
142
142
|
CARD_EDITOR.DATA.JSON=\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25 JSON
|
|
143
143
|
|
|
144
|
-
CARD_EDITOR.DATA.SERVICE.NAME=\u0E0A\u0E37\u0E48\u0E2D\u0E1A\u0E23\u0E34\u0E01\u0E32\u0E23\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25
|
|
145
|
-
|
|
146
|
-
CARD_EDITOR.DATA.SERVICE.PARAMETERS=\u0E1E\u0E32\u0E23\u0E32\u0E21\u0E34\u0E40\u0E15\u0E2D\u0E23\u0E4C\u0E02\u0E2D\u0E07\u0E1A\u0E23\u0E34\u0E01\u0E32\u0E23\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25
|
|
147
|
-
|
|
148
144
|
CARD_EDITOR.DATA.UPDATEINTERVAL=\u0E0A\u0E48\u0E27\u0E07\u0E40\u0E27\u0E25\u0E32\u0E01\u0E32\u0E23\u0E2D\u0E31\u0E1E\u0E40\u0E14\u0E17\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25
|
|
149
145
|
|
|
150
146
|
CARD_EDITOR.LIST_ITEM.DESCRIPTION=\u0E04\u0E33\u0E2D\u0E18\u0E34\u0E1A\u0E32\u0E22\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23
|
|
@@ -201,6 +197,34 @@ CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.PERCENT=\u0E40\u0E1B\u0E2D\u0E23\
|
|
|
201
197
|
|
|
202
198
|
CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.TEXT=\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E41\u0E2A\u0E14\u0E07\u0E04\u0E27\u0E32\u0E21\u0E04\u0E37\u0E1A\u0E2B\u0E19\u0E49\u0E32
|
|
203
199
|
|
|
200
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.IMPORTANCE=\u0E04\u0E27\u0E32\u0E21\u0E2A\u0E33\u0E04\u0E31\u0E0D
|
|
201
|
+
|
|
202
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.MINSCREENWIDTH=\u0E04\u0E27\u0E32\u0E21\u0E01\u0E27\u0E49\u0E32\u0E07\u0E15\u0E48\u0E33\u0E2A\u0E38\u0E14\u0E02\u0E2D\u0E07\u0E08\u0E2D\u0E20\u0E32\u0E1E
|
|
203
|
+
|
|
204
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.DEMANDPOPIN=\u0E1B\u0E47\u0E2D\u0E1B\u0E2D\u0E34\u0E19\u0E04\u0E27\u0E32\u0E21\u0E15\u0E49\u0E2D\u0E07\u0E01\u0E32\u0E23
|
|
205
|
+
|
|
206
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.AUTOPOPINWIDTH=\u0E04\u0E27\u0E32\u0E21\u0E01\u0E27\u0E49\u0E32\u0E07\u0E1B\u0E47\u0E2D\u0E1B\u0E2D\u0E34\u0E19\u0E2D\u0E31\u0E15\u0E42\u0E19\u0E21\u0E31\u0E15\u0E34
|
|
207
|
+
|
|
208
|
+
CARD_EDITOR.TABLE.AUTOPOPINMODE=\u0E42\u0E2B\u0E21\u0E14\u0E1B\u0E47\u0E2D\u0E1B\u0E2D\u0E34\u0E19\u0E2D\u0E31\u0E15\u0E42\u0E19\u0E21\u0E31\u0E15\u0E34
|
|
209
|
+
|
|
210
|
+
CARD_EDITOR.TABLE.HIDDENINPOPIN=\u0E0B\u0E48\u0E2D\u0E19\u0E43\u0E19\u0E1B\u0E47\u0E2D\u0E1B\u0E2D\u0E34\u0E19
|
|
211
|
+
|
|
212
|
+
CARD_EDITOR.TABLE.POPINLAYOUT=\u0E42\u0E04\u0E23\u0E07\u0E23\u0E48\u0E32\u0E07\u0E1B\u0E47\u0E2D\u0E1B\u0E2D\u0E34\u0E19
|
|
213
|
+
|
|
214
|
+
CARD_EDITOR.TABLE.POPINLAYOUT.BLOCK=\u0E1A\u0E25\u0E47\u0E2D\u0E04
|
|
215
|
+
|
|
216
|
+
CARD_EDITOR.TABLE.POPINLAYOUT.GRIDSMALL=\u0E40\u0E2A\u0E49\u0E19\u0E15\u0E32\u0E23\u0E32\u0E07 (\u0E40\u0E25\u0E47\u0E01)
|
|
217
|
+
|
|
218
|
+
CARD_EDITOR.TABLE.POPINLAYOUT.GRIDLARGE=\u0E40\u0E2A\u0E49\u0E19\u0E15\u0E32\u0E23\u0E32\u0E07 (\u0E43\u0E2B\u0E0D\u0E48)
|
|
219
|
+
|
|
220
|
+
CARD_EDITOR.IMPORTANCE.HIGH=\u0E2A\u0E39\u0E07
|
|
221
|
+
|
|
222
|
+
CARD_EDITOR.IMPORTANCE.MEDIUM=\u0E1B\u0E32\u0E19\u0E01\u0E25\u0E32\u0E07
|
|
223
|
+
|
|
224
|
+
CARD_EDITOR.IMPORTANCE.LOW=\u0E15\u0E48\u0E33
|
|
225
|
+
|
|
226
|
+
CARD_EDITOR.IMPORTANCE.NONE=\u0E44\u0E21\u0E48\u0E21\u0E35
|
|
227
|
+
|
|
204
228
|
CARD_EDITOR.PARAMETERS=\u0E1E\u0E32\u0E23\u0E32\u0E21\u0E34\u0E40\u0E15\u0E2D\u0E23\u0E4C
|
|
205
229
|
|
|
206
230
|
CARD_EDITOR.LABEL=\u0E1B\u0E49\u0E32\u0E22\u0E0A\u0E37\u0E48\u0E2D
|
|
@@ -81,8 +81,6 @@ CARD_EDITOR.ACTION.ARIAHASPOPUP=Aria a\u00E7\u0131l\u0131r pencere i\u00E7eriyor
|
|
|
81
81
|
|
|
82
82
|
CARD_EDITOR.ACTION.VISIBLE=G\u00F6r\u00FCn\u00FCr
|
|
83
83
|
|
|
84
|
-
CARD_EDITOR.ACTION.SERVICE=Servis
|
|
85
|
-
|
|
86
84
|
CARD_EDITOR.ACTION.ENABLED=Etkin
|
|
87
85
|
|
|
88
86
|
CARD_EDITOR.LABEL.URL=URL
|
|
@@ -93,6 +91,8 @@ CARD_EDITOR.TARGET.BLANK=Yeni pencerede a\u00E7
|
|
|
93
91
|
|
|
94
92
|
CARD_EDITOR.TARGET.SELF=Ayn\u0131 pencerede a\u00E7
|
|
95
93
|
|
|
94
|
+
CARD_EDITOR.ACTION.NAVIGATION_ARROW=Gezinti oku
|
|
95
|
+
|
|
96
96
|
CARD_EDITOR.UOM=\u00D6l\u00E7\u00FC birimi
|
|
97
97
|
|
|
98
98
|
CARD_EDITOR.SIDE_INDICATOR=Taraf g\u00F6stergesi
|
|
@@ -141,10 +141,6 @@ CARD_EDITOR.DATA.PATH=JSON k\u00F6k\u00FC i\u00E7in veri yolu
|
|
|
141
141
|
|
|
142
142
|
CARD_EDITOR.DATA.JSON=JSON verileri
|
|
143
143
|
|
|
144
|
-
CARD_EDITOR.DATA.SERVICE.NAME=Veri servisi ad\u0131
|
|
145
|
-
|
|
146
|
-
CARD_EDITOR.DATA.SERVICE.PARAMETERS=Veri servisi parametreleri
|
|
147
|
-
|
|
148
144
|
CARD_EDITOR.DATA.UPDATEINTERVAL=Veri g\u00FCncelleme aral\u0131\u011F\u0131
|
|
149
145
|
|
|
150
146
|
CARD_EDITOR.LIST_ITEM.DESCRIPTION=\u00D6\u011Fe tan\u0131m\u0131
|
|
@@ -201,6 +197,34 @@ CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.PERCENT=\u0130lerleme y\u00FCzdes
|
|
|
201
197
|
|
|
202
198
|
CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.TEXT=\u0130lerleme metni
|
|
203
199
|
|
|
200
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.IMPORTANCE=\u00D6nem d\u00FCzeyi
|
|
201
|
+
|
|
202
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.MINSCREENWIDTH=Asgari ekran geni\u015Fli\u011Fi
|
|
203
|
+
|
|
204
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.DEMANDPOPIN=Talep a\u00E7\u0131l\u0131r penceresi
|
|
205
|
+
|
|
206
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.AUTOPOPINWIDTH=Otomatik a\u00E7\u0131l\u0131r pencere geni\u015Fli\u011Fi
|
|
207
|
+
|
|
208
|
+
CARD_EDITOR.TABLE.AUTOPOPINMODE=Otomatik a\u00E7\u0131l\u0131r pencere modu
|
|
209
|
+
|
|
210
|
+
CARD_EDITOR.TABLE.HIDDENINPOPIN=A\u00E7\u0131l\u0131r pencere i\u00E7inde gizli
|
|
211
|
+
|
|
212
|
+
CARD_EDITOR.TABLE.POPINLAYOUT=A\u00E7\u0131l\u0131r pencere d\u00FCzeni
|
|
213
|
+
|
|
214
|
+
CARD_EDITOR.TABLE.POPINLAYOUT.BLOCK=Bloke et
|
|
215
|
+
|
|
216
|
+
CARD_EDITOR.TABLE.POPINLAYOUT.GRIDSMALL=K\u00FC\u00E7\u00FCk \u0131zgara
|
|
217
|
+
|
|
218
|
+
CARD_EDITOR.TABLE.POPINLAYOUT.GRIDLARGE=B\u00FCy\u00FCk \u0131zgara
|
|
219
|
+
|
|
220
|
+
CARD_EDITOR.IMPORTANCE.HIGH=Y\u00FCksek
|
|
221
|
+
|
|
222
|
+
CARD_EDITOR.IMPORTANCE.MEDIUM=Orta
|
|
223
|
+
|
|
224
|
+
CARD_EDITOR.IMPORTANCE.LOW=D\u00FC\u015F\u00FCk
|
|
225
|
+
|
|
226
|
+
CARD_EDITOR.IMPORTANCE.NONE=Hi\u00E7biri
|
|
227
|
+
|
|
204
228
|
CARD_EDITOR.PARAMETERS=Parametreler
|
|
205
229
|
|
|
206
230
|
CARD_EDITOR.LABEL=Etiket
|
|
@@ -81,8 +81,6 @@ CARD_EDITOR.ACTION.ARIAHASPOPUP=\u041E\u0431\u043B\u0430\u0441\u0442\u044C \u043
|
|
|
81
81
|
|
|
82
82
|
CARD_EDITOR.ACTION.VISIBLE=\u0412\u0438\u0434\u0438\u043C\u0435
|
|
83
83
|
|
|
84
|
-
CARD_EDITOR.ACTION.SERVICE=\u0421\u0435\u0440\u0432\u0456\u0441
|
|
85
|
-
|
|
86
84
|
CARD_EDITOR.ACTION.ENABLED=\u0410\u043A\u0442\u0438\u0432\u043E\u0432\u0430\u043D\u043E
|
|
87
85
|
|
|
88
86
|
CARD_EDITOR.LABEL.URL=URL
|
|
@@ -93,6 +91,8 @@ CARD_EDITOR.TARGET.BLANK=\u0412\u0456\u0434\u043A\u0440\u0438\u0442\u0438 \u0443
|
|
|
93
91
|
|
|
94
92
|
CARD_EDITOR.TARGET.SELF=\u0412\u0456\u0434\u043A\u0440\u0438\u0442\u0438 \u0443 \u0442\u043E\u043C\u0443 \u0436 \u0432\u0456\u043A\u043D\u0456
|
|
95
93
|
|
|
94
|
+
CARD_EDITOR.ACTION.NAVIGATION_ARROW=\u0421\u0442\u0440\u0456\u043B\u043A\u0430 \u043D\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u0457
|
|
95
|
+
|
|
96
96
|
CARD_EDITOR.UOM=\u041E\u0434\u0438\u043D\u0438\u0446\u044F \u0432\u0438\u043C\u0456\u0440\u044E\u0432\u0430\u043D\u043D\u044F
|
|
97
97
|
|
|
98
98
|
CARD_EDITOR.SIDE_INDICATOR=\u0411\u043E\u043A\u043E\u0432\u0438\u0439 \u0456\u043D\u0434\u0438\u043A\u0430\u0442\u043E\u0440
|
|
@@ -109,7 +109,7 @@ CARD_EDITOR.MAIN_INDICATOR.TREND=\u041E\u0441\u043D\u043E\u0432\u043D\u0438\u043
|
|
|
109
109
|
|
|
110
110
|
CARD_EDITOR.MAIN_INDICATOR.TREND.DOWN=\u0412\u043D\u0438\u0437
|
|
111
111
|
|
|
112
|
-
CARD_EDITOR.MAIN_INDICATOR.TREND.NONE=\u041D\
|
|
112
|
+
CARD_EDITOR.MAIN_INDICATOR.TREND.NONE=\u041D\u0435\u043C\u0430\u0454
|
|
113
113
|
|
|
114
114
|
CARD_EDITOR.MAIN_INDICATOR.TREND.UP=\u0412\u0432\u0435\u0440\u0445
|
|
115
115
|
|
|
@@ -141,10 +141,6 @@ CARD_EDITOR.DATA.PATH=\u0428\u043B\u044F\u0445 \u0434\u0430\u043D\u0438\u0445 \u
|
|
|
141
141
|
|
|
142
142
|
CARD_EDITOR.DATA.JSON=\u0414\u0430\u043D\u0456 JSON
|
|
143
143
|
|
|
144
|
-
CARD_EDITOR.DATA.SERVICE.NAME=\u0406\u043C'\u044F \u0441\u043B\u0443\u0436\u0431\u0438 \u0434\u0430\u043D\u0438\u0445
|
|
145
|
-
|
|
146
|
-
CARD_EDITOR.DATA.SERVICE.PARAMETERS=\u041F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u0438 \u0441\u043B\u0443\u0436\u0431\u0438 \u0434\u0430\u043D\u0438\u0445
|
|
147
|
-
|
|
148
144
|
CARD_EDITOR.DATA.UPDATEINTERVAL=\u0406\u043D\u0442\u0435\u0440\u0432\u0430\u043B \u043E\u043D\u043E\u0432\u043B\u0435\u043D\u043D\u044F \u0434\u0430\u043D\u0438\u0445
|
|
149
145
|
|
|
150
146
|
CARD_EDITOR.LIST_ITEM.DESCRIPTION=\u041E\u043F\u0438\u0441 \u043F\u043E\u0437\u0438\u0446\u0456\u0457
|
|
@@ -201,6 +197,34 @@ CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.PERCENT=\u0412\u0456\u0434\u0441\
|
|
|
201
197
|
|
|
202
198
|
CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.TEXT=\u0422\u0435\u043A\u0441\u0442 \u0432\u0438\u043A\u043E\u043D\u0430\u043D\u043D\u044F
|
|
203
199
|
|
|
200
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.IMPORTANCE=\u0412\u0430\u0436\u043B\u0438\u0432\u0456\u0441\u0442\u044C
|
|
201
|
+
|
|
202
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.MINSCREENWIDTH=\u041C\u0456\u043D\u0456\u043C\u0430\u043B\u044C\u043D\u0430 \u0448\u0438\u0440\u0438\u043D\u0430 \u0435\u043A\u0440\u0430\u043D\u0430
|
|
203
|
+
|
|
204
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.DEMANDPOPIN=\u0412\u0438\u0440\u0438\u043D\u0430\u044E\u0447\u0435 \u0432\u0456\u043A\u043D\u043E \u043F\u043E\u0442\u0440\u0435\u0431\u0438
|
|
205
|
+
|
|
206
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.AUTOPOPINWIDTH=\u0428\u0438\u0440\u0438\u043D\u0430 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u043D\u043E\u0433\u043E \u0432\u0438\u0440\u0438\u043D\u0430\u044E\u0447\u043E\u0433\u043E \u0432\u0456\u043A\u043D\u0430
|
|
207
|
+
|
|
208
|
+
CARD_EDITOR.TABLE.AUTOPOPINMODE=\u0420\u0435\u0436\u0438\u043C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u043D\u043E\u0433\u043E \u0432\u0438\u0440\u0438\u043D\u0430\u044E\u0447\u043E\u0433\u043E \u0432\u0456\u043A\u043D\u0430
|
|
209
|
+
|
|
210
|
+
CARD_EDITOR.TABLE.HIDDENINPOPIN=\u041F\u0440\u0438\u0445\u043E\u0432\u0430\u043D\u043E \u0443 \u0432\u0438\u0440\u0438\u043D\u0430\u044E\u0447\u043E\u043C\u0443 \u0432\u0456\u043A\u043D\u0456
|
|
211
|
+
|
|
212
|
+
CARD_EDITOR.TABLE.POPINLAYOUT=\u0424\u043E\u0440\u043C\u0430\u0442 \u0432\u0438\u0440\u0438\u043D\u0430\u044E\u0447\u043E\u0433\u043E \u0432\u0456\u043A\u043D\u0430
|
|
213
|
+
|
|
214
|
+
CARD_EDITOR.TABLE.POPINLAYOUT.BLOCK=\u0417\u0430\u0431\u043B\u043E\u043A\u0443\u0432\u0430\u0442\u0438
|
|
215
|
+
|
|
216
|
+
CARD_EDITOR.TABLE.POPINLAYOUT.GRIDSMALL=\u041C\u0430\u043B\u0430 \u0441\u0456\u0442\u043A\u0430
|
|
217
|
+
|
|
218
|
+
CARD_EDITOR.TABLE.POPINLAYOUT.GRIDLARGE=\u0412\u0435\u043B\u0438\u043A\u0430 \u0441\u0456\u0442\u043A\u0430
|
|
219
|
+
|
|
220
|
+
CARD_EDITOR.IMPORTANCE.HIGH=\u0412\u0438\u0441\u043E\u043A\u0435
|
|
221
|
+
|
|
222
|
+
CARD_EDITOR.IMPORTANCE.MEDIUM=\u0421\u0435\u0440\u0435\u0434\u043D\u0454
|
|
223
|
+
|
|
224
|
+
CARD_EDITOR.IMPORTANCE.LOW=\u041D\u0438\u0437\u044C\u043A\u0435
|
|
225
|
+
|
|
226
|
+
CARD_EDITOR.IMPORTANCE.NONE=\u041D\u0435\u043C\u0430\u0454
|
|
227
|
+
|
|
204
228
|
CARD_EDITOR.PARAMETERS=\u041F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u0438
|
|
205
229
|
|
|
206
230
|
CARD_EDITOR.LABEL=\u041F\u043E\u0437\u043D\u0430\u0447\u043A\u0430
|
|
@@ -333,7 +357,7 @@ CARD_EDITOR.STATE.ERROR=\u041F\u043E\u043C\u0438\u043B\u043A\u0430
|
|
|
333
357
|
|
|
334
358
|
CARD_EDITOR.STATE.WARNING=\u0417\u0430\u0441\u0442\u0435\u0440\u0435\u0436\u0435\u043D\u043D\u044F
|
|
335
359
|
|
|
336
|
-
CARD_EDITOR.STATE.NONE=\u041D\
|
|
360
|
+
CARD_EDITOR.STATE.NONE=\u041D\u0435\u043C\u0430\u0454
|
|
337
361
|
|
|
338
362
|
CARD_EDITOR.STATE.INFORMATION=\u0406\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0456\u044F
|
|
339
363
|
|
|
@@ -81,8 +81,6 @@ CARD_EDITOR.ACTION.ARIAHASPOPUP=Aria co\u0301 Popup
|
|
|
81
81
|
|
|
82
82
|
CARD_EDITOR.ACTION.VISIBLE=Hi\u1EC3n th\u1ECB
|
|
83
83
|
|
|
84
|
-
CARD_EDITOR.ACTION.SERVICE=Di\u0323ch vu\u0323
|
|
85
|
-
|
|
86
84
|
CARD_EDITOR.ACTION.ENABLED=B\u00E2\u0323t
|
|
87
85
|
|
|
88
86
|
CARD_EDITOR.LABEL.URL=URL
|
|
@@ -93,6 +91,8 @@ CARD_EDITOR.TARGET.BLANK=M\u01A1\u0309 trong c\u01B0\u0309a s\u00F4\u0309 m\u01A
|
|
|
93
91
|
|
|
94
92
|
CARD_EDITOR.TARGET.SELF=M\u01A1\u0309 trong cu\u0300ng c\u01B0\u0309a s\u00F4\u0309
|
|
95
93
|
|
|
94
|
+
CARD_EDITOR.ACTION.NAVIGATION_ARROW=Mu\u0303i t\u00EAn \u0111i\u00EA\u0300u h\u01B0\u01A1\u0301ng
|
|
95
|
+
|
|
96
96
|
CARD_EDITOR.UOM=\u0110\u01A1n vi\u0323 \u0111o l\u01B0\u01A1\u0300ng
|
|
97
97
|
|
|
98
98
|
CARD_EDITOR.SIDE_INDICATOR=Chi\u0309 ba\u0301o b\u00EAn
|
|
@@ -141,10 +141,6 @@ CARD_EDITOR.DATA.PATH=\u0110\u01B0\u01A1\u0300ng d\u00E2\u0303n d\u01B0\u0303 li
|
|
|
141
141
|
|
|
142
142
|
CARD_EDITOR.DATA.JSON=D\u01B0\u0303 li\u00EA\u0323u JSON
|
|
143
143
|
|
|
144
|
-
CARD_EDITOR.DATA.SERVICE.NAME=T\u00EAn di\u0323ch vu\u0323 d\u01B0\u0303 li\u00EA\u0323u
|
|
145
|
-
|
|
146
|
-
CARD_EDITOR.DATA.SERVICE.PARAMETERS=Tham s\u00F4\u0301 di\u0323ch vu\u0323 d\u01B0\u0303 li\u00EA\u0323u
|
|
147
|
-
|
|
148
144
|
CARD_EDITOR.DATA.UPDATEINTERVAL=Khoa\u0309ng th\u01A1\u0300i gian c\u00E2\u0323p nh\u00E2\u0323t d\u01B0\u0303 li\u00EA\u0323u
|
|
149
145
|
|
|
150
146
|
CARD_EDITOR.LIST_ITEM.DESCRIPTION=M\u00F4 ta\u0309 khoa\u0309n mu\u0323c
|
|
@@ -201,6 +197,34 @@ CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.PERCENT=Ph\u00E2\u0300n tr\u0103m
|
|
|
201
197
|
|
|
202
198
|
CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.TEXT=V\u0103n ba\u0309n ti\u00EA\u0301n tri\u0300nh
|
|
203
199
|
|
|
200
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.IMPORTANCE=Quan tr\u1ECDng
|
|
201
|
+
|
|
202
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.MINSCREENWIDTH=\u0110\u1ED9 r\u1ED9ng ma\u0300n hi\u0300nh t\u00F4\u0301i thi\u00EA\u0309u
|
|
203
|
+
|
|
204
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.DEMANDPOPIN=Popin nhu c\u00E2\u0300u
|
|
205
|
+
|
|
206
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.AUTOPOPINWIDTH=\u0110\u1ED9 r\u1ED9ng Popin t\u01B0\u0323 \u0111\u1ED9ng
|
|
207
|
+
|
|
208
|
+
CARD_EDITOR.TABLE.AUTOPOPINMODE=Ch\u00EA\u0301 \u0111\u1ED9 Popin t\u01B0\u0323 \u0111\u1ED9ng
|
|
209
|
+
|
|
210
|
+
CARD_EDITOR.TABLE.HIDDENINPOPIN=\u00C2\u0309n trong Popin
|
|
211
|
+
|
|
212
|
+
CARD_EDITOR.TABLE.POPINLAYOUT=B\u00F4\u0301 cu\u0323c Popin
|
|
213
|
+
|
|
214
|
+
CARD_EDITOR.TABLE.POPINLAYOUT.BLOCK=Ch\u1EB7n
|
|
215
|
+
|
|
216
|
+
CARD_EDITOR.TABLE.POPINLAYOUT.GRIDSMALL=L\u01B0\u1EDBi nh\u1ECF
|
|
217
|
+
|
|
218
|
+
CARD_EDITOR.TABLE.POPINLAYOUT.GRIDLARGE=L\u01B0\u01A1\u0301i l\u01A1\u0301n
|
|
219
|
+
|
|
220
|
+
CARD_EDITOR.IMPORTANCE.HIGH=Cao
|
|
221
|
+
|
|
222
|
+
CARD_EDITOR.IMPORTANCE.MEDIUM=Trung bi\u0300nh
|
|
223
|
+
|
|
224
|
+
CARD_EDITOR.IMPORTANCE.LOW=Th\u00E2\u0301p
|
|
225
|
+
|
|
226
|
+
CARD_EDITOR.IMPORTANCE.NONE=Kh\u00F4ng c\u00F3
|
|
227
|
+
|
|
204
228
|
CARD_EDITOR.PARAMETERS=Tham s\u00F4\u0301
|
|
205
229
|
|
|
206
230
|
CARD_EDITOR.LABEL=Nha\u0303n
|
|
@@ -81,8 +81,6 @@ CARD_EDITOR.ACTION.ARIAHASPOPUP=Aria \u6709\u5F39\u51FA\u7A97\u53E3
|
|
|
81
81
|
|
|
82
82
|
CARD_EDITOR.ACTION.VISIBLE=\u53EF\u89C1
|
|
83
83
|
|
|
84
|
-
CARD_EDITOR.ACTION.SERVICE=\u670D\u52A1
|
|
85
|
-
|
|
86
84
|
CARD_EDITOR.ACTION.ENABLED=\u5DF2\u542F\u7528
|
|
87
85
|
|
|
88
86
|
CARD_EDITOR.LABEL.URL=URL
|
|
@@ -93,6 +91,8 @@ CARD_EDITOR.TARGET.BLANK=\u5728\u65B0\u7A97\u53E3\u4E2D\u6253\u5F00
|
|
|
93
91
|
|
|
94
92
|
CARD_EDITOR.TARGET.SELF=\u5728\u540C\u4E00\u7A97\u53E3\u4E2D\u6253\u5F00
|
|
95
93
|
|
|
94
|
+
CARD_EDITOR.ACTION.NAVIGATION_ARROW=\u5BFC\u822A\u7BAD\u5934
|
|
95
|
+
|
|
96
96
|
CARD_EDITOR.UOM=\u8BA1\u91CF\u5355\u4F4D
|
|
97
97
|
|
|
98
98
|
CARD_EDITOR.SIDE_INDICATOR=\u526F\u6307\u6807
|
|
@@ -141,10 +141,6 @@ CARD_EDITOR.DATA.PATH=JSON \u6839\u7684\u6570\u636E\u8DEF\u5F84
|
|
|
141
141
|
|
|
142
142
|
CARD_EDITOR.DATA.JSON=JSON \u6570\u636E
|
|
143
143
|
|
|
144
|
-
CARD_EDITOR.DATA.SERVICE.NAME=\u6570\u636E\u670D\u52A1\u540D\u79F0
|
|
145
|
-
|
|
146
|
-
CARD_EDITOR.DATA.SERVICE.PARAMETERS=\u6570\u636E\u670D\u52A1\u53C2\u6570
|
|
147
|
-
|
|
148
144
|
CARD_EDITOR.DATA.UPDATEINTERVAL=\u6570\u636E\u66F4\u65B0\u95F4\u9694
|
|
149
145
|
|
|
150
146
|
CARD_EDITOR.LIST_ITEM.DESCRIPTION=\u9879\u76EE\u63CF\u8FF0
|
|
@@ -201,6 +197,34 @@ CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.PERCENT=\u8FDB\u5EA6\u767E\u5206\
|
|
|
201
197
|
|
|
202
198
|
CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.TEXT=\u8FDB\u5EA6\u6587\u672C
|
|
203
199
|
|
|
200
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.IMPORTANCE=\u91CD\u8981\u6027
|
|
201
|
+
|
|
202
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.MINSCREENWIDTH=\u6700\u5C0F\u5C4F\u5E55\u5BBD\u5EA6
|
|
203
|
+
|
|
204
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.DEMANDPOPIN=\u9700\u6C42\u5F39\u5165
|
|
205
|
+
|
|
206
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.AUTOPOPINWIDTH=\u81EA\u52A8\u5F39\u5165\u5BBD\u5EA6
|
|
207
|
+
|
|
208
|
+
CARD_EDITOR.TABLE.AUTOPOPINMODE=\u81EA\u52A8\u5F39\u5165\u6A21\u5F0F
|
|
209
|
+
|
|
210
|
+
CARD_EDITOR.TABLE.HIDDENINPOPIN=\u5728\u5F39\u5165\u6846\u4E2D\u9690\u85CF
|
|
211
|
+
|
|
212
|
+
CARD_EDITOR.TABLE.POPINLAYOUT=\u5F39\u5165\u6846\u5E03\u5C40
|
|
213
|
+
|
|
214
|
+
CARD_EDITOR.TABLE.POPINLAYOUT.BLOCK=\u51BB\u7ED3
|
|
215
|
+
|
|
216
|
+
CARD_EDITOR.TABLE.POPINLAYOUT.GRIDSMALL=\u5C0F\u7F51\u683C
|
|
217
|
+
|
|
218
|
+
CARD_EDITOR.TABLE.POPINLAYOUT.GRIDLARGE=\u5927\u7F51\u683C
|
|
219
|
+
|
|
220
|
+
CARD_EDITOR.IMPORTANCE.HIGH=\u9AD8
|
|
221
|
+
|
|
222
|
+
CARD_EDITOR.IMPORTANCE.MEDIUM=\u4E2D
|
|
223
|
+
|
|
224
|
+
CARD_EDITOR.IMPORTANCE.LOW=\u4F4E
|
|
225
|
+
|
|
226
|
+
CARD_EDITOR.IMPORTANCE.NONE=\u65E0
|
|
227
|
+
|
|
204
228
|
CARD_EDITOR.PARAMETERS=\u53C2\u6570
|
|
205
229
|
|
|
206
230
|
CARD_EDITOR.LABEL=\u6807\u7B7E
|
|
@@ -81,8 +81,6 @@ CARD_EDITOR.ACTION.ARIAHASPOPUP=ARIA \u542B\u6709\u8E66\u73FE\u756B\u9762
|
|
|
81
81
|
|
|
82
82
|
CARD_EDITOR.ACTION.VISIBLE=\u53EF\u986F\u793A
|
|
83
83
|
|
|
84
|
-
CARD_EDITOR.ACTION.SERVICE=\u670D\u52D9
|
|
85
|
-
|
|
86
84
|
CARD_EDITOR.ACTION.ENABLED=\u5DF2\u555F\u7528
|
|
87
85
|
|
|
88
86
|
CARD_EDITOR.LABEL.URL=URL
|
|
@@ -93,6 +91,8 @@ CARD_EDITOR.TARGET.BLANK=\u5728\u65B0\u8996\u7A97\u4E2D\u958B\u555F
|
|
|
93
91
|
|
|
94
92
|
CARD_EDITOR.TARGET.SELF=\u5728\u76F8\u540C\u8996\u7A97\u4E2D\u958B\u555F
|
|
95
93
|
|
|
94
|
+
CARD_EDITOR.ACTION.NAVIGATION_ARROW=\u700F\u89BD\u7BAD\u982D
|
|
95
|
+
|
|
96
96
|
CARD_EDITOR.UOM=\u8A08\u91CF\u55AE\u4F4D
|
|
97
97
|
|
|
98
98
|
CARD_EDITOR.SIDE_INDICATOR=\u5074\u908A\u6307\u793A\u78BC
|
|
@@ -141,10 +141,6 @@ CARD_EDITOR.DATA.PATH=JSON \u6839\u7BC0\u9EDE\u7684\u8CC7\u6599\u8DEF\u5F91
|
|
|
141
141
|
|
|
142
142
|
CARD_EDITOR.DATA.JSON=JSON \u8CC7\u6599
|
|
143
143
|
|
|
144
|
-
CARD_EDITOR.DATA.SERVICE.NAME=\u8CC7\u6599\u670D\u52D9\u540D\u7A31
|
|
145
|
-
|
|
146
|
-
CARD_EDITOR.DATA.SERVICE.PARAMETERS=\u8CC7\u6599\u670D\u52D9\u53C3\u6578
|
|
147
|
-
|
|
148
144
|
CARD_EDITOR.DATA.UPDATEINTERVAL=\u8CC7\u6599\u66F4\u65B0\u9593\u9694
|
|
149
145
|
|
|
150
146
|
CARD_EDITOR.LIST_ITEM.DESCRIPTION=\u9805\u76EE\u8AAA\u660E
|
|
@@ -201,6 +197,34 @@ CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.PERCENT=\u9032\u5EA6\u767E\u5206\
|
|
|
201
197
|
|
|
202
198
|
CARD_EDITOR.TABLE.ROW.COLUMN.PROGRESSINDICATOR.TEXT=\u9032\u5EA6\u5167\u6587
|
|
203
199
|
|
|
200
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.IMPORTANCE=\u91CD\u8981\u6027
|
|
201
|
+
|
|
202
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.MINSCREENWIDTH=\u6700\u5C0F\u756B\u9762\u5BEC\u5EA6
|
|
203
|
+
|
|
204
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.DEMANDPOPIN=\u9700\u6C42\u8E66\u73FE\u756B\u9762
|
|
205
|
+
|
|
206
|
+
CARD_EDITOR.TABLE.ROW.COLUMN.AUTOPOPINWIDTH=\u81EA\u52D5\u8E66\u73FE\u756B\u9762\u5BEC\u5EA6
|
|
207
|
+
|
|
208
|
+
CARD_EDITOR.TABLE.AUTOPOPINMODE=\u81EA\u52D5\u8E66\u73FE\u756B\u9762\u6A21\u5F0F
|
|
209
|
+
|
|
210
|
+
CARD_EDITOR.TABLE.HIDDENINPOPIN=\u5DF2\u5728\u8E66\u73FE\u756B\u9762\u4E2D\u96B1\u85CF
|
|
211
|
+
|
|
212
|
+
CARD_EDITOR.TABLE.POPINLAYOUT=\u8E66\u73FE\u756B\u9762\u914D\u7F6E
|
|
213
|
+
|
|
214
|
+
CARD_EDITOR.TABLE.POPINLAYOUT.BLOCK=\u51CD\u7D50
|
|
215
|
+
|
|
216
|
+
CARD_EDITOR.TABLE.POPINLAYOUT.GRIDSMALL=\u5C0F\u578B\u683C\u7DDA
|
|
217
|
+
|
|
218
|
+
CARD_EDITOR.TABLE.POPINLAYOUT.GRIDLARGE=\u5927\u578B\u683C\u7DDA
|
|
219
|
+
|
|
220
|
+
CARD_EDITOR.IMPORTANCE.HIGH=\u9AD8
|
|
221
|
+
|
|
222
|
+
CARD_EDITOR.IMPORTANCE.MEDIUM=\u4E2D
|
|
223
|
+
|
|
224
|
+
CARD_EDITOR.IMPORTANCE.LOW=\u4F4E
|
|
225
|
+
|
|
226
|
+
CARD_EDITOR.IMPORTANCE.NONE=\u7121
|
|
227
|
+
|
|
204
228
|
CARD_EDITOR.PARAMETERS=\u53C3\u6578
|
|
205
229
|
|
|
206
230
|
CARD_EDITOR.LABEL=\u6A19\u7C64
|
|
@@ -53,7 +53,7 @@ sap.ui.define([
|
|
|
53
53
|
* @extends sap.ui.integration.editor.Editor
|
|
54
54
|
*
|
|
55
55
|
* @author SAP SE
|
|
56
|
-
* @version 1.
|
|
56
|
+
* @version 1.149.0
|
|
57
57
|
* @constructor
|
|
58
58
|
* @see {@link topic:5b46b03f024542ba802d99d67bc1a3f4 Cards}
|
|
59
59
|
* @since 1.83
|
|
@@ -135,7 +135,13 @@ sap.ui.define([
|
|
|
135
135
|
this._oChildTreeSettings[this._oChildTree._path] = this._oEditorCard;
|
|
136
136
|
}
|
|
137
137
|
|
|
138
|
-
//
|
|
138
|
+
// if current card is not a child card, keep it as the main card for child cards
|
|
139
|
+
var bDestoryCurrentCard = !!this.isChild;
|
|
140
|
+
if (!bDestoryCurrentCard) {
|
|
141
|
+
this._mainCard = this._oEditorCard;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
// switch to pressed item, get settings
|
|
139
145
|
this.isChild = oItemObject.isChild;
|
|
140
146
|
var oManifestChanges;
|
|
141
147
|
if (!this.isChild) {
|
|
@@ -153,19 +159,20 @@ sap.ui.define([
|
|
|
153
159
|
}
|
|
154
160
|
|
|
155
161
|
// switch to the pressed item card
|
|
156
|
-
this.setCard(this._vIdOrSettings, true); //suppress rerendering as the editor will be rerendered anyway
|
|
162
|
+
this.setCard(this._vIdOrSettings, true, bDestoryCurrentCard); //suppress rerendering as the editor will be rerendered anyway
|
|
157
163
|
};
|
|
158
164
|
|
|
159
165
|
/**
|
|
160
166
|
* Sets the card property as a string, object {manifest:{}, baseUrl:{}} or a reference to a card instance
|
|
161
167
|
* @param {any} vCardIdOrSettings
|
|
162
168
|
* @param {boolean} bSuppressRerendering
|
|
169
|
+
* @param {boolean} bDestoryCurrentCard
|
|
163
170
|
*/
|
|
164
|
-
CardEditor.prototype.setCard = function (vCardIdOrSettings, bSuppressRerendering) {
|
|
171
|
+
CardEditor.prototype.setCard = function (vCardIdOrSettings, bSuppressRerendering, bDestoryCurrentCard) {
|
|
165
172
|
if (vCardIdOrSettings === this.getProperty("card")) {
|
|
166
173
|
return this;
|
|
167
174
|
}
|
|
168
|
-
if (this._oEditorCard) {
|
|
175
|
+
if (this._oEditorCard && bDestoryCurrentCard !== false) {
|
|
169
176
|
this._oEditorCard.destroy();
|
|
170
177
|
}
|
|
171
178
|
this.setProperty("card", vCardIdOrSettings, bSuppressRerendering);
|
|
@@ -200,6 +207,8 @@ sap.ui.define([
|
|
|
200
207
|
if (!vCardIdOrSettings.dataMode) {
|
|
201
208
|
vCardIdOrSettings.dataMode = CardDataMode.Active;
|
|
202
209
|
}
|
|
210
|
+
// remove useless property
|
|
211
|
+
delete vCardIdOrSettings.destoryManifest;
|
|
203
212
|
this._oEditorCard = new Card(vCardIdOrSettings);
|
|
204
213
|
this._oEditorCard.attachEventOnce("_contentReady", function () {
|
|
205
214
|
var oCardContent = this._oEditorCard.getCardContent();
|
|
@@ -210,9 +219,14 @@ sap.ui.define([
|
|
|
210
219
|
this._oEditorCard.attachEventOnce("_dataReady", function () {
|
|
211
220
|
// copy models from Card to editor
|
|
212
221
|
this.propagateModels(this._oEditorCard, this, ["i18n", "context", "contextflat"]);
|
|
222
|
+
vCardIdOrSettings.destoryManifest = bDestoryCurrentCard;
|
|
213
223
|
this.setJson(vCardIdOrSettings, bSuppressRerendering);
|
|
214
224
|
}.bind(this));
|
|
215
225
|
this._oEditorCard.onBeforeRendering();
|
|
226
|
+
// set the main card as opener reference to the child card for destinations
|
|
227
|
+
if (this.isChild) {
|
|
228
|
+
this._oEditorCard.setAssociation("openerReference", this._mainCard);
|
|
229
|
+
}
|
|
216
230
|
}
|
|
217
231
|
};
|
|
218
232
|
|
|
@@ -271,7 +285,7 @@ sap.ui.define([
|
|
|
271
285
|
|
|
272
286
|
CardEditor.prototype.createManifest = async function (vIdOrSettings, bSuppress) {
|
|
273
287
|
this._isManifestReady = false;
|
|
274
|
-
if (this._oManifest) {
|
|
288
|
+
if (vIdOrSettings.destoryManifest !== false && this._oManifest) {
|
|
275
289
|
this._oManifest.destroy();
|
|
276
290
|
}
|
|
277
291
|
this.destroyAggregation("_extension");
|