bruce-models 4.7.3 → 4.7.4

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.
@@ -101,5 +101,5 @@ __exportStar(require("./plugin/plugin"), exports);
101
101
  __exportStar(require("./environment"), exports);
102
102
  __exportStar(require("./data-source/data-source"), exports);
103
103
  // This is updated with the package.json version on build.
104
- exports.VERSION = "4.7.3";
104
+ exports.VERSION = "4.7.4";
105
105
  //# sourceMappingURL=bruce-models.js.map
@@ -83,4 +83,4 @@ export * from "./internal/uploader";
83
83
  export * from "./plugin/plugin";
84
84
  export * from "./environment";
85
85
  export * from "./data-source/data-source";
86
- export declare const VERSION = "4.7.3";
86
+ export declare const VERSION = "4.7.4";
@@ -21,7 +21,8 @@ export declare namespace ProjectViewSelection {
21
21
  * This is the Nextspace default entity details panel.
22
22
  */
23
23
  interface IActionInfoView {
24
- tabs?: ("SUMMARY" | "RELATIONSHIPS" | "FILES" | "MEDIA" | "COMMENTS" | "GRAPHICS" | "LODS")[];
24
+ tabs?: ("SUMMARY" | "ATTRIBUTES" | "RELATIONSHIPS" | "FILES" | "MEDIA" | "COMMENTS" | "GRAPHICS" | "LODS")[];
25
+ dataVersion?: number;
25
26
  }
26
27
  /**
27
28
  * These are the params related to the "custom-form" action.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bruce-models",
3
- "version": "4.7.3",
3
+ "version": "4.7.4",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "main": "dist/bruce-models.umd.js",