@sapui5/sap.suite.ui.commons 1.130.7 → 1.130.8
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 +14 -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/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
|
@@ -228,25 +228,25 @@ sap.ui.define([
|
|
|
228
228
|
oRm.openEnd();
|
|
229
229
|
|
|
230
230
|
//Reserves space width for start symbol.
|
|
231
|
-
oRm.openStart("th").
|
|
231
|
+
oRm.openStart("th").openEnd().close("th");
|
|
232
232
|
iLanePosition = 0;
|
|
233
233
|
while (iLanePosition < laneNumber - 1) {
|
|
234
234
|
//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").
|
|
235
|
+
oRm.openStart("th").openEnd().close("th");
|
|
236
|
+
oRm.openStart("th").openEnd().close("th");
|
|
237
|
+
oRm.openStart("th").openEnd().close("th");
|
|
238
|
+
oRm.openStart("th").openEnd().close("th");
|
|
239
|
+
oRm.openStart("th").openEnd().close("th");
|
|
240
240
|
iLanePosition++;
|
|
241
241
|
}
|
|
242
242
|
|
|
243
243
|
//Space for the last node.
|
|
244
|
-
oRm.openStart("th").
|
|
245
|
-
oRm.openStart("th").
|
|
246
|
-
oRm.openStart("th").
|
|
244
|
+
oRm.openStart("th").openEnd().close("th");
|
|
245
|
+
oRm.openStart("th").openEnd().close("th");
|
|
246
|
+
oRm.openStart("th").openEnd().close("th");
|
|
247
247
|
|
|
248
248
|
//Reserves space width for end symbol.
|
|
249
|
-
oRm.openStart("th").
|
|
249
|
+
oRm.openStart("th").openEnd().close("th");
|
|
250
250
|
oRm.close("tr");
|
|
251
251
|
|
|
252
252
|
oRm.openStart("tr");
|
|
@@ -326,7 +326,7 @@ sap.ui.define([
|
|
|
326
326
|
if (iMatrixDim1 > 0) {
|
|
327
327
|
oRm.openStart("tr").openEnd();
|
|
328
328
|
oRm.openStart("td");
|
|
329
|
-
oRm.attr("colspan", (laneNumber * 5).toString())
|
|
329
|
+
oRm.attr("colspan", (laneNumber * 5).toString());
|
|
330
330
|
oRm.openEnd();
|
|
331
331
|
oRm.close("td");
|
|
332
332
|
oRm.close("tr");
|
|
@@ -334,7 +334,7 @@ sap.ui.define([
|
|
|
334
334
|
i = 0;
|
|
335
335
|
while (i < iMatrixDim1) {
|
|
336
336
|
oRm.openStart("tr").openEnd();
|
|
337
|
-
oRm.openStart("td").
|
|
337
|
+
oRm.openStart("td").openEnd().close("td");
|
|
338
338
|
|
|
339
339
|
iMatrixDim2 = calculatedMatrix[i].length;
|
|
340
340
|
j = 0;
|
|
@@ -342,10 +342,8 @@ sap.ui.define([
|
|
|
342
342
|
while (j < iMatrixDim2 - 1) {
|
|
343
343
|
oNode = calculatedMatrix[i][j];
|
|
344
344
|
var isTDTagOpen = true; //Indicates if td element tag is open.
|
|
345
|
-
var noColSpan;
|
|
346
345
|
if ((j == 0) || (j % 2)) {
|
|
347
346
|
oRm.openStart("td");
|
|
348
|
-
noColSpan = true;
|
|
349
347
|
} else {
|
|
350
348
|
oRm.openStart("td").attr("colspan", "4");
|
|
351
349
|
//Needed by Chrome (cr) in order to render the connections correctly on the
|
|
@@ -366,9 +364,6 @@ sap.ui.define([
|
|
|
366
364
|
isTDTagOpen = ProcessFlowRenderer._renderConnection(oRm, oControl, oNode, isTDTagOpen);
|
|
367
365
|
}
|
|
368
366
|
}
|
|
369
|
-
else if (noColSpan) {
|
|
370
|
-
oRm.attr("aria-hidden", "true");
|
|
371
|
-
}
|
|
372
367
|
if (isTDTagOpen) {
|
|
373
368
|
oRm.openEnd();
|
|
374
369
|
}
|
|
@@ -377,8 +372,8 @@ sap.ui.define([
|
|
|
377
372
|
}
|
|
378
373
|
|
|
379
374
|
//The last space after a node + space under the end symbol.
|
|
380
|
-
oRm.openStart("td").
|
|
381
|
-
oRm.openStart("td").
|
|
375
|
+
oRm.openStart("td").openEnd().close("td");
|
|
376
|
+
oRm.openStart("td").openEnd().close("td");
|
|
382
377
|
oRm.close("tr");
|
|
383
378
|
i++;
|
|
384
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.8",
|
|
191
191
|
extensions: {
|
|
192
192
|
flChangeHandlers: {
|
|
193
193
|
"sap.suite.ui.commons.Timeline": "sap/suite/ui/commons/flexibility/Timeline"
|