@sapui5/sap.suite.ui.commons 1.136.11 → 1.136.13
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/TimelineRenderManager.js +8 -4
- 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 +100 -3
- package/src/sap/suite/ui/commons/messagebundle.properties +73 -12
- package/src/sap/suite/ui/commons/messagebundle_ar.properties +1 -1
- package/src/sap/suite/ui/commons/messagebundle_en_US_saprigi.properties +39 -5
- package/src/sap/suite/ui/commons/messagebundle_fr_CA.properties +1 -1
- package/src/sap/suite/ui/commons/messagebundle_hu.properties +1 -1
- package/src/sap/suite/ui/commons/messagebundle_id.properties +2 -2
- package/src/sap/suite/ui/commons/messagebundle_it.properties +1 -1
- package/src/sap/suite/ui/commons/messagebundle_pt.properties +1 -1
- package/src/sap/suite/ui/commons/messagebundle_ru.properties +1 -1
- package/src/sap/suite/ui/commons/networkgraph/ElementBase.js +19 -1
- package/src/sap/suite/ui/commons/networkgraph/Graph.js +590 -48
- package/src/sap/suite/ui/commons/networkgraph/GraphMap.js +25 -3
- package/src/sap/suite/ui/commons/networkgraph/GraphRenderer.js +19 -8
- package/src/sap/suite/ui/commons/networkgraph/KeyboardNavigator.js +367 -12
- package/src/sap/suite/ui/commons/networkgraph/Line.js +814 -22
- package/src/sap/suite/ui/commons/networkgraph/Node.js +573 -79
- package/src/sap/suite/ui/commons/networkgraph/Tooltip.js +4 -0
- package/src/sap/suite/ui/commons/networkgraph/Utils.js +249 -10
- package/src/sap/suite/ui/commons/networkgraph/layout/NoopLayout.js +77 -7
- package/src/sap/suite/ui/commons/networkgraph/util/ConnectionPathUtils.js +1174 -0
- package/src/sap/suite/ui/commons/networkgraph/util/CreateConnectionPopover.js +374 -0
- package/src/sap/suite/ui/commons/networkgraph/util/DependencyLayoutHelper.js +1017 -0
- package/src/sap/suite/ui/commons/networkgraph/util/DragDropManager.js +721 -0
- package/src/sap/suite/ui/commons/networkgraph/util/PortManager.js +582 -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/src/sap/suite/ui/commons/themes/base/NetworkGraph.less +26 -13
- package/src/sap/suite/ui/commons/themes/base/NetworkGroup.less +4 -0
- package/src/sap/suite/ui/commons/themes/base/NetworkLine.less +58 -13
- package/src/sap/suite/ui/commons/themes/base/NetworkNode.less +251 -47
- package/src/sap/suite/ui/commons/themes/base/SemanticColorMixins.less +55 -0
package/package.json
CHANGED
|
@@ -217,7 +217,7 @@ sap.ui.define([
|
|
|
217
217
|
return sName + "-" + (this._bRtlMode ? "right" : "left");
|
|
218
218
|
}.bind(this),
|
|
219
219
|
// icon in middle line for corresponding timeline item
|
|
220
|
-
$icon = jQuery(
|
|
220
|
+
$icon = jQuery(document.getElementById(oItem.id + "-line")),
|
|
221
221
|
// left (right for RTL) for timeline icon
|
|
222
222
|
iDistance = this._bRtlMode ? fnRight($icon) : $icon.position().left,
|
|
223
223
|
// distance between left icon pos and start of timeline item
|
|
@@ -230,9 +230,13 @@ sap.ui.define([
|
|
|
230
230
|
iMargin = iDistance - OFFSET - iLineMargin;
|
|
231
231
|
} else {
|
|
232
232
|
$prev = $item.prevAll(".sapSuiteUiCommonsTimelineItemLiWrapperV:visible:first");
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
233
|
+
if ($prev.length > 0) {
|
|
234
|
+
// otherwise count margin as previsous item left + width minus from group header left position + OFFSET
|
|
235
|
+
iPrevPos = this._bRtlMode ? fnRight($prev) : ($prev.position().left + _getConvertedAttribute($prev, fnCreateAttribute("margin")));
|
|
236
|
+
iMargin = (iDistance - OFFSET) - (iPrevPos + $prev.outerWidth());
|
|
237
|
+
} else {
|
|
238
|
+
iMargin = iDistance - OFFSET - iLineMargin;
|
|
239
|
+
}
|
|
236
240
|
}
|
|
237
241
|
$item.css(fnCreateAttribute("margin"), iMargin + "px");
|
|
238
242
|
}.bind(this));
|
|
@@ -58,6 +58,7 @@ sap.ui.define([
|
|
|
58
58
|
"sap.suite.ui.commons.MicroProcessFlowRenderType",
|
|
59
59
|
"sap.suite.ui.commons.networkgraph.ActionButtonPosition",
|
|
60
60
|
"sap.suite.ui.commons.networkgraph.BackgroundColor",
|
|
61
|
+
"sap.suite.ui.commons.networkgraph.ComponentArrangement",
|
|
61
62
|
"sap.suite.ui.commons.networkgraph.ElementStatus",
|
|
62
63
|
"sap.suite.ui.commons.networkgraph.LayoutRenderType",
|
|
63
64
|
"sap.suite.ui.commons.networkgraph.LineArrowOrientation",
|
|
@@ -95,7 +96,9 @@ sap.ui.define([
|
|
|
95
96
|
"sap.suite.ui.commons.ImageEditorContainerButton",
|
|
96
97
|
"sap.suite.ui.commons.FilePickerModes",
|
|
97
98
|
"sap.suite.ui.commons.FilePickerType",
|
|
98
|
-
"sap.suite.ui.commons.SelectionModes"
|
|
99
|
+
"sap.suite.ui.commons.SelectionModes",
|
|
100
|
+
"sap.suite.ui.commons.networkgraph.NodePorts",
|
|
101
|
+
"sap.suite.ui.commons.networkgraph.ConnectionType"
|
|
99
102
|
],
|
|
100
103
|
interfaces: [],
|
|
101
104
|
controls: [
|
|
@@ -195,7 +198,7 @@ sap.ui.define([
|
|
|
195
198
|
"sap.suite.ui.commons.TargetFilterMeasureColumn",
|
|
196
199
|
"sap.suite.ui.commons.AriaProperties"
|
|
197
200
|
],
|
|
198
|
-
version: "1.136.
|
|
201
|
+
version: "1.136.13",
|
|
199
202
|
extensions: {
|
|
200
203
|
flChangeHandlers: {
|
|
201
204
|
"sap.suite.ui.commons.Timeline": "sap/suite/ui/commons/flexibility/Timeline"
|
|
@@ -1204,6 +1207,71 @@ sap.ui.define([
|
|
|
1204
1207
|
|
|
1205
1208
|
DataType.registerEnum("sap.suite.ui.commons.networkgraph.LineType", oSuiteCommonsLib.networkgraph.LineType);
|
|
1206
1209
|
|
|
1210
|
+
/**
|
|
1211
|
+
* Types of connection between source and target nodes in a network graph.
|
|
1212
|
+
* This setting is ignored if layout property is not set to noop.
|
|
1213
|
+
*
|
|
1214
|
+
* @enum {string}
|
|
1215
|
+
* @experimental Since 1.144 . This enumeration is experimental and might be modified or removed in future versions.
|
|
1216
|
+
*/
|
|
1217
|
+
oSuiteCommonsLib.networkgraph.ConnectionType = {
|
|
1218
|
+
|
|
1219
|
+
/**
|
|
1220
|
+
* Connection from the left side of a source node to the left side of a target node.
|
|
1221
|
+
*/
|
|
1222
|
+
LeftToLeft: "LeftToLeft",
|
|
1223
|
+
|
|
1224
|
+
/**
|
|
1225
|
+
* Connection from the left side of a source node to the right side of a target node.
|
|
1226
|
+
*/
|
|
1227
|
+
LeftToRight: "LeftToRight",
|
|
1228
|
+
|
|
1229
|
+
/**
|
|
1230
|
+
* Connection from the right side of a source node to the left side of a target node.
|
|
1231
|
+
*/
|
|
1232
|
+
RightToLeft: "RightToLeft",
|
|
1233
|
+
|
|
1234
|
+
/**
|
|
1235
|
+
* Connection from the right side of a source node to the right side of a target node.
|
|
1236
|
+
*/
|
|
1237
|
+
RightToRight: "RightToRight"
|
|
1238
|
+
};
|
|
1239
|
+
|
|
1240
|
+
DataType.registerEnum("sap.suite.ui.commons.networkgraph.ConnectionType", oSuiteCommonsLib.networkgraph.ConnectionType);
|
|
1241
|
+
|
|
1242
|
+
/**
|
|
1243
|
+
* Defines port placements on a node.
|
|
1244
|
+
* This setting is ignored if the layout property is not set to noop.
|
|
1245
|
+
*
|
|
1246
|
+
* @enum {string}
|
|
1247
|
+
* @experimental Since 1.144 . This enumeration is experimental and might be modified or removed in future versions.
|
|
1248
|
+
*/
|
|
1249
|
+
oSuiteCommonsLib.networkgraph.NodePorts = {
|
|
1250
|
+
/**
|
|
1251
|
+
* No ports are displayed on the node.
|
|
1252
|
+
*/
|
|
1253
|
+
None: "None",
|
|
1254
|
+
|
|
1255
|
+
// /**
|
|
1256
|
+
// * Ports are displayed on all four sides of the node (top, right, bottom, left).
|
|
1257
|
+
// * @private
|
|
1258
|
+
// */
|
|
1259
|
+
// All: "All",
|
|
1260
|
+
|
|
1261
|
+
/**
|
|
1262
|
+
* Ports are displayed on the left and right sides of the node.
|
|
1263
|
+
*/
|
|
1264
|
+
LeftRight: "LeftRight"
|
|
1265
|
+
|
|
1266
|
+
// /**
|
|
1267
|
+
// * Ports are displayed on the top and bottom sides of the node.
|
|
1268
|
+
// * @private
|
|
1269
|
+
// */
|
|
1270
|
+
// TopBottom: "TopBottom"
|
|
1271
|
+
};
|
|
1272
|
+
|
|
1273
|
+
DataType.registerEnum("sap.suite.ui.commons.networkgraph.NodePorts", oSuiteCommonsLib.networkgraph.NodePorts);
|
|
1274
|
+
|
|
1207
1275
|
/**
|
|
1208
1276
|
* Type of node placement for Layered Algorithm.
|
|
1209
1277
|
* See {@link https://rtsys.informatik.uni-kiel.de/confluence/display/KIELER/KLay+Layered+Layout+Options#KLayLayeredLayoutOptions-nodePlacement}
|
|
@@ -1307,6 +1375,29 @@ sap.ui.define([
|
|
|
1307
1375
|
|
|
1308
1376
|
DataType.registerEnum("sap.suite.ui.commons.networkgraph.Orientation", oSuiteCommonsLib.networkgraph.Orientation);
|
|
1309
1377
|
|
|
1378
|
+
/**
|
|
1379
|
+
* Defines the arrangement of components in the dependency layout.
|
|
1380
|
+
*
|
|
1381
|
+
* @enum {string}
|
|
1382
|
+
* @public
|
|
1383
|
+
* @since 1.136.19
|
|
1384
|
+
*/
|
|
1385
|
+
oSuiteCommonsLib.networkgraph.ComponentArrangement = {
|
|
1386
|
+
/**
|
|
1387
|
+
* Components are arranged horizontally.
|
|
1388
|
+
* @public
|
|
1389
|
+
*/
|
|
1390
|
+
Horizontal: "Horizontal",
|
|
1391
|
+
|
|
1392
|
+
/**
|
|
1393
|
+
* Components are arranged vertically.
|
|
1394
|
+
* @public
|
|
1395
|
+
*/
|
|
1396
|
+
Vertical: "Vertical"
|
|
1397
|
+
};
|
|
1398
|
+
|
|
1399
|
+
DataType.registerEnum("sap.suite.ui.commons.networkgraph.ComponentArrangement", oSuiteCommonsLib.networkgraph.ComponentArrangement);
|
|
1400
|
+
|
|
1310
1401
|
/**
|
|
1311
1402
|
* Determines how nodes are rendered. For optimal performance and usability, it is recommended that you use HTML,
|
|
1312
1403
|
* which allows you to avoid dealing with SVG limitations.
|
|
@@ -1390,7 +1481,13 @@ sap.ui.define([
|
|
|
1390
1481
|
* The arrow is placed at the end of the last line segment.
|
|
1391
1482
|
* @public
|
|
1392
1483
|
*/
|
|
1393
|
-
End: "End"
|
|
1484
|
+
End: "End",
|
|
1485
|
+
|
|
1486
|
+
/**
|
|
1487
|
+
* The arrows are placed at both the beginning of the first line segment and the end of the last line segment. This options is valid only with layout type "noop" and optimizedlinealorithm is set.
|
|
1488
|
+
* @experimental Since 1.144 . This enumeration is experimental and might be modified or removed in future versions.
|
|
1489
|
+
*/
|
|
1490
|
+
Both: "Both"
|
|
1394
1491
|
};
|
|
1395
1492
|
|
|
1396
1493
|
DataType.registerEnum("sap.suite.ui.commons.networkgraph.LineArrowPosition", oSuiteCommonsLib.networkgraph.LineArrowPosition);
|
|
@@ -449,8 +449,10 @@ NETWORK_GRAPH_EXPAND_COLLAPSE=Expand/Collapse
|
|
|
449
449
|
NETWORK_GRAPH_NODE_DETAILS=Node details
|
|
450
450
|
#XACT: Action button tooltip links
|
|
451
451
|
NETWORK_GRAPH_NODE_LINKS=Node links
|
|
452
|
+
#XACT: Action button tooltip create connection
|
|
453
|
+
NETWORK_GRAPH_CREATE_CONNECTION=Create Connection
|
|
452
454
|
#XACT: Action button group detail
|
|
453
|
-
NETWORK_GRAPH_GROUP_DETAIL=Group
|
|
455
|
+
NETWORK_GRAPH_GROUP_DETAIL=Group Detail
|
|
454
456
|
#XACT: Accessibility title for Network Graph
|
|
455
457
|
NETWORK_GRAPH_ACCESSIBILITY_LABEL=Network Graph
|
|
456
458
|
#XACT: Accessibility title for Network Graph SVG
|
|
@@ -459,16 +461,10 @@ NETWORK_GRAPH_SVG_ACCESSIBILITY_LABEL=Network Graph SVG
|
|
|
459
461
|
NETWORK_GRAPH_OVERVIEW_SVG_ACCESSIBILITY_LABEL=Network Graph Overview SVG
|
|
460
462
|
#XACT: Accessibility title for Network Graph Overview
|
|
461
463
|
NETWORK_GRAPH_NAVIGATOR_SVG_ACCESSIBILITY_LABEL=Network Graph Navigator SVG
|
|
462
|
-
#XACT: Accessibility role description for Network Graph
|
|
463
|
-
NETWORK_GRAPH_ACCESSIBILITY_DESCRIPTION=Switch off reading mode to navigate within
|
|
464
|
-
#XACT: Accessibility title for Network Graph content area
|
|
465
464
|
NETWORK_GRAPH_ACCESSIBILITY_CONTENT=Network Graph content
|
|
466
|
-
|
|
467
|
-
NETWORK_GRAPH_ACCESSIBILITY_LINE_LABEL=Line from {0} to {1}
|
|
468
|
-
#XACT: Accessibility label for a line on toggling the state
|
|
469
|
-
NETWORK_GRAPH_ACCESSIBILITY_TOGGLE_STATE=Press spacebar to toggle the state
|
|
465
|
+
NETWORK_GRAPH_ACCESSIBILITY_TOGGLE_STATE=To toggle the state, press space bar
|
|
470
466
|
#XACT: Accessibility label for action button
|
|
471
|
-
NETWORK_GRAPH_ACCESSIBILITY_ACTION_BUTTON=Action
|
|
467
|
+
NETWORK_GRAPH_ACCESSIBILITY_ACTION_BUTTON=Action Button
|
|
472
468
|
#XACT: Accessibility label for action button
|
|
473
469
|
NETWORK_GRAPH_ACCESSIBILITY_ACTION_BUTTONS_LEFT=Left
|
|
474
470
|
#XACT: Accessibility label for action button
|
|
@@ -497,6 +493,10 @@ NETWORK_GRAPH_EXPANDED=Expanded
|
|
|
497
493
|
NETWORK_GRAPH_PARTIAL=Partially Expanded
|
|
498
494
|
#XACT: No Data title
|
|
499
495
|
NETWORK_GRAPH_NO_DATA=No data found.
|
|
496
|
+
#XACT: Empty state title when drag and drop is enabled
|
|
497
|
+
NETWORK_GRAPH_DND_EMPTY_TITLE=Let's build your plan
|
|
498
|
+
#XACT: Empty state description when drag and drop is enabled
|
|
499
|
+
NETWORK_GRAPH_DND_EMPTY_DESCRIPTION=Start by adding operations to your canvas
|
|
500
500
|
#XACT: Title for group details
|
|
501
501
|
NETWORK_GRAPH_GROUP_DETAILS=Group details
|
|
502
502
|
#XACT: Title for selected Node
|
|
@@ -513,7 +513,69 @@ NETWORK_GRAPH_ERROR=Error
|
|
|
513
513
|
NETWORK_GRAPH_INFORMATION=Information
|
|
514
514
|
#XACT: Zoom Level accessibility label
|
|
515
515
|
NETWORK_GRAPH_ZOOM_LEVEL=Zoom Level
|
|
516
|
-
|
|
516
|
+
#XACT: Loading message for Network Graph
|
|
517
|
+
NETWORK_GRAPH_OPENING_CANVAS=Opening canvas...
|
|
518
|
+
#XTIT: Connection Creation Popover Title
|
|
519
|
+
NETWORKGRAPH_CONNECTION_POPOVER_TITLE=Connection
|
|
520
|
+
#XLBL: Label for Connection Type dropdown
|
|
521
|
+
NETWORKGRAPH_CONNECTION_TYPE_LABEL=Connection Type:
|
|
522
|
+
#XLBL: Label for Destination node dropdown
|
|
523
|
+
NETWORKGRAPH_DESTINATION_LABEL=Destination:
|
|
524
|
+
#XBUT: OK button text
|
|
525
|
+
NETWORKGRAPH_OK_BUTTON=OK
|
|
526
|
+
#XBUT: Cancel button text
|
|
527
|
+
NETWORKGRAPH_CANCEL_BUTTON=Cancel
|
|
528
|
+
#XBUT: Cancel button text
|
|
529
|
+
NETWORKGRAPH_CREATE_BUTTON=Create
|
|
530
|
+
#XTXT: Connection type display texts
|
|
531
|
+
NETWORKGRAPH_CONNECTION_TYPE_LEFT_TO_LEFT=Start to Start
|
|
532
|
+
NETWORKGRAPH_CONNECTION_TYPE_LEFT_TO_RIGHT=Start to Finish
|
|
533
|
+
NETWORKGRAPH_CONNECTION_TYPE_RIGHT_TO_LEFT=Finish to Start
|
|
534
|
+
NETWORKGRAPH_CONNECTION_TYPE_RIGHT_TO_RIGHT=Finish to Finish
|
|
535
|
+
NETWORKGRAPH_CONNECTION_TYPE_TOP_TO_TOP=Top to Top
|
|
536
|
+
NETWORKGRAPH_CONNECTION_TYPE_TOP_TO_BOTTOM=Top to Bottom
|
|
537
|
+
NETWORKGRAPH_CONNECTION_TYPE_BOTTOM_TO_TOP=Bottom to Top
|
|
538
|
+
NETWORKGRAPH_CONNECTION_TYPE_BOTTOM_TO_BOTTOM=Bottom to Bottom
|
|
539
|
+
#XACT: Connection type Start to Start
|
|
540
|
+
NETWORKGRAPH_CONNECTION_TYPE_START_TO_START=Start to Start
|
|
541
|
+
#XACT: Connection type Start to Finish
|
|
542
|
+
NETWORKGRAPH_CONNECTION_TYPE_START_TO_FINISH=Start to Finish
|
|
543
|
+
#XACT: Connection type Finish to Start
|
|
544
|
+
NETWORKGRAPH_CONNECTION_TYPE_FINISH_TO_START=Finish to Start
|
|
545
|
+
#XACT: Connection type Finish to Finish
|
|
546
|
+
NETWORKGRAPH_CONNECTION_TYPE_FINISH_TO_FINISH=Finish to Finish
|
|
547
|
+
#XACT: Text for node attributes accessibility label
|
|
548
|
+
NETWORK_GRAPH_NODE_ATTRIBUTES=Attributes are
|
|
549
|
+
#XACT: Text for node status accessibility label
|
|
550
|
+
NETWORK_GRAPH_NODE_ACCESSIBILITY_STATUS=Status is
|
|
551
|
+
#XACT: Text for incoming connectors accessibility label (singular)
|
|
552
|
+
NETWORK_GRAPH_INCOMING_CONNECTOR_SINGULAR={0} incoming connector
|
|
553
|
+
#XACT: Text for incoming connectors accessibility label (plural)
|
|
554
|
+
NETWORK_GRAPH_INCOMING_CONNECTORS_PLURAL={0} incoming connectors
|
|
555
|
+
#XACT: Text for outgoing connectors accessibility label (singular)
|
|
556
|
+
NETWORK_GRAPH_OUTGOING_CONNECTOR_SINGULAR={0} outgoing connector
|
|
557
|
+
#XACT: Text for outgoing connectors accessibility label (plural)
|
|
558
|
+
NETWORK_GRAPH_OUTGOING_CONNECTORS_PLURAL={0} outgoing connectors
|
|
559
|
+
#XACT: Text for keyboard navigation to outgoing connector
|
|
560
|
+
NETWORK_GRAPH_NAVIGATION_TAB_TO_OUTGOING=To navigate to the outgoing connector, press Tab
|
|
561
|
+
#XACT: Text for keyboard navigation to incoming connector
|
|
562
|
+
NETWORK_GRAPH_NAVIGATION_SHIFT_TAB_TO_INCOMING=To navigate to the incoming connector, press Shift + Tab
|
|
563
|
+
#XACT: Text for keyboard navigation to target node from connector
|
|
564
|
+
NETWORK_GRAPH_LINE_NAVIGATION_TAB_TO_TARGET=To navigate to {0}, press Tab
|
|
565
|
+
#XACT: Text for keyboard navigation back to source node from connector
|
|
566
|
+
NETWORK_GRAPH_LINE_NAVIGATION_SHIFT_TAB_TO_SOURCE=To navigate back to {0}, press Shift + Tab
|
|
567
|
+
#XACT: Text for keyboard navigation between connectors
|
|
568
|
+
NETWORK_GRAPH_LINE_NAVIGATION_ARROW_KEYS=To navigate to other connectors from {0}, Use arrow keys
|
|
569
|
+
#XACT: Text hint to hear individual connector navigation options via Alt+
|
|
570
|
+
NETWORK_GRAPH_NAVIGATION_ALT_CONNECTORS=To hear possible connectors, press ALT +
|
|
571
|
+
#XACT: Text for individual connector announcement when Alt+ is pressed. {0}=type, {1}=direction, {2}=connection type, {3}=from node, {4}=to node, {5}=number
|
|
572
|
+
NETWORK_GRAPH_NAVIGATION_ALT_CONNECTOR_ANNOUNCE=Navigate to {0} connector on {1}, {2} connector connecting {3} to {4}, press ALT + {5}
|
|
573
|
+
#XACT: Text for line status accessibility label
|
|
574
|
+
NETWORK_GRAPH_LINE_ACCESSIBILITY_STATUS=Status is
|
|
575
|
+
#XACT: Text for line accessibility - connection going from source to destination
|
|
576
|
+
NETWORK_GRAPH_LINE_ACCESSIBILITY_CONNECTION_FROM_TO=Connection going from {0} to {1}
|
|
577
|
+
#XACT: Text for basic node description
|
|
578
|
+
NETWORK_GRAPH_NODE_DESCRIPTION=Description
|
|
517
579
|
|
|
518
580
|
#XACT: Text for ARIA label for the whole status indicator
|
|
519
581
|
STATUS_INDICATOR_ARIA_LABEL=Status Indicator
|
|
@@ -1061,5 +1123,4 @@ DONOTDISTURB=Do not disturb
|
|
|
1061
1123
|
INACALL=In a call
|
|
1062
1124
|
INAMEETING=In a meeting
|
|
1063
1125
|
BERIGHTBACK=Be right back
|
|
1064
|
-
OFFWORK=Offline
|
|
1065
|
-
|
|
1126
|
+
OFFWORK=Offline
|
|
@@ -186,7 +186,7 @@ PF_ARIA_STATUS=\u0627\u0644\u062D\u0627\u0644\u0629
|
|
|
186
186
|
PF_ARIA_STATUS_POSITIVE=\u0625\u064A\u062C\u0627\u0628\u064A\u0629
|
|
187
187
|
PF_ARIA_STATUS_NEGATIVE=\u0633\u0644\u0628\u064A\u0629
|
|
188
188
|
PF_ARIA_STATUS_CRITICAL=\u0645\u0647\u0645
|
|
189
|
-
PF_ARIA_STATUS_PLANNED=\
|
|
189
|
+
PF_ARIA_STATUS_PLANNED=\u0627\u0644\u0645\u064F\u062E\u0637\u0637
|
|
190
190
|
PF_ARIA_STATUS_PLNNEGATIVE=\u0645\u062E\u0637\u0637 (\u0633\u0644\u0628\u064A)
|
|
191
191
|
PF_ARIA_STATUS_NEUTRAL=\u0645\u062D\u0627\u064A\u062F
|
|
192
192
|
PF_ARIA_TYPE=\u060C \u0645\u062C\u0645\u0639\u0629
|