bruce-models 0.9.1 → 0.9.2

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.
@@ -3852,6 +3852,16 @@
3852
3852
  EntityCoords.UnlinkCoords = UnlinkCoords;
3853
3853
  })(exports.EntityCoords || (exports.EntityCoords = {}));
3854
3854
 
3855
+ (function (EntityTypeVisualSettings) {
3856
+ let EAction;
3857
+ (function (EAction) {
3858
+ EAction["LeftClick"] = "LeftClick.CustomForm.ID";
3859
+ EAction["RightClick"] = "RightClick.CustomForm.ID";
3860
+ EAction["DoubleClick"] = "DoubleClick.CustomForm.ID";
3861
+ EAction["MouseHover"] = "MouseHover.CustomForm.ID";
3862
+ })(EAction = EntityTypeVisualSettings.EAction || (EntityTypeVisualSettings.EAction = {}));
3863
+ })(exports.EntityTypeVisualSettings || (exports.EntityTypeVisualSettings = {}));
3864
+
3855
3865
  (function (ClientFile) {
3856
3866
  function GetCacheKey(fileId) {
3857
3867
  return `${exports.Api.ECacheKey.ClientFile}${exports.Api.ECacheKey.Id}${fileId}`;