@meshmakers/octo-ui 3.4.910 → 3.4.930

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meshmakers/octo-ui",
3
- "version": "3.4.910",
3
+ "version": "3.4.930",
4
4
  "peerDependencies": {
5
5
  "@ngx-translate/core": "^17.0.0",
6
6
  "@angular/animations": "^22.0.0",
@@ -991,9 +991,13 @@ declare class RuntimeBrowserDataSource extends OctoGraphQlHierarchyDataSource<Br
991
991
  private buildEntityTreeItems;
992
992
  /** Stable tree-node id for an association group node. */
993
993
  private buildGroupNodeId;
994
- /** Resolves the display label of an entity from its name/displayName attributes. */
994
+ /**
995
+ * Resolves the display label of an entity: the engine-computed rtDisplayName (AB#4813).
996
+ * The backend guarantees a value ("<ckTypeId>@<rtId>" fallback when the CK type declares
997
+ * no displayNameRule).
998
+ */
995
999
  private extractDisplayName;
996
- /** Resolves the tooltip of an entity from its description attribute. */
1000
+ /** Resolves the tooltip of an entity: the engine-computed rtDisplayDescription. */
997
1001
  private extractTooltip;
998
1002
  /** Resolves the icon for a CK type, falling back to a generic entity icon. */
999
1003
  private resolveIcon;