@bimdata/bcf-components 1.1.0-rc.31 → 1.1.0-rc.32

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.
@@ -36,6 +36,11 @@ function serialize(date) {
36
36
  function deserialize$1(date) {
37
37
  return date.toISOString().split("T")[0].split("-").reverse().join("/");
38
38
  }
39
+ function deserializeShort(date) {
40
+ const a2 = date.toISOString().split("T")[0].split("-").reverse();
41
+ a2[2] = a2[2].slice(-2);
42
+ return a2.join("/");
43
+ }
39
44
  function validate(date) {
40
45
  if (!date) {
41
46
  return true;
@@ -825,7 +830,7 @@ var _export_sfc = (sfc, props) => {
825
830
  function getSelectOptions(list) {
826
831
  return Array.from(new Set(list)).sort((a2, b2) => a2.localeCompare(b2, void 0, { sensitivity: "base" }));
827
832
  }
828
- const _sfc_main$j = {
833
+ const _sfc_main$k = {
829
834
  components: {
830
835
  BIMDataButton: l,
831
836
  BIMDataIcon: ol$1,
@@ -896,21 +901,21 @@ const _sfc_main$j = {
896
901
  };
897
902
  }
898
903
  };
899
- const _hoisted_1$g = { class: "bcf-filters" };
900
- const _hoisted_2$e = { class: "bcf-filters__container" };
904
+ const _hoisted_1$h = { class: "bcf-filters" };
905
+ const _hoisted_2$f = { class: "bcf-filters__container" };
901
906
  const _hoisted_3$b = { class: "bcf-filters__container__header" };
902
907
  const _hoisted_4$a = { class: "bcf-filters__container__header__title" };
903
908
  const _hoisted_5$9 = { class: "bcf-filters__container__date" };
904
909
  const _hoisted_6$8 = { class: "example" };
905
910
  const _hoisted_7$8 = { class: "example" };
906
911
  const _hoisted_8$8 = { class: "bcf-filters__container__actions" };
907
- function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
912
+ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
908
913
  const _component_BIMDataIcon = resolveComponent("BIMDataIcon");
909
914
  const _component_BIMDataButton = resolveComponent("BIMDataButton");
910
915
  const _component_BIMDataSelect = resolveComponent("BIMDataSelect");
911
916
  const _component_BIMDataInput = resolveComponent("BIMDataInput");
912
917
  const _directive_click_away = resolveDirective("click-away");
913
- return withDirectives((openBlock(), createElementBlock("div", _hoisted_1$g, [
918
+ return withDirectives((openBlock(), createElementBlock("div", _hoisted_1$h, [
914
919
  createVNode(_component_BIMDataButton, {
915
920
  class: "bcf-filters__btn-toggle",
916
921
  disabled: $props.bcfTopics.length === 0,
@@ -934,7 +939,7 @@ function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
934
939
  }, 8, ["disabled", "onClick"]),
935
940
  createVNode(Transition, { name: "slide-fade-up" }, {
936
941
  default: withCtx(() => [
937
- withDirectives(createElementVNode("div", _hoisted_2$e, [
942
+ withDirectives(createElementVNode("div", _hoisted_2$f, [
938
943
  createElementVNode("div", _hoisted_3$b, [
939
944
  createElementVNode("div", _hoisted_4$a, toDisplayString(_ctx.$t("BcfComponents.BcfFilters.filtersTitle")), 1),
940
945
  createVNode(_component_BIMDataButton, {
@@ -1066,7 +1071,7 @@ function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
1066
1071
  [_directive_click_away, $setup.close]
1067
1072
  ]);
1068
1073
  }
1069
- var BcfFilters = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["render", _sfc_render$j], ["__scopeId", "data-v-077f83aa"]]);
1074
+ var BcfFilters = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["render", _sfc_render$k], ["__scopeId", "data-v-077f83aa"]]);
1070
1075
  const colors = Object.freeze({
1071
1076
  bisque: "ffe4c4",
1072
1077
  orange: "ffa500",
@@ -1209,7 +1214,7 @@ x$5(".color-selector__line[data-v-dd521886] {\n display: -webkit-box;\n displa
1209
1214
  return openBlock(), createBlock(f2, { class: "color-selector" }, { content: withCtx(() => [(openBlock(true), createElementBlock(Fragment, null, renderList(p2.colorLines, (o3, t2) => (openBlock(), createElementBlock("div", { class: "color-selector__line", key: "colorLine" + t2 }, [(openBlock(true), createElementBlock(Fragment, null, renderList(o3, ([o4, l2], s2) => (openBlock(), createElementBlock("div", { class: normalizeClass(["color-selector__line__element", { selected: l2 === e2.modelValue }]), key: `colorElement${s2}ofColorLine${t2}`, style: normalizeStyle("background-color: #" + l2), title: o4, onClick: (r) => a2.$emit("update:modelValue", l2) }, null, 14, N$4))), 128))]))), 128))]), _: 1 });
1210
1215
  }, I$4.__scopeId = "data-v-dd521886", I$4.__file = "src/BIMDataComponents/BIMDataColorSelector/BIMDataColorSelector.vue";
1211
1216
  var SettingCardItem_scss_vue_type_style_index_0_src_scoped_true_lang = "";
1212
- const _sfc_main$i = {
1217
+ const _sfc_main$j = {
1213
1218
  components: {
1214
1219
  BIMDataButton: l,
1215
1220
  BIMDataColorSelector: I$4,
@@ -1285,22 +1290,22 @@ const _sfc_main$i = {
1285
1290
  };
1286
1291
  }
1287
1292
  };
1288
- const _hoisted_1$f = { class: "setting-card-item" };
1289
- const _hoisted_2$d = { key: 0 };
1293
+ const _hoisted_1$g = { class: "setting-card-item" };
1294
+ const _hoisted_2$e = { key: 0 };
1290
1295
  const _hoisted_3$a = { class: "setting-card-item__actions" };
1291
1296
  const _hoisted_4$9 = {
1292
1297
  key: 2,
1293
1298
  class: "setting-card-item__delete-guard"
1294
1299
  };
1295
1300
  const _hoisted_5$8 = { class: "flex items-center" };
1296
- function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
1301
+ function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
1297
1302
  const _component_BIMDataInput = resolveComponent("BIMDataInput");
1298
1303
  const _component_BIMDataIcon = resolveComponent("BIMDataIcon");
1299
1304
  const _component_BIMDataButton = resolveComponent("BIMDataButton");
1300
1305
  const _component_BIMDataColorSelector = resolveComponent("BIMDataColorSelector");
1301
1306
  const _directive_click_away = resolveDirective("click-away");
1302
- return openBlock(), createElementBlock("li", _hoisted_1$f, [
1303
- !$setup.editMode ? (openBlock(), createElementBlock("span", _hoisted_2$d, toDisplayString($props.extension[$setup.EXTENSION_FIELDS[$props.extensionType]]), 1)) : (openBlock(), createBlock(_component_BIMDataInput, {
1307
+ return openBlock(), createElementBlock("li", _hoisted_1$g, [
1308
+ !$setup.editMode ? (openBlock(), createElementBlock("span", _hoisted_2$e, toDisplayString($props.extension[$setup.EXTENSION_FIELDS[$props.extensionType]]), 1)) : (openBlock(), createBlock(_component_BIMDataInput, {
1304
1309
  key: 1,
1305
1310
  ref: "input",
1306
1311
  modelValue: $setup.extensionName,
@@ -1392,9 +1397,9 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
1392
1397
  ])) : createCommentVNode("", true)
1393
1398
  ]);
1394
1399
  }
1395
- var SettingCardItem = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["render", _sfc_render$i], ["__scopeId", "data-v-a9deb2b6"]]);
1400
+ var SettingCardItem = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["render", _sfc_render$j], ["__scopeId", "data-v-a9deb2b6"]]);
1396
1401
  var SettingCard_scss_vue_type_style_index_0_src_scoped_true_lang = "";
1397
- const _sfc_main$h = {
1402
+ const _sfc_main$i = {
1398
1403
  components: {
1399
1404
  BIMDataButton: l,
1400
1405
  BIMDataIcon: ol$1,
@@ -1456,8 +1461,8 @@ const _sfc_main$h = {
1456
1461
  };
1457
1462
  }
1458
1463
  };
1459
- const _hoisted_1$e = { class: "setting-card" };
1460
- const _hoisted_2$c = { class: "setting-card__header__text" };
1464
+ const _hoisted_1$f = { class: "setting-card" };
1465
+ const _hoisted_2$d = { class: "setting-card__header__text" };
1461
1466
  const _hoisted_3$9 = { class: "setting-card__header__icons" };
1462
1467
  const _hoisted_4$8 = {
1463
1468
  key: 0,
@@ -1467,17 +1472,17 @@ const _hoisted_5$7 = { class: "setting-card__subheader" };
1467
1472
  const _hoisted_6$7 = { class: "setting-card__add-form" };
1468
1473
  const _hoisted_7$7 = { class: "actions" };
1469
1474
  const _hoisted_8$7 = { class: "setting-card__content bimdata-list" };
1470
- function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
1475
+ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
1471
1476
  const _component_BIMDataIcon = resolveComponent("BIMDataIcon");
1472
1477
  const _component_BIMDataButton = resolveComponent("BIMDataButton");
1473
1478
  const _component_BIMDataInput = resolveComponent("BIMDataInput");
1474
1479
  const _component_SettingCardItem = resolveComponent("SettingCardItem");
1475
- return openBlock(), createElementBlock("div", _hoisted_1$e, [
1480
+ return openBlock(), createElementBlock("div", _hoisted_1$f, [
1476
1481
  createElementVNode("div", {
1477
1482
  class: "setting-card__header",
1478
1483
  onClick: _cache[0] || (_cache[0] = (...args) => $setup.toggle && $setup.toggle(...args))
1479
1484
  }, [
1480
- createElementVNode("div", _hoisted_2$c, toDisplayString(_ctx.$t(`BcfComponents.SettingCard.title.${$props.extensionType}`)), 1),
1485
+ createElementVNode("div", _hoisted_2$d, toDisplayString(_ctx.$t(`BcfComponents.SettingCard.title.${$props.extensionType}`)), 1),
1481
1486
  createElementVNode("div", _hoisted_3$9, [
1482
1487
  $props.availableExtensions ? (openBlock(), createElementBlock("div", _hoisted_4$8, toDisplayString($props.availableExtensions.length), 1)) : createCommentVNode("", true),
1483
1488
  createVNode(_component_BIMDataIcon, {
@@ -1563,9 +1568,9 @@ function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
1563
1568
  ])
1564
1569
  ]);
1565
1570
  }
1566
- var SettingCard = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["render", _sfc_render$h], ["__scopeId", "data-v-6b7af8f7"]]);
1571
+ var SettingCard = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["render", _sfc_render$i], ["__scopeId", "data-v-6b7af8f7"]]);
1567
1572
  var BcfSettings_scss_vue_type_style_index_0_src_scoped_true_lang = "";
1568
- const _sfc_main$g = {
1573
+ const _sfc_main$h = {
1569
1574
  components: {
1570
1575
  BIMDataButton: l,
1571
1576
  BIMDataIcon: ol$1,
@@ -1614,16 +1619,16 @@ const _sfc_main$g = {
1614
1619
  };
1615
1620
  }
1616
1621
  };
1617
- const _hoisted_1$d = { class: "bcf-settings" };
1618
- const _hoisted_2$b = { class: "bcf-settings__header" };
1622
+ const _hoisted_1$e = { class: "bcf-settings" };
1623
+ const _hoisted_2$c = { class: "bcf-settings__header" };
1619
1624
  const _hoisted_3$8 = { class: "bcf-settings__content" };
1620
1625
  const _hoisted_4$7 = { class: "bcf-settings__content__text" };
1621
- function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
1626
+ function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
1622
1627
  const _component_BIMDataIcon = resolveComponent("BIMDataIcon");
1623
1628
  const _component_BIMDataButton = resolveComponent("BIMDataButton");
1624
1629
  const _component_SettingCard = resolveComponent("SettingCard");
1625
- return openBlock(), createElementBlock("div", _hoisted_1$d, [
1626
- createElementVNode("div", _hoisted_2$b, [
1630
+ return openBlock(), createElementBlock("div", _hoisted_1$e, [
1631
+ createElementVNode("div", _hoisted_2$c, [
1627
1632
  createElementVNode("span", null, toDisplayString(_ctx.$t("BcfComponents.BcfSettings.title")), 1),
1628
1633
  createVNode(_component_BIMDataButton, {
1629
1634
  ghost: "",
@@ -1655,7 +1660,7 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
1655
1660
  ])
1656
1661
  ]);
1657
1662
  }
1658
- var BcfSettings = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["render", _sfc_render$g], ["__scopeId", "data-v-54aa64a7"]]);
1663
+ var BcfSettings = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["render", _sfc_render$h], ["__scopeId", "data-v-54aa64a7"]]);
1659
1664
  var u$3 = Object.freeze(["default", "primary", "secondary", "high", "success", "granite"]), m$6 = { name: "BIMDataButton", props: { width: { type: String, default: "32px" }, height: { type: String, default: "32px" }, fill: { type: Boolean, default: false }, outline: { type: Boolean, default: false }, ghost: { type: Boolean, default: false }, ripple: { type: Boolean, default: false }, radius: { type: Boolean, default: false }, square: { type: Boolean, default: false }, rounded: { type: Boolean, default: false }, icon: { type: Boolean, default: false }, color: { type: String, default: "default", validator: (n) => u$3.includes(n) } }, emits: ["click"], computed: { classes() {
1660
1665
  return { "bimdata-btn__icon": this.icon, "bimdata-btn__fill": this.fill, "bimdata-btn__outline": this.outline, "bimdata-btn__ghost": this.ghost, "bimdata-btn__ripple": this.ripple, "bimdata-btn__radius": this.radius, "bimdata-btn__square": this.square, "bimdata-btn__rounded": this.rounded, ["bimdata-btn__fill--" + this.color]: this.fill && this.color, ["bimdata-btn__outline--" + this.color]: this.outline && this.color, ["bimdata-btn__ghost--" + this.color]: this.ghost && this.color, ["bimdata-btn__ripple--" + this.color]: this.ripple && this.color };
1661
1666
  }, style() {
@@ -1820,7 +1825,7 @@ const o = { class: "bimdata-simple-pie-chart", ref: "container" }, d$2 = ["viewB
1820
1825
  return openBlock(), createElementBlock("div", o, [(openBlock(), createElementBlock("svg", { viewBox: b2.viewBox, style: normalizeStyle(`--graph-draw-time: ${p2.graphDrawTime}s;`) }, [p2.placeholder ? (openBlock(), createElementBlock("circle", { key: 0, cx: b2.center, cy: b2.center, r: p2.barDistanceFromCenter, "stroke-width": p2.placeholderStrokeWidth, stroke: p2.placeholderColor, fill: "none" }, null, 8, h$3)) : createCommentVNode("v-if", true), (openBlock(true), createElementBlock(Fragment, null, renderList(b2.displayedBarsData, (a2, i2) => (openBlock(), createElementBlock("g", { key: i2 }, [a2.percentage > 0 ? (openBlock(), createElementBlock("path", { key: 0, class: "path", d: b2.getPath(a2), "stroke-width": p2.barStrokeWidth, stroke: a2.color, fill: "none" }, null, 8, c$2)) : createCommentVNode("v-if", true)]))), 128))], 12, d$2))], 512);
1821
1826
  }, s$2.__scopeId = "data-v-b68a8bb2", s$2.__file = "src/BIMDataComponents/BIMDataSimplePieChart/BIMDataSimplePieChart.vue";
1822
1827
  var BcfStatistics_scss_vue_type_style_index_0_src_scoped_true_lang = "";
1823
- const _sfc_main$f = {
1828
+ const _sfc_main$g = {
1824
1829
  components: {
1825
1830
  BIMDataPaginatedList: K$2,
1826
1831
  BIMDataSimplePieChart: s$2
@@ -1865,19 +1870,19 @@ const _sfc_main$f = {
1865
1870
  };
1866
1871
  }
1867
1872
  };
1868
- const _hoisted_1$c = { class: "bcf-statistics" };
1869
- const _hoisted_2$a = { class: "bcf-statistics__content" };
1873
+ const _hoisted_1$d = { class: "bcf-statistics" };
1874
+ const _hoisted_2$b = { class: "bcf-statistics__content" };
1870
1875
  const _hoisted_3$7 = { class: "bcf-statistics__content__legend" };
1871
1876
  const _hoisted_4$6 = { class: "bcf-statistics__content__legend__title" };
1872
1877
  const _hoisted_5$6 = { class: "bcf-statistics__content__legend__item" };
1873
1878
  const _hoisted_6$6 = { class: "bcf-statistics__content__legend__item__percent" };
1874
1879
  const _hoisted_7$6 = { class: "bcf-statistics__content__legend__item__text" };
1875
1880
  const _hoisted_8$6 = { class: "total" };
1876
- function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
1881
+ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
1877
1882
  const _component_BIMDataSimplePieChart = resolveComponent("BIMDataSimplePieChart");
1878
1883
  const _component_BIMDataPaginatedList = resolveComponent("BIMDataPaginatedList");
1879
- return openBlock(), createElementBlock("div", _hoisted_1$c, [
1880
- createElementVNode("div", _hoisted_2$a, [
1884
+ return openBlock(), createElementBlock("div", _hoisted_1$d, [
1885
+ createElementVNode("div", _hoisted_2$b, [
1881
1886
  createVNode(_component_BIMDataSimplePieChart, {
1882
1887
  class: "bcf-statistics__content__chart",
1883
1888
  barsData: $setup.barsData,
@@ -1914,7 +1919,7 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
1914
1919
  ])
1915
1920
  ]);
1916
1921
  }
1917
- var BcfStatistics = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["render", _sfc_render$f], ["__scopeId", "data-v-763cac12"]]);
1922
+ var BcfStatistics = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["render", _sfc_render$g], ["__scopeId", "data-v-763cac12"]]);
1918
1923
  var s$1 = { props: { width: { type: String, default: "100%" }, minWidth: { type: String }, maxWidth: { type: String }, text: { type: String, default: "" }, cutPosition: { type: String, default: "middle", validator: (t) => ["start", "middle", "end"].includes(t) }, tooltip: { type: Boolean, default: true }, tooltipPosition: { type: String, default: "bottom", validator: (t) => ["top", "right", "bottom", "left"].includes(t) }, tooltipColor: { type: String, default: "primary", validator: (t) => ["white", "primary", "secondary", "granite-light", "silver-light"].includes(t) } }, data: () => ({ showTooltip: false, isOverflowing: false, textHead: "", textTail: "" }), watch: { width: "computeText", text: "computeText", cutPosition: "computeText" }, mounted() {
1919
1924
  this.observer = new ResizeObserver(() => this.computeText()), this.observer.observe(this.$refs.textBox), this.computeText();
1920
1925
  }, beforeUnmount() {
@@ -1936,24 +1941,24 @@ const c$1 = { class: "bimdata-textbox__text--tail" };
1936
1941
  }('/* base COLORS --------------------------------------------- */\n/* colors BRAND */\n/* colors GREY SHADES - NEUTRAL */\n/* color TEXT */\n/* state colors */\n/* base FONT SIZE ----------------------------------------- */\n/* base BOX-SHADOW ----------------------------------------- */\n/* base SPACING UNIT -------------------------------------- */\n/* base FONTS -------------------------------------- */\nhtml[data-v-330fe2fd] {\n /* base COLORS ------------------------------------------- */\n /* --------------------------------\n color PRIMARY & VARIANTS -------------------------------- */\n --color-primary-lighter: rgba(248, 249, 250, 1);\n --color-primary-light: rgba(67, 78, 105, 1);\n --color-primary: rgba(47, 55, 74, 1);\n --color-primary-dark: rgba(27, 32, 43, 1);\n /* --------------------------------\n color SECONDARY & VARIANTS -------------------------------- */\n --color-secondary-lighter: rgba(255, 252, 242, 1);\n --color-secondary-light: rgba(250, 212, 94, 1);\n --color-secondary: rgba(249, 199, 44, 1);\n --color-secondary-dark: rgba(235, 180, 7, 1);\n /* --------------------------------\n color GREY SHADES - NEUTRAL\n -------------------------------- */\n --color-white: rgba(255, 255, 255, 1);\n --color-silver-light: rgba(247, 247, 247, 1);\n --color-silver: rgba(216, 216, 216, 1);\n --color-silver-dark: rgba(189, 189, 189, 1);\n --color-granite-light: rgba(122, 122, 122, 1);\n --color-granite: rgba(96, 96, 96, 1);\n --color-black: rgba(0, 0, 0, 1);\n /* --------------------------------\n color TEXT -------------------------------- */\n --color-text: rgba(47, 55, 74, 1);\n /* --------------------------------\n color BLACK & VARIANTS -------------------------------- */\n --color-black-100: rgba(0, 0, 0, 0.1);\n /* --------------------------------\n color SUCCESS & VARIANTS -------------------------------- */\n --color-success-lighter: rgba(226, 255, 239, 1);\n --color-success-light: rgba(0, 200, 92, 1);\n --color-success: rgba(0, 175, 80, 1);\n --color-success-dark: rgba(0, 149, 68, 1);\n /* --------------------------------\n color WARNING & VARIANTS -------------------------------- */\n --color-warning-lighter: rgba(255, 233, 204, 1);\n --color-warning-light: rgba(255, 167, 51, 1);\n --color-warning: rgba(255, 145, 0, 1);\n --color-warning-dark: rgba(204, 116, 0, 1);\n /* --------------------------------\n color HIGH & VARIANTS -------------------------------- */\n --color-high-lighter: rgba(255, 237, 234, 1);\n --color-high-light: rgba(255, 104, 81, 1);\n --color-high: rgba(255, 61, 30, 1);\n --color-high-dark: rgba(234, 31, 0, 1);\n /* base FONT SIZE ----------------------------------------- */\n --font-size: 14px;\n /* base BOX-SHADOW ----------------------------------------- */\n --box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);\n /* base BORDER RADIUS ----------------------------------------- */\n --border-radius-tiny: 3px;\n /* base SPACING UNIT -------------------------------------- */\n --spacing-unit: 12px;\n --size-btn-options: 45px;\n /* base FONTS -------------------------------------- */\n --primary-font: "roboto", sans-serif;\n}\n.bimdata-textbox[data-v-330fe2fd] {\n display: -webkit-inline-box;\n display: -ms-inline-flexbox;\n display: inline-flex;\n position: relative;\n}\n.bimdata-textbox__text--head[data-v-330fe2fd] {\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.bimdata-textbox__text--tail[data-v-330fe2fd] {\n width: 50%;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: "";\n direction: rtl;\n}\n.bimdata-textbox__tooltip[data-v-330fe2fd] {\n position: absolute;\n z-index: 2;\n min-width: 60px;\n max-width: 200px;\n width: -webkit-max-content;\n width: -moz-max-content;\n width: max-content;\n padding: calc(var(--spacing-unit) / 3) calc(var(--spacing-unit) / 2);\n border-radius: 3px;\n text-align: center;\n white-space: normal;\n word-wrap: break-word;\n}\n.bimdata-textbox__tooltip[data-v-330fe2fd]::before {\n content: "";\n position: absolute;\n border-style: solid;\n border-width: 8px 0 0 8px;\n}\n.bimdata-textbox__tooltip--white[data-v-330fe2fd] {\n background-color: var(--color-white);\n color: var(--color-primary);\n}\n.bimdata-textbox__tooltip--white[data-v-330fe2fd]::before {\n border-color: var(--color-white) transparent transparent;\n}\n.bimdata-textbox__tooltip--primary[data-v-330fe2fd] {\n background-color: var(--color-primary);\n color: var(--color-white);\n}\n.bimdata-textbox__tooltip--primary[data-v-330fe2fd]::before {\n border-color: var(--color-primary) transparent transparent;\n}\n.bimdata-textbox__tooltip--secondary[data-v-330fe2fd] {\n background-color: rgb(249, 199, 44);\n color: rgb(47, 55, 74);\n}\n.bimdata-textbox__tooltip--secondary[data-v-330fe2fd]::before {\n border-color: var(--color-secondary) transparent transparent;\n}\n.bimdata-textbox__tooltip--granite-light[data-v-330fe2fd] {\n background-color: var(--color-granite-light);\n color: var(--color-white);\n}\n.bimdata-textbox__tooltip--granite-light[data-v-330fe2fd]::before {\n border-color: var(--color-granite-light) transparent transparent;\n}\n.bimdata-textbox__tooltip--silver-light[data-v-330fe2fd] {\n background-color: var(--color-silver-light);\n color: var(--color-primary);\n}\n.bimdata-textbox__tooltip--silver-light[data-v-330fe2fd]::before {\n border-color: var(--color-silver-light) transparent transparent;\n}\n.bimdata-textbox__tooltip--top[data-v-330fe2fd] {\n top: -8px;\n left: 50%;\n -webkit-transform: translateX(-50%) translateY(-100%);\n transform: translateX(-50%) translateY(-100%);\n}\n.bimdata-textbox__tooltip--top[data-v-330fe2fd]::before {\n top: calc(100% - 4px);\n left: calc(50% - 4px);\n -webkit-transform: rotate(135deg);\n transform: rotate(135deg);\n}\n.bimdata-textbox__tooltip--right[data-v-330fe2fd] {\n top: 50%;\n left: calc(100% + 8px);\n -webkit-transform: translateY(-50%);\n transform: translateY(-50%);\n}\n.bimdata-textbox__tooltip--right[data-v-330fe2fd]::before {\n top: calc(50% - 4px);\n left: -4px;\n -webkit-transform: rotate(-135deg);\n transform: rotate(-135deg);\n}\n.bimdata-textbox__tooltip--bottom[data-v-330fe2fd] {\n top: calc(100% + 8px);\n left: 50%;\n -webkit-transform: translateX(-50%);\n transform: translateX(-50%);\n}\n.bimdata-textbox__tooltip--bottom[data-v-330fe2fd]::before {\n top: -4px;\n left: calc(50% - 4px);\n -webkit-transform: rotate(-45deg);\n transform: rotate(-45deg);\n}\n.bimdata-textbox__tooltip--left[data-v-330fe2fd] {\n top: 50%;\n left: -8px;\n -webkit-transform: translateX(-100%) translateY(-50%);\n transform: translateX(-100%) translateY(-50%);\n}\n.bimdata-textbox__tooltip--left[data-v-330fe2fd]::before {\n top: calc(50% - 4px);\n left: calc(100% - 4px);\n -webkit-transform: rotate(45deg);\n transform: rotate(45deg);\n}'), s$1.render = function(s2, b2, p2, x2, f2, g2) {
1937
1942
  return openBlock(), createElementBlock("div", { ref: "textBox", class: "bimdata-textbox", style: normalizeStyle({ width: p2.width, minWidth: p2.minWidth, maxWidth: p2.maxWidth }), onMouseenter: b2[0] || (b2[0] = (t) => f2.showTooltip = true), onMouseleave: b2[1] || (b2[1] = (t) => f2.showTooltip = false) }, [createElementVNode("span", { ref: "textHead", class: "bimdata-textbox__text--head", style: normalizeStyle({ width: f2.textTail ? "50%" : "100%", direction: p2.cutPosition === "start" ? "rtl" : "ltr" }) }, [createElementVNode("bdi", null, toDisplayString(f2.textHead), 1)], 4), withDirectives(createElementVNode("span", c$1, [createElementVNode("bdi", null, toDisplayString(f2.textTail), 1)], 512), [[vShow, f2.textTail]]), p2.tooltip && f2.isOverflowing ? withDirectives((openBlock(), createElementBlock("div", { key: 0, class: normalizeClass(["bimdata-textbox__tooltip", ["bimdata-textbox__tooltip--" + p2.tooltipPosition, "bimdata-textbox__tooltip--" + p2.tooltipColor]]) }, toDisplayString(p2.text), 3)), [[vShow, f2.showTooltip]]) : createCommentVNode("v-if", true)], 36);
1938
1943
  }, s$1.__scopeId = "data-v-330fe2fd", s$1.__file = "src/BIMDataComponents/BIMDataTextbox/BIMDataTextbox.vue";
1939
- const _sfc_main$e = {};
1940
- const _hoisted_1$b = {
1944
+ const _sfc_main$f = {};
1945
+ const _hoisted_1$c = {
1941
1946
  width: "84",
1942
1947
  height: "81",
1943
1948
  viewBox: "0 0 84 81",
1944
1949
  fill: "none",
1945
1950
  xmlns: "http://www.w3.org/2000/svg"
1946
1951
  };
1947
- const _hoisted_2$9 = /* @__PURE__ */ createStaticVNode('<path d="M83.3154 40.6328C83.3154 62.7242 65.4068 80.6328 43.3154 80.6328C21.224 80.6328 3.31543 62.7242 3.31543 40.6328C3.31543 18.5414 21.224 0.632812 43.3154 0.632812C65.4068 0.632812 83.3154 18.5414 83.3154 40.6328Z" fill="#FFFFFF"></path><path d="M46.2756 13.5376L34.124 58.8879C33.9787 59.4301 34.3035 59.9926 34.8457 60.1379L68.3655 69.1195C68.9077 69.2648 69.4702 68.94 69.6155 68.3978L78.333 35.8639L67.4883 32.9581C66.9461 32.8128 66.6213 32.2503 66.7666 31.708L70.2008 18.8916L47.5256 12.8159C46.9834 12.6706 46.4209 12.9953 46.2756 13.5376Z" fill="#FFFFFF"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M45.7926 13.4082C46.0094 12.5992 46.8461 12.1161 47.655 12.3329L70.8131 18.5381L67.2496 31.8374C67.1758 32.1129 67.0765 32.4855 67.0765 32.4855L78.92 35.6661L70.0985 68.5272C69.8817 69.3362 69.045 69.8192 68.2361 69.6024L34.7163 60.6209C33.9073 60.4041 33.4243 59.5674 33.641 58.7584L45.7926 13.4082ZM47.3962 13.2988C47.1207 13.225 46.8324 13.3915 46.7585 13.667L34.607 59.0173C34.5331 59.2928 34.6996 59.5811 34.9751 59.6549L68.4949 68.6365C68.7704 68.7103 69.0587 68.5439 69.1326 68.2684L77.7206 36.2174L67.3589 33.441C66.55 33.2243 66.0669 32.3876 66.2837 31.5786L69.5884 19.2452L47.3962 13.2988Z" class="fill-silver"></path><path d="M67.0765 32.4855L70.8131 18.5404L78.92 35.6661L67.0765 32.4855Z" class="fill-silver"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M44.3876 52.686L48.3872 37.7594L67.8264 42.9682L63.8269 57.8947L44.3876 52.686ZM47.0917 37.0402C47.2458 36.4651 47.837 36.1238 48.4121 36.2779L68.5456 41.6726C69.1208 41.8268 69.4621 42.4179 69.308 42.9931L65.1224 58.6139C64.9683 59.1891 64.3771 59.5304 63.802 59.3763L43.6684 53.9815C43.0933 53.8274 42.752 53.2362 42.9061 52.6611L47.0917 37.0402ZM53.3118 42.9855C52.9778 44.2316 51.697 44.9712 50.4508 44.6373C49.2047 44.3034 48.4652 43.0225 48.7991 41.7763C49.133 40.5302 50.4139 39.7907 51.66 40.1246C52.9061 40.4585 53.6457 41.7394 53.3118 42.9855ZM46.7528 49.4132L46.1482 51.6695L62.8104 56.1342L64.2521 50.7536L60.6945 44.5916L52.992 49.0387L51.5943 46.6179L46.7528 49.4132Z" class="fill-silver"></path><path d="M7.70191 20.1034L19.8535 65.4537C19.9988 65.9959 20.5613 66.3207 21.1035 66.1754L54.6233 57.1938C55.1655 57.0485 55.4903 56.486 55.345 55.9437L46.6276 23.4098L35.783 26.3157C35.2407 26.4609 34.6782 26.1362 34.5329 25.5939L31.0988 12.7776L8.42363 18.8533C7.88139 18.9986 7.55662 19.5612 7.70191 20.1034Z" fill="white"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M7.21895 20.2328C7.00219 19.4238 7.48525 18.5871 8.29422 18.3704L31.4523 12.1652L35.0159 25.4645C35.0897 25.74 35.1918 26.119 35.1918 26.119L47.0371 22.9451L55.828 55.8143C56.0447 56.6233 55.5617 57.46 54.7527 57.6767L21.2329 66.6583C20.424 66.8751 19.5873 66.392 19.3705 65.5831L7.21895 20.2328ZM8.55304 19.3363C8.27754 19.4101 8.11106 19.6985 8.18488 19.974L20.3365 65.3243C20.4103 65.5998 20.6986 65.7662 20.9741 65.6924L54.4939 56.7108C54.7694 56.637 54.9359 56.3487 54.8621 56.0732L46.274 24.0222L35.9124 26.7986C35.1034 27.0154 34.2667 26.5323 34.0499 25.7234L30.7452 13.3899L8.55304 19.3363Z" class="fill-silver"></path><path d="M35.1918 26.119L31.4534 12.1672L47.0371 22.9451L35.1918 26.119Z" class="fill-silver"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M25.6411 54.9509L21.6416 40.0243L41.0808 34.8156L45.0804 49.7422L25.6411 54.9509ZM20.16 40.0492C20.0059 39.4741 20.3472 38.8829 20.9224 38.7288L41.0559 33.3341C41.631 33.1799 42.2222 33.5213 42.3763 34.0964L46.5619 49.7172C46.716 50.2924 46.3747 50.8836 45.7996 51.0377L25.666 56.4324C25.0909 56.5865 24.4997 56.2452 24.3456 55.6701L20.16 40.0492ZM28.5194 42.088C28.8533 43.3341 28.1138 44.615 26.8676 44.9489C25.6215 45.2828 24.3406 44.5433 24.0067 43.2971C23.6728 42.051 24.4123 40.7701 25.6585 40.4362C26.9046 40.1023 28.1855 40.8418 28.5194 42.088ZM26.053 50.934L26.6576 53.1903L43.3198 48.7257L41.8781 43.3452L35.7161 39.7876L31.2691 47.4901L28.8483 46.0924L26.053 50.934Z" class="fill-silver"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M6.9375 17.1323V12.6323H7.9375V17.1323H6.9375Z" class="fill-secondary"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M5.72393 18.0419L2.54195 14.8599L3.24906 14.1528L6.43104 17.3348L5.72393 18.0419Z" class="fill-secondary"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M5.46582 19.615H0.96582L0.96582 18.615H5.46582V19.615Z" class="fill-secondary"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M46.5972 10.507L47.7619 6.16033L48.7278 6.41915L47.5631 10.7658L46.5972 10.507Z" class="fill-primary"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M45.1895 11.0715L42.9395 7.17435L43.8056 6.67435L46.0556 10.5715L45.1895 11.0715Z" class="fill-primary"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M44.5331 12.5242L40.1864 11.3595L40.4452 10.3936L44.7919 11.5582L44.5331 12.5242Z" class="fill-primary"></path>', 15);
1952
+ const _hoisted_2$a = /* @__PURE__ */ createStaticVNode('<path d="M83.3154 40.6328C83.3154 62.7242 65.4068 80.6328 43.3154 80.6328C21.224 80.6328 3.31543 62.7242 3.31543 40.6328C3.31543 18.5414 21.224 0.632812 43.3154 0.632812C65.4068 0.632812 83.3154 18.5414 83.3154 40.6328Z" fill="#FFFFFF"></path><path d="M46.2756 13.5376L34.124 58.8879C33.9787 59.4301 34.3035 59.9926 34.8457 60.1379L68.3655 69.1195C68.9077 69.2648 69.4702 68.94 69.6155 68.3978L78.333 35.8639L67.4883 32.9581C66.9461 32.8128 66.6213 32.2503 66.7666 31.708L70.2008 18.8916L47.5256 12.8159C46.9834 12.6706 46.4209 12.9953 46.2756 13.5376Z" fill="#FFFFFF"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M45.7926 13.4082C46.0094 12.5992 46.8461 12.1161 47.655 12.3329L70.8131 18.5381L67.2496 31.8374C67.1758 32.1129 67.0765 32.4855 67.0765 32.4855L78.92 35.6661L70.0985 68.5272C69.8817 69.3362 69.045 69.8192 68.2361 69.6024L34.7163 60.6209C33.9073 60.4041 33.4243 59.5674 33.641 58.7584L45.7926 13.4082ZM47.3962 13.2988C47.1207 13.225 46.8324 13.3915 46.7585 13.667L34.607 59.0173C34.5331 59.2928 34.6996 59.5811 34.9751 59.6549L68.4949 68.6365C68.7704 68.7103 69.0587 68.5439 69.1326 68.2684L77.7206 36.2174L67.3589 33.441C66.55 33.2243 66.0669 32.3876 66.2837 31.5786L69.5884 19.2452L47.3962 13.2988Z" class="fill-silver"></path><path d="M67.0765 32.4855L70.8131 18.5404L78.92 35.6661L67.0765 32.4855Z" class="fill-silver"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M44.3876 52.686L48.3872 37.7594L67.8264 42.9682L63.8269 57.8947L44.3876 52.686ZM47.0917 37.0402C47.2458 36.4651 47.837 36.1238 48.4121 36.2779L68.5456 41.6726C69.1208 41.8268 69.4621 42.4179 69.308 42.9931L65.1224 58.6139C64.9683 59.1891 64.3771 59.5304 63.802 59.3763L43.6684 53.9815C43.0933 53.8274 42.752 53.2362 42.9061 52.6611L47.0917 37.0402ZM53.3118 42.9855C52.9778 44.2316 51.697 44.9712 50.4508 44.6373C49.2047 44.3034 48.4652 43.0225 48.7991 41.7763C49.133 40.5302 50.4139 39.7907 51.66 40.1246C52.9061 40.4585 53.6457 41.7394 53.3118 42.9855ZM46.7528 49.4132L46.1482 51.6695L62.8104 56.1342L64.2521 50.7536L60.6945 44.5916L52.992 49.0387L51.5943 46.6179L46.7528 49.4132Z" class="fill-silver"></path><path d="M7.70191 20.1034L19.8535 65.4537C19.9988 65.9959 20.5613 66.3207 21.1035 66.1754L54.6233 57.1938C55.1655 57.0485 55.4903 56.486 55.345 55.9437L46.6276 23.4098L35.783 26.3157C35.2407 26.4609 34.6782 26.1362 34.5329 25.5939L31.0988 12.7776L8.42363 18.8533C7.88139 18.9986 7.55662 19.5612 7.70191 20.1034Z" fill="white"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M7.21895 20.2328C7.00219 19.4238 7.48525 18.5871 8.29422 18.3704L31.4523 12.1652L35.0159 25.4645C35.0897 25.74 35.1918 26.119 35.1918 26.119L47.0371 22.9451L55.828 55.8143C56.0447 56.6233 55.5617 57.46 54.7527 57.6767L21.2329 66.6583C20.424 66.8751 19.5873 66.392 19.3705 65.5831L7.21895 20.2328ZM8.55304 19.3363C8.27754 19.4101 8.11106 19.6985 8.18488 19.974L20.3365 65.3243C20.4103 65.5998 20.6986 65.7662 20.9741 65.6924L54.4939 56.7108C54.7694 56.637 54.9359 56.3487 54.8621 56.0732L46.274 24.0222L35.9124 26.7986C35.1034 27.0154 34.2667 26.5323 34.0499 25.7234L30.7452 13.3899L8.55304 19.3363Z" class="fill-silver"></path><path d="M35.1918 26.119L31.4534 12.1672L47.0371 22.9451L35.1918 26.119Z" class="fill-silver"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M25.6411 54.9509L21.6416 40.0243L41.0808 34.8156L45.0804 49.7422L25.6411 54.9509ZM20.16 40.0492C20.0059 39.4741 20.3472 38.8829 20.9224 38.7288L41.0559 33.3341C41.631 33.1799 42.2222 33.5213 42.3763 34.0964L46.5619 49.7172C46.716 50.2924 46.3747 50.8836 45.7996 51.0377L25.666 56.4324C25.0909 56.5865 24.4997 56.2452 24.3456 55.6701L20.16 40.0492ZM28.5194 42.088C28.8533 43.3341 28.1138 44.615 26.8676 44.9489C25.6215 45.2828 24.3406 44.5433 24.0067 43.2971C23.6728 42.051 24.4123 40.7701 25.6585 40.4362C26.9046 40.1023 28.1855 40.8418 28.5194 42.088ZM26.053 50.934L26.6576 53.1903L43.3198 48.7257L41.8781 43.3452L35.7161 39.7876L31.2691 47.4901L28.8483 46.0924L26.053 50.934Z" class="fill-silver"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M6.9375 17.1323V12.6323H7.9375V17.1323H6.9375Z" class="fill-secondary"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M5.72393 18.0419L2.54195 14.8599L3.24906 14.1528L6.43104 17.3348L5.72393 18.0419Z" class="fill-secondary"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M5.46582 19.615H0.96582L0.96582 18.615H5.46582V19.615Z" class="fill-secondary"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M46.5972 10.507L47.7619 6.16033L48.7278 6.41915L47.5631 10.7658L46.5972 10.507Z" class="fill-primary"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M45.1895 11.0715L42.9395 7.17435L43.8056 6.67435L46.0556 10.5715L45.1895 11.0715Z" class="fill-primary"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M44.5331 12.5242L40.1864 11.3595L40.4452 10.3936L44.7919 11.5582L44.5331 12.5242Z" class="fill-primary"></path>', 15);
1948
1953
  const _hoisted_17$1 = [
1949
- _hoisted_2$9
1954
+ _hoisted_2$a
1950
1955
  ];
1951
- function _sfc_render$e(_ctx, _cache) {
1952
- return openBlock(), createElementBlock("svg", _hoisted_1$b, _hoisted_17$1);
1956
+ function _sfc_render$f(_ctx, _cache) {
1957
+ return openBlock(), createElementBlock("svg", _hoisted_1$c, _hoisted_17$1);
1953
1958
  }
1954
- var BcfTopicDefaultImage = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["render", _sfc_render$e]]);
1959
+ var BcfTopicDefaultImage = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["render", _sfc_render$f]]);
1955
1960
  var BcfTopicCard_scss_vue_type_style_index_0_src_scoped_true_lang = "";
1956
- const _sfc_main$d = {
1961
+ const _sfc_main$e = {
1957
1962
  components: {
1958
1963
  BcfTopicDefaultImage,
1959
1964
  BIMDataButton: l,
@@ -1996,8 +2001,8 @@ const _sfc_main$d = {
1996
2001
  };
1997
2002
  }
1998
2003
  };
1999
- const _hoisted_1$a = { class: "bcf-topic-card" };
2000
- const _hoisted_2$8 = { class: "bcf-topic-card__header" };
2004
+ const _hoisted_1$b = { class: "bcf-topic-card" };
2005
+ const _hoisted_2$9 = { class: "bcf-topic-card__header" };
2001
2006
  const _hoisted_3$6 = { class: "bcf-topic-card__header__infos flex" };
2002
2007
  const _hoisted_4$5 = { class: "bcf-topic-card__header__infos__title flex items-center m-l-12" };
2003
2008
  const _hoisted_5$5 = { class: "bcf-topic-card__header__img flex items-center justify-center" };
@@ -2012,13 +2017,13 @@ const _hoisted_13$2 = {
2012
2017
  key: 0,
2013
2018
  class: "m-r-6"
2014
2019
  };
2015
- function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
2020
+ function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
2016
2021
  const _component_BIMDataTextbox = resolveComponent("BIMDataTextbox");
2017
2022
  const _component_BIMDataIcon = resolveComponent("BIMDataIcon");
2018
2023
  const _component_BcfTopicDefaultImage = resolveComponent("BcfTopicDefaultImage");
2019
2024
  const _component_BIMDataButton = resolveComponent("BIMDataButton");
2020
- return openBlock(), createElementBlock("div", _hoisted_1$a, [
2021
- createElementVNode("div", _hoisted_2$8, [
2025
+ return openBlock(), createElementBlock("div", _hoisted_1$b, [
2026
+ createElementVNode("div", _hoisted_2$9, [
2022
2027
  createElementVNode("div", _hoisted_3$6, [
2023
2028
  createElementVNode("div", {
2024
2029
  class: "bcf-topic-card__header__infos__index flex items-center justify-center",
@@ -2101,25 +2106,25 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
2101
2106
  ])
2102
2107
  ]);
2103
2108
  }
2104
- var BcfTopicCard = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["render", _sfc_render$d], ["__scopeId", "data-v-482756ae"]]);
2105
- const _sfc_main$c = {};
2106
- const _hoisted_1$9 = {
2109
+ var BcfTopicCard = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["render", _sfc_render$e], ["__scopeId", "data-v-482756ae"]]);
2110
+ const _sfc_main$d = {};
2111
+ const _hoisted_1$a = {
2107
2112
  width: "66",
2108
2113
  height: "60",
2109
2114
  viewBox: "0 0 66 60",
2110
2115
  fill: "none",
2111
2116
  xmlns: "http://www.w3.org/2000/svg"
2112
2117
  };
2113
- const _hoisted_2$7 = /* @__PURE__ */ createStaticVNode('<path opacity="0.21" d="M14.4999 59.2445C22.2871 59.2445 28.5999 58.9311 28.5999 58.5445C28.5999 58.1579 22.2871 57.8445 14.4999 57.8445C6.71269 57.8445 0.399902 58.1579 0.399902 58.5445C0.399902 58.9311 6.71269 59.2445 14.4999 59.2445Z" class="fill-granite-light"></path><path d="M46.84 26.5444C45.0533 26.5444 43.5645 28.0444 43.5645 29.8444C43.5645 31.6444 45.0533 33.1444 46.84 33.1444C48.6267 33.1444 50.1156 31.6444 50.1156 29.8444C50.1156 28.0444 48.6267 26.5444 46.84 26.5444ZM48.4282 29.8444C48.4282 30.7444 47.7333 31.4444 46.84 31.4444C45.9467 31.4444 45.2519 30.7444 45.2519 29.8444C45.2519 28.9444 45.9467 28.2444 46.84 28.2444C47.7333 28.2444 48.4282 29.0444 48.4282 29.8444Z" class="fill-silver-dark"></path><path d="M54.8797 27.6444C52.9938 27.6444 51.5049 29.1444 51.5049 31.0444C51.5049 32.9444 52.9938 34.4444 54.8797 34.4444C56.7656 34.4444 58.2545 32.9444 58.2545 31.0444C58.1553 29.1444 56.6664 27.6444 54.8797 27.6444ZM56.4678 31.0444C56.4678 31.9444 55.773 32.6444 54.8797 32.6444C53.9864 32.6444 53.2916 31.9444 53.2916 31.0444C53.2916 30.1444 53.9864 29.4444 54.8797 29.4444C55.773 29.4444 56.4678 30.1444 56.4678 31.0444Z" class="fill-silver-dark"></path><path d="M52.1005 11.1444C44.7554 11.1444 38.7998 17.1444 38.7998 24.5444V50.9444C38.7998 53.0444 40.4872 54.8444 42.6709 54.8444C42.9687 54.8444 43.2665 54.8444 43.5642 54.7444C43.6635 56.8444 45.3509 58.5444 47.4354 58.5444C49.5198 58.5444 51.3065 56.8444 51.3065 54.6444V52.7444C51.6042 52.8444 51.902 52.8444 52.1998 52.8444H52.3983C52.6961 52.8444 52.9939 52.8444 53.2917 52.7444C53.4902 54.7444 55.0783 56.2444 57.0635 56.2444C57.3613 56.2444 57.6591 56.2444 57.9568 56.1444C58.3539 57.9444 59.8428 59.2444 61.7287 59.2444C63.8131 59.2444 65.5998 57.5444 65.5998 55.3444V24.5444C65.4013 17.1444 59.4457 11.1444 52.1005 11.1444ZM57.7583 47.8444V52.4444C57.7583 52.9444 57.3613 53.3444 56.865 53.3444C56.3687 53.3444 55.9717 52.9444 55.9717 52.4444V47.1444H52.9939V49.0444C52.9939 49.5444 52.5968 49.9444 52.1005 49.9444H51.902C51.4057 49.9444 51.0087 49.5444 51.0087 49.0444V42.0444H48.0309V54.6444C48.0309 55.1444 47.6339 55.5444 47.1376 55.5444C46.6413 55.5444 46.2442 55.1444 46.2442 54.6444V48.5444H43.2665V51.0444C43.2665 51.5444 42.8694 51.9444 42.3731 51.9444C41.8768 51.9444 41.4798 51.5444 41.4798 51.0444V24.5444C41.4798 18.8444 46.145 14.1444 51.8028 14.1444C57.4605 14.1444 62.1257 18.8444 62.1257 24.5444V55.3444C62.1257 55.8444 61.7287 56.2444 61.2324 56.2444C60.7361 56.2444 60.3391 55.8444 60.3391 55.3444V47.8444H57.7583Z" class="fill-silver-dark"></path><path d="M29.8001 6.84446C31.5674 6.84446 33.0001 5.41177 33.0001 3.64446C33.0001 1.87715 31.5674 0.444458 29.8001 0.444458C28.0328 0.444458 26.6001 1.87715 26.6001 3.64446C26.6001 5.41177 28.0328 6.84446 29.8001 6.84446Z" class="fill-silver-dark"></path><path d="M23.8997 15.9444C25.1147 15.9444 26.0997 14.9595 26.0997 13.7444C26.0997 12.5294 25.1147 11.5444 23.8997 11.5444C22.6847 11.5444 21.6997 12.5294 21.6997 13.7444C21.6997 14.9595 22.6847 15.9444 23.8997 15.9444Z" class="fill-secondary"></path><path d="M28.8999 22.0444C29.7283 22.0444 30.3999 21.3729 30.3999 20.5444C30.3999 19.716 29.7283 19.0444 28.8999 19.0444C28.0715 19.0444 27.3999 19.716 27.3999 20.5444C27.3999 21.3729 28.0715 22.0444 28.8999 22.0444Z" class="fill-silver-dark"></path><path d="M13.9995 33.5444C15.2995 34.1444 16.4995 34.8444 17.5995 35.7444C19.1995 37.1444 20.4995 38.7444 21.3995 40.6444C21.6995 41.2444 21.8995 41.8444 22.0995 42.4444C22.5995 43.9444 22.2995 45.2444 21.1995 46.3444C18.8995 48.6444 16.1995 49.3444 13.0995 48.5444C12.8995 48.5444 12.6995 48.5444 12.5995 48.5444C11.3995 48.7444 10.0995 48.8444 8.89951 48.6444C8.59951 48.6444 8.39951 48.5444 7.99951 48.5444C8.29951 49.0444 8.59951 49.4444 8.89951 49.9444C9.79951 51.2444 11.0995 52.2444 12.4995 52.8444C14.3995 53.6444 16.2995 53.8444 18.2995 53.4444C20.0995 53.0444 21.6995 52.1444 22.9995 50.7444C24.3995 49.2444 25.2995 47.4444 25.4995 45.3444C25.5995 44.0444 25.5995 42.6444 25.0995 41.4444C24.6995 40.4444 24.0995 39.5444 23.3995 38.7444C22.0995 37.0444 20.5995 35.5444 19.0995 34.0444C18.4995 33.4444 17.8995 32.9444 17.2995 32.4444C17.1995 32.3444 17.0995 32.3444 16.9995 32.3444C15.6995 32.1444 14.7995 32.3444 13.9995 33.5444Z" class="fill-silver-dark"></path><path d="M11.4997 29.6444C10.3997 29.5444 9.49967 29.6444 8.59967 29.9444C7.39967 30.2444 6.19967 30.8444 5.19967 31.6444C4.19967 32.4444 3.39967 33.3444 2.79967 34.5444C1.99967 36.0444 1.59967 37.6444 1.69967 39.3444C1.79967 41.0444 2.29967 42.7444 3.29967 44.1444C4.19967 45.4444 5.29967 46.4444 6.59967 47.1444C7.59967 47.6444 8.49967 48.0444 9.59967 48.0444C11.3997 48.0444 13.1997 47.8444 14.8997 47.3444C16.1997 47.0444 17.5997 46.6444 18.8997 46.2444C19.4997 46.0444 20.1997 45.9444 20.7997 45.5444C21.1997 45.3444 21.3997 44.8444 21.5997 44.3444C21.7997 43.6444 21.7997 42.9444 21.3997 42.2444C21.0997 42.4444 20.7997 42.6444 20.4997 42.8444C19.1997 43.6444 17.7997 44.2444 16.2997 44.6444C14.2997 45.1444 12.1997 45.1444 10.1997 44.8444C8.89967 44.6444 7.79967 44.0444 7.09967 42.7444C6.69967 41.8444 6.49967 40.9444 6.49967 39.9444C6.39967 37.5444 7.29967 35.5444 8.99967 33.8444C8.99967 33.8444 9.19967 33.5444 9.29967 33.2444C9.79967 31.9444 10.3997 30.7444 11.4997 29.6444Z" class="fill-silver-dark"></path><path d="M9.89953 44.2445C9.89953 44.0445 9.89953 43.8445 9.89953 43.7445C9.69953 41.5445 9.99953 39.4445 10.7995 37.4445C11.4995 35.5445 12.5995 33.9445 13.9995 32.5445C14.8995 31.6445 15.9995 31.4445 17.1995 31.6445C19.7995 32.2445 21.7995 33.6445 22.8995 36.1445C23.0995 36.6445 23.1995 37.2445 23.4995 37.7445C23.5995 38.0445 23.8995 38.3445 24.0995 38.6445C24.7995 39.6445 25.4995 40.7445 25.8995 41.9445C25.8995 41.9445 25.8995 42.0445 25.9995 42.1445C26.2995 41.4445 26.6995 40.7445 26.9995 40.1445C27.4995 38.9445 27.5995 37.6445 27.4995 36.3445C27.2995 34.1445 26.4995 32.1445 24.8995 30.5445C23.7995 29.3445 22.3995 28.5445 20.7995 28.1445C19.0995 27.6445 17.2995 27.6445 15.5995 28.2445C13.9995 28.7445 12.5995 29.5445 11.4995 30.9445C11.0995 31.4445 10.6995 32.0445 10.3995 32.7445C9.79953 34.0445 9.29953 35.4445 8.89953 36.7445C8.39953 38.5445 7.99953 40.4445 7.59953 42.2445C7.49953 42.8445 7.89953 43.2445 8.29953 43.6445C8.59953 43.9445 9.19953 44.1445 9.89953 44.2445Z" class="fill-silver-dark"></path><path d="M37.3997 7.04441C38.3386 7.04441 39.0997 6.28329 39.0997 5.34441C39.0997 4.40553 38.3386 3.64441 37.3997 3.64441C36.4608 3.64441 35.6997 4.40553 35.6997 5.34441C35.6997 6.28329 36.4608 7.04441 37.3997 7.04441Z" class="fill-secondary"></path>', 11);
2118
+ const _hoisted_2$8 = /* @__PURE__ */ createStaticVNode('<path opacity="0.21" d="M14.4999 59.2445C22.2871 59.2445 28.5999 58.9311 28.5999 58.5445C28.5999 58.1579 22.2871 57.8445 14.4999 57.8445C6.71269 57.8445 0.399902 58.1579 0.399902 58.5445C0.399902 58.9311 6.71269 59.2445 14.4999 59.2445Z" class="fill-granite-light"></path><path d="M46.84 26.5444C45.0533 26.5444 43.5645 28.0444 43.5645 29.8444C43.5645 31.6444 45.0533 33.1444 46.84 33.1444C48.6267 33.1444 50.1156 31.6444 50.1156 29.8444C50.1156 28.0444 48.6267 26.5444 46.84 26.5444ZM48.4282 29.8444C48.4282 30.7444 47.7333 31.4444 46.84 31.4444C45.9467 31.4444 45.2519 30.7444 45.2519 29.8444C45.2519 28.9444 45.9467 28.2444 46.84 28.2444C47.7333 28.2444 48.4282 29.0444 48.4282 29.8444Z" class="fill-silver-dark"></path><path d="M54.8797 27.6444C52.9938 27.6444 51.5049 29.1444 51.5049 31.0444C51.5049 32.9444 52.9938 34.4444 54.8797 34.4444C56.7656 34.4444 58.2545 32.9444 58.2545 31.0444C58.1553 29.1444 56.6664 27.6444 54.8797 27.6444ZM56.4678 31.0444C56.4678 31.9444 55.773 32.6444 54.8797 32.6444C53.9864 32.6444 53.2916 31.9444 53.2916 31.0444C53.2916 30.1444 53.9864 29.4444 54.8797 29.4444C55.773 29.4444 56.4678 30.1444 56.4678 31.0444Z" class="fill-silver-dark"></path><path d="M52.1005 11.1444C44.7554 11.1444 38.7998 17.1444 38.7998 24.5444V50.9444C38.7998 53.0444 40.4872 54.8444 42.6709 54.8444C42.9687 54.8444 43.2665 54.8444 43.5642 54.7444C43.6635 56.8444 45.3509 58.5444 47.4354 58.5444C49.5198 58.5444 51.3065 56.8444 51.3065 54.6444V52.7444C51.6042 52.8444 51.902 52.8444 52.1998 52.8444H52.3983C52.6961 52.8444 52.9939 52.8444 53.2917 52.7444C53.4902 54.7444 55.0783 56.2444 57.0635 56.2444C57.3613 56.2444 57.6591 56.2444 57.9568 56.1444C58.3539 57.9444 59.8428 59.2444 61.7287 59.2444C63.8131 59.2444 65.5998 57.5444 65.5998 55.3444V24.5444C65.4013 17.1444 59.4457 11.1444 52.1005 11.1444ZM57.7583 47.8444V52.4444C57.7583 52.9444 57.3613 53.3444 56.865 53.3444C56.3687 53.3444 55.9717 52.9444 55.9717 52.4444V47.1444H52.9939V49.0444C52.9939 49.5444 52.5968 49.9444 52.1005 49.9444H51.902C51.4057 49.9444 51.0087 49.5444 51.0087 49.0444V42.0444H48.0309V54.6444C48.0309 55.1444 47.6339 55.5444 47.1376 55.5444C46.6413 55.5444 46.2442 55.1444 46.2442 54.6444V48.5444H43.2665V51.0444C43.2665 51.5444 42.8694 51.9444 42.3731 51.9444C41.8768 51.9444 41.4798 51.5444 41.4798 51.0444V24.5444C41.4798 18.8444 46.145 14.1444 51.8028 14.1444C57.4605 14.1444 62.1257 18.8444 62.1257 24.5444V55.3444C62.1257 55.8444 61.7287 56.2444 61.2324 56.2444C60.7361 56.2444 60.3391 55.8444 60.3391 55.3444V47.8444H57.7583Z" class="fill-silver-dark"></path><path d="M29.8001 6.84446C31.5674 6.84446 33.0001 5.41177 33.0001 3.64446C33.0001 1.87715 31.5674 0.444458 29.8001 0.444458C28.0328 0.444458 26.6001 1.87715 26.6001 3.64446C26.6001 5.41177 28.0328 6.84446 29.8001 6.84446Z" class="fill-silver-dark"></path><path d="M23.8997 15.9444C25.1147 15.9444 26.0997 14.9595 26.0997 13.7444C26.0997 12.5294 25.1147 11.5444 23.8997 11.5444C22.6847 11.5444 21.6997 12.5294 21.6997 13.7444C21.6997 14.9595 22.6847 15.9444 23.8997 15.9444Z" class="fill-secondary"></path><path d="M28.8999 22.0444C29.7283 22.0444 30.3999 21.3729 30.3999 20.5444C30.3999 19.716 29.7283 19.0444 28.8999 19.0444C28.0715 19.0444 27.3999 19.716 27.3999 20.5444C27.3999 21.3729 28.0715 22.0444 28.8999 22.0444Z" class="fill-silver-dark"></path><path d="M13.9995 33.5444C15.2995 34.1444 16.4995 34.8444 17.5995 35.7444C19.1995 37.1444 20.4995 38.7444 21.3995 40.6444C21.6995 41.2444 21.8995 41.8444 22.0995 42.4444C22.5995 43.9444 22.2995 45.2444 21.1995 46.3444C18.8995 48.6444 16.1995 49.3444 13.0995 48.5444C12.8995 48.5444 12.6995 48.5444 12.5995 48.5444C11.3995 48.7444 10.0995 48.8444 8.89951 48.6444C8.59951 48.6444 8.39951 48.5444 7.99951 48.5444C8.29951 49.0444 8.59951 49.4444 8.89951 49.9444C9.79951 51.2444 11.0995 52.2444 12.4995 52.8444C14.3995 53.6444 16.2995 53.8444 18.2995 53.4444C20.0995 53.0444 21.6995 52.1444 22.9995 50.7444C24.3995 49.2444 25.2995 47.4444 25.4995 45.3444C25.5995 44.0444 25.5995 42.6444 25.0995 41.4444C24.6995 40.4444 24.0995 39.5444 23.3995 38.7444C22.0995 37.0444 20.5995 35.5444 19.0995 34.0444C18.4995 33.4444 17.8995 32.9444 17.2995 32.4444C17.1995 32.3444 17.0995 32.3444 16.9995 32.3444C15.6995 32.1444 14.7995 32.3444 13.9995 33.5444Z" class="fill-silver-dark"></path><path d="M11.4997 29.6444C10.3997 29.5444 9.49967 29.6444 8.59967 29.9444C7.39967 30.2444 6.19967 30.8444 5.19967 31.6444C4.19967 32.4444 3.39967 33.3444 2.79967 34.5444C1.99967 36.0444 1.59967 37.6444 1.69967 39.3444C1.79967 41.0444 2.29967 42.7444 3.29967 44.1444C4.19967 45.4444 5.29967 46.4444 6.59967 47.1444C7.59967 47.6444 8.49967 48.0444 9.59967 48.0444C11.3997 48.0444 13.1997 47.8444 14.8997 47.3444C16.1997 47.0444 17.5997 46.6444 18.8997 46.2444C19.4997 46.0444 20.1997 45.9444 20.7997 45.5444C21.1997 45.3444 21.3997 44.8444 21.5997 44.3444C21.7997 43.6444 21.7997 42.9444 21.3997 42.2444C21.0997 42.4444 20.7997 42.6444 20.4997 42.8444C19.1997 43.6444 17.7997 44.2444 16.2997 44.6444C14.2997 45.1444 12.1997 45.1444 10.1997 44.8444C8.89967 44.6444 7.79967 44.0444 7.09967 42.7444C6.69967 41.8444 6.49967 40.9444 6.49967 39.9444C6.39967 37.5444 7.29967 35.5444 8.99967 33.8444C8.99967 33.8444 9.19967 33.5444 9.29967 33.2444C9.79967 31.9444 10.3997 30.7444 11.4997 29.6444Z" class="fill-silver-dark"></path><path d="M9.89953 44.2445C9.89953 44.0445 9.89953 43.8445 9.89953 43.7445C9.69953 41.5445 9.99953 39.4445 10.7995 37.4445C11.4995 35.5445 12.5995 33.9445 13.9995 32.5445C14.8995 31.6445 15.9995 31.4445 17.1995 31.6445C19.7995 32.2445 21.7995 33.6445 22.8995 36.1445C23.0995 36.6445 23.1995 37.2445 23.4995 37.7445C23.5995 38.0445 23.8995 38.3445 24.0995 38.6445C24.7995 39.6445 25.4995 40.7445 25.8995 41.9445C25.8995 41.9445 25.8995 42.0445 25.9995 42.1445C26.2995 41.4445 26.6995 40.7445 26.9995 40.1445C27.4995 38.9445 27.5995 37.6445 27.4995 36.3445C27.2995 34.1445 26.4995 32.1445 24.8995 30.5445C23.7995 29.3445 22.3995 28.5445 20.7995 28.1445C19.0995 27.6445 17.2995 27.6445 15.5995 28.2445C13.9995 28.7445 12.5995 29.5445 11.4995 30.9445C11.0995 31.4445 10.6995 32.0445 10.3995 32.7445C9.79953 34.0445 9.29953 35.4445 8.89953 36.7445C8.39953 38.5445 7.99953 40.4445 7.59953 42.2445C7.49953 42.8445 7.89953 43.2445 8.29953 43.6445C8.59953 43.9445 9.19953 44.1445 9.89953 44.2445Z" class="fill-silver-dark"></path><path d="M37.3997 7.04441C38.3386 7.04441 39.0997 6.28329 39.0997 5.34441C39.0997 4.40553 38.3386 3.64441 37.3997 3.64441C36.4608 3.64441 35.6997 4.40553 35.6997 5.34441C35.6997 6.28329 36.4608 7.04441 37.3997 7.04441Z" class="fill-secondary"></path>', 11);
2114
2119
  const _hoisted_13$1 = [
2115
- _hoisted_2$7
2120
+ _hoisted_2$8
2116
2121
  ];
2117
- function _sfc_render$c(_ctx, _cache) {
2118
- return openBlock(), createElementBlock("svg", _hoisted_1$9, _hoisted_13$1);
2122
+ function _sfc_render$d(_ctx, _cache) {
2123
+ return openBlock(), createElementBlock("svg", _hoisted_1$a, _hoisted_13$1);
2119
2124
  }
2120
- var BcfTopicCreationCardImage = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["render", _sfc_render$c]]);
2125
+ var BcfTopicCreationCardImage = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["render", _sfc_render$d]]);
2121
2126
  var BcfTopicCreationCard_scss_vue_type_style_index_0_src_scoped_true_lang = "";
2122
- const _sfc_main$b = {
2127
+ const _sfc_main$c = {
2123
2128
  components: {
2124
2129
  BcfTopicCreationCardImage,
2125
2130
  BIMDataButton: l,
@@ -2127,15 +2132,15 @@ const _sfc_main$b = {
2127
2132
  },
2128
2133
  emits: ["create-bcf-topic"]
2129
2134
  };
2130
- const _hoisted_1$8 = { class: "bcf-topic-creation-card" };
2131
- const _hoisted_2$6 = { class: "bcf-topic-creation-card__text" };
2132
- function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
2135
+ const _hoisted_1$9 = { class: "bcf-topic-creation-card" };
2136
+ const _hoisted_2$7 = { class: "bcf-topic-creation-card__text" };
2137
+ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
2133
2138
  const _component_BcfTopicCreationCardImage = resolveComponent("BcfTopicCreationCardImage");
2134
2139
  const _component_BIMDataIcon = resolveComponent("BIMDataIcon");
2135
2140
  const _component_BIMDataButton = resolveComponent("BIMDataButton");
2136
- return openBlock(), createElementBlock("div", _hoisted_1$8, [
2141
+ return openBlock(), createElementBlock("div", _hoisted_1$9, [
2137
2142
  createVNode(_component_BcfTopicCreationCardImage),
2138
- createElementVNode("div", _hoisted_2$6, toDisplayString(_ctx.$t("BcfComponents.BcfTopicCreationCard.text")), 1),
2143
+ createElementVNode("div", _hoisted_2$7, toDisplayString(_ctx.$t("BcfComponents.BcfTopicCreationCard.text")), 1),
2139
2144
  createVNode(_component_BIMDataButton, {
2140
2145
  width: "48px",
2141
2146
  height: "48px",
@@ -2157,7 +2162,7 @@ function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
2157
2162
  })
2158
2163
  ]);
2159
2164
  }
2160
- var BcfTopicCreationCard = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["render", _sfc_render$b], ["__scopeId", "data-v-02f52cb0"]]);
2165
+ var BcfTopicCreationCard = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["render", _sfc_render$c], ["__scopeId", "data-v-02f52cb0"]]);
2161
2166
  var x$3 = { props: { component: { type: String, default: "p" }, display: { type: String, default: "inline-block" }, fontSize: { type: String }, fontWeight: { type: String }, lineHeight: { type: String }, margin: { type: String, default: "0px" }, padding: { type: String, default: "0px" }, color: { type: String, default: "color-granite-light", validator: (n) => ["color-primary", "color-secondary", "color-silver", "color-silver-light", "color-silver-dark", "color-granite-light", "color-granite", "color-white", "color-black", "color-high", "color-warning", "color-success"].includes(n) } }, computed: { classes() {
2162
2167
  return "" + this.color;
2163
2168
  }, style() {
@@ -2660,7 +2665,7 @@ const m$2 = { class: "bimdata-tooltip" };
2660
2665
  return openBlock(), createElementBlock("div", m$2, [createElementVNode("div", { class: "bimdata-tooltip__content", onMouseover: f2[0] || (f2[0] = (t) => _2.hover = true), onMouseleave: f2[1] || (f2[1] = (t) => _2.hover = false) }, [createCommentVNode(' slot "content" for retro-compatibility '), renderSlot(g2.$slots, "content"), renderSlot(g2.$slots, "default")], 32), createVNode(Transition, { name: "fade" }, { default: withCtx(() => [withDirectives(createElementVNode("div", { ref: "tooltipText", class: normalizeClass(["bimdata-tooltip__tooltip", ["bimdata-tooltip__tooltip--" + h2.position, "bimdata-tooltip__tooltip--" + h2.color, ...u2._className]]), style: normalizeStyle({ maxWidth: h2.maxWidth }) }, toDisplayString(u2._text), 7), [[vShow, u2.isDisplayed]])]), _: 1 })]);
2661
2666
  }, g$1.__scopeId = "data-v-41eb8f46", g$1.__file = "src/BIMDataComponents/BIMDataTooltip/BIMDataTooltip.vue";
2662
2667
  var BcfTopicImages_scss_vue_type_style_index_0_src_scoped_true_lang = "";
2663
- const _sfc_main$a = {
2668
+ const _sfc_main$b = {
2664
2669
  components: {
2665
2670
  BIMDataButton: l,
2666
2671
  BIMDataIcon: ol$1
@@ -2700,8 +2705,8 @@ const _sfc_main$a = {
2700
2705
  };
2701
2706
  }
2702
2707
  };
2703
- const _hoisted_1$7 = { class: "bcf-topic-images" };
2704
- const _hoisted_2$5 = { class: "bcf-topic-images__images" };
2708
+ const _hoisted_1$8 = { class: "bcf-topic-images" };
2709
+ const _hoisted_2$6 = { class: "bcf-topic-images__images" };
2705
2710
  const _hoisted_3$5 = ["src"];
2706
2711
  const _hoisted_4$4 = { for: "files" };
2707
2712
  const _hoisted_5$4 = ["disabled"];
@@ -2711,12 +2716,12 @@ const _hoisted_6$4 = {
2711
2716
  };
2712
2717
  const _hoisted_7$4 = { class: "icon" };
2713
2718
  const _hoisted_8$4 = { for: "files" };
2714
- function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
2719
+ function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
2715
2720
  const _component_BIMDataIcon = resolveComponent("BIMDataIcon");
2716
2721
  const _component_BIMDataButton = resolveComponent("BIMDataButton");
2717
- return openBlock(), createElementBlock("div", _hoisted_1$7, [
2722
+ return openBlock(), createElementBlock("div", _hoisted_1$8, [
2718
2723
  $props.viewpoints.length > 0 ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
2719
- createElementVNode("div", _hoisted_2$5, [
2724
+ createElementVNode("div", _hoisted_2$6, [
2720
2725
  (openBlock(true), createElementBlock(Fragment, null, renderList($props.viewpoints.slice(0, 4), (viewpoint, i2) => {
2721
2726
  return openBlock(), createElementBlock("div", {
2722
2727
  class: normalizeClass(["image-preview", { single: $props.viewpoints.length === 1 }]),
@@ -2804,9 +2809,9 @@ function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
2804
2809
  ]))
2805
2810
  ]);
2806
2811
  }
2807
- var BcfTopicImages = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["render", _sfc_render$a], ["__scopeId", "data-v-29b59353"]]);
2812
+ var BcfTopicImages = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["render", _sfc_render$b], ["__scopeId", "data-v-29b59353"]]);
2808
2813
  var BcfTopicSnapshots_scss_vue_type_style_index_0_src_scoped_true_lang = "";
2809
- const _sfc_main$9 = {
2814
+ const _sfc_main$a = {
2810
2815
  components: {
2811
2816
  BIMDataButton: l,
2812
2817
  BIMDataIcon: ol$1
@@ -2843,17 +2848,17 @@ const _sfc_main$9 = {
2843
2848
  };
2844
2849
  }
2845
2850
  };
2846
- const _hoisted_1$6 = { class: "bcf-topic-snapshots" };
2847
- const _hoisted_2$4 = {
2851
+ const _hoisted_1$7 = { class: "bcf-topic-snapshots" };
2852
+ const _hoisted_2$5 = {
2848
2853
  key: 0,
2849
2854
  class: "bcf-topic-snapshots__snapshots"
2850
2855
  };
2851
2856
  const _hoisted_3$4 = ["src"];
2852
- function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
2857
+ function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
2853
2858
  const _component_BIMDataIcon = resolveComponent("BIMDataIcon");
2854
2859
  const _component_BIMDataButton = resolveComponent("BIMDataButton");
2855
- return openBlock(), createElementBlock("div", _hoisted_1$6, [
2856
- $props.viewpoints.length > 0 ? (openBlock(), createElementBlock("div", _hoisted_2$4, [
2860
+ return openBlock(), createElementBlock("div", _hoisted_1$7, [
2861
+ $props.viewpoints.length > 0 ? (openBlock(), createElementBlock("div", _hoisted_2$5, [
2857
2862
  (openBlock(true), createElementBlock(Fragment, null, renderList($props.viewpoints.slice(0, 4), (viewpoint, i2) => {
2858
2863
  return openBlock(), createElementBlock("div", {
2859
2864
  class: normalizeClass(["snapshot-preview", { single: $props.viewpoints.length === 1 }]),
@@ -2894,9 +2899,9 @@ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
2894
2899
  ]))
2895
2900
  ]);
2896
2901
  }
2897
- var BcfTopicSnapshots = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["render", _sfc_render$9], ["__scopeId", "data-v-7e063fcc"]]);
2902
+ var BcfTopicSnapshots = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["render", _sfc_render$a], ["__scopeId", "data-v-7e063fcc"]]);
2898
2903
  var BcfTopicForm_scss_vue_type_style_index_0_src_scoped_true_lang = "";
2899
- const _sfc_main$8 = {
2904
+ const _sfc_main$9 = {
2900
2905
  components: {
2901
2906
  BcfTopicImages,
2902
2907
  BcfTopicSnapshots,
@@ -3101,8 +3106,8 @@ const _sfc_main$8 = {
3101
3106
  };
3102
3107
  }
3103
3108
  };
3104
- const _hoisted_1$5 = { class: "bcf-topic-form" };
3105
- const _hoisted_2$3 = { class: "bcf-topic-form__content" };
3109
+ const _hoisted_1$6 = { class: "bcf-topic-form" };
3110
+ const _hoisted_2$4 = { class: "bcf-topic-form__content" };
3106
3111
  const _hoisted_3$3 = { class: "bcf-topic-form__content__head" };
3107
3112
  const _hoisted_4$3 = { class: "bcf-topic-form__content__head__index" };
3108
3113
  const _hoisted_5$3 = { class: "bcf-topic-form__content__head__date" };
@@ -3114,7 +3119,7 @@ const _hoisted_10$2 = {
3114
3119
  key: 0,
3115
3120
  class: "bcf-topic-form__loader"
3116
3121
  };
3117
- function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
3122
+ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
3118
3123
  const _component_BcfTopicSnapshots = resolveComponent("BcfTopicSnapshots");
3119
3124
  const _component_BIMDataIcon = resolveComponent("BIMDataIcon");
3120
3125
  const _component_BIMDataButton = resolveComponent("BIMDataButton");
@@ -3125,8 +3130,8 @@ function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
3125
3130
  const _component_BIMDataTextarea = resolveComponent("BIMDataTextarea");
3126
3131
  const _component_BIMDataLoading = resolveComponent("BIMDataLoading");
3127
3132
  const _component_BIMDataSafeZoneModal = resolveComponent("BIMDataSafeZoneModal");
3128
- return openBlock(), createElementBlock("div", _hoisted_1$5, [
3129
- createElementVNode("div", _hoisted_2$3, [
3133
+ return openBlock(), createElementBlock("div", _hoisted_1$6, [
3134
+ createElementVNode("div", _hoisted_2$4, [
3130
3135
  createElementVNode("div", _hoisted_3$3, [
3131
3136
  createElementVNode("div", _hoisted_4$3, toDisplayString($setup.isCreation ? $setup.nextIndex : $props.bcfTopic.index), 1),
3132
3137
  createElementVNode("div", _hoisted_5$3, toDisplayString(_ctx.$d($setup.isCreation ? new Date() : $props.bcfTopic.creationDate, "short")), 1)
@@ -3311,7 +3316,7 @@ function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
3311
3316
  })) : createCommentVNode("", true)
3312
3317
  ]);
3313
3318
  }
3314
- var BcfTopicForm = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["render", _sfc_render$8], ["__scopeId", "data-v-412a1f16"]]);
3319
+ var BcfTopicForm = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["render", _sfc_render$9], ["__scopeId", "data-v-412a1f16"]]);
3315
3320
  var u = Object.freeze(["default", "primary", "secondary", "high", "success", "granite"]), M$1 = { name: "BIMDataButton", props: { width: { type: String, default: "32px" }, height: { type: String, default: "32px" }, fill: { type: Boolean, default: false }, outline: { type: Boolean, default: false }, ghost: { type: Boolean, default: false }, ripple: { type: Boolean, default: false }, radius: { type: Boolean, default: false }, square: { type: Boolean, default: false }, rounded: { type: Boolean, default: false }, icon: { type: Boolean, default: false }, color: { type: String, default: "default", validator: (n) => u.includes(n) } }, emits: ["click"], computed: { classes() {
3316
3321
  return { "bimdata-btn__icon": this.icon, "bimdata-btn__fill": this.fill, "bimdata-btn__outline": this.outline, "bimdata-btn__ghost": this.ghost, "bimdata-btn__ripple": this.ripple, "bimdata-btn__radius": this.radius, "bimdata-btn__square": this.square, "bimdata-btn__rounded": this.rounded, ["bimdata-btn__fill--" + this.color]: this.fill && this.color, ["bimdata-btn__outline--" + this.color]: this.outline && this.color, ["bimdata-btn__ghost--" + this.color]: this.ghost && this.color, ["bimdata-btn__ripple--" + this.color]: this.ripple && this.color };
3317
3322
  }, style() {
@@ -3768,7 +3773,7 @@ I$1(".bimdata-carousel[data-v-b82c72c2] {\n --button-size: 44px;\n position: r
3768
3773
  return openBlock(), createElementBlock("div", bo, [withDirectives(createVNode(h2, { class: "bimdata-carousel__btn-prev", color: "default", fill: "", rounded: "", icon: "", onClick: l2[0] || (l2[0] = (n) => M2.index--) }, { default: withCtx(() => [createVNode(I2, { name: "chevron", size: "s", rotate: 180 })]), _: 1 }, 512), [[vShow, M2.index > 0]]), createElementVNode("div", fo, [createElementVNode("div", { class: "bimdata-carousel__container__slider", ref: "slider", style: normalizeStyle({ transform: `translateX(-${M2.translations[M2.index]}px)` }) }, [renderSlot(r.$slots, "default")], 4)]), withDirectives(createVNode(h2, { class: "bimdata-carousel__btn-next", color: "default", fill: "", rounded: "", icon: "", onClick: l2[1] || (l2[1] = (n) => M2.index++) }, { default: withCtx(() => [createVNode(I2, { name: "chevron", size: "s" })]), _: 1 }, 512), [[vShow, M2.index < M2.maxIndex]])]);
3769
3774
  }, vo.__scopeId = "data-v-b82c72c2", vo.__file = "src/BIMDataComponents/BIMDataCarousel/BIMDataCarousel.vue";
3770
3775
  var UserAvatar_scss_vue_type_style_index_0_src_scoped_true_lang = "";
3771
- const _sfc_main$7 = {
3776
+ const _sfc_main$8 = {
3772
3777
  props: {
3773
3778
  user: {
3774
3779
  type: Object,
@@ -3795,8 +3800,8 @@ const _sfc_main$7 = {
3795
3800
  };
3796
3801
  }
3797
3802
  };
3798
- const _hoisted_1$4 = ["src"];
3799
- function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
3803
+ const _hoisted_1$5 = ["src"];
3804
+ function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
3800
3805
  const _component_BIMDataIcon = resolveComponent("BIMDataIcon");
3801
3806
  return openBlock(), createElementBlock("div", {
3802
3807
  class: normalizeClass(["user-avatar", `user-avatar--${$props.user.profilePicture ? "silver-light" : $props.color}`]),
@@ -3809,18 +3814,18 @@ function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
3809
3814
  $props.user.profilePicture ? (openBlock(), createElementBlock("img", {
3810
3815
  key: 0,
3811
3816
  src: $props.user.profilePicture
3812
- }, null, 8, _hoisted_1$4)) : $setup.initials ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
3817
+ }, null, 8, _hoisted_1$5)) : $setup.initials ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
3813
3818
  createTextVNode(toDisplayString($setup.initials), 1)
3814
3819
  ], 64)) : (openBlock(), createBlock(_component_BIMDataIcon, {
3815
3820
  key: 2,
3816
3821
  name: "user",
3817
- size: "s"
3822
+ size: "xs"
3818
3823
  }))
3819
3824
  ], 6);
3820
3825
  }
3821
- var UserAvatar = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["render", _sfc_render$7], ["__scopeId", "data-v-f84b809a"]]);
3826
+ var UserAvatar = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["render", _sfc_render$8], ["__scopeId", "data-v-3764dcb1"]]);
3822
3827
  var TopicComment_scss_vue_type_style_index_0_src_scoped_true_lang = "";
3823
- const _sfc_main$6 = {
3828
+ const _sfc_main$7 = {
3824
3829
  components: {
3825
3830
  BIMDataButton: l,
3826
3831
  BIMDataIcon: ol$1,
@@ -3907,8 +3912,8 @@ const _sfc_main$6 = {
3907
3912
  }
3908
3913
  };
3909
3914
  const _withScopeId$1 = (n) => (pushScopeId("data-v-7631a934"), n = n(), popScopeId(), n);
3910
- const _hoisted_1$3 = { class: "topic-comment" };
3911
- const _hoisted_2$2 = { class: "topic-comment__header flex items-center justify-between" };
3915
+ const _hoisted_1$4 = { class: "topic-comment" };
3916
+ const _hoisted_2$3 = { class: "topic-comment__header flex items-center justify-between" };
3912
3917
  const _hoisted_3$2 = { class: "topic-comment__header__left flex items-center" };
3913
3918
  const _hoisted_4$2 = {
3914
3919
  key: 1,
@@ -3924,15 +3929,15 @@ const _hoisted_9$1 = {
3924
3929
  };
3925
3930
  const _hoisted_10$1 = { class: "flex items-center" };
3926
3931
  const _hoisted_11$1 = { class: "topic-comment__content" };
3927
- function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
3932
+ function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
3928
3933
  const _component_UserAvatar = resolveComponent("UserAvatar");
3929
3934
  const _component_BIMDataIcon = resolveComponent("BIMDataIcon");
3930
3935
  const _component_BIMDataTextbox = resolveComponent("BIMDataTextbox");
3931
3936
  const _component_BIMDataButton = resolveComponent("BIMDataButton");
3932
3937
  const _component_BIMDataTextarea = resolveComponent("BIMDataTextarea");
3933
3938
  const _component_BIMDataLoading = resolveComponent("BIMDataLoading");
3934
- return openBlock(), createElementBlock("div", _hoisted_1$3, [
3935
- createElementVNode("div", _hoisted_2$2, [
3939
+ return openBlock(), createElementBlock("div", _hoisted_1$4, [
3940
+ createElementVNode("div", _hoisted_2$3, [
3936
3941
  createElementVNode("div", _hoisted_3$2, [
3937
3942
  $props.comment.user ? (openBlock(), createBlock(_component_UserAvatar, {
3938
3943
  key: 0,
@@ -4114,9 +4119,9 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
4114
4119
  $setup.loading ? (openBlock(), createBlock(_component_BIMDataLoading, { key: 0 })) : createCommentVNode("", true)
4115
4120
  ]);
4116
4121
  }
4117
- var TopicComment = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["render", _sfc_render$6], ["__scopeId", "data-v-7631a934"]]);
4122
+ var TopicComment = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["render", _sfc_render$7], ["__scopeId", "data-v-7631a934"]]);
4118
4123
  var BcfTopicComments_scss_vue_type_style_index_0_src_scoped_true_lang = "";
4119
- const _sfc_main$5 = {
4124
+ const _sfc_main$6 = {
4120
4125
  components: {
4121
4126
  BIMDataButton: l,
4122
4127
  BIMDataLoading: b$3,
@@ -4165,8 +4170,8 @@ const _sfc_main$5 = {
4165
4170
  };
4166
4171
  }
4167
4172
  };
4168
- const _hoisted_1$2 = { class: "bcf-topic-comments" };
4169
- const _hoisted_2$1 = {
4173
+ const _hoisted_1$3 = { class: "bcf-topic-comments" };
4174
+ const _hoisted_2$2 = {
4170
4175
  key: 1,
4171
4176
  class: "bcf-topic-comments__post-comment m-t-24"
4172
4177
  };
@@ -4176,12 +4181,12 @@ const _hoisted_5$1 = { class: "flex items-center justify-end" };
4176
4181
  const _hoisted_6$1 = { class: "bcf-topic-comments__list m-t-18" };
4177
4182
  const _hoisted_7$1 = { class: "color-granite" };
4178
4183
  const _hoisted_8$1 = { key: 0 };
4179
- function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
4184
+ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
4180
4185
  const _component_BIMDataButton = resolveComponent("BIMDataButton");
4181
4186
  const _component_BIMDataTextarea = resolveComponent("BIMDataTextarea");
4182
4187
  const _component_TopicComment = resolveComponent("TopicComment");
4183
4188
  const _component_BIMDataLoading = resolveComponent("BIMDataLoading");
4184
- return openBlock(), createElementBlock("div", _hoisted_1$2, [
4189
+ return openBlock(), createElementBlock("div", _hoisted_1$3, [
4185
4190
  !$setup.isOpen ? (openBlock(), createBlock(_component_BIMDataButton, {
4186
4191
  key: 0,
4187
4192
  width: "100%",
@@ -4194,7 +4199,7 @@ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
4194
4199
  createTextVNode(toDisplayString(_ctx.$t("BcfComponents.BcfTopicComments.commentButton")), 1)
4195
4200
  ]),
4196
4201
  _: 1
4197
- })) : (openBlock(), createElementBlock("div", _hoisted_2$1, [
4202
+ })) : (openBlock(), createElementBlock("div", _hoisted_2$2, [
4198
4203
  createElementVNode("p", _hoisted_3$1, toDisplayString(_ctx.$t("BcfComponents.BcfTopicComments.commentText")), 1),
4199
4204
  createElementVNode("div", _hoisted_4$1, [
4200
4205
  createVNode(_component_BIMDataTextarea, {
@@ -4252,9 +4257,9 @@ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
4252
4257
  $setup.loading ? (openBlock(), createBlock(_component_BIMDataLoading, { key: 2 })) : createCommentVNode("", true)
4253
4258
  ]);
4254
4259
  }
4255
- var BcfTopicComments = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", _sfc_render$5], ["__scopeId", "data-v-377292f2"]]);
4260
+ var BcfTopicComments = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["render", _sfc_render$6], ["__scopeId", "data-v-377292f2"]]);
4256
4261
  var BcfTopicOverview_scss_vue_type_style_index_0_src_scoped_true_lang = "";
4257
- const _sfc_main$4 = {
4262
+ const _sfc_main$5 = {
4258
4263
  components: {
4259
4264
  BcfTopicComments,
4260
4265
  BcfTopicDefaultImage,
@@ -4344,8 +4349,8 @@ const _sfc_main$4 = {
4344
4349
  }
4345
4350
  };
4346
4351
  const _withScopeId = (n) => (pushScopeId("data-v-25dff787"), n = n(), popScopeId(), n);
4347
- const _hoisted_1$1 = { class: "bcf-topic-overview" };
4348
- const _hoisted_2 = { class: "bcf-topic-overview__header" };
4352
+ const _hoisted_1$2 = { class: "bcf-topic-overview" };
4353
+ const _hoisted_2$1 = { class: "bcf-topic-overview__header" };
4349
4354
  const _hoisted_3 = { class: "bcf-topic-overview__header__title" };
4350
4355
  const _hoisted_4 = { class: "bcf-topic-overview__header__actions" };
4351
4356
  const _hoisted_5 = { class: "bcf-topic-overview__content" };
@@ -4384,7 +4389,7 @@ const _hoisted_37 = { class: "line m-t-12" };
4384
4389
  const _hoisted_38 = { class: "label" };
4385
4390
  const _hoisted_39 = { class: "value" };
4386
4391
  const _hoisted_40 = { key: 1 };
4387
- function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
4392
+ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
4388
4393
  const _component_BIMDataIcon = resolveComponent("BIMDataIcon");
4389
4394
  const _component_BIMDataButton = resolveComponent("BIMDataButton");
4390
4395
  const _component_BIMDataTextbox = resolveComponent("BIMDataTextbox");
@@ -4393,8 +4398,8 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
4393
4398
  const _component_BcfTopicComments = resolveComponent("BcfTopicComments");
4394
4399
  const _component_BIMDataSafeZoneModal = resolveComponent("BIMDataSafeZoneModal");
4395
4400
  const _component_BIMDataLoading = resolveComponent("BIMDataLoading");
4396
- return openBlock(), createElementBlock("div", _hoisted_1$1, [
4397
- createElementVNode("div", _hoisted_2, [
4401
+ return openBlock(), createElementBlock("div", _hoisted_1$2, [
4402
+ createElementVNode("div", _hoisted_2$1, [
4398
4403
  $props.uiConfig.backButton ? (openBlock(), createBlock(_component_BIMDataButton, {
4399
4404
  key: 0,
4400
4405
  ripple: "",
@@ -4633,7 +4638,7 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
4633
4638
  ])) : createCommentVNode("", true)
4634
4639
  ]);
4635
4640
  }
4636
- var BcfTopicOverview = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["render", _sfc_render$4], ["__scopeId", "data-v-25dff787"]]);
4641
+ var BcfTopicOverview = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", _sfc_render$5], ["__scopeId", "data-v-25dff787"]]);
4637
4642
  var columnsDef = [
4638
4643
  {
4639
4644
  id: "index",
@@ -4661,13 +4666,14 @@ var columnsDef = [
4661
4666
  {
4662
4667
  id: "creator",
4663
4668
  label: "Cr\xE9\xE9 par",
4664
- width: "120px",
4669
+ width: "60px",
4665
4670
  align: "center"
4666
4671
  },
4667
4672
  {
4668
4673
  id: "date",
4669
4674
  label: "Date",
4670
- width: "100px"
4675
+ width: "90px",
4676
+ align: "center"
4671
4677
  },
4672
4678
  {
4673
4679
  id: "actions",
@@ -4802,8 +4808,8 @@ x('/* base COLORS --------------------------------------------- */\n/* colors BR
4802
4808
  const x2 = resolveComponent("BIMDataCheckbox"), A2 = resolveComponent("BIMDataIconChevron"), S2 = resolveComponent("BIMDataButton");
4803
4809
  return openBlock(), createElementBlock("div", X, [createElementVNode("div", { class: "bimdata-table__container", style: normalizeStyle({ height: s2.paginated ? (s2.perPage + 1) * s2.rowHeight + "px" : void 0 }) }, [createElementVNode("table", { style: normalizeStyle({ width: s2.tableWidth }) }, [createElementVNode("thead", null, [createElementVNode("tr", { key: "head-row-0", style: normalizeStyle({ height: s2.rowHeight + "px" }) }, [s2.selectable ? (openBlock(), createElementBlock("th", W, [createVNode(x2, { disabled: s2.rows.length === 0, modelValue: s2.rows.length > 0 && f2.selection.size === s2.rows.length, "onUpdate:modelValue": y2.toggleFullSelection }, null, 8, ["disabled", "modelValue", "onUpdate:modelValue"])])) : createCommentVNode("v-if", true), (openBlock(true), createElementBlock(Fragment, null, renderList(s2.columns, (o3, e2) => (openBlock(), createElementBlock("th", { key: "head-row-0-col-" + e2, style: normalizeStyle({ width: o3.width || "auto", textAlign: o3.align || "left" }) }, toDisplayString(o3.id ? o3.label || o3.id : o3), 5))), 128))], 4)]), createElementVNode("tbody", null, [(openBlock(true), createElementBlock(Fragment, null, renderList(s2.rows, (c3, b2) => withDirectives((openBlock(), createElementBlock("tr", { key: "body-row-" + b2, style: normalizeStyle({ height: s2.rowHeight + "px" }) }, [s2.selectable ? (openBlock(), createElementBlock("td", $, [createVNode(x2, { modelValue: f2.selection.has(b2), "onUpdate:modelValue": (n) => y2.toggleSelection(b2) }, null, 8, ["modelValue", "onUpdate:modelValue"])])) : createCommentVNode("v-if", true), (openBlock(true), createElementBlock(Fragment, null, renderList(s2.columns, (i2, s3) => (openBlock(), createElementBlock("td", { key: `body-row-${b2}-col-${s3}`, style: normalizeStyle({ width: i2.width || "auto", textAlign: i2.align || "left" }) }, [renderSlot(o2.$slots, "cell-" + i2.id, { row: c3 }, () => [createTextVNode(toDisplayString(c3[i2.id] || c3[s3] || ""), 1)])], 4))), 128))], 4)), [[vShow, f2.displayedRows.includes(b2)]])), 128))])], 4), s2.rows.length === 0 && s2.placeholder ? (openBlock(), createElementBlock("div", { key: 0, class: "bimdata-table__container__placeholder", style: normalizeStyle({ height: `calc(100% - ${s2.rowHeight}px)` }) }, toDisplayString(s2.placeholder), 5)) : createCommentVNode("v-if", true)], 4), s2.paginated ? (openBlock(), createElementBlock("div", { key: 0, class: "bimdata-table__page-nav", style: normalizeStyle({ visibility: s2.rows.length > s2.perPage ? "visible" : "hidden" }) }, [createVNode(S2, { ghost: "", rounded: "", icon: "", disabled: f2.pageStartIndex === 1, onClick: c2[0] || (c2[0] = (n) => f2.pageIndex--) }, { default: withCtx(() => [createVNode(A2, { size: "s", rotate: 180 })]), _: 1 }, 8, ["disabled"]), createElementVNode("span", Z, toDisplayString(`${f2.pageStartIndex} - ${f2.pageEndIndex} of ${s2.rows.length}`), 1), createVNode(S2, { ghost: "", rounded: "", icon: "", disabled: f2.pageEndIndex === s2.rows.length, onClick: c2[1] || (c2[1] = (n) => f2.pageIndex++) }, { default: withCtx(() => [createVNode(A2, { size: "s" })]), _: 1 }, 8, ["disabled"])], 4)) : createCommentVNode("v-if", true)]);
4804
4810
  }, P.__scopeId = "data-v-a29e0786", P.__file = "src/BIMDataComponents/BIMDataTable/BIMDataTable.vue";
4805
- var BcfTopicActionsCell_scss_vue_type_style_index_0_src_scoped_true_lang = "";
4806
- const _sfc_main$3 = {
4811
+ var BcfTopicActionsCell_vue_vue_type_style_index_0_scoped_true_lang = "";
4812
+ const _sfc_main$4 = {
4807
4813
  components: {
4808
4814
  BIMDataButton: l
4809
4815
  },
@@ -4817,11 +4823,11 @@ const _sfc_main$3 = {
4817
4823
  "open-bcf-topic"
4818
4824
  ]
4819
4825
  };
4820
- const _hoisted_1 = { class: "bcf-topic-actions-cell" };
4821
- function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
4826
+ const _hoisted_1$1 = { class: "bcf-topic-actions-cell" };
4827
+ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
4822
4828
  const _component_BIMDataIcon = resolveComponent("BIMDataIcon");
4823
4829
  const _component_BIMDataButton = resolveComponent("BIMDataButton");
4824
- return openBlock(), createElementBlock("div", _hoisted_1, [
4830
+ return openBlock(), createElementBlock("div", _hoisted_1$1, [
4825
4831
  createVNode(_component_BIMDataButton, {
4826
4832
  color: "primary",
4827
4833
  outline: "",
@@ -4839,8 +4845,39 @@ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
4839
4845
  })
4840
4846
  ]);
4841
4847
  }
4842
- var BcfTopicActionsCell = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_render$3], ["__scopeId", "data-v-e55c273a"]]);
4843
- var BcfTopicPriorityCell_scss_vue_type_style_index_0_src_scoped_true_lang = "";
4848
+ var BcfTopicActionsCell = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["render", _sfc_render$4], ["__scopeId", "data-v-fe159426"]]);
4849
+ var BcfTopicIndexCell_vue_vue_type_style_index_0_scoped_true_lang = "";
4850
+ const _sfc_main$3 = {
4851
+ props: {
4852
+ bcfTopic: {
4853
+ type: Object,
4854
+ required: true
4855
+ },
4856
+ detailedExtensions: {
4857
+ type: Object,
4858
+ required: true
4859
+ }
4860
+ },
4861
+ setup(props) {
4862
+ const priorityColor = computed(() => getPriorityColor(props.bcfTopic, props.detailedExtensions));
4863
+ return {
4864
+ priorityColor
4865
+ };
4866
+ }
4867
+ };
4868
+ const _hoisted_1 = { class: "bcf-topic-index-cell" };
4869
+ const _hoisted_2 = { class: "index" };
4870
+ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
4871
+ return openBlock(), createElementBlock("div", _hoisted_1, [
4872
+ createElementVNode("span", {
4873
+ class: "left-stripe",
4874
+ style: normalizeStyle({ backgroundColor: `#${$setup.priorityColor}` })
4875
+ }, null, 4),
4876
+ createElementVNode("span", _hoisted_2, toDisplayString($props.bcfTopic.index), 1)
4877
+ ]);
4878
+ }
4879
+ var BcfTopicIndexCell = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_render$3], ["__scopeId", "data-v-73373bfa"]]);
4880
+ var BcfTopicPriorityCell_vue_vue_type_style_index_0_scoped_true_lang = "";
4844
4881
  const _sfc_main$2 = {
4845
4882
  props: {
4846
4883
  bcfTopic: {
@@ -4865,8 +4902,8 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
4865
4902
  style: normalizeStyle({ color: `#${$setup.priorityColor}` })
4866
4903
  }, toDisplayString($props.bcfTopic.priority || _ctx.$t("BcfComponents.BcfTopicPriorityCell.noPriority")), 5);
4867
4904
  }
4868
- var BcfTopicPriorityCell = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["render", _sfc_render$2], ["__scopeId", "data-v-691e94e8"]]);
4869
- var BcfTopicStatusCell_scss_vue_type_style_index_0_src_scoped_true_lang = "";
4905
+ var BcfTopicPriorityCell = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["render", _sfc_render$2], ["__scopeId", "data-v-7be782b8"]]);
4906
+ var BcfTopicStatusCell_vue_vue_type_style_index_0_scoped_true_lang = "";
4870
4907
  const _sfc_main$1 = {
4871
4908
  props: {
4872
4909
  bcfTopic: {
@@ -4895,10 +4932,11 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
4895
4932
  })
4896
4933
  }, toDisplayString($props.bcfTopic.topicStatus), 5);
4897
4934
  }
4898
- var BcfTopicStatusCell = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1], ["__scopeId", "data-v-41224f82"]]);
4935
+ var BcfTopicStatusCell = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1], ["__scopeId", "data-v-02899ce8"]]);
4899
4936
  const _sfc_main = {
4900
4937
  components: {
4901
4938
  BcfTopicActionsCell,
4939
+ BcfTopicIndexCell,
4902
4940
  BcfTopicPriorityCell,
4903
4941
  BcfTopicStatusCell,
4904
4942
  BIMDataTable: P,
@@ -4932,11 +4970,13 @@ const _sfc_main = {
4932
4970
  setup(props) {
4933
4971
  const displayedColumns = computed(() => props.columns && props.columns.length > 0 ? columnsDef.filter((c2) => props.columns.includes(c2.id)) : columnsDef);
4934
4972
  return {
4935
- displayedColumns
4973
+ displayedColumns,
4974
+ deserializeShort
4936
4975
  };
4937
4976
  }
4938
4977
  };
4939
4978
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
4979
+ const _component_BcfTopicIndexCell = resolveComponent("BcfTopicIndexCell");
4940
4980
  const _component_BcfTopicPriorityCell = resolveComponent("BcfTopicPriorityCell");
4941
4981
  const _component_BcfTopicStatusCell = resolveComponent("BcfTopicStatusCell");
4942
4982
  const _component_BIMDataTextbox = resolveComponent("BIMDataTextbox");
@@ -4953,7 +4993,10 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
4953
4993
  rowHeight: 42
4954
4994
  }, {
4955
4995
  "cell-index": withCtx(({ row: bcfTopic }) => [
4956
- createTextVNode(toDisplayString(bcfTopic.index), 1)
4996
+ createVNode(_component_BcfTopicIndexCell, {
4997
+ bcfTopic,
4998
+ detailedExtensions: $props.detailedExtensions
4999
+ }, null, 8, ["bcfTopic", "detailedExtensions"])
4957
5000
  ]),
4958
5001
  "cell-priority": withCtx(({ row: bcfTopic }) => [
4959
5002
  createVNode(_component_BcfTopicPriorityCell, {
@@ -4974,20 +5017,16 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
4974
5017
  text: bcfTopic.title
4975
5018
  }, null, 8, ["text"])
4976
5019
  ]),
4977
- "cell-creator": withCtx(({ row: { creator, creationAuthor } }) => [
4978
- creator ? (openBlock(), createBlock(_component_UserAvatar, {
4979
- key: 0,
4980
- user: creator,
5020
+ "cell-creator": withCtx(({ row: { creator } }) => [
5021
+ createVNode(_component_UserAvatar, {
5022
+ user: creator || {},
4981
5023
  size: 30,
5024
+ color: "silver-light",
4982
5025
  style: { "margin": "auto" }
4983
- }, null, 8, ["user"])) : (openBlock(), createBlock(_component_BIMDataTextbox, {
4984
- key: 1,
4985
- maxWidth: "120px",
4986
- text: creationAuthor
4987
- }, null, 8, ["text"]))
5026
+ }, null, 8, ["user"])
4988
5027
  ]),
4989
5028
  "cell-date": withCtx(({ row: bcfTopic }) => [
4990
- createTextVNode(toDisplayString(_ctx.$d(bcfTopic.creationDate, "short")), 1)
5029
+ createTextVNode(toDisplayString($setup.deserializeShort(bcfTopic.creationDate)), 1)
4991
5030
  ]),
4992
5031
  "cell-actions": withCtx(({ row: bcfTopic }) => [
4993
5032
  createVNode(_component_BcfTopicActionsCell, {