@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
|
@@ -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
|
-
/**
|
|
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
|
|
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;
|