@sapui5/sap.suite.ui.commons 1.130.4 → 1.130.6
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 +19 -14
- 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/networkgraph/Graph.js +1 -0
- 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
|
@@ -223,25 +223,25 @@ sap.ui.define([
|
|
|
223
223
|
oRm.openEnd();
|
|
224
224
|
|
|
225
225
|
//Reserves space width for start symbol.
|
|
226
|
-
oRm.openStart("th").openEnd().close("th");
|
|
226
|
+
oRm.openStart("th").attr("aria-hidden", "true").openEnd().close("th");
|
|
227
227
|
iLanePosition = 0;
|
|
228
228
|
while (iLanePosition < laneNumber - 1) {
|
|
229
229
|
//Reserves space width for other parts to be displayed.
|
|
230
|
-
oRm.openStart("th").openEnd().close("th");
|
|
231
|
-
oRm.openStart("th").openEnd().close("th");
|
|
232
|
-
oRm.openStart("th").openEnd().close("th");
|
|
233
|
-
oRm.openStart("th").openEnd().close("th");
|
|
234
|
-
oRm.openStart("th").openEnd().close("th");
|
|
230
|
+
oRm.openStart("th").attr("aria-hidden", "true").openEnd().close("th");
|
|
231
|
+
oRm.openStart("th").attr("aria-hidden", "true").openEnd().close("th");
|
|
232
|
+
oRm.openStart("th").attr("aria-hidden", "true").openEnd().close("th");
|
|
233
|
+
oRm.openStart("th").attr("aria-hidden", "true").openEnd().close("th");
|
|
234
|
+
oRm.openStart("th").attr("aria-hidden", "true").openEnd().close("th");
|
|
235
235
|
iLanePosition++;
|
|
236
236
|
}
|
|
237
237
|
|
|
238
238
|
//Space for the last node.
|
|
239
|
-
oRm.openStart("th").openEnd().close("th");
|
|
240
|
-
oRm.openStart("th").openEnd().close("th");
|
|
241
|
-
oRm.openStart("th").openEnd().close("th");
|
|
239
|
+
oRm.openStart("th").attr("aria-hidden", "true").openEnd().close("th");
|
|
240
|
+
oRm.openStart("th").attr("aria-hidden", "true").openEnd().close("th");
|
|
241
|
+
oRm.openStart("th").attr("aria-hidden", "true").openEnd().close("th");
|
|
242
242
|
|
|
243
243
|
//Reserves space width for end symbol.
|
|
244
|
-
oRm.openStart("th").openEnd().close("th");
|
|
244
|
+
oRm.openStart("th").attr("aria-hidden", "true").openEnd().close("th");
|
|
245
245
|
oRm.close("tr");
|
|
246
246
|
|
|
247
247
|
oRm.openStart("tr");
|
|
@@ -321,7 +321,7 @@ sap.ui.define([
|
|
|
321
321
|
if (iMatrixDim1 > 0) {
|
|
322
322
|
oRm.openStart("tr").openEnd();
|
|
323
323
|
oRm.openStart("td");
|
|
324
|
-
oRm.attr("colspan", (laneNumber * 5).toString());
|
|
324
|
+
oRm.attr("colspan", (laneNumber * 5).toString()).attr("aria-hidden", "true");
|
|
325
325
|
oRm.openEnd();
|
|
326
326
|
oRm.close("td");
|
|
327
327
|
oRm.close("tr");
|
|
@@ -329,7 +329,7 @@ sap.ui.define([
|
|
|
329
329
|
i = 0;
|
|
330
330
|
while (i < iMatrixDim1) {
|
|
331
331
|
oRm.openStart("tr").openEnd();
|
|
332
|
-
oRm.openStart("td").openEnd().close("td");
|
|
332
|
+
oRm.openStart("td").attr("aria-hidden", "true").openEnd().close("td");
|
|
333
333
|
|
|
334
334
|
iMatrixDim2 = calculatedMatrix[i].length;
|
|
335
335
|
j = 0;
|
|
@@ -337,8 +337,10 @@ sap.ui.define([
|
|
|
337
337
|
while (j < iMatrixDim2 - 1) {
|
|
338
338
|
oNode = calculatedMatrix[i][j];
|
|
339
339
|
var isTDTagOpen = true; //Indicates if td element tag is open.
|
|
340
|
+
var noColSpan;
|
|
340
341
|
if ((j == 0) || (j % 2)) {
|
|
341
342
|
oRm.openStart("td");
|
|
343
|
+
noColSpan = true;
|
|
342
344
|
} else {
|
|
343
345
|
oRm.openStart("td").attr("colspan", "4");
|
|
344
346
|
//Needed by Chrome (cr) in order to render the connections correctly on the
|
|
@@ -359,6 +361,9 @@ sap.ui.define([
|
|
|
359
361
|
isTDTagOpen = ProcessFlowRenderer._renderConnection(oRm, oControl, oNode, isTDTagOpen);
|
|
360
362
|
}
|
|
361
363
|
}
|
|
364
|
+
else if (noColSpan) {
|
|
365
|
+
oRm.attr("aria-hidden", "true");
|
|
366
|
+
}
|
|
362
367
|
if (isTDTagOpen) {
|
|
363
368
|
oRm.openEnd();
|
|
364
369
|
}
|
|
@@ -367,8 +372,8 @@ sap.ui.define([
|
|
|
367
372
|
}
|
|
368
373
|
|
|
369
374
|
//The last space after a node + space under the end symbol.
|
|
370
|
-
oRm.openStart("td").openEnd().close("td");
|
|
371
|
-
oRm.openStart("td").openEnd().close("td");
|
|
375
|
+
oRm.openStart("td").attr("aria-hidden", "true").openEnd().close("td");
|
|
376
|
+
oRm.openStart("td").attr("aria-hidden", "true").openEnd().close("td");
|
|
372
377
|
oRm.close("tr");
|
|
373
378
|
i++;
|
|
374
379
|
}
|
|
@@ -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.6",
|
|
191
191
|
extensions: {
|
|
192
192
|
flChangeHandlers: {
|
|
193
193
|
"sap.suite.ui.commons.Timeline": "sap/suite/ui/commons/flexibility/Timeline"
|