web-mojo 2.1.972 → 2.1.974

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.
@@ -1,2 +1,2 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./chunks/MetricsMiniChartWidget-G_1X9X34.js"),r=require("./chunks/WebApp-CHQGiAAs.js");exports.BaseChart=e.BaseChart,exports.MetricsChart=e.MetricsChart,exports.MetricsMiniChart=e.MetricsMiniChart,exports.MetricsMiniChartWidget=e.MetricsMiniChartWidget,exports.MiniChart=e.MiniChart,exports.PieChart=e.PieChart,exports.SeriesChart=e.SeriesChart,exports.BUILD_TIME=r.BUILD_TIME,exports.VERSION=r.VERSION,exports.VERSION_INFO=r.VERSION_INFO,exports.VERSION_MAJOR=r.VERSION_MAJOR,exports.VERSION_MINOR=r.VERSION_MINOR,exports.VERSION_REVISION=r.VERSION_REVISION,exports.WebApp=r.WebApp;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./chunks/MetricsMiniChartWidget-G_1X9X34.js"),r=require("./chunks/WebApp-Bk7vjOB1.js");exports.BaseChart=e.BaseChart,exports.MetricsChart=e.MetricsChart,exports.MetricsMiniChart=e.MetricsMiniChart,exports.MetricsMiniChartWidget=e.MetricsMiniChartWidget,exports.MiniChart=e.MiniChart,exports.PieChart=e.PieChart,exports.SeriesChart=e.SeriesChart,exports.BUILD_TIME=r.BUILD_TIME,exports.VERSION=r.VERSION,exports.VERSION_INFO=r.VERSION_INFO,exports.VERSION_MAJOR=r.VERSION_MAJOR,exports.VERSION_MINOR=r.VERSION_MINOR,exports.VERSION_REVISION=r.VERSION_REVISION,exports.WebApp=r.WebApp;
2
2
  //# sourceMappingURL=charts.cjs.js.map
package/dist/charts.es.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { B, M, b, c, a, P, S } from "./chunks/MetricsMiniChartWidget-Chz9EhOV.js";
2
- import { B as B2, a as a2, V, b as b2, c as c2, d, W } from "./chunks/WebApp-DUCaN_XP.js";
2
+ import { B as B2, a as a2, V, b as b2, c as c2, d, W } from "./chunks/WebApp-DMNMKCsV.js";
3
3
  export {
4
4
  B2 as BUILD_TIME,
5
5
  B as BaseChart,
@@ -3217,11 +3217,17 @@ class TableRow extends ListViewItem {
3217
3217
  const context = {
3218
3218
  value,
3219
3219
  row: this.model,
3220
+ // deprecate this
3221
+ model: this.model,
3220
3222
  column,
3221
3223
  table: this.tableView,
3222
3224
  index: this.index
3223
3225
  };
3224
- cell.innerHTML = column.formatter(value, context);
3226
+ try {
3227
+ cell.innerHTML = column.formatter(value, context);
3228
+ } catch (error) {
3229
+ console.error(`Error formatting cell for column ${column.key}:`, error);
3230
+ }
3225
3231
  }
3226
3232
  }
3227
3233
  });
@@ -4585,7 +4591,7 @@ class TableView extends ListView {
4585
4591
  });
4586
4592
  if (confirmed) {
4587
4593
  await event.model.destroy();
4588
- this.collection.remove(event.model);
4594
+ this.collection.fetch();
4589
4595
  }
4590
4596
  }
4591
4597
  /**
@@ -7135,4 +7141,4 @@ export {
7135
7141
  FileForms as y,
7136
7142
  IncidentEventList as z
7137
7143
  };
7138
- //# sourceMappingURL=ChatView-YZvI7k11.js.map
7144
+ //# sourceMappingURL=ChatView-CVywBJ_8.js.map