@sapui5/sap.suite.ui.commons 1.120.14 → 1.120.16
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 +28 -19
- 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
|
@@ -156,7 +156,6 @@ sap.ui.define([
|
|
|
156
156
|
var oCustomContent = node._getCurrentZoomLevelContent();
|
|
157
157
|
oRm.attr("id", sNodeId);
|
|
158
158
|
oRm.attr("tabindex", 0);
|
|
159
|
-
oRm.attr("role", "button");
|
|
160
159
|
oRm.attr("aria-description", this._oResBundle.getText("PF_ARIA_PROCESS_FLOW_NODE_DESC"));
|
|
161
160
|
var oAriaDefaultProperties = {};
|
|
162
161
|
oAriaDefaultProperties.label = node._getAriaText();
|
|
@@ -227,25 +226,25 @@ sap.ui.define([
|
|
|
227
226
|
oRm.openEnd();
|
|
228
227
|
|
|
229
228
|
//Reserves space width for start symbol.
|
|
230
|
-
oRm.openStart("th").
|
|
229
|
+
oRm.openStart("th").openEnd().close("th");
|
|
231
230
|
iLanePosition = 0;
|
|
232
231
|
while (iLanePosition < laneNumber - 1) {
|
|
233
232
|
//Reserves space width for other parts to be displayed.
|
|
234
|
-
oRm.openStart("th").
|
|
235
|
-
oRm.openStart("th").
|
|
236
|
-
oRm.openStart("th").
|
|
237
|
-
oRm.openStart("th").
|
|
238
|
-
oRm.openStart("th").
|
|
233
|
+
oRm.openStart("th").openEnd().close("th");
|
|
234
|
+
oRm.openStart("th").openEnd().close("th");
|
|
235
|
+
oRm.openStart("th").openEnd().close("th");
|
|
236
|
+
oRm.openStart("th").openEnd().close("th");
|
|
237
|
+
oRm.openStart("th").openEnd().close("th");
|
|
239
238
|
iLanePosition++;
|
|
240
239
|
}
|
|
241
240
|
|
|
242
241
|
//Space for the last node.
|
|
243
|
-
oRm.openStart("th").
|
|
244
|
-
oRm.openStart("th").
|
|
245
|
-
oRm.openStart("th").
|
|
242
|
+
oRm.openStart("th").openEnd().close("th");
|
|
243
|
+
oRm.openStart("th").openEnd().close("th");
|
|
244
|
+
oRm.openStart("th").openEnd().close("th");
|
|
246
245
|
|
|
247
246
|
//Reserves space width for end symbol.
|
|
248
|
-
oRm.openStart("th").
|
|
247
|
+
oRm.openStart("th").openEnd().close("th");
|
|
249
248
|
oRm.close("tr");
|
|
250
249
|
|
|
251
250
|
oRm.openStart("tr");
|
|
@@ -325,15 +324,19 @@ sap.ui.define([
|
|
|
325
324
|
if (iMatrixDim1 > 0) {
|
|
326
325
|
oRm.openStart("tr").openEnd();
|
|
327
326
|
oRm.openStart("td");
|
|
328
|
-
oRm.attr("
|
|
327
|
+
oRm.attr("aria-label", this._oResBundle.getText("PF_ARIA_PROCESS_FLOW_EMPTY_NODE_DESC"));
|
|
328
|
+
oRm.attr("colspan", (laneNumber * 5).toString());
|
|
329
329
|
oRm.openEnd();
|
|
330
|
+
oRm.openStart("div").attr("aria-label", " ").openEnd().close("div");
|
|
330
331
|
oRm.close("td");
|
|
331
332
|
oRm.close("tr");
|
|
332
333
|
}
|
|
333
334
|
i = 0;
|
|
334
335
|
while (i < iMatrixDim1) {
|
|
335
336
|
oRm.openStart("tr").openEnd();
|
|
336
|
-
oRm.openStart("td").attr("aria-
|
|
337
|
+
oRm.openStart("td").attr("aria-label", this._oResBundle.getText("PF_ARIA_PROCESS_FLOW_EMPTY_NODE_DESC")).openEnd();
|
|
338
|
+
oRm.openStart("div").attr("aria-label", " ").openEnd().close("div");
|
|
339
|
+
oRm.close("td");
|
|
337
340
|
|
|
338
341
|
iMatrixDim2 = calculatedMatrix[i].length;
|
|
339
342
|
j = 0;
|
|
@@ -341,10 +344,10 @@ sap.ui.define([
|
|
|
341
344
|
while (j < iMatrixDim2 - 1) {
|
|
342
345
|
oNode = calculatedMatrix[i][j];
|
|
343
346
|
var isTDTagOpen = true; //Indicates if td element tag is open.
|
|
344
|
-
|
|
347
|
+
var noColSpan;
|
|
345
348
|
if ((j == 0) || (j % 2)) {
|
|
346
349
|
oRm.openStart("td");
|
|
347
|
-
|
|
350
|
+
noColSpan = true;
|
|
348
351
|
} else {
|
|
349
352
|
oRm.openStart("td").attr("colspan", "4");
|
|
350
353
|
//Needed by Chrome (cr) in order to render the connections correctly on the
|
|
@@ -362,22 +365,28 @@ sap.ui.define([
|
|
|
362
365
|
row: i,
|
|
363
366
|
column: j
|
|
364
367
|
}, oControl, bSelectedOrHighlightedWasFound);
|
|
368
|
+
oRm.attr("aria-label", this._oResBundle.getText("PF_ARIA_PROCESS_FLOW_EMPTY_NODE_DESC"));
|
|
365
369
|
isTDTagOpen = ProcessFlowRenderer._renderConnection(oRm, oControl, oNode, isTDTagOpen);
|
|
366
370
|
}
|
|
367
371
|
}
|
|
368
372
|
else if (noColSpan) {
|
|
369
|
-
|
|
370
|
-
|
|
373
|
+
oRm.attr("aria-label", this._oResBundle.getText("PF_ARIA_PROCESS_FLOW_EMPTY_NODE_DESC"));
|
|
374
|
+
}
|
|
371
375
|
if (isTDTagOpen) {
|
|
372
376
|
oRm.openEnd();
|
|
377
|
+
oRm.openStart("div").attr("aria-label", " ").openEnd().close("div");
|
|
373
378
|
}
|
|
374
379
|
oRm.close("td");
|
|
375
380
|
j++;
|
|
376
381
|
}
|
|
377
382
|
|
|
378
383
|
//The last space after a node + space under the end symbol.
|
|
379
|
-
oRm.openStart("td").attr("aria-
|
|
380
|
-
oRm.openStart("
|
|
384
|
+
oRm.openStart("td").attr("aria-label", this._oResBundle.getText("PF_ARIA_PROCESS_FLOW_EMPTY_NODE_DESC")).openEnd();
|
|
385
|
+
oRm.openStart("div").attr("aria-label", " ").openEnd().close("div");
|
|
386
|
+
oRm.close("td");
|
|
387
|
+
oRm.openStart("td").attr("aria-label", this._oResBundle.getText("PF_ARIA_PROCESS_FLOW_EMPTY_NODE_DESC")).openEnd();
|
|
388
|
+
oRm.openStart("div").attr("aria-label", " ").openEnd().close("div");
|
|
389
|
+
oRm.close("td");
|
|
381
390
|
oRm.close("tr");
|
|
382
391
|
i++;
|
|
383
392
|
}
|
|
@@ -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
|