@sapui5/sap.ui.vk 1.138.0 → 1.139.0

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.
Files changed (217) hide show
  1. package/package.json +1 -1
  2. package/src/sap/ui/vk/.library +9 -1
  3. package/src/sap/ui/vk/AnimationPlayback.js +1 -1
  4. package/src/sap/ui/vk/AnimationPlayer.js +1 -1
  5. package/src/sap/ui/vk/AnimationSequence.js +1 -1
  6. package/src/sap/ui/vk/AnimationTimeSlider.js +1 -1
  7. package/src/sap/ui/vk/AnimationTrack.js +1 -1
  8. package/src/sap/ui/vk/Annotation.js +1 -1
  9. package/src/sap/ui/vk/BaseNodeProxy.js +1 -1
  10. package/src/sap/ui/vk/Camera.js +1 -1
  11. package/src/sap/ui/vk/ContentConnector.js +149 -95
  12. package/src/sap/ui/vk/ContentManager.js +1 -1
  13. package/src/sap/ui/vk/ContentResource.js +26 -7
  14. package/src/sap/ui/vk/ContentType.js +41 -0
  15. package/src/sap/ui/vk/Core.js +1 -1
  16. package/src/sap/ui/vk/DownloadManager.js +1 -1
  17. package/src/sap/ui/vk/DrawerToolbar.js +46 -19
  18. package/src/sap/ui/vk/DvlException.js +1 -1
  19. package/src/sap/ui/vk/FlexibleControl.js +1 -1
  20. package/src/sap/ui/vk/FlexibleControlLayoutData.js +1 -1
  21. package/src/sap/ui/vk/Highlight.js +1 -1
  22. package/src/sap/ui/vk/ImageContentManager.js +1 -1
  23. package/src/sap/ui/vk/JointUtils.js +1 -1
  24. package/src/sap/ui/vk/LayerProxy.js +1 -1
  25. package/src/sap/ui/vk/Loco.js +1 -1
  26. package/src/sap/ui/vk/Material.js +1 -1
  27. package/src/sap/ui/vk/NativeViewport.js +1 -1
  28. package/src/sap/ui/vk/NodeHierarchy.js +1 -1
  29. package/src/sap/ui/vk/NodeProxy.js +1 -1
  30. package/src/sap/ui/vk/NodeUtils.js +1 -1
  31. package/src/sap/ui/vk/Notifications.js +1 -1
  32. package/src/sap/ui/vk/OrthographicCamera.js +1 -1
  33. package/src/sap/ui/vk/PerspectiveCamera.js +1 -1
  34. package/src/sap/ui/vk/ProgressIndicator.js +1 -1
  35. package/src/sap/ui/vk/RedlineCollaboration.js +1 -1
  36. package/src/sap/ui/vk/RedlineConversation.js +1 -1
  37. package/src/sap/ui/vk/RedlineDesign.js +1 -1
  38. package/src/sap/ui/vk/RedlineElement.js +1 -1
  39. package/src/sap/ui/vk/RedlineElementComment.js +1 -1
  40. package/src/sap/ui/vk/RedlineElementEllipse.js +1 -1
  41. package/src/sap/ui/vk/RedlineElementFreehand.js +1 -1
  42. package/src/sap/ui/vk/RedlineElementLine.js +1 -1
  43. package/src/sap/ui/vk/RedlineElementRectangle.js +1 -1
  44. package/src/sap/ui/vk/RedlineElementText.js +1 -1
  45. package/src/sap/ui/vk/RedlineSurface.js +1 -1
  46. package/src/sap/ui/vk/SafeArea.js +1 -1
  47. package/src/sap/ui/vk/Scene.js +5 -1
  48. package/src/sap/ui/vk/SceneTree.js +20 -3
  49. package/src/sap/ui/vk/StepNavigation.js +1 -1
  50. package/src/sap/ui/vk/Texture.js +1 -1
  51. package/src/sap/ui/vk/ToggleMenuButton.js +1 -1
  52. package/src/sap/ui/vk/ToggleMenuItem.js +1 -1
  53. package/src/sap/ui/vk/Toolbar.js +1 -1
  54. package/src/sap/ui/vk/View.js +1 -1
  55. package/src/sap/ui/vk/ViewGallery.js +1 -1
  56. package/src/sap/ui/vk/ViewGalleryThumbnail.js +1 -1
  57. package/src/sap/ui/vk/ViewGroup.js +1 -1
  58. package/src/sap/ui/vk/ViewManager.js +1 -1
  59. package/src/sap/ui/vk/ViewStateManager.js +3 -10
  60. package/src/sap/ui/vk/ViewStateManagerBase.js +2 -2
  61. package/src/sap/ui/vk/Viewer.js +2 -2
  62. package/src/sap/ui/vk/Viewport.js +1 -1
  63. package/src/sap/ui/vk/ViewportBase.js +24 -70
  64. package/src/sap/ui/vk/dvl/BaseNodeProxy.js +1 -1
  65. package/src/sap/ui/vk/dvl/ContentManager.js +1 -1
  66. package/src/sap/ui/vk/dvl/GraphicsCore.js +1 -1
  67. package/src/sap/ui/vk/dvl/LayerProxy.js +1 -1
  68. package/src/sap/ui/vk/dvl/NodeHierarchy.js +1 -1
  69. package/src/sap/ui/vk/dvl/NodeProxy.js +1 -1
  70. package/src/sap/ui/vk/dvl/Scene.js +1 -1
  71. package/src/sap/ui/vk/dvl/ViewStateManager.js +1 -1
  72. package/src/sap/ui/vk/dvl/Viewport.js +1 -1
  73. package/src/sap/ui/vk/ecad/ElementsPanel.js +14 -41
  74. package/src/sap/ui/vk/ecad/LayersPanel.js +8 -25
  75. package/src/sap/ui/vk/i18n/messagebundle.properties +46 -44
  76. package/src/sap/ui/vk/i18n/messagebundle_ar.properties +25 -12
  77. package/src/sap/ui/vk/i18n/messagebundle_bg.properties +25 -12
  78. package/src/sap/ui/vk/i18n/messagebundle_ca.properties +25 -12
  79. package/src/sap/ui/vk/i18n/messagebundle_cnr.properties +25 -12
  80. package/src/sap/ui/vk/i18n/messagebundle_cs.properties +25 -12
  81. package/src/sap/ui/vk/i18n/messagebundle_cy.properties +25 -12
  82. package/src/sap/ui/vk/i18n/messagebundle_da.properties +25 -12
  83. package/src/sap/ui/vk/i18n/messagebundle_de.properties +26 -13
  84. package/src/sap/ui/vk/i18n/messagebundle_el.properties +25 -12
  85. package/src/sap/ui/vk/i18n/messagebundle_en.properties +25 -326
  86. package/src/sap/ui/vk/i18n/messagebundle_en_GB.properties +25 -12
  87. package/src/sap/ui/vk/i18n/messagebundle_en_US_saprigi.properties +26 -12
  88. package/src/sap/ui/vk/i18n/messagebundle_es.properties +27 -14
  89. package/src/sap/ui/vk/i18n/messagebundle_es_MX.properties +25 -12
  90. package/src/sap/ui/vk/i18n/messagebundle_et.properties +25 -12
  91. package/src/sap/ui/vk/i18n/messagebundle_fi.properties +25 -12
  92. package/src/sap/ui/vk/i18n/messagebundle_fr.properties +25 -12
  93. package/src/sap/ui/vk/i18n/messagebundle_fr_CA.properties +25 -12
  94. package/src/sap/ui/vk/i18n/messagebundle_hi.properties +25 -12
  95. package/src/sap/ui/vk/i18n/messagebundle_hr.properties +25 -12
  96. package/src/sap/ui/vk/i18n/messagebundle_hu.properties +25 -12
  97. package/src/sap/ui/vk/i18n/messagebundle_id.properties +26 -13
  98. package/src/sap/ui/vk/i18n/messagebundle_it.properties +25 -12
  99. package/src/sap/ui/vk/i18n/messagebundle_iw.properties +25 -12
  100. package/src/sap/ui/vk/i18n/messagebundle_ja.properties +25 -12
  101. package/src/sap/ui/vk/i18n/messagebundle_kk.properties +37 -24
  102. package/src/sap/ui/vk/i18n/messagebundle_ko.properties +22 -9
  103. package/src/sap/ui/vk/i18n/messagebundle_lt.properties +25 -12
  104. package/src/sap/ui/vk/i18n/messagebundle_lv.properties +25 -12
  105. package/src/sap/ui/vk/i18n/messagebundle_mk.properties +25 -12
  106. package/src/sap/ui/vk/i18n/messagebundle_ms.properties +25 -12
  107. package/src/sap/ui/vk/i18n/messagebundle_nl.properties +25 -12
  108. package/src/sap/ui/vk/i18n/messagebundle_no.properties +25 -12
  109. package/src/sap/ui/vk/i18n/messagebundle_pl.properties +25 -12
  110. package/src/sap/ui/vk/i18n/messagebundle_pt.properties +25 -12
  111. package/src/sap/ui/vk/i18n/messagebundle_pt_PT.properties +25 -12
  112. package/src/sap/ui/vk/i18n/messagebundle_ro.properties +25 -12
  113. package/src/sap/ui/vk/i18n/messagebundle_ru.properties +25 -12
  114. package/src/sap/ui/vk/i18n/messagebundle_sh.properties +25 -12
  115. package/src/sap/ui/vk/i18n/messagebundle_sk.properties +25 -12
  116. package/src/sap/ui/vk/i18n/messagebundle_sl.properties +25 -12
  117. package/src/sap/ui/vk/i18n/messagebundle_sr.properties +25 -12
  118. package/src/sap/ui/vk/i18n/messagebundle_sv.properties +25 -12
  119. package/src/sap/ui/vk/i18n/messagebundle_th.properties +25 -12
  120. package/src/sap/ui/vk/i18n/messagebundle_tr.properties +25 -12
  121. package/src/sap/ui/vk/i18n/messagebundle_uk.properties +25 -12
  122. package/src/sap/ui/vk/i18n/messagebundle_vi.properties +25 -12
  123. package/src/sap/ui/vk/i18n/messagebundle_zh_CN.properties +25 -12
  124. package/src/sap/ui/vk/i18n/messagebundle_zh_TW.properties +25 -12
  125. package/src/sap/ui/vk/library.js +5 -5
  126. package/src/sap/ui/vk/measurements/Angle.js +1 -1
  127. package/src/sap/ui/vk/measurements/Area.js +1 -1
  128. package/src/sap/ui/vk/measurements/Distance.js +1 -1
  129. package/src/sap/ui/vk/measurements/Edge.js +1 -1
  130. package/src/sap/ui/vk/measurements/Face.js +1 -1
  131. package/src/sap/ui/vk/measurements/Feature.js +1 -1
  132. package/src/sap/ui/vk/measurements/Vertex.js +1 -1
  133. package/src/sap/ui/vk/pdf/ContentManager.js +1 -1
  134. package/src/sap/ui/vk/pdf/Page.js +9 -10
  135. package/src/sap/ui/vk/pdf/Utils.js +4 -2
  136. package/src/sap/ui/vk/pdf/Viewport.js +1 -1
  137. package/src/sap/ui/vk/svg/BaseNodeProxy.js +1 -1
  138. package/src/sap/ui/vk/svg/ContentDeliveryService.js +1 -1
  139. package/src/sap/ui/vk/svg/ContentManager.js +4 -5
  140. package/src/sap/ui/vk/svg/NodeHierarchy.js +1 -1
  141. package/src/sap/ui/vk/svg/NodeProxy.js +1 -1
  142. package/src/sap/ui/vk/svg/OrthographicCamera.js +1 -1
  143. package/src/sap/ui/vk/svg/Scene.js +1 -1
  144. package/src/sap/ui/vk/svg/SceneBuilder.js +1 -1
  145. package/src/sap/ui/vk/svg/ViewStateManager.js +1 -1
  146. package/src/sap/ui/vk/svg/Viewport.js +11 -18
  147. package/src/sap/ui/vk/thirdparty/pdf.worker.js +1 -1
  148. package/src/sap/ui/vk/thirdparty/three.js +31455 -31473
  149. package/src/sap/ui/vk/threejs/AnimationHelper.js +1 -1
  150. package/src/sap/ui/vk/threejs/BaseNodeProxy.js +1 -1
  151. package/src/sap/ui/vk/threejs/Billboard.js +23 -11
  152. package/src/sap/ui/vk/threejs/Callout.js +1 -1
  153. package/src/sap/ui/vk/threejs/ContentDeliveryService.js +1 -1
  154. package/src/sap/ui/vk/threejs/ContentManager.js +2 -2
  155. package/src/sap/ui/vk/threejs/DetailView.js +1 -1
  156. package/src/sap/ui/vk/threejs/HighlightPlayer.js +14 -22
  157. package/src/sap/ui/vk/threejs/Material.js +1 -1
  158. package/src/sap/ui/vk/threejs/NodeHierarchy.js +1 -1
  159. package/src/sap/ui/vk/threejs/NodeProxy.js +9 -11
  160. package/src/sap/ui/vk/threejs/OrthographicCamera.js +1 -1
  161. package/src/sap/ui/vk/threejs/OutlineRenderer.js +4 -10
  162. package/src/sap/ui/vk/threejs/PerspectiveCamera.js +1 -1
  163. package/src/sap/ui/vk/threejs/PointCloudGroup.js +1 -1
  164. package/src/sap/ui/vk/threejs/Scene.js +1 -15
  165. package/src/sap/ui/vk/threejs/SceneBuilder.js +1 -4
  166. package/src/sap/ui/vk/threejs/Texture.js +1 -1
  167. package/src/sap/ui/vk/threejs/ThreeExtensions.js +10 -174
  168. package/src/sap/ui/vk/threejs/ThreeUtils.js +7 -18
  169. package/src/sap/ui/vk/threejs/Thrustline.js +1 -1
  170. package/src/sap/ui/vk/threejs/ViewStateManager.js +751 -446
  171. package/src/sap/ui/vk/threejs/Viewport.js +41 -31
  172. package/src/sap/ui/vk/tools/AnchorPointTool.js +1 -1
  173. package/src/sap/ui/vk/tools/AnchorPointToolGizmo.js +1 -1
  174. package/src/sap/ui/vk/tools/AxisAngleRotationTool.js +1 -1
  175. package/src/sap/ui/vk/tools/AxisAngleRotationToolGizmo.js +1 -1
  176. package/src/sap/ui/vk/tools/CreateEllipseTool.js +1 -1
  177. package/src/sap/ui/vk/tools/CreateEllipseToolGizmo.js +1 -1
  178. package/src/sap/ui/vk/tools/CreateParametricGizmo.js +1 -1
  179. package/src/sap/ui/vk/tools/CreatePathTool.js +1 -1
  180. package/src/sap/ui/vk/tools/CreatePathToolGizmo.js +1 -1
  181. package/src/sap/ui/vk/tools/CreateRectangleTool.js +1 -1
  182. package/src/sap/ui/vk/tools/CreateRectangleToolGizmo.js +1 -1
  183. package/src/sap/ui/vk/tools/CreateTextTool.js +1 -1
  184. package/src/sap/ui/vk/tools/CreateTextToolGizmo.js +1 -1
  185. package/src/sap/ui/vk/tools/CrossSectionTool.js +1 -1
  186. package/src/sap/ui/vk/tools/CrossSectionToolGizmo.js +1 -1
  187. package/src/sap/ui/vk/tools/DuplicateSvgElementTool.js +1 -1
  188. package/src/sap/ui/vk/tools/DuplicateSvgElementToolGizmo.js +1 -1
  189. package/src/sap/ui/vk/tools/ExplodeTool.js +1 -1
  190. package/src/sap/ui/vk/tools/ExplodeToolGizmo.js +1 -1
  191. package/src/sap/ui/vk/tools/Gizmo.js +1 -1
  192. package/src/sap/ui/vk/tools/HitTestTool.js +1 -1
  193. package/src/sap/ui/vk/tools/MoveTool.js +1 -1
  194. package/src/sap/ui/vk/tools/MoveToolGizmo.js +1 -1
  195. package/src/sap/ui/vk/tools/PointCloudSelectionTool.js +1 -1
  196. package/src/sap/ui/vk/tools/PointCloudSelectionToolGizmo.js +1 -1
  197. package/src/sap/ui/vk/tools/RectSelectTool.js +1 -1
  198. package/src/sap/ui/vk/tools/RedlineTool.js +1 -1
  199. package/src/sap/ui/vk/tools/RedlineToolGizmo.js +1 -1
  200. package/src/sap/ui/vk/tools/RotateOrbitTool.js +1 -1
  201. package/src/sap/ui/vk/tools/RotateTool.js +1 -1
  202. package/src/sap/ui/vk/tools/RotateToolGizmo.js +1 -1
  203. package/src/sap/ui/vk/tools/RotateTurntableTool.js +1 -1
  204. package/src/sap/ui/vk/tools/ScaleTool.js +1 -1
  205. package/src/sap/ui/vk/tools/ScaleToolGizmo.js +1 -1
  206. package/src/sap/ui/vk/tools/SceneOrientationTool.js +1 -1
  207. package/src/sap/ui/vk/tools/SceneOrientationToolGizmo.js +1 -1
  208. package/src/sap/ui/vk/tools/Tool.js +1 -1
  209. package/src/sap/ui/vk/tools/TooltipTool.js +1 -1
  210. package/src/sap/ui/vk/tools/TooltipToolGizmo.js +1 -1
  211. package/src/sap/ui/vk/tools/TooltipToolHandler.js +5 -0
  212. package/src/sap/ui/vk/tools/TransformSvgElementTool.js +1 -1
  213. package/src/sap/ui/vk/tools/TransformSvgElementToolGizmo.js +1 -1
  214. package/src/sap/ui/vk/totara/TotaraLoader.js +2 -2
  215. package/src/sap/ui/vk/totara/TotaraLoaderWorker.js +18 -21
  216. package/ui5.yaml +5 -3
  217. package/src/sap/ui/vk/threejs/v2/ViewStateManager.js +0 -1445
