@bimdata/viewer 2.6.0-beta.18 → 2.6.0-beta.19

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.
@@ -39133,7 +39133,7 @@ const zAe = /* @__PURE__ */ MB(_0t), U0t = Object.freeze({
39133
39133
  },
39134
39134
  valueType: {
39135
39135
  type: String,
39136
- default: "string"
39136
+ default: "IfcText"
39137
39137
  },
39138
39138
  units: {
39139
39139
  type: [String, Number, Boolean],
@@ -39179,7 +39179,7 @@ const zAe = /* @__PURE__ */ MB(_0t), U0t = Object.freeze({
39179
39179
  });
39180
39180
  },
39181
39181
  isIfcTypeFormatValid(t) {
39182
- switch (this.valueType) {
39182
+ switch (this.types[this.valueType]) {
39183
39183
  case "decimal_number": {
39184
39184
  const e = +t;
39185
39185
  return !isNaN(e) && typeof e == "number";
@@ -170293,7 +170293,7 @@ let wvi = class {
170293
170293
  );
170294
170294
  }
170295
170295
  };
170296
- const Evi = "@bimdata/viewer", vvi = "module", bvi = "2.6.0-beta.18", xvi = "A customizable BIM viewer.", Svi = [
170296
+ const Evi = "@bimdata/viewer", vvi = "module", bvi = "2.6.0-beta.19", xvi = "A customizable BIM viewer.", Svi = [
170297
170297
  "bim",
170298
170298
  "viewer",
170299
170299
  "bimdata",