bruce-models 3.4.0 → 3.4.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.
@@ -94,5 +94,5 @@ __exportStar(require("./internal/uploader"), exports);
94
94
  __exportStar(require("./plugin/plugin"), exports);
95
95
  __exportStar(require("./environment"), exports);
96
96
  __exportStar(require("./data-source/data-source"), exports);
97
- exports.VERSION = "3.4.0";
97
+ exports.VERSION = "3.4.1";
98
98
  //# sourceMappingURL=bruce-models.js.map
@@ -77,4 +77,4 @@ export * from "./internal/uploader";
77
77
  export * from "./plugin/plugin";
78
78
  export * from "./environment";
79
79
  export * from "./data-source/data-source";
80
- export declare const VERSION = "3.4.0";
80
+ export declare const VERSION = "3.4.1";
@@ -59,7 +59,7 @@ export declare namespace CustomFormContent {
59
59
  * Thermometer = rectangle that fills up based on the value, but has a thermometer shape.
60
60
  * Needle Gauge = a gauge that fills up based on the value. Similar look to a speedometer.
61
61
  */
62
- type: "BAR" | "BATTERY" | "THERMOMETER" | "NEEDLE_GAUGE";
62
+ type: "BAR" | "BATTERY" | "THERMOMETER" | "NEEDLE_GAUGE" | "LARGE_NUMBER" | "ON_OFF_SWITCH";
63
63
  minValue?: number;
64
64
  minValueAttrPath?: string;
65
65
  maxValue?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bruce-models",
3
- "version": "3.4.0",
3
+ "version": "3.4.1",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "main": "dist/bruce-models.umd.js",