@@ -42,7 +42,7 @@ sap.ui.define([
42
42
  * @public
43
43
  * @abstract
44
44
  * @author SAP SE
45
- * @version 1.138.0
45
+ * @version 1.139.0
46
46
  * @extends sap.ui.core.Control
47
47
  * @alias sap.ui.vk.ViewportBase
48
48
  * @since 1.50.0
@@ -536,47 +536,25 @@ sap.ui.define([
536
536
 
537
537
  if (nodes.length === 0) {
538
538
  // Clear selection.
539
- var currentlySelected = [];
540
- if (this.getSelectionDisplayMode() === SelectionDisplayMode.Outline) {
541
- this._viewStateManager.enumerateOutlinedNodes(function(selectedNode) {
542
- currentlySelected.push(selectedNode);
543
- });
544
- if (currentlySelected.length > 0) {
545
- this._viewStateManager.setOutliningStates([], currentlySelected);
546
- }
547
- } else {
548
- this._viewStateManager.enumerateSelection(function(selectedNode) {
549
- currentlySelected.push(selectedNode);
550
- });
551
- if (currentlySelected.length > 0) {
552
- this._viewStateManager.setSelectionStates([], currentlySelected);
553
- }
539
+ const currentlySelected = [];
540
+ this._viewStateManager.enumerateSelection(function(selectedNode) {
541
+ currentlySelected.push(selectedNode);
542
+ });
543
+ if (currentlySelected.length > 0) {
544
+ this._viewStateManager.setSelectionStates([], currentlySelected);
554
545
  }
555
546
  } else {
556
- var select = [];
557
- var deselect = [];
558
- var isSelected, ni;
559
- if (this.getSelectionDisplayMode() === SelectionDisplayMode.Outline) {
560
- isSelected = this._viewStateManager.getOutliningState(nodes);
561
- for (ni = 0; ni < isSelected.length; ni++) {
562
- if (isSelected[ni]) {
563
- deselect.push(nodes[ni]);
564
- } else {
565
- select.push(nodes[ni]);
566
- }
567
- }
568
- this._viewStateManager.setOutliningStates(select, deselect);
569
- } else {
570
- isSelected = this._viewStateManager.getSelectionState(nodes);
571
- for (ni = 0; ni < isSelected.length; ni++) {
572
- if (isSelected[ni]) {
573
- deselect.push(nodes[ni]);
574
- } else {
575
- select.push(nodes[ni]);
576
- }
547
+ // toggle selection
548
+ const select = [];
549
+ const deselect = [];
550
+ this._viewStateManager.getSelectionState(nodes).forEach(function(isSelected, ni) {
551
+ if (isSelected) {
552
+ deselect.push(nodes[ni]);
553
+ } else {
554
+ select.push(nodes[ni]);
577
555
  }
578
- this._viewStateManager.setSelectionStates(select, deselect);
579
- }
556
+ });
557
+ this._viewStateManager.setSelectionStates(select, deselect);
580
558
  }
581
559
  };
582
560
 
@@ -593,43 +571,19 @@ sap.ui.define([
593
571
  return;
594
572
  }
595
573
 
596
- var notInCurrentSelection = true;
597
- if (nodes.length === 1) {
598
- notInCurrentSelection = !this._viewStateManager.getSelectionState(nodes[0]);
599
- } else if (nodes.length > 1) {
600
- var isSelected;
601
- if (this.getSelectionDisplayMode() === SelectionDisplayMode.Outline) {
602
- isSelected = this._viewStateManager.getOutliningState(nodes);
603
- } else {
604
- isSelected = this._viewStateManager.getSelectionState(nodes);
605
- }
606
- for (var ni = 0; ni < isSelected.length; ni++) {
607
- if (isSelected[ni]) {
608
- notInCurrentSelection = false;
609
- break;
610
- }
611
- }
612
- }
574
+ const notInCurrentSelection = this._viewStateManager.getSelectionState(nodes).some(isSelected => !isSelected);
613
575
 
614
576
  var unselected = [];
615
577
  if (nodes.length === 0 || notInCurrentSelection) {
616
578
  // Clear selection.
617
- if (this.getSelectionDisplayMode() === SelectionDisplayMode.Outline) {
618
- this._viewStateManager.enumerateOutlinedNodes(function(selectedNode) {
579
+ const nodeSet = new Set(nodes);
580
+ this._viewStateManager.enumerateSelection(function(selectedNode) {
581
+ if (!nodeSet.has(selectedNode)) {
619
582
  unselected.push(selectedNode);
620
- });
621
- } else {
622
- this._viewStateManager.enumerateSelection(function(selectedNode) {
623
- unselected.push(selectedNode);
624
- });
625
- }
626
-
627
- }
628
- if (this.getSelectionDisplayMode() === SelectionDisplayMode.Outline) {
629
- this._viewStateManager.setOutliningStates(nodes, unselected);
630
- } else {
631
- this._viewStateManager.setSelectionStates(nodes, unselected);
583
+ }
584
+ });
632
585
  }
586
+ this._viewStateManager.setSelectionStates(nodes, unselected);
633
587
  };
634
588
 
635
589
  /**
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  *
38
38
  * @public
39
39
  * @author SAP SE
40
- * @version 1.138.0
40
+ * @version 1.139.0
41
41
  * @extends sap.ui.vk.BaseNodeProxy
42
42
  * @implements sap.ui.base.Poolable
43
43
  * @deprecated Since version 1.72.0. DVL namespace will be removed in future. Use {@link sap.ui.vk.BaseNodeProxy} instead.
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  * @param {object} [mSettings] Initial settings for the new ContentManager object.
26
26
  * @public
27
27
  * @author SAP SE
28
- * @version 1.138.0
28
+ * @version 1.139.0
29
29
  * @extends sap.ui.vk.ContentManager
30
30
  * @alias sap.ui.vk.dvl.ContentManager
31
31
  * @deprecated Since version 1.72.0. DVL namespace will be removed in future. Use {@link sap.ui.vk.ContentManager} instead.
@@ -279,7 +279,7 @@ sap.ui.define([
279
279
  * @param {object} webGLContextAttributes The WebGL context attributes. See {@link https://www.khronos.org/registry/webgl/specs/latest/1.0/#5.2 WebGL context attributes}.
280
280
  * @public
281
281
  * @author SAP SE
282
- * @version 1.138.0
282
+ * @version 1.139.0
283
283
  * @extends sap.ui.base.EventProvider
284
284
  * @alias sap.ui.vk.dvl.GraphicsCore
285
285
  * @deprecated Since version 1.72.0. DVL namespace will be removed in future. Use {@link sap.ui.vk.ContentConnector} instead.
@@ -31,7 +31,7 @@ sap.ui.define([
31
31
  *
32
32
  * @public
33
33
  * @author SAP SE
34
- * @version 1.138.0
34
+ * @version 1.139.0
35
35
  * @extends sap.ui.vk.LayerProxy
36
36
  * @deprecated Since version 1.72.0. DVL namespace will be removed in future. Use {@link sap.ui.vk.LayerProxy} instead.
37
37
  * @alias sap.ui.vk.dvl.LayerProxy
@@ -71,7 +71,7 @@ sap.ui.define([
71
71
  *
72
72
  * @public
73
73
  * @author SAP SE
74
- * @version 1.138.0
74
+ * @version 1.139.0
75
75
  * @extends sap.ui.vk.NodeHierarchy
76
76
  * @alias sap.ui.vk.dvl.NodeHierarchy
77
77
  * @deprecated Since version 1.72.0. DVL namespace will be removed in future. Use {@link sap.ui.vk.NodeHierarchy} instead.
@@ -36,7 +36,7 @@ sap.ui.define([
36
36
  *
37
37
  * @public
38
38
  * @author SAP SE
39
- * @version 1.138.0
39
+ * @version 1.139.0
40
40
  * @extends sap.ui.vk.NodeProxy
41
41
  * @alias sap.ui.vk.dvl.NodeProxy
42
42
  * @deprecated Since version 1.72.0. DVL namespace will be removed in future. Use {@link sap.ui.vk.NodeProxy} instead.
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  *
31
31
  * @public
32
32
  * @author SAP SE
33
- * @version 1.138.0
33
+ * @version 1.139.0
34
34
  * @extends sap.ui.vk.Scene
35
35
  * @alias sap.ui.vk.dvl.Scene
36
36
  * @deprecated Since version 1.72.0. DVL namespace will be removed in future. Use {@link sap.ui.vk.Scene} instead.
@@ -41,7 +41,7 @@ sap.ui.define([
41
41
  * @param {object} [mSettings] Initial settings for the new ViewStateManager object.
42
42
  * @public
43
43
  * @author SAP SE
44
- * @version 1.138.0
44
+ * @version 1.139.0
45
45
  * @extends sap.ui.vk.ViewStateManagerBase
46
46
  * @alias sap.ui.vk.dvl.ViewStateManager
47
47
  * @deprecated Since version 1.72.0. DVL namespace will be removed in future. Use {@link sap.ui.vk.ViewStateManager} instead.
@@ -115,7 +115,7 @@ sap.ui.define([
115
115
  * @param {object} [mSettings] Initial settings for the new Viewport control.
116
116
  * @public
117
117
  * @author SAP SE
118
- * @version 1.138.0
118
+ * @version 1.139.0
119
119
  * @extends sap.ui.vk.ViewportBase
120
120
  * @alias sap.ui.vk.dvl.Viewport
121
121
  * @deprecated Since version 1.72.0. DVL namespace will be removed in future. Use {@link sap.ui.vk.Viewport} instead.
@@ -8,21 +8,13 @@
8
8
  // Provides control sap.ui.vk.ecad.ElementsPanel
9
9
  sap.ui.define([
10
10
  "sap/m/Button",
11
- "sap/m/SearchField",
12
11
  "sap/m/OverflowToolbar",
13
- "sap/m/ToolbarLayoutData",
14
12
  "sap/m/ToolbarSpacer",
15
13
  "sap/m/Label",
16
14
  "sap/m/Input",
17
15
  "sap/m/Table",
18
16
  "sap/m/table/ColumnWidthController",
19
- "sap/m/table/columnmenu/Menu",
20
- "sap/m/table/columnmenu/QuickGroup",
21
- "sap/m/table/columnmenu/QuickGroupItem",
22
- "sap/m/table/columnmenu/QuickSort",
23
- "sap/m/table/columnmenu/QuickSortItem",
24
17
  "sap/m/Column",
25
- "sap/m/ScrollContainer",
26
18
  "sap/m/ColumnListItem",
27
19
  "sap/m/plugins/ColumnResizer",
28
20
  "sap/m/MultiComboBox",
@@ -36,7 +28,6 @@ sap.ui.define([
36
28
  "sap/f/DynamicPageHeader",
37
29
  "sap/ui/comp/filterbar/FilterBar",
38
30
  "sap/ui/comp/filterbar/FilterGroupItem",
39
- "sap/ui/core/Core",
40
31
  "sap/ui/core/Control",
41
32
  "sap/ui/core/Element",
42
33
  "sap/ui/core/Icon",
@@ -45,28 +36,20 @@ sap.ui.define([
45
36
  "sap/ui/model/Filter",
46
37
  "sap/ui/model/FilterOperator",
47
38
  "../Core",
48
- "../library",
49
- "../ViewStateManager",
50
39
  "./VisibilityType",
51
40
  "../getResourceBundle",
52
- "sap/m/library"
41
+ "sap/m/library",
42
+ "sap/f/library",
43
+ "sap/ui/comp/library"
53
44
  ], function(
54
45
  Button,
55
- SearchField,
56
46
  OverflowToolbar,
57
- ToolbarLayoutData,
58
47
  ToolbarSpacer,
59
48
  Label,
60
49
  Input,
61
50
  Table,
62
51
  ColumnWidthController,
63
- Menu,
64
- QuickGroup,
65
- QuickGroupItem,
66
- QuickSort,
67
- QuickSortItem,
68
52
  Column,
69
- ScrollContainer,
70
53
  ColumnListItem,
71
54
  ColumnResizer,
72
55
  MultiComboBox,
@@ -80,7 +63,6 @@ sap.ui.define([
80
63
  DynamicPageHeader,
81
64
  FilterBar,
82
65
  FilterGroupItem,
83
- Core,
84
66
  Control,
85
67
  Element,
86
68
  Icon,
@@ -89,11 +71,11 @@ sap.ui.define([
89
71
  Filter,
90
72
  FilterOperator,
91
73
  vkCore,
92
- vkLibrary,
93
- ViewStateManager,
94
74
  VisibilityType,
95
75
  getResourceBundle,
96
- SapMLibrary
76
+ SapMLibrary,
77
+ SapFLibrary,
78
+ SapUiComp
97
79
  ) {
98
80
  "use strict";
99
81
 
@@ -118,7 +100,7 @@ sap.ui.define([
118
100
  * @extends sap.ui.core.Control
119
101
  *
120
102
  * @author SAP SE
121
- * @version 1.138.0
103
+ * @version 1.139.0
122
104
  *
123
105
  * @constructor
124
106
  * @private
@@ -519,10 +501,7 @@ sap.ui.define([
519
501
  this._updateFilterBarToolbarText();
520
502
  };
521
503
 
522
- ElementsPanel.prototype.destroy = function() {
523
- if (Control.prototype.destroy) {
524
- Control.prototype.destroy.apply(this);
525
- }
504
+ ElementsPanel.prototype.exit = function() {
526
505
  this._p13nEngine.detachStateChange(this._onTableStateChange);
527
506
  this._p13nEngine.deregister(this._table);
528
507
  this._p13nEngine = null;
@@ -535,6 +514,8 @@ sap.ui.define([
535
514
  this._elementTypeModel = null;
536
515
  this._filterSummaryModel.destroy();
537
516
  this._filterSummaryModel = null;
517
+
518
+ Control.prototype.exit?.apply(this);
538
519
  };
539
520
 
540
521
  ElementsPanel.prototype.getControl = function() {
@@ -543,7 +524,8 @@ sap.ui.define([
543
524
 
544
525
  ElementsPanel.prototype.refresh = function() {
545
526
  if (!this._scene || !this._manager) {
546
- this._model.setData([]);
527
+ // This method may be called indirectly from the exit method after _model is destroyed
528
+ this._model?.setData([]);
547
529
  return;
548
530
  }
549
531
  // scan the tree and collect elements info
@@ -595,19 +577,10 @@ sap.ui.define([
595
577
  };
596
578
 
597
579
  ElementsPanel.prototype._setScene = function(scene) {
598
- this._scene = (this._isECAD(scene) ? scene : null);
580
+ this._scene = scene?.isECADScene() ? scene : null;
599
581
  this.refresh();
600
582
  };
601
583
 
602
- ElementsPanel.prototype._isECAD = function(scene) {
603
- if (!scene) {
604
- return false;
605
- }
606
- const metadata = scene.getSceneMetadata();
607
- const data = metadata?.find((el) => el.category === "ecad" && el.tag === "version" && el.value === "8");
608
- return !!data;
609
- };
610
-
611
584
  ElementsPanel.prototype._getVisibility = function(element) {
612
585
  if (element.hiddenParts.size === 0) {
613
586
  return VisibilityType.Visible;
@@ -981,7 +954,7 @@ sap.ui.define([
981
954
  };
982
955
 
983
956
  // Currently there is no way to programmatically update
984
- // text next to Go button, it's a FitlerBar bug,
957
+ // text next to Go button, it's a FilterBar bug,
985
958
  // so check for private function and call it
986
959
  ElementsPanel.prototype._updateFilterBarToolbarText = function() {
987
960
  this._filterBar._updateToolbarText?.();
@@ -12,18 +12,14 @@ sap.ui.define([
12
12
  "sap/m/Label",
13
13
  "sap/m/Table",
14
14
  "sap/m/Column",
15
- "sap/m/ScrollContainer",
16
15
  "sap/m/ColumnListItem",
17
16
  "sap/m/plugins/ColumnResizer",
18
- "sap/ui/core/Core",
19
17
  "sap/ui/core/Control",
20
18
  "sap/ui/core/Element",
21
19
  "sap/ui/core/Icon",
22
20
  "sap/ui/core/library",
23
21
  "sap/ui/model/json/JSONModel",
24
22
  "../Core",
25
- "../library",
26
- "../ViewStateManager",
27
23
  "./VisibilityType",
28
24
  "../getResourceBundle",
29
25
  "sap/m/library"
@@ -36,18 +32,14 @@ sap.ui.define([
36
32
  Label,
37
33
  Table,
38
34
  Column,
39
- ScrollContainer,
40
35
  ColumnListItem,
41
36
  ColumnResizer,
42
- Core,
43
37
  Control,
44
38
  Element,
45
39
  Icon,
46
40
  Library,
47
41
  JSONModel,
48
42
  vkCore,
49
- vkLibrary,
50
- ViewStateManager,
51
43
  VisibilityType,
52
44
  getResourceBundle,
53
45
  SapMLibrary
@@ -66,7 +58,7 @@ sap.ui.define([
66
58
  * @extends sap.ui.core.Control
67
59
  *
68
60
  * @author SAP SE
69
- * @version 1.138.0
61
+ * @version 1.139.0
70
62
  *
71
63
  * @constructor
72
64
  * @public
@@ -232,7 +224,7 @@ sap.ui.define([
232
224
  new Column({
233
225
  minScreenWidth: "10rem",
234
226
  hAlign: Library.TextAlign.Begin,
235
- header: new Label({ text: getResourceBundle().getText("LAYERS_PANEL__NAME_COLUMN") })
227
+ header: new Label({ text: getResourceBundle().getText("LAYERS_PANEL_NAME_COLUMN") })
236
228
 
237
229
  }),
238
230
  new Column({
@@ -290,12 +282,11 @@ sap.ui.define([
290
282
  this._skipEvent = false;
291
283
  };
292
284
 
293
- LayersPanel.prototype.destroy = function() {
294
- if (Control.prototype.destroy) {
295
- Control.prototype.destroy.apply(this);
296
- }
285
+ LayersPanel.prototype.exit = function() {
297
286
  this._model.destroy();
298
287
  this._model = null;
288
+
289
+ Control.prototype.exit?.apply(this);
299
290
  };
300
291
 
301
292
  LayersPanel.prototype.getControl = function() {
@@ -304,7 +295,8 @@ sap.ui.define([
304
295
 
305
296
  LayersPanel.prototype.refresh = function() {
306
297
  if (!this._scene || !this._manager) {
307
- this._model.setData([]);
298
+ // This method may be called indirectly from the exit method after _model is destroyed
299
+ this._model?.setData([]);
308
300
  return;
309
301
  }
310
302
  // scan the tree and collect layers info
@@ -332,19 +324,10 @@ sap.ui.define([
332
324
  };
333
325
 
334
326
  LayersPanel.prototype._setScene = function(scene) {
335
- this._scene = (this._isECAD(scene) ? scene : null);
327
+ this._scene = scene?.isECADScene() ? scene : null;
336
328
  this.refresh();
337
329
  };
338
330
 
339
- LayersPanel.prototype._isECAD = function(scene) {
340
- if (!scene) {
341
- return false;
342
- }
343
- const metadata = scene.getSceneMetadata();
344
- const data = metadata?.find((el) => el.category === "ecad" && el.tag === "version" && el.value === "8");
345
- return !!data;
346
- };
347
-
348
331
  LayersPanel.prototype._extractLayersIndex = function() {
349
332
  const index = new Map();
350
333
  const metadata = this._scene.getSceneMetadata();
@@ -84,7 +84,8 @@ SCENETREE_VISIBILITYSTATEVISIBLEALL=Click to hide all
84
84
  SCENETREE_VISIBILITYSTATEHIDDENALL=Click to show all
85
85
  #XTOL: Tooltip for tree item selection state selected
86
86
  SCENETREE_SELECTIONSTATESELECTED=Selected
87
-
87
+ #XMSG: The number of selected items in the tree control. Placeholder {0} contains the number.
88
+ SCENETREE_SELECTED_SCENE_TREE_ITEM_INFO=Selected: {0}
88
89
 
89
90
  #XTOL: Tooltip for fullscreen button
90
91
  CONTAINERBASE_FULLSCREEN=Full Screen
@@ -668,71 +669,72 @@ ELEMENTS_BUTTONTOOLTIP=Elements
668
669
  #XTOL: Show/hide all hotspots toogle toolbar button tooltip
669
670
  TOGGLE_HOTSPOTS_BUTTONTOOLTIP = Toggle Hotspots
670
671
 
671
- #XTOL: Text for Show Layers button in LayersPanel
672
+ #XMSG: Text to show when layers table has no layers
672
673
  LAYERS_PANEL_NO_DATA=No layers
673
- #XTOL: Text for Show Layers button in LayersPanel
674
+ #XBUT: Button caption for showing layers
674
675
  LAYERS_PANEL_SHOW_BUTTON=Show
675
- #XTOL: Tooltip for for Show Layers button in LayersPanel
676
- LAYERS_PANEL_SHOW_BUTTON_TOOLTIP=Show Layer(s)
677
- #XTOL: Text for Hide Layers button in LayersPanel
676
+ #XTOL: Button tooltip for showing layers
677
+ LAYERS_PANEL_SHOW_BUTTON_TOOLTIP=Show elements of selected layers
678
+ #XBUT: Button caption for hiding layers
678
679
  LAYERS_PANEL_HIDE_BUTTON=Hide
679
- #XTOL: Tooltip for for Hide Layers button in LayersPanel
680
- LAYERS_PANEL_HIDE_BUTTON_TOOLTIP=Hide Layer(s)
681
- #XTOL: Text for Name column in LayersPanel table
682
- LAYERS_PANEL__NAME_COLUMN=Name
683
- #XTOL: Text for Visible column in LayersPanel table
684
- LAYERS_PANEL_VISIBLE_COLUMN=Visible
685
- #XTOL: Tooltip for for Visible column icon in visible state
686
- LAYERS_PANEL_VISIBLE_COLUMN_VISIBLE_TOOLTIP=Visible layer
687
- #XTOL: Tooltip for for Visible column icon in partially visible state
688
- LAYERS_PANEL_VISIBLE_COLUMN_PARTIAL_TOOLTIP=Partially visible layer
689
- #XTOL: Tooltip for for Visible column icon in partially visible state
690
- LAYERS_PANEL_VISIBLE_COLUMN_HIDDEN_TOOLTIP=Hidden layer
691
-
692
- #XTOL: Text for Show Layers button in LayersPanel
680
+ #XTOL: Button tooltip for hiding layers
681
+ LAYERS_PANEL_HIDE_BUTTON_TOOLTIP=Hide elements of selected layers
682
+ #XTIT: Column header for name of the layer
683
+ LAYERS_PANEL_NAME_COLUMN=Name
684
+ #XTIT: Column header for visibility of the layer
685
+ LAYERS_PANEL_VISIBLE_COLUMN=Visibility
686
+ #XTOL: Tooltip for layer in visible state
687
+ LAYERS_PANEL_VISIBLE_COLUMN_VISIBLE_TOOLTIP=All elements are visible
688
+ #XTOL: Tooltip for layer in partially visible state
689
+ LAYERS_PANEL_VISIBLE_COLUMN_PARTIAL_TOOLTIP=Some elements are visible and some are hidden
690
+ #XTOL: Tooltip for layer in hidden state
691
+ LAYERS_PANEL_VISIBLE_COLUMN_HIDDEN_TOOLTIP=All elements are hidden
692
+
693
+ #XMSG: Text to show when elements panel has no elements
693
694
  ELEMENTS_PANEL_NO_DATA=No elements
694
- #XTOL: Text for Show Element button in ElementsPanel
695
+ #XBUT: Button caption for showing elements
695
696
  ELEMENTS_PANEL_SHOW_BUTTON=Show
696
- #XTOL: Tooltip for for Show Elements button in ElementsPanel
697
- ELEMENTS_PANEL_SHOW_BUTTON_TOOLTIP=Show Element(s)
698
- #XTOL: Text for Hide Elements button in ElementsPanel
697
+ #XTOL: Button tooltip for showing elements
698
+ ELEMENTS_PANEL_SHOW_BUTTON_TOOLTIP=Show elements in the viewport
699
+ #XBUT: Button caption for hiding elements
699
700
  ELEMENTS_PANEL_HIDE_BUTTON=Hide
700
- #XTOL: Tooltip for for Hide Elements button in ElementsPanel
701
- ELEMENTS_PANEL_HIDE_BUTTON_TOOLTIP=Hide Element(s)
702
- #XTOL: Tooltip for for Settings button in ElementsPanel
701
+ #XTOL: Button tooltip for hiding elements
702
+ ELEMENTS_PANEL_HIDE_BUTTON_TOOLTIP=Hide elements in the viewport
703
+ #XTOL: Button tooltip for settings of elements table
703
704
  ELEMENTS_PANEL_SETTINGS_BUTTON_TOOLTIP=Elements panel settings
704
- #XTOL: Text for Installation Point column in ElementsPanel table. Key is misnamed, will rename in a later release.
705
+ #XTIT: Column header for installation point or identifier of an element
705
706
  ELEMENTS_PANEL_NAME_COLUMN=Installation Point
706
- #XTOL: Text for Type column in ElementsPanel table
707
+ #XTIT: Column header for type of an element
707
708
  ELEMENTS_PANEL_TYPE_COLUMN=Type
708
- #XTOL: Text for Device Reference column in ElementsPanel table
709
+ #XTIT: Column header for device reference or external identifier of an element
709
710
  ELEMENTS_PANEL_DEVICE_REFERENCE_COLUMN=Device Reference
710
- #XTOL: Text for Visible column in ElementsPanel table
711
- ELEMENTS_PANEL_VISIBLE_COLUMN=Visible
712
- #XTOL: Tooltip for for Visible column icon in visible state
711
+ #XTIT: Column header for visibility of an elements
712
+ ELEMENTS_PANEL_VISIBLE_COLUMN=Visibility
713
+ #XTOL: Tooltip for element in visible state
713
714
  ELEMENTS_PANEL_VISIBLE_COLUMN_VISIBLE_TOOLTIP=Visible element
714
- #XTOL: Tooltip for for Visible column icon in partially visible state
715
+ #XTOL: Tooltip for element in partially visible state
715
716
  ELEMENTS_PANEL_VISIBLE_COLUMN_PARTIAL_TOOLTIP=Partially visible element
716
- #XTOL: Tooltip for for Visible column icon in partially visible state
717
+ #XTOL: Tooltip for element in hidden state
717
718
  ELEMENTS_PANEL_VISIBLE_COLUMN_HIDDEN_TOOLTIP=Hidden element
718
- #XTOL: Text for Component type in ElementsPanel
719
+
720
+ #XSEL: Text for element type: component (like capacitor, resistor, diod etc.. on PCB board)
719
721
  ELEMENTS_PANEL_TYPE_COMPONENT=Component
720
- #XTOL: Text for Net type in ElementsPanel
722
+ #XSEL: Text for element type: net (or copper route on PCB board)
721
723
  ELEMENTS_PANEL_TYPE_NET=Net
722
- #XTOL: Text for Unknown type in ElementsPanel
724
+ #XTOL: Text for unknown element type
723
725
  ELEMENTS_PANEL_TYPE_UNKNOWN=Unknown
724
- #XTOL: Text for Type filter label
726
+ #XFLD: Caption for element type filter in filter bar
725
727
  TYPE_FILTER_LABEL=Type
726
- #XTOL: Text for Device Reference filter label
728
+ #XFLD: Caption for component device reference (or external identifier) filter in filter bar
727
729
  DEVICE_REF_FILTER_LABEL=Device Reference
728
- #XTOL: Text for Installation Point filter label. Key is misnamed, will rename in a later release.
730
+ #XFLD: Caption for installation point (or identifier) filter in filter bar
729
731
  REFDES_FILTER_LABEL=Installation Point
730
732
 
731
- #XTOL: Text for Rotate board CW button in DrawerToolbar
733
+ #XTOL: Button tooltip for clockwise rotate of PCB board
732
734
  ROTATE_BOARD_CW=Rotate board clockwise
733
- #XTOL: Text for Rotate board CCW button in DrawerToolbar
735
+ #XTOL: Button tooltip for counterclockwise rotate of PCB board
734
736
  ROTATE_BOARD_CCW=Rotate board counter clockwise
735
- #XTOL: Text for Flip Board button in DrawerToolbar
737
+ #XTOL: Button tooltip for flip PCB board horizontally, to see other board side
736
738
  FLIP_BOARD=Flip board horizontally
737
739
 
738
740
 
@@ -378,28 +378,41 @@ ELEMENTS_BUTTONTOOLTIP=\u0627\u0644\u0639\u0646\u0627\u0635\u0631
378
378
 
379
379
  TOGGLE_HOTSPOTS_BUTTONTOOLTIP=\u062A\u0628\u062F\u064A\u0644 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0641\u0639\u0627\u0644\u0629
380
380
 
381
+ LAYERS_PANEL_NO_DATA=\u0644\u0627 \u062A\u0648\u062C\u062F \u0637\u0628\u0642\u0627\u062A
381
382
  LAYERS_PANEL_SHOW_BUTTON=\u0625\u0638\u0647\u0627\u0631
382
- LAYERS_PANEL_SHOW_BUTTON_TOOLTIP=\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0637\u0628\u0642\u0629 (\u0627\u0644\u0637\u0628\u0642\u0627\u062A)
383
+ LAYERS_PANEL_SHOW_BUTTON_TOOLTIP=\u0625\u0638\u0647\u0627\u0631 \u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0637\u0628\u0642\u0627\u062A \u0627\u0644\u0645\u062D\u062F\u062F\u0629
383
384
  LAYERS_PANEL_HIDE_BUTTON=\u0625\u062E\u0641\u0627\u0621
384
- LAYERS_PANEL_HIDE_BUTTON_TOOLTIP=\u0625\u062E\u0641\u0627\u0621 \u0627\u0644\u0637\u0628\u0642\u0629 (\u0627\u0644\u0637\u0628\u0642\u0627\u062A)
385
- LAYERS_PANEL__NAME_COLUMN=\u0627\u0644\u0627\u0633\u0645
386
- LAYERS_PANEL_VISIBLE_COLUMN=\u0645\u0631\u0626\u064A
387
- LAYERS_PANEL_VISIBLE_COLUMN_VISIBLE_TOOLTIP=\u0637\u0628\u0642\u0629 \u0645\u0631\u0626\u064A\u0629
388
- LAYERS_PANEL_VISIBLE_COLUMN_PARTIAL_TOOLTIP=\u0637\u0628\u0642\u0629 \u0645\u0631\u0626\u064A\u0629 \u062C\u0632\u0626\u064A\u064B\u0627
389
- LAYERS_PANEL_VISIBLE_COLUMN_HIDDEN_TOOLTIP=\u0637\u0628\u0642\u0629 \u0645\u062E\u0641\u064A\u0629
390
-
385
+ LAYERS_PANEL_HIDE_BUTTON_TOOLTIP=\u0625\u062E\u0641\u0627\u0621 \u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0637\u0628\u0642\u0627\u062A \u0627\u0644\u0645\u062D\u062F\u062F\u0629
386
+ LAYERS_PANEL_NAME_COLUMN=\u0627\u0644\u0627\u0633\u0645
387
+ LAYERS_PANEL_VISIBLE_COLUMN=\u0627\u0644\u0631\u0624\u064A\u0629
388
+ LAYERS_PANEL_VISIBLE_COLUMN_VISIBLE_TOOLTIP=\u062C\u0645\u064A\u0639 \u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0645\u0631\u0626\u064A\u0629
389
+ LAYERS_PANEL_VISIBLE_COLUMN_PARTIAL_TOOLTIP=\u0628\u0639\u0636 \u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0645\u0631\u0626\u064A\u0629 \u0648\u0627\u0644\u0628\u0639\u0636 \u0645\u062E\u0641\u064A
390
+ LAYERS_PANEL_VISIBLE_COLUMN_HIDDEN_TOOLTIP=\u062C\u0645\u064A\u0639 \u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0645\u062E\u0641\u064A\u0629
391
+
392
+ ELEMENTS_PANEL_NO_DATA=\u0644\u0627 \u062A\u0648\u062C\u062F \u0639\u0646\u0627\u0635\u0631
391
393
  ELEMENTS_PANEL_SHOW_BUTTON=\u0625\u0638\u0647\u0627\u0631
392
- ELEMENTS_PANEL_SHOW_BUTTON_TOOLTIP=\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0639\u0646\u0635\u0631 (\u0627\u0644\u0639\u0646\u0627\u0635\u0631)
394
+ ELEMENTS_PANEL_SHOW_BUTTON_TOOLTIP=\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0641\u064A \u0645\u0646\u0641\u0630 \u0627\u0644\u0639\u0631\u0636
393
395
  ELEMENTS_PANEL_HIDE_BUTTON=\u0625\u062E\u0641\u0627\u0621
394
- ELEMENTS_PANEL_HIDE_BUTTON_TOOLTIP=\u0625\u062E\u0641\u0627\u0621 \u0627\u0644\u0639\u0646\u0635\u0631 (\u0627\u0644\u0639\u0646\u0627\u0635\u0631)
396
+ ELEMENTS_PANEL_HIDE_BUTTON_TOOLTIP=\u0625\u062E\u0641\u0627\u0621 \u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0641\u064A \u0645\u0646\u0641\u0630 \u0627\u0644\u0639\u0631\u0636
395
397
  ELEMENTS_PANEL_SETTINGS_BUTTON_TOOLTIP=\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0644\u0648\u062D\u0629 \u0627\u0644\u0639\u0646\u0627\u0635\u0631
396
- ELEMENTS_PANEL_NAME_COLUMN=\u0645\u062D\u062F\u0651\u0650\u062F \u0645\u0631\u062C\u0639\u064A
398
+ ELEMENTS_PANEL_NAME_COLUMN=\u0646\u0642\u0637\u0629 \u0627\u0644\u062A\u062B\u0628\u064A\u062A
397
399
  ELEMENTS_PANEL_TYPE_COLUMN=\u0627\u0644\u0646\u0648\u0639
398
400
  ELEMENTS_PANEL_DEVICE_REFERENCE_COLUMN=\u0645\u0631\u062C\u0639 \u0627\u0644\u062C\u0647\u0627\u0632
399
- ELEMENTS_PANEL_VISIBLE_COLUMN=\u0645\u0631\u0626\u064A
401
+ ELEMENTS_PANEL_VISIBLE_COLUMN=\u0627\u0644\u0631\u0624\u064A\u0629
400
402
  ELEMENTS_PANEL_VISIBLE_COLUMN_VISIBLE_TOOLTIP=\u0639\u0646\u0635\u0631 \u0645\u0631\u0626\u064A
401
403
  ELEMENTS_PANEL_VISIBLE_COLUMN_PARTIAL_TOOLTIP=\u0639\u0646\u0635\u0631 \u0645\u0631\u0626\u064A \u062C\u0632\u0626\u064A\u064B\u0627
402
404
  ELEMENTS_PANEL_VISIBLE_COLUMN_HIDDEN_TOOLTIP=\u0639\u0646\u0635\u0631 \u0645\u062E\u0641\u064A
403
405
  ELEMENTS_PANEL_TYPE_COMPONENT=\u0627\u0644\u0645\u0643\u0648\u0646
404
406
  ELEMENTS_PANEL_TYPE_NET=\u0635\u0627\u0641\u064A
405
407
  ELEMENTS_PANEL_TYPE_UNKNOWN=\u063A\u064A\u0631 \u0645\u0639\u0631\u0648\u0641
408
+ TYPE_FILTER_LABEL=\u0627\u0644\u0646\u0648\u0639
409
+ DEVICE_REF_FILTER_LABEL=\u0645\u0631\u062C\u0639 \u0627\u0644\u062C\u0647\u0627\u0632
410
+ REFDES_FILTER_LABEL=\u0646\u0642\u0637\u0629 \u0627\u0644\u062A\u062B\u0628\u064A\u062A
411
+
412
+ ROTATE_BOARD_CW=\u062A\u062F\u0648\u064A\u0631 \u0644\u0648\u062D\u0629 \u0628\u0627\u062A\u062C\u0627\u0647 \u0639\u0642\u0627\u0631\u0628 \u0627\u0644\u0633\u0627\u0639\u0629
413
+ ROTATE_BOARD_CCW=\u062A\u062F\u0648\u064A\u0631 \u0639\u062F\u0627\u062F \u0627\u0644\u0644\u0648\u062D\u0627\u062A \u0628\u0627\u062A\u062C\u0627\u0647 \u0639\u0642\u0627\u0631\u0628 \u0627\u0644\u0633\u0627\u0639\u0629
414
+ FLIP_BOARD=\u0642\u0644\u0628 \u0627\u0644\u0644\u0648\u062D\u0629 \u0623\u0641\u0642\u064A\u064B\u0627
415
+
416
+
417
+ ENTER_FULLSCREEN=\u0628\u062F\u0621 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u0644\u0621 \u0627\u0644\u0634\u0627\u0634\u0629
418
+ EXIT_FULLSCREEN=\u062E\u0631\u0648\u062C \u0645\u0646 \u0645\u0644\u0621 \u0627\u0644\u0634\u0627\u0634\u0629