bruce-models 4.5.0 → 4.5.1

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.
@@ -100,5 +100,5 @@ __exportStar(require("./plugin/plugin"), exports);
100
100
  __exportStar(require("./environment"), exports);
101
101
  __exportStar(require("./data-source/data-source"), exports);
102
102
  // This is updated with the package.json version on build.
103
- exports.VERSION = "4.5.0";
103
+ exports.VERSION = "4.5.1";
104
104
  //# sourceMappingURL=bruce-models.js.map
@@ -82,4 +82,4 @@ export * from "./internal/uploader";
82
82
  export * from "./plugin/plugin";
83
83
  export * from "./environment";
84
84
  export * from "./data-source/data-source";
85
- export declare const VERSION = "4.5.0";
85
+ export declare const VERSION = "4.5.1";
@@ -27,8 +27,8 @@ export declare namespace EntityTableView {
27
27
  type: "ATTRIBUTE" | "TEXT" | "NAME" | "CALCULATOR";
28
28
  calcType?: "COLOR" | "NUMBER" | "TEXT" | "FONT_AWESOME_ICON";
29
29
  calcValue?: Calculator.IField[];
30
- calcFontIconColor?: Calculator.IField[];
31
- calcFontIconBgColor?: Calculator.IField[];
30
+ calcIconColor?: Calculator.IField[];
31
+ calcIconBgColor?: Calculator.IField[];
32
32
  }
33
33
  /**
34
34
  * Returns a record matching the given viewId.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bruce-models",
3
- "version": "4.5.0",
3
+ "version": "4.5.1",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "main": "dist/bruce-models.umd.js",