@sapui5/sap.suite.ui.commons 1.130.7 → 1.130.9
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/commons/.library +1 -1
- package/src/sap/suite/ui/commons/AriaProperties.js +1 -1
- package/src/sap/suite/ui/commons/CalculationBuilder.js +1 -1
- package/src/sap/suite/ui/commons/CalculationBuilderExpression.js +1 -1
- package/src/sap/suite/ui/commons/CalculationBuilderFunction.js +1 -1
- package/src/sap/suite/ui/commons/CalculationBuilderGroup.js +1 -1
- package/src/sap/suite/ui/commons/CalculationBuilderItem.js +1 -1
- package/src/sap/suite/ui/commons/CalculationBuilderValidationResult.js +1 -1
- package/src/sap/suite/ui/commons/CalculationBuilderVariable.js +1 -1
- package/src/sap/suite/ui/commons/CloudFilePicker.js +1 -1
- package/src/sap/suite/ui/commons/MicroProcessFlow.js +1 -1
- package/src/sap/suite/ui/commons/MicroProcessFlowItem.js +1 -1
- package/src/sap/suite/ui/commons/ProcessFlowRenderer.js +35 -20
- package/src/sap/suite/ui/commons/flexibility/changeHandler/PropertyChangeMapper.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/CropCustomShapeHistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/CropEllipseHistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/CropRectangleHistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/CustomSizeItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/FilterHistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/FlipHistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/HistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/ImageEditor.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/ImageEditorContainer.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/ImageEditorResponsiveContainer.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/ResizeHistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/RotateHistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/library.js +1 -1
- package/src/sap/suite/ui/commons/messagebundle.properties +3 -1
- package/src/sap/suite/ui/commons/statusindicator/Circle.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/CustomShape.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/DiscreteThreshold.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/FillingOption.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/LibraryShape.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/Path.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/PropertyThreshold.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/Rectangle.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/Shape.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/ShapeGroup.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/SimpleShape.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/StatusIndicator.js +1 -1
- package/src/sap/suite/ui/commons/taccount/TAccount.js +1 -1
- package/src/sap/suite/ui/commons/taccount/TAccountGroup.js +1 -1
- package/src/sap/suite/ui/commons/taccount/TAccountItem.js +1 -1
- package/src/sap/suite/ui/commons/taccount/TAccountItemProperty.js +1 -1
- package/src/sap/suite/ui/commons/taccount/TAccountPanel.js +1 -1
package/package.json
CHANGED
|
@@ -157,7 +157,6 @@ sap.ui.define([
|
|
|
157
157
|
var oCustomContent = node._getCurrentZoomLevelContent();
|
|
158
158
|
oRm.attr("id", sNodeId);
|
|
159
159
|
oRm.attr("tabindex", 0);
|
|
160
|
-
oRm.attr("role", "button");
|
|
161
160
|
oRm.attr("aria-description", this._oResBundle.getText("PF_ARIA_PROCESS_FLOW_NODE_DESC"));
|
|
162
161
|
var oAriaDefaultProperties = {};
|
|
163
162
|
oAriaDefaultProperties.label = node._getAriaText();
|
|
@@ -191,6 +190,9 @@ sap.ui.define([
|
|
|
191
190
|
oRm.attr("tabindex", 0);
|
|
192
191
|
}
|
|
193
192
|
oRm.openEnd();
|
|
193
|
+
oRm.openStart("span").class("sapUiPseudoInvisibleText").openEnd();
|
|
194
|
+
oRm.text(this._oResBundle.getText("PF_ARIA_PROCESS_FLOW_EMPTY_NODE_DESC"));
|
|
195
|
+
oRm.close("span");
|
|
194
196
|
isTDTagOpen = false;
|
|
195
197
|
}
|
|
196
198
|
connection.setZoomLevel(oControl.getZoomLevel());
|
|
@@ -228,25 +230,25 @@ sap.ui.define([
|
|
|
228
230
|
oRm.openEnd();
|
|
229
231
|
|
|
230
232
|
//Reserves space width for start symbol.
|
|
231
|
-
oRm.openStart("th").
|
|
233
|
+
oRm.openStart("th").openEnd().close("th");
|
|
232
234
|
iLanePosition = 0;
|
|
233
235
|
while (iLanePosition < laneNumber - 1) {
|
|
234
236
|
//Reserves space width for other parts to be displayed.
|
|
235
|
-
oRm.openStart("th").
|
|
236
|
-
oRm.openStart("th").
|
|
237
|
-
oRm.openStart("th").
|
|
238
|
-
oRm.openStart("th").
|
|
239
|
-
oRm.openStart("th").
|
|
237
|
+
oRm.openStart("th").openEnd().close("th");
|
|
238
|
+
oRm.openStart("th").openEnd().close("th");
|
|
239
|
+
oRm.openStart("th").openEnd().close("th");
|
|
240
|
+
oRm.openStart("th").openEnd().close("th");
|
|
241
|
+
oRm.openStart("th").openEnd().close("th");
|
|
240
242
|
iLanePosition++;
|
|
241
243
|
}
|
|
242
244
|
|
|
243
245
|
//Space for the last node.
|
|
244
|
-
oRm.openStart("th").
|
|
245
|
-
oRm.openStart("th").
|
|
246
|
-
oRm.openStart("th").
|
|
246
|
+
oRm.openStart("th").openEnd().close("th");
|
|
247
|
+
oRm.openStart("th").openEnd().close("th");
|
|
248
|
+
oRm.openStart("th").openEnd().close("th");
|
|
247
249
|
|
|
248
250
|
//Reserves space width for end symbol.
|
|
249
|
-
oRm.openStart("th").
|
|
251
|
+
oRm.openStart("th").openEnd().close("th");
|
|
250
252
|
oRm.close("tr");
|
|
251
253
|
|
|
252
254
|
oRm.openStart("tr");
|
|
@@ -326,15 +328,22 @@ sap.ui.define([
|
|
|
326
328
|
if (iMatrixDim1 > 0) {
|
|
327
329
|
oRm.openStart("tr").openEnd();
|
|
328
330
|
oRm.openStart("td");
|
|
329
|
-
oRm.attr("colspan", (laneNumber * 5).toString())
|
|
331
|
+
oRm.attr("colspan", (laneNumber * 5).toString());
|
|
330
332
|
oRm.openEnd();
|
|
333
|
+
oRm.openStart("span").class("sapUiPseudoInvisibleText").openEnd();
|
|
334
|
+
oRm.text(this._oResBundle.getText("PF_ARIA_PROCESS_FLOW_EMPTY_NODE_DESC"));
|
|
335
|
+
oRm.close("span");
|
|
331
336
|
oRm.close("td");
|
|
332
337
|
oRm.close("tr");
|
|
333
338
|
}
|
|
334
339
|
i = 0;
|
|
335
340
|
while (i < iMatrixDim1) {
|
|
336
341
|
oRm.openStart("tr").openEnd();
|
|
337
|
-
oRm.openStart("td").
|
|
342
|
+
oRm.openStart("td").openEnd();
|
|
343
|
+
oRm.openStart("span").class("sapUiPseudoInvisibleText").openEnd();
|
|
344
|
+
oRm.text(this._oResBundle.getText("PF_ARIA_PROCESS_FLOW_EMPTY_NODE_DESC"));
|
|
345
|
+
oRm.close("span");
|
|
346
|
+
oRm.close("td");
|
|
338
347
|
|
|
339
348
|
iMatrixDim2 = calculatedMatrix[i].length;
|
|
340
349
|
j = 0;
|
|
@@ -342,10 +351,8 @@ sap.ui.define([
|
|
|
342
351
|
while (j < iMatrixDim2 - 1) {
|
|
343
352
|
oNode = calculatedMatrix[i][j];
|
|
344
353
|
var isTDTagOpen = true; //Indicates if td element tag is open.
|
|
345
|
-
var noColSpan;
|
|
346
354
|
if ((j == 0) || (j % 2)) {
|
|
347
355
|
oRm.openStart("td");
|
|
348
|
-
noColSpan = true;
|
|
349
356
|
} else {
|
|
350
357
|
oRm.openStart("td").attr("colspan", "4");
|
|
351
358
|
//Needed by Chrome (cr) in order to render the connections correctly on the
|
|
@@ -366,19 +373,27 @@ sap.ui.define([
|
|
|
366
373
|
isTDTagOpen = ProcessFlowRenderer._renderConnection(oRm, oControl, oNode, isTDTagOpen);
|
|
367
374
|
}
|
|
368
375
|
}
|
|
369
|
-
else if (noColSpan) {
|
|
370
|
-
oRm.attr("aria-hidden", "true");
|
|
371
|
-
}
|
|
372
376
|
if (isTDTagOpen) {
|
|
373
377
|
oRm.openEnd();
|
|
378
|
+
oRm.openStart("span").class("sapUiPseudoInvisibleText").openEnd();
|
|
379
|
+
oRm.text(this._oResBundle.getText("PF_ARIA_PROCESS_FLOW_EMPTY_NODE_DESC"));
|
|
380
|
+
oRm.close("span");
|
|
374
381
|
}
|
|
375
382
|
oRm.close("td");
|
|
376
383
|
j++;
|
|
377
384
|
}
|
|
378
385
|
|
|
379
386
|
//The last space after a node + space under the end symbol.
|
|
380
|
-
oRm.openStart("td").
|
|
381
|
-
oRm.openStart("
|
|
387
|
+
oRm.openStart("td").openEnd();
|
|
388
|
+
oRm.openStart("span").class("sapUiPseudoInvisibleText").openEnd();
|
|
389
|
+
oRm.text(this._oResBundle.getText("PF_ARIA_PROCESS_FLOW_EMPTY_NODE_DESC"));
|
|
390
|
+
oRm.close("span");
|
|
391
|
+
oRm.close("td");
|
|
392
|
+
oRm.openStart("td").openEnd();
|
|
393
|
+
oRm.openStart("span").class("sapUiPseudoInvisibleText").openEnd();
|
|
394
|
+
oRm.text(this._oResBundle.getText("PF_ARIA_PROCESS_FLOW_EMPTY_NODE_DESC"));
|
|
395
|
+
oRm.close("span");
|
|
396
|
+
oRm.close("td");
|
|
382
397
|
oRm.close("tr");
|
|
383
398
|
i++;
|
|
384
399
|
}
|
|
@@ -187,7 +187,7 @@ sap.ui.define([
|
|
|
187
187
|
"sap.suite.ui.commons.TargetFilterMeasureColumn",
|
|
188
188
|
"sap.suite.ui.commons.AriaProperties"
|
|
189
189
|
],
|
|
190
|
-
version: "1.130.
|
|
190
|
+
version: "1.130.9",
|
|
191
191
|
extensions: {
|
|
192
192
|
flChangeHandlers: {
|
|
193
193
|
"sap.suite.ui.commons.Timeline": "sap/suite/ui/commons/flexibility/Timeline"
|
|
@@ -336,7 +336,7 @@ PF_ARIA_SYMBOL_LANE_END=lane end
|
|
|
336
336
|
#XACT: Text for ProcessFlow Lane Header Process Symbol
|
|
337
337
|
PF_ARIA_SYMBOL_LANE_PROCESS=lane separator
|
|
338
338
|
#XACT: Text for Aria value of ProcessFlowNode
|
|
339
|
-
PF_ARIA_NODE=Node {0}, State {1} {2}, Header {3}, {4} Number of parents {5}, Number of children {6}{7}
|
|
339
|
+
PF_ARIA_NODE= Button, Node {0}, State {1} {2}, Header {3}, {4} Number of parents {5}, Number of children {6}{7}
|
|
340
340
|
#XACT: Text for end of connection in Aria value
|
|
341
341
|
PF_CONNECTION_ENDS=ends
|
|
342
342
|
#XACT: Text for horizontal line in Aria value
|
|
@@ -349,6 +349,8 @@ PF_CONNECTION_BRANCH=branch
|
|
|
349
349
|
PF_VALUE_UNDEFINED=Undefined
|
|
350
350
|
#XACT: Text for node description in processflow
|
|
351
351
|
PF_ARIA_PROCESS_FLOW_NODE_DESC=Use arrow keys to navigate between the Process Flow Nodes
|
|
352
|
+
#XACT: Text for empty cells description in processflow
|
|
353
|
+
PF_ARIA_PROCESS_FLOW_EMPTY_NODE_DESC = Empty cell used for visual spacing in process flow, no content
|
|
352
354
|
#XACT: Text for status for header lane
|
|
353
355
|
PF_ARIA_STATUS=the status is
|
|
354
356
|
#XACT: Text for positive status value for header lane
|