@bimdata/bcf-components 2.0.0-rc.1 → 2.0.0-rc.2

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.
@@ -4289,7 +4289,7 @@ var render = function() {
4289
4289
  return [_c("UserAvatar", { staticStyle: { "margin": "auto" }, attrs: { "user": creator || {}, "size": 30, "color": "silver-light" } })];
4290
4290
  } }, { key: "cell-date", fn: function(ref2) {
4291
4291
  var bcfTopic = ref2.row;
4292
- return [_vm._v(" " + _vm._s(_vm.deserializeShort(bcfTopic.creationDate)) + " ")];
4292
+ return [_vm._v(" " + _vm._s(_vm.deserializeShort(bcfTopic.creation_date)) + " ")];
4293
4293
  } }, { key: "cell-actions", fn: function(ref2) {
4294
4294
  var bcfTopic = ref2.row;
4295
4295
  return [_c("BcfTopicActionsCell", { attrs: { "bcfTopic": bcfTopic }, on: { "open-bcf-topic": function($event) {
@@ -5046,7 +5046,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
5046
5046
  }, null, 8, ["user"])
5047
5047
  ]),
5048
5048
  "cell-date": withCtx(({ row: bcfTopic }) => [
5049
- createTextVNode(toDisplayString($setup.deserializeShort(bcfTopic.creationDate)), 1)
5049
+ createTextVNode(toDisplayString($setup.deserializeShort(bcfTopic.creation_date)), 1)
5050
5050
  ]),
5051
5051
  "cell-actions": withCtx(({ row: bcfTopic }) => [
5052
5052
  createVNode(_component_BcfTopicActionsCell, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bimdata/bcf-components",
3
- "version": "2.0.0-rc.1",
3
+ "version": "2.0.0-rc.2",
4
4
  "files": [
5
5
  "dist",
6
6
  "vue2-plugin.js",