@dangl/angular-ava 1.5.2-beta0091 → 1.5.2-beta0092
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.
|
@@ -39,12 +39,12 @@ var ModeViewType;
|
|
|
39
39
|
|
|
40
40
|
// This file is automatically generated as part of the build process
|
|
41
41
|
const version = {
|
|
42
|
-
version: "1.5.2-
|
|
43
|
-
commitInfo: "Branch.develop.Sha.
|
|
44
|
-
commitDate: "2026-04-
|
|
45
|
-
commitHash: "
|
|
46
|
-
informationalVersion: "1.5.2-beta.
|
|
47
|
-
buildDateUtc: new Date(Date.UTC(2026, 3,
|
|
42
|
+
version: "1.5.2-beta0092",
|
|
43
|
+
commitInfo: "Branch.develop.Sha.52dc0061a6344aee7899d3b1cdd33cad2b4dd46f",
|
|
44
|
+
commitDate: "2026-04-28",
|
|
45
|
+
commitHash: "52dc0061a6344aee7899d3b1cdd33cad2b4dd46f",
|
|
46
|
+
informationalVersion: "1.5.2-beta.92+Branch.develop.Sha.52dc0061a6344aee7899d3b1cdd33cad2b4dd46f",
|
|
47
|
+
buildDateUtc: new Date(Date.UTC(2026, 3, 28, 14, 38, 23))
|
|
48
48
|
};
|
|
49
49
|
|
|
50
50
|
class TreeHoverTooltipService {
|
|
@@ -2250,7 +2250,6 @@ class TreeNodeComponent {
|
|
|
2250
2250
|
return true;
|
|
2251
2251
|
}
|
|
2252
2252
|
}
|
|
2253
|
-
console.log('not found');
|
|
2254
2253
|
return false;
|
|
2255
2254
|
}
|
|
2256
2255
|
/** Force-refresh displayList from the underlying elementList for this node and all children. */
|