@sapui5/sap.suite.ui.generic.template 1.148.1 → 1.148.3
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 +1 -1
- package/src/sap/suite/ui/generic/template/.library +1 -1
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/Canvas/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/controller/ControllerImplementation.js +6 -3
- package/src/sap/suite/ui/generic/template/ListReport/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/QuickCreate/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/QuickView/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/genericUtilities/controlStateWrapperFactory/SmartFilterBarWrapper.js +48 -8
- package/src/sap/suite/ui/generic/template/lib/AppComponent.js +1 -1
- package/src/sap/suite/ui/generic/template/lib/CRUDManager.js +7 -8
- package/src/sap/suite/ui/generic/template/lib/CommonEventHandlers.js +8 -1
- package/src/sap/suite/ui/generic/template/lib/CommonUtils.js +10 -2
- package/src/sap/suite/ui/generic/template/lib/MessageUtils.js +4 -3
- package/src/sap/suite/ui/generic/template/lib/ai/EasyFill/EasyFillAIOrchestrator.js +43 -12
- package/src/sap/suite/ui/generic/template/lib/ai/EasyFill/EasyFillApplyHandler.js +67 -218
- package/src/sap/suite/ui/generic/template/lib/ai/EasyFill/EasyFillDialogController.js +55 -8
- package/src/sap/suite/ui/generic/template/lib/ai/EasyFill/EasyFillFieldCollector.js +214 -35
- package/src/sap/suite/ui/generic/template/lib/ai/EasyFill/EasyFillFormRenderer.js +93 -18
- package/src/sap/suite/ui/generic/template/lib/ai/EasyFill/EasyFillHandler.js +426 -48
- package/src/sap/suite/ui/generic/template/lib/ai/EasyFill/EasyFillTableRenderer.js +512 -63
- package/src/sap/suite/ui/generic/template/lib/ai/EasyFill/fragments/EasyFillDialog.fragment.xml +33 -23
- package/src/sap/suite/ui/generic/template/lib/ai/EasyFilterBarHandler.js +90 -73
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n.properties +24 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ar.properties +26 -8
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_bg.properties +26 -8
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ca.properties +26 -8
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cnr.properties +26 -8
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cs.properties +26 -8
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cy.properties +26 -8
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_da.properties +26 -8
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_de.properties +30 -12
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_el.properties +26 -8
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en.properties +26 -8
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en_GB.properties +26 -8
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en_US_saprigi.properties +26 -8
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_es.properties +26 -8
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_es_MX.properties +26 -8
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_et.properties +26 -8
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fi.properties +26 -8
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fr.properties +29 -11
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fr_CA.properties +27 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hi.properties +26 -8
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hr.properties +27 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hu.properties +26 -8
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_id.properties +26 -8
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_it.properties +26 -8
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_iw.properties +26 -8
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ja.properties +26 -8
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_kk.properties +26 -8
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ko.properties +26 -8
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_lt.properties +26 -8
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_lv.properties +26 -8
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_mk.properties +26 -8
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ms.properties +26 -8
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_nl.properties +26 -8
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_no.properties +26 -8
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pl.properties +26 -8
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pt.properties +26 -8
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pt_PT.properties +26 -8
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ro.properties +26 -8
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ru.properties +26 -8
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sh.properties +26 -8
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sk.properties +26 -8
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sl.properties +26 -8
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sr.properties +26 -8
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sv.properties +37 -19
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_th.properties +26 -8
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_tr.properties +26 -8
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_uk.properties +26 -8
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_vi.properties +26 -8
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_zh_CN.properties +26 -8
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_zh_TW.properties +26 -8
- package/src/sap/suite/ui/generic/template/lib/navigation/NavigationController.js +1 -1
- package/src/sap/suite/ui/generic/template/library.js +1 -1
- package/src/sap/suite/ui/generic/template/themes/base/ObjectPage.less +22 -1
package/src/sap/suite/ui/generic/template/lib/ai/EasyFill/fragments/EasyFillDialog.fragment.xml
CHANGED
|
@@ -32,7 +32,6 @@ xmlns:fesr="http://schemas.sap.com/sapui5/extension/sap.ui.core.FESR/1">
|
|
|
32
32
|
placeholder="{i18n>EASY_FILL_TEXTAREA_PLACEHOLDER}"
|
|
33
33
|
rows="20"
|
|
34
34
|
width="100%"
|
|
35
|
-
height="17.5rem"
|
|
36
35
|
showExceededText="true"
|
|
37
36
|
ariaLabelledBy="EasyFillInputArea"/>
|
|
38
37
|
</FlexBox>
|
|
@@ -77,33 +76,56 @@ xmlns:fesr="http://schemas.sap.com/sapui5/extension/sap.ui.core.FESR/1">
|
|
|
77
76
|
<uxap:actions>
|
|
78
77
|
<SegmentedButton selectedKey="{easyFillDialogModel>/easyFillMode}" selectionChange=".onSelectionChange">
|
|
79
78
|
<items>
|
|
80
|
-
<SegmentedButtonItem icon="sap-icon://increase-line-height" key="
|
|
81
|
-
<SegmentedButtonItem icon="sap-icon://decrease-line-height" key="
|
|
79
|
+
<SegmentedButtonItem icon="sap-icon://increase-line-height" key="ObjectPageMode" tooltip="{i18n>EASY_FILL_DETAILED_VIEW_TOOLTIP}"/>
|
|
80
|
+
<SegmentedButtonItem icon="sap-icon://decrease-line-height" key="CondensedMode" tooltip="{i18n>EASY_FILL_CONDENSED_VIEW_TOOLTIP}"/>
|
|
82
81
|
</items>
|
|
83
82
|
</SegmentedButton>
|
|
84
83
|
<Button
|
|
85
84
|
icon="{= ${easyFillDialogModel>/isFullScreen} ? 'sap-icon://full-screen' : 'sap-icon://exit-full-screen'}"
|
|
85
|
+
tooltip="{= ${easyFillDialogModel>/isFullScreen} ? ${i18n>EASY_FILL_ENTER_FULL_SCREEN_TOOLTIP} : ${i18n>EASY_FILL_EXIT_FULL_SCREEN_TOOLTIP}}"
|
|
86
86
|
type="Transparent"
|
|
87
|
+
visible="{= !${easyFillDialogModel>/isSplitterPageMode} }"
|
|
87
88
|
press=".onToggleFullScreen"/>
|
|
88
89
|
</uxap:actions>
|
|
89
90
|
</uxap:ObjectPageDynamicHeaderTitle>
|
|
90
91
|
</uxap:headerTitle>
|
|
91
92
|
<uxap:headerContent>
|
|
92
|
-
<
|
|
93
|
-
<
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
93
|
+
<VBox width="100%">
|
|
94
|
+
<HBox gap="0.5rem" justifyContent="Start" alignItems="Center" renderType="Bare" class="sapSmartTemplatesObjectPageEasyFillReviewAreaBanner">
|
|
95
|
+
<Link text="{i18n>AI_LINK_NOTICE_TITLE}" press=".onLinkPress"/>
|
|
96
|
+
<ToggleButton icon = "sap-icon://thumb-up" type = "Transparent" fesr:press="fe2:ef:thumbsup" pressed="{easyFillDialogModel>/feedbackPressedUp}" enabled="{easyFillDialogModel>/feedbackEnabled}" press=".onFeedbackPress"/>
|
|
97
|
+
<ToggleButton icon = "sap-icon://thumb-down" type = "Transparent" fesr:press="fe2:ef:thumbsdown" pressed="{easyFillDialogModel>/feedbackPressedDown}" enabled="{easyFillDialogModel>/feedbackEnabled}" press=".onFeedbackPress"/>
|
|
98
|
+
</HBox>
|
|
99
|
+
<MessageStrip
|
|
100
|
+
visible="{easyFillDialogModel>/hasNonUpdatableFields}"
|
|
101
|
+
text="{i18n>EASY_FILL_READ_ONLY_WARNING}"
|
|
102
|
+
showIcon="true"
|
|
103
|
+
type="Warning"
|
|
104
|
+
class="sapUiSmallMarginBottom"/>
|
|
105
|
+
</VBox>
|
|
97
106
|
</uxap:headerContent>
|
|
98
|
-
<uxap:ObjectPageSection title="{path: 'easyFillDialogModel>title', formatter: '.formatSectionTitle'}" titleUppercase="false"
|
|
107
|
+
<uxap:ObjectPageSection title="{path: 'easyFillDialogModel>title', formatter: '.formatSectionTitle'}" titleUppercase="false"
|
|
108
|
+
visible="{
|
|
109
|
+
parts: [
|
|
110
|
+
{path: 'easyFillDialogModel>fields'},
|
|
111
|
+
{path: 'easyFillDialogModel>children'}
|
|
112
|
+
],
|
|
113
|
+
formatter: '.hasSectionFields'
|
|
114
|
+
}">
|
|
99
115
|
<uxap:ObjectPageSubSection>
|
|
100
|
-
<smartForm:SmartForm editable="true" id="EasyFillSmartForm" groups="{path: 'easyFillDialogModel>children', templateShareable: false}">
|
|
116
|
+
<smartForm:SmartForm editable="true" id="EasyFillSmartForm" validationMode="Async" groups="{path: 'easyFillDialogModel>children', templateShareable: false}">
|
|
117
|
+
<smartForm:customData>
|
|
118
|
+
<core:CustomData key="defaultInputFieldDisplayBehaviour" value="descriptionAndId"/>
|
|
119
|
+
<core:CustomData key="defaultDropDownDisplayBehaviour" value="descriptionOnly"/>
|
|
120
|
+
<core:CustomData key="defaultTextInEditModeSource" value="ValueList"/>
|
|
121
|
+
<core:CustomData key="dateFormatSettings" value='\{"UTC":true,"style":"medium"\}'/>
|
|
122
|
+
</smartForm:customData>
|
|
101
123
|
<smartForm:layout>
|
|
102
124
|
<smartForm:ColumnLayout
|
|
103
125
|
columnsXL="3"
|
|
104
126
|
columnsL="3"
|
|
105
127
|
columnsM="2"
|
|
106
|
-
labelCellsLarge="
|
|
128
|
+
labelCellsLarge="2"/>
|
|
107
129
|
</smartForm:layout>
|
|
108
130
|
<smartForm:Group
|
|
109
131
|
title="{path: 'easyFillDialogModel>title', formatter: '.formatSectionTitle'}"
|
|
@@ -123,18 +145,6 @@ xmlns:fesr="http://schemas.sap.com/sapui5/extension/sap.ui.core.FESR/1">
|
|
|
123
145
|
</uxap:ObjectPageSubSection>
|
|
124
146
|
</uxap:ObjectPageSection>
|
|
125
147
|
</uxap:ObjectPageLayout>
|
|
126
|
-
<VBox id="EasyFillTablePreviewContainer" fitContainer="true" renderType="Bare" visible="{easyFillDialogModel>/hasTableUpdates}"/>
|
|
127
|
-
<MessageStrip
|
|
128
|
-
visible="{easyFillDialogModel>/hasTableUpdates}"
|
|
129
|
-
text="{i18n>EASY_FILL_TABLE_UPDATES_INFO}"
|
|
130
|
-
showIcon="true"
|
|
131
|
-
type="Information"/>
|
|
132
|
-
|
|
133
|
-
<MessageStrip
|
|
134
|
-
visible="{easyFillDialogModel>/hasTableValidationErrors}"
|
|
135
|
-
text="{easyFillDialogModel>/tableValidationMessage}"
|
|
136
|
-
showIcon="true"
|
|
137
|
-
type="Error"/>
|
|
138
148
|
</FlexBox>
|
|
139
149
|
</layout:SplitPane>
|
|
140
150
|
|
|
@@ -41,6 +41,10 @@ sap.ui.define([
|
|
|
41
41
|
// variant load or Go press result. Used to suppress fnApplyEasyFilterVariantState from
|
|
42
42
|
// overwriting the stale-query (placeholder) state that fnTokensChanged put in place.
|
|
43
43
|
var bTokensModifiedByUser = false;
|
|
44
|
+
// Set to true when the user presses Reset Filter. Suppresses fnApplyEasyFilterVariantState
|
|
45
|
+
// from restoring the saved query into the (now intentionally empty) input field when
|
|
46
|
+
// afterVariantLoad fires as a side effect of the subsequent setUiState call.
|
|
47
|
+
var bFiltersResetByUser = false;
|
|
44
48
|
|
|
45
49
|
/**
|
|
46
50
|
* Calls setVariantCreationByUserAllowed(bAllowed) on the SmartVariantManagement control
|
|
@@ -108,54 +112,53 @@ sap.ui.define([
|
|
|
108
112
|
var mEffectiveNonSortable = mOverrideNonSortable || mNonSortableProperties;
|
|
109
113
|
entityType.property.forEach(function (oProperty) {
|
|
110
114
|
var sTokenType = "ValueHelp";
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
}
|
|
121
|
-
if (oExtension.name === "hidden") {
|
|
122
|
-
bIsHidden = oExtension.value === "true";
|
|
123
|
-
}
|
|
124
|
-
if (oExtension.name === "hidden-filter") {
|
|
125
|
-
bIsHiddenFilter = oExtension.value === "true";
|
|
126
|
-
}
|
|
127
|
-
if (oExtension.name === "filter-restriction") {
|
|
128
|
-
sFilterRestriction = oExtension.value;
|
|
129
|
-
}
|
|
130
|
-
});
|
|
131
|
-
if ((oProperty.type === "Edm.DateTime" && oProperty["sap:display-format"] === "Date") ||
|
|
132
|
-
(oProperty.type === "Edm.String" && oProperty["com.sap.vocabularies.Common.v1.IsCalendarDate"] && oProperty["com.sap.vocabularies.Common.v1.IsCalendarDate"].Bool === "true")) {
|
|
133
|
-
sTokenType = "Calendar";
|
|
134
|
-
} else if (oProperty.type === "Edm.DateTimeOffset") {
|
|
135
|
-
sTokenType = "Time";
|
|
115
|
+
var bFilterable = filterHelper.isPropertyFilterable(oProperty);
|
|
116
|
+
var bIsCodeListRequired;
|
|
117
|
+
var bIsHidden = false;
|
|
118
|
+
var bIsHiddenFilter = false;
|
|
119
|
+
var sFilterRestriction = "";
|
|
120
|
+
oProperty.extensions && oProperty.extensions.forEach(function(oExtension) {
|
|
121
|
+
if (oExtension.name === "value-list" && oExtension.value === "fixed-values") {
|
|
122
|
+
sTokenType = "MenuWithCheckBox";
|
|
123
|
+
bIsCodeListRequired = true;
|
|
136
124
|
}
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
unit: oProperty["sap:unit"] || "",
|
|
153
|
-
required: oProperty["sap:required-in-filter"] === "true" ? true : false,
|
|
154
|
-
hidden: bIsHidden,
|
|
155
|
-
hiddenFilter: bIsHiddenFilter,
|
|
156
|
-
filterRestriction: sFilterRestriction || undefined
|
|
157
|
-
};
|
|
125
|
+
if (oExtension.name === "hidden") {
|
|
126
|
+
bIsHidden = oExtension.value === "true";
|
|
127
|
+
}
|
|
128
|
+
if (oExtension.name === "hidden-filter") {
|
|
129
|
+
bIsHiddenFilter = oExtension.value === "true";
|
|
130
|
+
}
|
|
131
|
+
if (oExtension.name === "filter-restriction") {
|
|
132
|
+
sFilterRestriction = oExtension.value;
|
|
133
|
+
}
|
|
134
|
+
});
|
|
135
|
+
if ((oProperty.type === "Edm.DateTime" && oProperty["sap:display-format"] === "Date") ||
|
|
136
|
+
(oProperty.type === "Edm.String" && oProperty["com.sap.vocabularies.Common.v1.IsCalendarDate"] && oProperty["com.sap.vocabularies.Common.v1.IsCalendarDate"].Bool === "true")) {
|
|
137
|
+
sTokenType = "Calendar";
|
|
138
|
+
} else if (oProperty.type === "Edm.DateTimeOffset") {
|
|
139
|
+
sTokenType = "Time";
|
|
158
140
|
}
|
|
141
|
+
var propName = prefix ? prefix + "." + oProperty.name : oProperty.name;
|
|
142
|
+
// Determine sortability: property is sortable unless entity set is not sortable,
|
|
143
|
+
// property is in NonSortableProperties, or property has sap:sortable="false"
|
|
144
|
+
var bSortable = bEffectiveSortable && !mEffectiveNonSortable[oProperty.name] && oProperty["sap:sortable"] !== "false";
|
|
145
|
+
// Groupable follows the same logic as sortable: a property is groupable if it is sortable
|
|
146
|
+
var bGroupable = bSortable;
|
|
147
|
+
mFilterProperties[propName] = {
|
|
148
|
+
name: propName,
|
|
149
|
+
dataType: oProperty.type,
|
|
150
|
+
defaultValue : [],
|
|
151
|
+
filterable: bFilterable,
|
|
152
|
+
sortable: bSortable,
|
|
153
|
+
groupable: bGroupable,
|
|
154
|
+
codeList : bIsCodeListRequired,
|
|
155
|
+
type: sTokenType,
|
|
156
|
+
unit: oProperty["sap:unit"] || "",
|
|
157
|
+
required: oProperty["sap:required-in-filter"] === "true" ? true : false,
|
|
158
|
+
hidden: bIsHidden,
|
|
159
|
+
hiddenFilter: bIsHiddenFilter,
|
|
160
|
+
filterRestriction: sFilterRestriction || undefined
|
|
161
|
+
};
|
|
159
162
|
});
|
|
160
163
|
}
|
|
161
164
|
|
|
@@ -524,9 +527,9 @@ sap.ui.define([
|
|
|
524
527
|
oSmartFilterbar.setVisible(false);
|
|
525
528
|
var sQuery = oVariantState.easyFilter && oVariantState.easyFilter.query;
|
|
526
529
|
if (sQuery) {
|
|
527
|
-
//
|
|
528
|
-
//
|
|
529
|
-
if (!bTokensModifiedByUser) {
|
|
530
|
+
// Do not restore the query if the user just pressed Reset Filter —
|
|
531
|
+
// the input was intentionally cleared and must stay empty.
|
|
532
|
+
if (!bTokensModifiedByUser && !bFiltersResetByUser) {
|
|
530
533
|
var oEasyFilterBar = fnGetEasyFilterBar();
|
|
531
534
|
if (oEasyFilterBar) {
|
|
532
535
|
var sCurrentQuery = oEasyFilterBar.getQuery();
|
|
@@ -539,6 +542,8 @@ sap.ui.define([
|
|
|
539
542
|
} else {
|
|
540
543
|
oSmartFilterbar.setVisible(true);
|
|
541
544
|
}
|
|
545
|
+
// Reset so future variant switches are not suppressed.
|
|
546
|
+
bFiltersResetByUser = false;
|
|
542
547
|
}
|
|
543
548
|
|
|
544
549
|
/**
|
|
@@ -596,11 +601,16 @@ sap.ui.define([
|
|
|
596
601
|
});
|
|
597
602
|
}
|
|
598
603
|
|
|
599
|
-
|
|
604
|
+
function fnClearFilters(oEvent) {
|
|
600
605
|
//Making the SmartTable in dirty state
|
|
601
|
-
var
|
|
606
|
+
var oTemplatePrivateModel = oTemplateUtils.oComponentUtils.getTemplatePrivateModel();
|
|
602
607
|
oTemplatePrivateModel.setProperty("/listReport/firstSelection", true);
|
|
603
608
|
oTemplatePrivateModel.setProperty("/generic/bDataAreShownInTable", false);
|
|
609
|
+
var oSmartFilterbar = oState.oSmartFilterbar;
|
|
610
|
+
if (oSmartFilterbar.getSmartVariant()) {
|
|
611
|
+
oSmartFilterbar.getSmartVariant().currentVariantSetModified(true);
|
|
612
|
+
}
|
|
613
|
+
bFiltersResetByUser = true;
|
|
604
614
|
}
|
|
605
615
|
|
|
606
616
|
function fnAfterQueryProcessing(oEvent) {
|
|
@@ -615,9 +625,11 @@ sap.ui.define([
|
|
|
615
625
|
}
|
|
616
626
|
|
|
617
627
|
function fnTokensChanged(oEvent) {
|
|
618
|
-
//When reset button is clicked no batch call should be triggered
|
|
628
|
+
// When reset button is clicked no batch call should be triggered.
|
|
629
|
+
// Also clear the user-edit flag so a subsequent Go press re-enables Save/SaveAs correctly [if clear tokens and resetFilter are clicked].
|
|
619
630
|
if (oEvent.getParameter("reset")) {
|
|
620
|
-
|
|
631
|
+
bTokensModifiedByUser = false;
|
|
632
|
+
fnSetCreationAllowed(false);
|
|
621
633
|
return;
|
|
622
634
|
}
|
|
623
635
|
var oSmartFilterbar = oState.oSmartFilterbar;
|
|
@@ -627,14 +639,18 @@ sap.ui.define([
|
|
|
627
639
|
// manual token edits. tokensChangedByUser fires first on a user edit and sets
|
|
628
640
|
// bTokensModifiedByUser — use that to tell the two cases apart.
|
|
629
641
|
if (bTokensModifiedByUser) {
|
|
630
|
-
// User manually
|
|
631
|
-
//
|
|
632
|
-
|
|
633
|
-
|
|
642
|
+
// User manually removed a token — mark the variant dirty and fall through
|
|
643
|
+
// to update SFB state and trigger search with the remaining tokens.
|
|
644
|
+
// Keep Save/SaveAs disabled (do NOT call fnSetCreationAllowed(true) here)
|
|
645
|
+
// until a fresh Go press resolves new tokens.
|
|
646
|
+
if (oSmartFilterbar.getSmartVariant()) {
|
|
647
|
+
oSmartFilterbar.getSmartVariant().currentVariantSetModified(true);
|
|
648
|
+
}
|
|
649
|
+
} else {
|
|
650
|
+
// AI-resolved result path: reset the user-edit flag and re-enable Save/SaveAs.
|
|
651
|
+
fnSetCreationAllowed(true);
|
|
634
652
|
}
|
|
635
|
-
// AI-resolved result path: reset the user-edit flag and re-enable Save/SaveAs.
|
|
636
653
|
bTokensModifiedByUser = false;
|
|
637
|
-
fnSetCreationAllowed(true);
|
|
638
654
|
var sSmartFilterBarId = oSmartFilterbar.getId();
|
|
639
655
|
var oSmartFilterBarWrapper = oTemplateUtils.oCommonUtils.getControlStateWrapperById(sSmartFilterBarId, "SmartFilterBar");
|
|
640
656
|
var oSmartFilterBarVariant = oSmartFilterBarWrapper.getState();
|
|
@@ -727,21 +743,19 @@ sap.ui.define([
|
|
|
727
743
|
oPresentationVariant.SortOrder = undefined; // Clear existing sort order before applying new one
|
|
728
744
|
|
|
729
745
|
// Set new sort order (empty array clears sorting)
|
|
730
|
-
|
|
731
|
-
const aSortersMapped = aSorters.map(function(oSorter) {
|
|
746
|
+
const aSortersMapped = (aSorters && aSorters.length ) ? aSorters.map(function (oSorter) {
|
|
732
747
|
return {
|
|
733
748
|
Property: oSorter.key,
|
|
734
749
|
Descending: !!oSorter.descending
|
|
735
750
|
};
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
}
|
|
751
|
+
}) : undefined;
|
|
752
|
+
oPresentationVariant.SortOrder = aSortersMapped;
|
|
753
|
+
bApplyingSorting = true;
|
|
754
|
+
try {
|
|
755
|
+
oUiState.setPresentationVariant(oPresentationVariant);
|
|
756
|
+
oControl.setUiState(oUiState);
|
|
757
|
+
} finally {
|
|
758
|
+
bApplyingSorting = false;
|
|
745
759
|
}
|
|
746
760
|
|
|
747
761
|
} catch (error) {
|
|
@@ -921,12 +935,15 @@ sap.ui.define([
|
|
|
921
935
|
var sQuery = oGenericData.easyFilter && oGenericData.easyFilter.query;
|
|
922
936
|
if (oEasyFilterBar) {
|
|
923
937
|
if (sQuery) {
|
|
924
|
-
oEasyFilterBar.setQuery(sQuery);
|
|
925
|
-
// Only auto-trigger Go if "Apply Automatically" is checked on the variant.
|
|
926
|
-
// If not checked, only the search string is restored — no search triggered.
|
|
927
938
|
var bExecuteOnSelect = oEvent.getParameter("executeOnSelect");
|
|
928
939
|
if (bExecuteOnSelect) {
|
|
940
|
+
// AutoApply on: Go press resolves fresh tokens — no need to pre-clear.
|
|
929
941
|
oEasyFilterBar.onGoPress(sQuery);
|
|
942
|
+
} else {
|
|
943
|
+
// AutoApply off: clear stale tokens/thumbs/reset-button from the
|
|
944
|
+
// previous variant, then restore the new variant's query text.
|
|
945
|
+
oEasyFilterBar.resetState(false);
|
|
946
|
+
oEasyFilterBar.setQuery(sQuery);
|
|
930
947
|
}
|
|
931
948
|
} else {
|
|
932
949
|
oEasyFilterBar.resetState(false);
|
|
@@ -799,12 +799,18 @@ AI_LINK_NOTICE_TITLE = Created with AI. Verify results before use.
|
|
|
799
799
|
# XTIT: EasyFill fillable fields title
|
|
800
800
|
EASY_FILL_FILLED_FIELDS = Filled Fields
|
|
801
801
|
|
|
802
|
+
# XTIT: EasyFill unfilled fields title (condensed view section)
|
|
803
|
+
EASY_FILL_UNFILLED_FIELDS = Unfilled Fields
|
|
804
|
+
|
|
802
805
|
# XTIT: EasyFill unable to fill fields title
|
|
803
806
|
EASY_FILL_UNABLE_FILL = Unable to Fill
|
|
804
807
|
|
|
805
808
|
# XTXT: EasyFill warning message
|
|
806
809
|
EASY_FILL_WARNING_MESSAGE = The fields couldn\u2019t be filled in, for example because they are read-only fields or because you\u2019re not authorized to change them.
|
|
807
810
|
|
|
811
|
+
# XMSG: EasyFill read-only fields warning shown in header
|
|
812
|
+
EASY_FILL_READ_ONLY_WARNING = Some fields couldn't be filled. You can view them in the Unfilled Fields section.
|
|
813
|
+
|
|
808
814
|
# XTIT: EasyFill proposed values
|
|
809
815
|
EASY_FILL_PROPOSED_VALUES = Proposed Values
|
|
810
816
|
|
|
@@ -835,6 +841,9 @@ EASY_FILL_TABLE_VIEW_PREVIOUS = Previous
|
|
|
835
841
|
# XBUT: EasyFill table preview new values segment
|
|
836
842
|
EASY_FILL_TABLE_VIEW_NEW = New
|
|
837
843
|
|
|
844
|
+
# XTXT: Text for the GenericTag shown next to a table title when the AI tried to fill read-only fields in that table
|
|
845
|
+
EASYFILL_TABLE_READONLY_TAG=Highlighted fields not filled
|
|
846
|
+
|
|
838
847
|
# XTXT: EasyFill table row label used in validation messages
|
|
839
848
|
EASY_FILL_TABLE_ROW_LABEL = Row {0}
|
|
840
849
|
|
|
@@ -852,3 +861,18 @@ EASY_FILL_CONDENSED_VIEW_TOOLTIP=Switch to condensed layout
|
|
|
852
861
|
|
|
853
862
|
# XTOL: EasyFill detailed view mode tooltip
|
|
854
863
|
EASY_FILL_DETAILED_VIEW_TOOLTIP=Switch to object page layout
|
|
864
|
+
|
|
865
|
+
# XTOL: EasyFill enter full screen tooltip (shows Maximize action)
|
|
866
|
+
EASY_FILL_ENTER_FULL_SCREEN_TOOLTIP=Maximize Filled Fields Panel
|
|
867
|
+
|
|
868
|
+
# XTOL: EasyFill exit full screen tooltip (shows Minimize action)
|
|
869
|
+
EASY_FILL_EXIT_FULL_SCREEN_TOOLTIP=Minimize Filled Fields Panel
|
|
870
|
+
|
|
871
|
+
# XTXT: EasyFill previously label shown next to the current field value
|
|
872
|
+
EASY_FILL_PREVIOUSLY_LABEL=Previously:
|
|
873
|
+
|
|
874
|
+
# XMSG: EasyFill warning when the AI proposed multiple new rows but only one is supported per table
|
|
875
|
+
EASY_FILL_TABLE_MULTIPLE_NEW_ROWS_WARNING=Only one row can be added at a time. Repeat the request to add additional rows.
|
|
876
|
+
|
|
877
|
+
# XMSG: EasyFill warning shown when adding new rows is not allowed by the table configuration
|
|
878
|
+
EASY_FILL_TABLE_NEW_ROW_NOT_ALLOWED=Row not added. Either row creation isn't enabled, or Easy Fill doesn't support adding rows to this table.
|
|
@@ -500,11 +500,11 @@ RTA_CONTEXT_MENU_CONFIG=\u0627\u0644\u062A\u0643\u0648\u064A\u0646
|
|
|
500
500
|
|
|
501
501
|
EASY_FILL_TITLE=\u0645\u0644\u0621 \u0633\u0647\u0644
|
|
502
502
|
|
|
503
|
-
EASY_FILL_FIRST_LABEL_TEXT=\u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u064A\u0632\u0629 \u0627\u0644\u0645\u0644\u0621 \u0627\u0644\u0633\u0647\u0644 \u0644\u0645\u0644\u0621 \u062D\u0642\u0648\u0644 \u0645\u062A\u0639\u062F\u062F\u0629 \u0641\u064A \u0648\u0642\u062A \u0648\u0627\u062D\u062F.
|
|
503
|
+
EASY_FILL_FIRST_LABEL_TEXT=\u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u064A\u0632\u0629 \u0627\u0644\u0645\u0644\u0621 \u0627\u0644\u0633\u0647\u0644 \u0644\u0645\u0644\u0621 \u062D\u0642\u0648\u0644 \u0645\u062A\u0639\u062F\u062F\u0629 \u0641\u064A \u0648\u0642\u062A \u0648\u0627\u062D\u062F \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0637\u0628\u064A\u0639\u064A\u0629.
|
|
504
504
|
|
|
505
|
-
EASY_FILL_SECOND_LABEL_TEXT=\
|
|
505
|
+
EASY_FILL_SECOND_LABEL_TEXT=\u0623\u062F\u062E\u0644 \u0623\u064A \u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062A\u0633\u0627\u0639\u062F \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A \u0639\u0644\u0649 \u0645\u0644\u0621 \u0627\u0644\u062D\u0642\u0648\u0644 \u0627\u0644\u0645\u0646\u0627\u0633\u0628\u0629. \u064A\u0645\u0643\u0646\u0643 \u0623\u064A\u0636\u064B\u0627 \u062A\u062D\u0645\u064A\u0644 \u0645\u0644\u0641 \u064A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0630\u0627\u062A \u0627\u0644\u0635\u0644\u0629.
|
|
506
506
|
|
|
507
|
-
EASY_FILL_TEXTAREA_PLACEHOLDER=\
|
|
507
|
+
EASY_FILL_TEXTAREA_PLACEHOLDER=\u0623\u062F\u062E\u0644 \u0623\u064A \u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062A\u0633\u0627\u0639\u062F \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A \u0639\u0644\u0649 \u0645\u0644\u0621 \u0627\u0644\u062D\u0642\u0648\u0644 \u0627\u0644\u0645\u0646\u0627\u0633\u0628\u0629. \u0644\u0627\u062D\u0638 \u0623\u0646 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A \u0644\u0627 \u064A\u0645\u0643\u0646\u0647 \u0627\u0644\u0645\u0633\u0627\u0639\u062F\u0629 \u0625\u0644\u0627 \u0641\u064A \u0627\u0644\u062D\u0642\u0648\u0644 \u0648\u0627\u0644\u0635\u0641\u0648\u0641 \u0627\u0644\u0645\u0631\u0626\u064A\u0629 \u0641\u0642\u0637.
|
|
508
508
|
|
|
509
509
|
EASY_FILL_ILLUSTRATION_TITLE_INITIAL=\u062F\u0639\u0646\u0627 \u0646\u0645\u0644\u0623 \u0628\u0639\u0636 \u0627\u0644\u062D\u0642\u0648\u0644
|
|
510
510
|
|
|
@@ -520,21 +520,23 @@ EASY_FILL_ILLUSTRATION_DESCRIPTION_ERROR=\u064A\u0628\u062F\u0648 \u0623\u0646\u
|
|
|
520
520
|
|
|
521
521
|
EASY_FILL_CONFIRM=\u062A\u0623\u0643\u064A\u062F
|
|
522
522
|
|
|
523
|
-
AI_LINK_NOTICE_TITLE=\u062A\u0645 \u0627\u0644\u0625\u0646\u0634\u0627\u0621 \u0628\
|
|
524
|
-
|
|
525
|
-
AI_WARNING_TEXT=\u062A\u062D\u0642\u0642 \u0645\u0646 \u0635\u062D\u0629 \u0627\u0644\u0646\u062A\u0627\u0626\u062C \u0642\u0628\u0644 \u0627\u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645.
|
|
523
|
+
AI_LINK_NOTICE_TITLE=\u062A\u0645 \u0627\u0644\u0625\u0646\u0634\u0627\u0621 \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A. \u062A\u062D\u0642\u0642 \u0645\u0646 \u0635\u062D\u0629 \u0627\u0644\u0646\u062A\u0627\u0626\u062C \u0642\u0628\u0644 \u0627\u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645.
|
|
526
524
|
|
|
527
525
|
EASY_FILL_FILLED_FIELDS=\u0627\u0644\u062D\u0642\u0648\u0644 \u0627\u0644\u0645\u0645\u0644\u0648\u0621\u0629
|
|
528
526
|
|
|
527
|
+
EASY_FILL_UNFILLED_FIELDS=\u0627\u0644\u062D\u0642\u0648\u0644 \u063A\u064A\u0631 \u0627\u0644\u0645\u0645\u0644\u0648\u0621\u0629
|
|
528
|
+
|
|
529
529
|
EASY_FILL_UNABLE_FILL=\u064A\u062A\u0639\u0630\u0631 \u0627\u0644\u0645\u0644\u0621
|
|
530
530
|
|
|
531
531
|
EASY_FILL_WARNING_MESSAGE=\u0644\u0627 \u064A\u0645\u0643\u0646 \u0645\u0644\u0621 \u0627\u0644\u062D\u0642\u0648\u0644\u060C \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644 \u0644\u0623\u0646\u0647\u0627 \u062D\u0642\u0648\u0644 \u0644\u0644\u0642\u0631\u0627\u0621\u0629 \u0641\u0642\u0637 \u0623\u0648 \u0623\u0646\u0643 \u063A\u064A\u0631 \u0645\u0641\u0648\u0651\u064E\u0636 \u0628\u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u062D\u0642\u0648\u0644.
|
|
532
532
|
|
|
533
|
+
EASY_FILL_READ_ONLY_WARNING=\u062A\u0639\u0630\u0631 \u0645\u0644\u0621 \u0628\u0639\u0636 \u0627\u0644\u062D\u0642\u0648\u0644. \u0648\u064A\u0645\u0643\u0646\u0643 \u0639\u0631\u0636\u0647\u0627 \u0641\u064A \u0627\u0644\u0642\u0633\u0645 \u0627\u0644\u062D\u0642\u0648\u0644 \u063A\u064A\u0631 \u0627\u0644\u0645\u0645\u0644\u0648\u0621\u0629.
|
|
534
|
+
|
|
533
535
|
EASY_FILL_PROPOSED_VALUES=\u0627\u0644\u0642\u064A\u0645 \u0627\u0644\u0645\u0642\u062A\u0631\u062D\u0629
|
|
534
536
|
|
|
535
537
|
EASY_FILL_PREVIOUS_VALUES=\u0627\u0644\u0642\u064A\u0645 \u0627\u0644\u0633\u0627\u0628\u0642\u0629
|
|
536
538
|
|
|
537
|
-
EASY_FILL_POPOVER_AI_TEXT_1=\u062A\u0645 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0645\u062D\u062A\u0648\u0649 \u062C\u0632\u0626\u064A\u064B\u0627 \u0623\u0648 \u0643\u0644\u064A\u064B\u0627 \u0628\u0648\u0627\u0633\u0637\u0629 \
|
|
539
|
+
EASY_FILL_POPOVER_AI_TEXT_1=\u062A\u0645 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0645\u062D\u062A\u0648\u0649 \u062C\u0632\u0626\u064A\u064B\u0627 \u0623\u0648 \u0643\u0644\u064A\u064B\u0627 \u0628\u0648\u0627\u0633\u0637\u0629 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A.
|
|
538
540
|
|
|
539
541
|
EASY_FILL_POPOVER_AI_TEXT_2=\u0642\u062F \u064A\u062D\u062A\u0648\u064A \u0627\u0644\u0645\u062D\u062A\u0648\u0649 \u0627\u0644\u0645\u0646\u0634\u0623 \u0628\u0648\u0627\u0633\u0637\u0629 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A \u0639\u0644\u0649 \u0628\u064A\u0627\u0646\u0627\u062A \u063A\u064A\u0631 \u062F\u0642\u064A\u0642\u0629 \u0628\u0633\u0628\u0628 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u0635\u0627\u062F\u0631 \u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0645\u062A\u0639\u062F\u062F\u0629. \u062A\u062D\u0642\u0642 \u0645\u0646 \u0627\u0644\u0646\u062A\u0627\u0626\u062C \u0642\u0628\u0644 \u0627\u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645.
|
|
540
542
|
|
|
@@ -542,7 +544,7 @@ EASY_FILL_POPOVER_AI_TITLE=\u062A\u0645 \u0627\u0644\u0625\u0646\u0634\u0627\u06
|
|
|
542
544
|
|
|
543
545
|
EASYFILL_RESULT_FEEDBACK=\u062A\u0645 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A
|
|
544
546
|
|
|
545
|
-
EASYFILL_CLEAR_ALL=\
|
|
547
|
+
EASYFILL_CLEAR_ALL=\u0645\u0633\u062D \u0627\u0644\u0643\u0644
|
|
546
548
|
|
|
547
549
|
EASY_FILL_TABLE_UPDATES_INFO=\u062A\u0645 \u0627\u0643\u062A\u0634\u0627\u0641 \u062A\u062D\u062F\u064A\u062B\u0627\u062A \u0635\u0641\u0648\u0641 \u0627\u0644\u062C\u062F\u0648\u0644 \u0648\u0633\u064A\u062A\u0645 \u062A\u0637\u0628\u064A\u0642\u0647\u0627 \u0639\u0646\u062F \u0627\u0644\u062A\u0623\u0643\u064A\u062F.
|
|
548
550
|
|
|
@@ -550,6 +552,8 @@ EASY_FILL_TABLE_VIEW_PREVIOUS=\u0627\u0644\u0633\u0627\u0628\u0642
|
|
|
550
552
|
|
|
551
553
|
EASY_FILL_TABLE_VIEW_NEW=\u062C\u062F\u064A\u062F
|
|
552
554
|
|
|
555
|
+
EASYFILL_TABLE_READONLY_TAG=\u0644\u0645 \u064A\u062A\u0645 \u0645\u0644\u0621 \u0627\u0644\u062D\u0642\u0648\u0644 \u0627\u0644\u0645\u0645\u064A\u0632\u0629
|
|
556
|
+
|
|
553
557
|
EASY_FILL_TABLE_ROW_LABEL=\u0627\u0644\u0635\u0641 {0}
|
|
554
558
|
|
|
555
559
|
EASY_FILL_TABLE_VALIDATION_MESSAGE=\u0628\u0639\u0636 \u0642\u064A\u0645 \u0627\u0644\u062C\u062F\u0648\u0644 \u063A\u064A\u0631 \u0635\u0627\u0644\u062D\u0629 \u0644\u0645\u0633\u0627\u0639\u062F\u0629 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\: {0}. \u0642\u0645 \u0628\u062A\u062D\u062F\u064A\u062B \u0637\u0644\u0628\u0643 \u0648\u062D\u0627\u0648\u0644 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.
|
|
@@ -557,3 +561,17 @@ EASY_FILL_TABLE_VALIDATION_MESSAGE=\u0628\u0639\u0636 \u0642\u064A\u0645 \u0627\
|
|
|
557
561
|
EASY_FILL_TABLE_INVALID_CELL_SUFFIX=(\u063A\u064A\u0631 \u0635\u0627\u0644\u062D)
|
|
558
562
|
|
|
559
563
|
EASY_FILL_SECTION_HEADER=\u0627\u0644\u0645\u0642\u062F\u0645\u0629
|
|
564
|
+
|
|
565
|
+
EASY_FILL_CONDENSED_VIEW_TOOLTIP=\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u0645\u062E\u0637\u0637 \u0627\u0644\u0645\u0643\u062B\u0641
|
|
566
|
+
|
|
567
|
+
EASY_FILL_DETAILED_VIEW_TOOLTIP=\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0645\u062E\u0637\u0637 \u0635\u0641\u062D\u0629 \u0627\u0644\u0643\u0627\u0626\u0646
|
|
568
|
+
|
|
569
|
+
EASY_FILL_ENTER_FULL_SCREEN_TOOLTIP=\u062A\u0643\u0628\u064A\u0631 \u0644\u0648\u062D\u0629 \u0627\u0644\u062D\u0642\u0648\u0644 \u0627\u0644\u0645\u0645\u0644\u0648\u0621\u0629
|
|
570
|
+
|
|
571
|
+
EASY_FILL_EXIT_FULL_SCREEN_TOOLTIP=\u062A\u0635\u063A\u064A\u0631 \u0644\u0648\u062D\u0629 \u0627\u0644\u062D\u0642\u0648\u0644 \u0627\u0644\u0645\u0645\u0644\u0648\u0621\u0629
|
|
572
|
+
|
|
573
|
+
EASY_FILL_PREVIOUSLY_LABEL=\u0633\u0627\u0628\u0642\u064B\u0627\:
|
|
574
|
+
|
|
575
|
+
EASY_FILL_TABLE_MULTIPLE_NEW_ROWS_WARNING=\u064A\u0645\u0643\u0646 \u0625\u0636\u0627\u0641\u0629 \u0635\u0641 \u0648\u0627\u062D\u062F \u0641\u0642\u0637 \u0641\u064A \u0643\u0644 \u0645\u0631\u0629. \u0643\u0631\u0631 \u0627\u0644\u0637\u0644\u0628 \u0644\u0625\u0636\u0627\u0641\u0629 \u0635\u0641\u0648\u0641 \u0625\u0636\u0627\u0641\u064A\u0629.
|
|
576
|
+
|
|
577
|
+
EASY_FILL_TABLE_NEW_ROW_NOT_ALLOWED=\u0644\u0645 \u062A\u062A\u0645 \u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0635\u0641. \u0625\u0645\u0627 \u0623\u0646\u0647 \u0644\u0645 \u064A\u062A\u0645 \u062A\u0645\u0643\u064A\u0646 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0635\u0641\u060C \u0623\u0648 \u0625\u0646 \u0627\u0644\u0645\u0644\u0621 \u0627\u0644\u0633\u0647\u0644 \u0644\u0627 \u064A\u062F\u0639\u0645 \u0625\u0636\u0627\u0641\u0629 \u0635\u0641\u0648\u0641 \u0625\u0644\u0649 \u0647\u0630\u0627 \u0627\u0644\u062C\u062F\u0648\u0644.
|
|
@@ -500,11 +500,11 @@ RTA_CONTEXT_MENU_CONFIG=\u041A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u
|
|
|
500
500
|
|
|
501
501
|
EASY_FILL_TITLE=\u041B\u0435\u0441\u043D\u043E \u043F\u043E\u043F\u044A\u043B\u0432\u0430\u043D\u0435
|
|
502
502
|
|
|
503
|
-
EASY_FILL_FIRST_LABEL_TEXT=\u041C\u043E\u0436\u0435 \u0434\u0430 \u0438\u0437\u043F\u043E\u043B\u0437\u0432\u0430\u0442\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u044F\u0442\u0430 \u0437\u0430 \u043B\u0435\u0441\u043D\u043E \u043F\u043E\u043F\u044A\u043B\u0432\u0430\u043D\u0435, \u0437\u0430 \u0434\u0430 \u043F\u043E\u043F\u044A\u043B\u043D\u0438\u0442\u0435 \u043D\u044F\u043A\u043E\u043B\u043A\u043E \u043F\u043E\u043B\u0435\u0442\u0430 \u0435\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E.
|
|
503
|
+
EASY_FILL_FIRST_LABEL_TEXT=\u041C\u043E\u0436\u0435 \u0434\u0430 \u0438\u0437\u043F\u043E\u043B\u0437\u0432\u0430\u0442\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u044F\u0442\u0430 \u0437\u0430 \u043B\u0435\u0441\u043D\u043E \u043F\u043E\u043F\u044A\u043B\u0432\u0430\u043D\u0435, \u0437\u0430 \u0434\u0430 \u043F\u043E\u043F\u044A\u043B\u043D\u0438\u0442\u0435 \u043D\u044F\u043A\u043E\u043B\u043A\u043E \u043F\u043E\u043B\u0435\u0442\u0430 \u0435\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E, \u043A\u0430\u0442\u043E \u0438\u0437\u043F\u043E\u043B\u0437\u0432\u0430\u0442\u0435 \u0435\u0441\u0442\u0435\u0441\u0442\u0432\u0435\u043D \u0435\u0437\u0438\u043A.
|
|
504
504
|
|
|
505
|
-
EASY_FILL_SECOND_LABEL_TEXT=\
|
|
505
|
+
EASY_FILL_SECOND_LABEL_TEXT=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F, \u043A\u043E\u044F\u0442\u043E \u043F\u043E\u043C\u0430\u0433\u0430 \u043D\u0430 AI \u0434\u0430 \u043F\u043E\u043F\u044A\u043B\u043D\u0438 \u0441\u044A\u043E\u0442\u0432\u0435\u0442\u043D\u0438\u0442\u0435 \u043F\u043E\u043B\u0435\u0442\u0430. \u041C\u043E\u0436\u0435 \u0441\u044A\u0449\u043E \u0434\u0430 \u043A\u0430\u0447\u0438\u0442\u0435 \u0444\u0430\u0439\u043B, \u0441\u044A\u0434\u044A\u0440\u0436\u0430\u0449 \u0440\u0435\u043B\u0435\u0432\u0430\u043D\u0442\u043D\u0430\u0442\u0430 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F.
|
|
506
506
|
|
|
507
|
-
EASY_FILL_TEXTAREA_PLACEHOLDER=\
|
|
507
|
+
EASY_FILL_TEXTAREA_PLACEHOLDER=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0432\u0441\u044F\u043A\u0430 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F, \u043A\u043E\u044F\u0442\u043E \u043F\u043E\u043C\u0430\u0433\u0430 \u043D\u0430 AI \u0434\u0430 \u043F\u043E\u043F\u044A\u043B\u043D\u0438 \u0441\u044A\u043E\u0442\u0432\u0435\u0442\u043D\u0438\u0442\u0435 \u043F\u043E\u043B\u0435\u0442\u0430. \u0418\u043C\u0430\u0439\u0442\u0435 \u043F\u0440\u0435\u0434\u0432\u0438\u0434, \u0447\u0435 AI \u043C\u043E\u0436\u0435 \u0434\u0430 \u043F\u043E\u043C\u043E\u0433\u043D\u0435 \u0441\u0430\u043C\u043E \u0441 \u0432\u0438\u0434\u0438\u043C\u0438 \u043F\u043E\u043B\u0435\u0442\u0430 \u0438 \u0440\u0435\u0434\u043E\u0432\u0435.
|
|
508
508
|
|
|
509
509
|
EASY_FILL_ILLUSTRATION_TITLE_INITIAL=\u041D\u0435\u043A\u0430 \u043F\u043E\u043F\u044A\u043B\u043D\u0438\u043C \u043D\u044F\u043A\u043E\u0438 \u043F\u043E\u043B\u0435\u0442\u0430
|
|
510
510
|
|
|
@@ -520,21 +520,23 @@ EASY_FILL_ILLUSTRATION_DESCRIPTION_ERROR=\u0412\u044A\u0437\u043D\u0438\u043A\u0
|
|
|
520
520
|
|
|
521
521
|
EASY_FILL_CONFIRM=\u041F\u043E\u0442\u0432\u044A\u0440\u0436\u0434\u0430\u0432\u0430\u043D\u0435
|
|
522
522
|
|
|
523
|
-
AI_LINK_NOTICE_TITLE=\u0421\u044A\u0437\u0434\u0430\u0434\u0435\u043D\u043E \u0441 AI.
|
|
524
|
-
|
|
525
|
-
AI_WARNING_TEXT=\u041F\u0440\u043E\u0432\u0435\u0440\u0435\u0442\u0435 \u0440\u0435\u0437\u0443\u043B\u0442\u0430\u0442\u0438\u0442\u0435, \u043F\u0440\u0435\u0434\u0438 \u0434\u0430 \u0433\u0438 \u0438\u0437\u043F\u043E\u043B\u0437\u0432\u0430\u0442\u0435.
|
|
523
|
+
AI_LINK_NOTICE_TITLE=\u0421\u044A\u0437\u0434\u0430\u0434\u0435\u043D\u043E \u0441 AI. \u041F\u0440\u043E\u0432\u0435\u0440\u0435\u0442\u0435 \u0440\u0435\u0437\u0443\u043B\u0442\u0430\u0442\u0438\u0442\u0435 \u043F\u0440\u0435\u0434\u0438 \u0443\u043F\u043E\u0442\u0440\u0435\u0431\u0430.
|
|
526
524
|
|
|
527
525
|
EASY_FILL_FILLED_FIELDS=\u041F\u043E\u043F\u044A\u043B\u043D\u0435\u043D\u0438 \u043F\u043E\u043B\u0435\u0442\u0430
|
|
528
526
|
|
|
527
|
+
EASY_FILL_UNFILLED_FIELDS=\u041D\u0435\u043F\u043E\u043F\u044A\u043B\u043D\u0435\u043D\u0438 \u043F\u043E\u043B\u0435\u0442\u0430
|
|
528
|
+
|
|
529
529
|
EASY_FILL_UNABLE_FILL=\u041F\u043E\u043F\u044A\u043B\u0432\u0430\u043D\u0435\u0442\u043E \u0435 \u043D\u0435\u0432\u044A\u0437\u043C\u043E\u0436\u043D\u043E
|
|
530
530
|
|
|
531
531
|
EASY_FILL_WARNING_MESSAGE=\u041F\u043E\u043B\u0435\u0442\u0430\u0442\u0430 \u043D\u0435 \u0441\u0430 \u043F\u043E\u043F\u044A\u043B\u043D\u0435\u043D\u0438 \u0443\u0441\u043F\u0435\u0448\u043D\u043E, \u0442\u044A\u0439 \u043A\u0430\u0442\u043E \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440 \u0441\u0430 \u0441\u0430\u043C\u043E \u0437\u0430 \u0447\u0435\u0442\u0435\u043D\u0435 \u0438\u043B\u0438 \u0437\u0430\u0449\u043E\u0442\u043E \u043D\u044F\u043C\u0430\u0442\u0435 \u043E\u0442\u043E\u0440\u0438\u0437\u0430\u0446\u0438\u044F \u0434\u0430 \u0433\u0438 \u043F\u0440\u043E\u043C\u0435\u043D\u044F\u0442\u0435.
|
|
532
532
|
|
|
533
|
+
EASY_FILL_READ_ONLY_WARNING=\u041D\u044F\u043A\u043E\u0438 \u043F\u043E\u043B\u0435\u0442\u0430 \u043D\u0435 \u0431\u044F\u0445\u0430 \u043F\u043E\u043F\u044A\u043B\u043D\u0435\u043D\u0438. \u041C\u043E\u0436\u0435 \u0434\u0430 \u0433\u0438 \u0432\u0438\u0434\u0438\u0442\u0435 \u0432 \u0440\u0430\u0437\u0434\u0435\u043B\u0430 \u201E\u041D\u0435\u043F\u043E\u043F\u044A\u043B\u043D\u0435\u043D\u0438 \u043F\u043E\u043B\u0435\u0442\u0430\u201C.
|
|
534
|
+
|
|
533
535
|
EASY_FILL_PROPOSED_VALUES=\u041F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438 \u0441\u0442\u043E\u0439\u043D\u043E\u0441\u0442\u0438
|
|
534
536
|
|
|
535
537
|
EASY_FILL_PREVIOUS_VALUES=\u041F\u0440\u0435\u0434\u0438\u0448\u043D\u0438 \u0441\u0442\u043E\u0439\u043D\u043E\u0441\u0442\u0438
|
|
536
538
|
|
|
537
|
-
EASY_FILL_POPOVER_AI_TEXT_1=\
|
|
539
|
+
EASY_FILL_POPOVER_AI_TEXT_1=\u0421\u044A\u0434\u044A\u0440\u0436\u0430\u043D\u0438\u0435\u0442\u043E \u0435 \u0433\u0435\u043D\u0435\u0440\u0438\u0440\u0430\u043D\u043E \u0447\u0430\u0441\u0442\u0438\u0447\u043D\u043E \u0438\u043B\u0438 \u0438\u0437\u0446\u044F\u043B\u043E \u043E\u0442 AI.
|
|
538
540
|
|
|
539
541
|
EASY_FILL_POPOVER_AI_TEXT_2=\u0412 \u0441\u044A\u0434\u044A\u0440\u0436\u0430\u043D\u0438\u0435\u0442\u043E, \u0433\u0435\u043D\u0435\u0440\u0438\u0440\u0430\u043D\u043E \u043E\u0442 AI, \u043C\u043E\u0436\u0435 \u0434\u0430 \u0438\u043C\u0430 \u043D\u0435\u0442\u043E\u0447\u043D\u043E\u0441\u0442\u0438 \u043F\u043E\u0440\u0430\u0434\u0438 \u0438\u0437\u043F\u043E\u043B\u0437\u0432\u0430\u043D\u0435\u0442\u043E \u043D\u0430 \u043C\u043D\u043E\u0436\u0435\u0441\u0442\u0432\u043E \u0438\u0437\u0442\u043E\u0447\u043D\u0438\u0446\u0438 \u043D\u0430 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F. \u041F\u0440\u043E\u0432\u0435\u0440\u0435\u0442\u0435 \u0440\u0435\u0437\u0443\u043B\u0442\u0430\u0442\u0438\u0442\u0435 \u043F\u0440\u0435\u0434\u0438 \u0434\u0430 \u0433\u0438 \u0438\u0437\u043F\u043E\u043B\u0437\u0432\u0430\u0442\u0435.
|
|
540
542
|
|
|
@@ -542,7 +544,7 @@ EASY_FILL_POPOVER_AI_TITLE=\u0421\u044A\u0437\u0434\u0430\u0434\u0435\u043D\u043
|
|
|
542
544
|
|
|
543
545
|
EASYFILL_RESULT_FEEDBACK=\u041E\u0431\u0440\u0430\u0442\u043D\u0430\u0442\u0430 \u0432\u0440\u044A\u0437\u043A\u0430 \u0435 \u0438\u0437\u043F\u0440\u0430\u0442\u0435\u043D\u0430
|
|
544
546
|
|
|
545
|
-
EASYFILL_CLEAR_ALL=\u0418\u0437\
|
|
547
|
+
EASYFILL_CLEAR_ALL=\u0418\u0437\u0447\u0438\u0441\u0442\u0432\u0430\u043D\u0435 \u043D\u0430 \u0432\u0441\u0438\u0447\u043A\u043E
|
|
546
548
|
|
|
547
549
|
EASY_FILL_TABLE_UPDATES_INFO=\u041E\u0442\u043A\u0440\u0438\u0442\u0438 \u0441\u0430 \u0430\u043A\u0442\u0443\u0430\u043B\u0438\u0437\u0430\u0446\u0438\u0438 \u043D\u0430 \u0440\u0435\u0434\u043E\u0432\u0435\u0442\u0435 \u043D\u0430 \u0442\u0430\u0431\u043B\u0438\u0446\u0430\u0442\u0430 \u0438 \u0449\u0435 \u0431\u044A\u0434\u0430\u0442 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438, \u043A\u043E\u0433\u0430\u0442\u043E \u043F\u043E\u0442\u0432\u044A\u0440\u0434\u0438\u0442\u0435.
|
|
548
550
|
|
|
@@ -550,6 +552,8 @@ EASY_FILL_TABLE_VIEW_PREVIOUS=\u041D\u0430\u0437\u0430\u0434
|
|
|
550
552
|
|
|
551
553
|
EASY_FILL_TABLE_VIEW_NEW=\u041D\u043E\u0432\u043E
|
|
552
554
|
|
|
555
|
+
EASYFILL_TABLE_READONLY_TAG=\u041E\u0441\u0432\u0435\u0442\u0435\u043D\u0438\u0442\u0435 \u043F\u043E\u043B\u0435\u0442\u0430 \u043D\u0435 \u0441\u0430 \u043F\u043E\u043F\u044A\u043B\u043D\u0435\u043D\u0438
|
|
556
|
+
|
|
553
557
|
EASY_FILL_TABLE_ROW_LABEL=\u0420\u0435\u0434 {0}
|
|
554
558
|
|
|
555
559
|
EASY_FILL_TABLE_VALIDATION_MESSAGE=\u041D\u044F\u043A\u043E\u0438 \u0441\u0442\u043E\u0439\u043D\u043E\u0441\u0442\u0438 \u043E\u0442 \u0442\u0430\u0431\u043B\u0438\u0446\u0430\u0442\u0430 \u0441\u0430 \u043D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u0438 \u0437\u0430 \u043F\u043E\u043C\u043E\u0449\u0442\u0430 \u043F\u0440\u0438 \u0432\u044A\u0432\u0435\u0436\u0434\u0430\u043D\u0435 \u043D\u0430 \u0441\u0442\u043E\u0439\u043D\u043E\u0441\u0442\: {0}. \u0410\u043A\u0442\u0443\u0430\u043B\u0438\u0437\u0438\u0440\u0430\u0439\u0442\u0435 \u0437\u0430\u044F\u0432\u043A\u0430\u0442\u0430 \u0441\u0438 \u0438 \u043E\u043F\u0438\u0442\u0430\u0439\u0442\u0435 \u043E\u0442\u043D\u043E\u0432\u043E.
|
|
@@ -557,3 +561,17 @@ EASY_FILL_TABLE_VALIDATION_MESSAGE=\u041D\u044F\u043A\u043E\u0438 \u0441\u0442\u
|
|
|
557
561
|
EASY_FILL_TABLE_INVALID_CELL_SUFFIX=(\u043D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u043E)
|
|
558
562
|
|
|
559
563
|
EASY_FILL_SECTION_HEADER=\u0417\u0430\u0433\u043B\u0430\u0432\u043A\u0430
|
|
564
|
+
|
|
565
|
+
EASY_FILL_CONDENSED_VIEW_TOOLTIP=\u041F\u0440\u0435\u0432\u043A\u043B\u044E\u0447\u0432\u0430\u043D\u0435 \u043A\u044A\u043C \u0441\u0431\u0438\u0442 \u0444\u043E\u0440\u043C\u0430\u0442
|
|
566
|
+
|
|
567
|
+
EASY_FILL_DETAILED_VIEW_TOOLTIP=\u041F\u0440\u0435\u0432\u043A\u043B\u044E\u0447\u0432\u0430\u043D\u0435 \u043A\u044A\u043C \u0444\u043E\u0440\u043C\u0430\u0442 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u0437\u0430 \u043E\u0431\u0435\u043A\u0442
|
|
568
|
+
|
|
569
|
+
EASY_FILL_ENTER_FULL_SCREEN_TOOLTIP=\u041C\u0430\u043A\u0441\u0438\u043C\u0438\u0437\u0438\u0440\u0430\u043D\u0435 \u043D\u0430 \u043F\u0430\u043D\u0435\u043B\u0430 \u0437\u0430 \u043F\u043E\u043F\u044A\u043B\u043D\u0435\u043D\u0438 \u043F\u043E\u043B\u0435\u0442\u0430
|
|
570
|
+
|
|
571
|
+
EASY_FILL_EXIT_FULL_SCREEN_TOOLTIP=\u041C\u0438\u043D\u0438\u043C\u0438\u0437\u0438\u0440\u0430\u043D\u0435 \u043D\u0430 \u043F\u0430\u043D\u0435\u043B\u0430 \u0437\u0430 \u043F\u043E\u043F\u044A\u043B\u043D\u0435\u043D\u0438 \u043F\u043E\u043B\u0435\u0442\u0430
|
|
572
|
+
|
|
573
|
+
EASY_FILL_PREVIOUSLY_LABEL=\u041F\u0440\u0435\u0434\u0438\u0448\u043D\u0430 \u0441\u0442\u043E\u0439\u043D\u043E\u0441\u0442\:
|
|
574
|
+
|
|
575
|
+
EASY_FILL_TABLE_MULTIPLE_NEW_ROWS_WARNING=\u041C\u043E\u0436\u0435 \u0434\u0430 \u0441\u0435 \u0434\u043E\u0431\u0430\u0432\u044F \u0441\u0430\u043C\u043E \u043F\u043E \u0435\u0434\u0438\u043D \u0440\u0435\u0434 \u043D\u0430\u0432\u0435\u0434\u043D\u044A\u0436. \u041F\u043E\u0432\u0442\u043E\u0440\u0435\u0442\u0435 \u0437\u0430\u044F\u0432\u043A\u0430\u0442\u0430, \u0437\u0430 \u0434\u0430 \u0434\u043E\u0431\u0430\u0432\u0438\u0442\u0435 \u0434\u043E\u043F\u044A\u043B\u043D\u0438\u0442\u0435\u043B\u043D\u0438 \u0440\u0435\u0434\u043E\u0432\u0435.
|
|
576
|
+
|
|
577
|
+
EASY_FILL_TABLE_NEW_ROW_NOT_ALLOWED=\u0420\u0435\u0434\u044A\u0442 \u043D\u0435 \u0435 \u0434\u043E\u0431\u0430\u0432\u0435\u043D. \u0421\u044A\u0437\u0434\u0430\u0432\u0430\u043D\u0435\u0442\u043E \u043D\u0430 \u0440\u0435\u0434\u043E\u0432\u0435 \u043D\u0435 \u0435 \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u0430\u043D\u043E \u0438\u043B\u0438 \u043B\u0435\u0441\u043D\u043E\u0442\u043E \u043F\u043E\u043F\u044A\u043B\u0432\u0430\u043D\u0435 \u043D\u0435 \u043F\u043E\u0434\u0434\u044A\u0440\u0436\u0430 \u0434\u043E\u0431\u0430\u0432\u044F\u043D\u0435 \u043D\u0430 \u0440\u0435\u0434\u043E\u0432\u0435 \u043A\u044A\u043C \u0442\u0430\u0437\u0438 \u0442\u0430\u0431\u043B\u0438\u0446\u0430.
|