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

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.
@@ -19,6 +19,80 @@ var __spreadValues = (a2, b2) => {
19
19
  };
20
20
  var __spreadProps = (a2, b2) => __defProps(a2, __getOwnPropDescs(b2));
21
21
  import { reactive, computed, ref, watch, toRaw, inject } from "vue";
22
+ const EXTENSION_TYPES = Object.freeze([
23
+ "Priority",
24
+ "Type",
25
+ "Stage",
26
+ "Status",
27
+ "Label"
28
+ ]);
29
+ const EXTENSION_WITH_COLOR = Object.freeze([
30
+ "Priority",
31
+ "Status"
32
+ ]);
33
+ const EXTENSION_FIELDS = Object.freeze({
34
+ Priority: "priority",
35
+ Type: "topic_type",
36
+ Stage: "stage",
37
+ Status: "topic_status",
38
+ Label: "label"
39
+ });
40
+ const EXTENSION_LIST_FIELDS = Object.freeze({
41
+ Priority: "priorities",
42
+ Type: "topic_types",
43
+ Stage: "stages",
44
+ Status: "topic_statuses",
45
+ Label: "topic_labels"
46
+ });
47
+ const DEFAULT_PRIORITY_COLOR = "D8D8D8";
48
+ const DEFAULT_STATUS_COLOR = "D8D8D8";
49
+ const VIEWPOINT_TYPES = Object.freeze({
50
+ V3D: "ifc3d",
51
+ V2D: "ifc2d",
52
+ DWG: "dwg",
53
+ PLAN: "plan"
54
+ });
55
+ const VIEWPOINT_CONFIG = Object.freeze({
56
+ [VIEWPOINT_TYPES.V3D]: {
57
+ order: 1,
58
+ category: "3d",
59
+ window: "3d",
60
+ plugin: "viewer3d",
61
+ icon: "fileIfcPolychrome"
62
+ },
63
+ [VIEWPOINT_TYPES.V2D]: {
64
+ order: 2,
65
+ category: "2d",
66
+ window: "2d",
67
+ plugin: "viewer2d",
68
+ icon: "fileIfcPolychrome"
69
+ },
70
+ [VIEWPOINT_TYPES.DWG]: {
71
+ order: 3,
72
+ category: "2d",
73
+ window: "dwg",
74
+ plugin: "dwg",
75
+ icon: "fileDwgPolychrome"
76
+ },
77
+ [VIEWPOINT_TYPES.PLAN]: {
78
+ order: 4,
79
+ category: "2d",
80
+ window: "plan",
81
+ plugin: "plan",
82
+ icon: "filePlanPolychrome"
83
+ }
84
+ });
85
+ var config = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
86
+ __proto__: null,
87
+ DEFAULT_PRIORITY_COLOR,
88
+ DEFAULT_STATUS_COLOR,
89
+ EXTENSION_FIELDS,
90
+ EXTENSION_LIST_FIELDS,
91
+ EXTENSION_TYPES,
92
+ EXTENSION_WITH_COLOR,
93
+ VIEWPOINT_CONFIG,
94
+ VIEWPOINT_TYPES
95
+ }, Symbol.toStringTag, { value: "Module" }));
22
96
  let apiClient = null;
23
97
  function setApiClient(client) {
24
98
  apiClient = client;
@@ -172,33 +246,6 @@ function useBcfSort(topics) {
172
246
  sortOrderDate
173
247
  };
174
248
  }
175
- const EXTENSION_TYPES = [
176
- "Priority",
177
- "Type",
178
- "Stage",
179
- "Status",
180
- "Label"
181
- ];
182
- const EXTENSION_WITH_COLOR = [
183
- "Priority",
184
- "Status"
185
- ];
186
- const EXTENSION_FIELDS = {
187
- Priority: "priority",
188
- Type: "topic_type",
189
- Stage: "stage",
190
- Status: "topic_status",
191
- Label: "label"
192
- };
193
- const EXTENSION_LIST_FIELDS = {
194
- Priority: "priorities",
195
- Type: "topic_types",
196
- Stage: "stages",
197
- Status: "topic_statuses",
198
- Label: "topic_labels"
199
- };
200
- const DEFAULT_PRIORITY_COLOR = "D8D8D8";
201
- const DEFAULT_STATUS_COLOR = "D8D8D8";
202
249
  function getPriorityColor(topic, detailedExtensions) {
203
250
  const priorityDetail = detailedExtensions.priorities.find((p2) => p2.priority === topic.priority);
204
251
  return (priorityDetail == null ? void 0 : priorityDetail.color) || DEFAULT_PRIORITY_COLOR;
@@ -260,16 +307,16 @@ const c$5 = a$b({ render: function() {
260
307
  }, staticRenderFns: [] }, function(r2) {
261
308
  r2 && (r2("data-v-7af18892_0", { source: 'html[data-v-7af18892]{--color-primary-lighter:rgba(248, 249, 250, 1);--color-primary-light:rgba(67, 78, 105, 1);--color-primary:rgba(47, 55, 74, 1);--color-primary-dark:rgba(27, 32, 43, 1);--color-secondary-lighter:rgba(255, 252, 242, 1);--color-secondary-light:rgba(250, 212, 94, 1);--color-secondary:rgba(249, 199, 44, 1);--color-secondary-dark:rgba(235, 180, 7, 1);--color-white:rgba(255, 255, 255, 1);--color-silver-light:rgba(247, 247, 247, 1);--color-silver:rgba(216, 216, 216, 1);--color-silver-dark:rgba(189, 189, 189, 1);--color-granite-light:rgba(122, 122, 122, 1);--color-granite:rgba(96, 96, 96, 1);--color-black:rgba(0, 0, 0, 1);--color-text:rgba(47, 55, 74, 1);--color-black-100:rgba(0, 0, 0, 0.1);--color-success-lighter:rgba(226, 255, 239, 1);--color-success-light:rgba(0, 200, 92, 1);--color-success:rgba(0, 175, 80, 1);--color-success-dark:rgba(0, 149, 68, 1);--color-warning-lighter:rgba(255, 233, 204, 1);--color-warning-light:rgba(255, 167, 51, 1);--color-warning:rgba(255, 145, 0, 1);--color-warning-dark:rgba(204, 116, 0, 1);--color-high-lighter:rgba(255, 237, 234, 1);--color-high-light:rgba(255, 104, 81, 1);--color-high:rgba(255, 61, 30, 1);--color-high-dark:rgba(234, 31, 0, 1);--font-size:14px;--box-shadow:0px 2px 10px rgba(0, 0, 0, 0.1);--border-radius-tiny:3px;--spacing-unit:12px;--size-btn-options:45px;--primary-font:"roboto",sans-serif}html[data-v-7af18892]{--color-primary-lighter:rgba(248, 249, 250, 1);--color-primary-light:rgba(67, 78, 105, 1);--color-primary:rgba(47, 55, 74, 1);--color-primary-dark:rgba(27, 32, 43, 1);--color-secondary-lighter:rgba(255, 252, 242, 1);--color-secondary-light:rgba(250, 212, 94, 1);--color-secondary:rgba(249, 199, 44, 1);--color-secondary-dark:rgba(235, 180, 7, 1);--color-white:rgba(255, 255, 255, 1);--color-silver-light:rgba(247, 247, 247, 1);--color-silver:rgba(216, 216, 216, 1);--color-silver-dark:rgba(189, 189, 189, 1);--color-granite-light:rgba(122, 122, 122, 1);--color-granite:rgba(96, 96, 96, 1);--color-black:rgba(0, 0, 0, 1);--color-text:rgba(47, 55, 74, 1);--color-black-100:rgba(0, 0, 0, 0.1);--color-success-lighter:rgba(226, 255, 239, 1);--color-success-light:rgba(0, 200, 92, 1);--color-success:rgba(0, 175, 80, 1);--color-success-dark:rgba(0, 149, 68, 1);--color-warning-lighter:rgba(255, 233, 204, 1);--color-warning-light:rgba(255, 167, 51, 1);--color-warning:rgba(255, 145, 0, 1);--color-warning-dark:rgba(204, 116, 0, 1);--color-high-lighter:rgba(255, 237, 234, 1);--color-high-light:rgba(255, 104, 81, 1);--color-high:rgba(255, 61, 30, 1);--color-high-dark:rgba(234, 31, 0, 1);--font-size:14px;--box-shadow:0px 2px 10px rgba(0, 0, 0, 0.1);--border-radius-tiny:3px;--spacing-unit:12px;--size-btn-options:45px;--primary-font:"roboto",sans-serif}.text-left[data-v-7af18892]{text-align:left}.text-center[data-v-7af18892]{text-align:center}.text-right[data-v-7af18892]{text-align:right}.bimdata-link[data-v-7af18892]{color:var(--color-primary);border-bottom:1px solid var(--color-primary);font-weight:700}.primary-font[data-v-7af18892]{font-family:roboto,sans-serif}', map: void 0, media: void 0 }), r2("data-v-7af18892_1", { source: ".bimdata-btn{padding:0 var(--spacing-unit);height:fit-content;display:flex;align-items:center;justify-content:center;background-color:transparent;border:none;color:var(--color-primary);cursor:pointer;font-family:var(--primary-font);font-size:12px;transition:all .1s ease}.bimdata-btn:hover{transition:all .25s ease-in}.bimdata-btn:focus{outline:0}.bimdata-btn__icon{padding:0}.bimdata-btn__radius{border-radius:3px}.bimdata-btn__square{border-radius:0}.bimdata-btn__rounded{border-radius:50%}.bimdata-btn__fill{background-color:var(--color-white);justify-content:center}.bimdata-btn__fill--default{box-shadow:var(--box-shadow)}.bimdata-btn__fill--default:hover{background-color:var(--color-silver-light)}.bimdata-btn__fill--primary{background-color:var(--color-primary);color:var(--color-white)}.bimdata-btn__fill--primary:hover{background-color:var(--color-primary-light)}.bimdata-btn__fill--secondary{background-color:var(--color-secondary);color:var(--color-primary)}.bimdata-btn__fill--secondary:hover{background-color:var(--color-secondary-light)}.bimdata-btn__fill--granite{background-color:var(--color-granite);color:var(--color-white)}.bimdata-btn__fill--granite:hover{background-color:var(--color-granite)}.bimdata-btn__fill--high{background-color:var(--color-high);color:var(--color-white)}.bimdata-btn__fill--high:hover{background-color:var(--color-high-light)}.bimdata-btn__fill--success{background-color:var(--color-success);color:var(--color-white)}.bimdata-btn__fill--success:hover{background-color:var(--color-success-light)}.bimdata-btn__fill--btn-icon svg{margin:0 6px}.bimdata-btn__fill:disabled{background-color:var(--color-silver-dark);color:var(--color-white);cursor:auto}.bimdata-btn__ripple{background-position:center;transition:background .8s}.bimdata-btn__ripple--default{background-color:transparent;color:var(--color-primary)}.bimdata-btn__ripple--default:hover{background:transparent radial-gradient(circle,transparent 1%,var(--color-silver-light) 1%) center/15000%}.bimdata-btn__ripple--default:active:not(:disabled){background-color:var(--color-silver-light);background-size:100%;transition:background 0s}.bimdata-btn__ripple--primary{background-color:var(--color-primary);color:var(--color-white)}.bimdata-btn__ripple--primary:hover{background:var(--color-primary) radial-gradient(circle,transparent 1%,var(--color-primary) 1%) center/15000%}.bimdata-btn__ripple--primary:active:not(:disabled){background-color:var(--color-primary-light);background-size:100%;transition:background 0s}.bimdata-btn__ripple--secondary{background-color:var(--color-secondary);color:var(--color-primary)}.bimdata-btn__ripple--secondary:hover{background:var(--color-secondary) radial-gradient(circle,transparent 1%,var(--color-secondary) 1%) center/15000%}.bimdata-btn__ripple--secondary:active:not(:disabled){background-color:var(--color-secondary-light);background-size:100%;transition:background 0s}.bimdata-btn__ripple--granite{background-color:var(--color-granite);color:var(--color-white)}.bimdata-btn__ripple--granite:hover{background:var(--color-granite) radial-gradient(circle,transparent 1%,var(--color-granite) 1%) center/15000%}.bimdata-btn__ripple--granite:active:not(:disabled){background-color:var(--color-granite-light);background-size:100%;transition:background 0s}.bimdata-btn__ripple--high{background-color:var(--color-high);color:var(--color-white)}.bimdata-btn__ripple--high:hover{background:var(--color-high) radial-gradient(circle,transparent 1%,var(--color-high) 1%) center/15000%}.bimdata-btn__ripple--high:active:not(:disabled){background-color:var(--color-high-light);background-size:100%;transition:background 0s}.bimdata-btn__ripple--success{background-color:var(--color-success);color:var(--color-white)}.bimdata-btn__ripple--success:hover{background:var(--color-success) radial-gradient(circle,transparent 1%,var(--color-success) 1%) center/15000%}.bimdata-btn__ripple--success:active:not(:disabled){background-color:var(--color-success-light);background-size:100%;transition:background 0s}.bimdata-btn__ripple:disabled{background-color:var(--color-silver-dark);color:var(--color-white);cursor:auto}.bimdata-btn__outline{justify-content:center;border:1px solid}.bimdata-btn__outline--default{border-color:var(--color-silver);color:var(--color-primary)}.bimdata-btn__outline--default:hover{background-color:var(--color-silver-light)}.bimdata-btn__outline--primary{border-color:var(--color-primary);color:var(--color-primary)}.bimdata-btn__outline--primary:hover{background-color:var(--color-primary-lighter)}.bimdata-btn__outline--secondary{border-color:var(--color-secondary);color:var(--color-primary)}.bimdata-btn__outline--secondary:hover{background-color:var(--color-secondary-lighter)}.bimdata-btn__outline--granite{border-color:var(--color-granite);color:var(--color-granite)}.bimdata-btn__outline--granite:hover{background-color:var(--color-silver-light)}.bimdata-btn__outline--high{border-color:var(--color-high);color:var(--color-high)}.bimdata-btn__outline--high:hover{background-color:var(--color-high-lighter)}.bimdata-btn__outline--success{border-color:var(--color-success);color:var(--color-success)}.bimdata-btn__outline--success:hover{background-color:var(--color-success-lighter)}.bimdata-btn__outline:disabled{border-color:var(--color-silver-dark);color:var(--color-silver-dark);cursor:auto}.bimdata-btn__outline:disabled:hover{background-color:transparent}.bimdata-btn__ghost{justify-content:center}.bimdata-btn__ghost svg{display:flex;align-items:center}.bimdata-btn__ghost--default{color:var(--color-primary)}.bimdata-btn__ghost--default:hover{background-color:var(--color-silver-light)}.bimdata-btn__ghost--primary{color:var(--color-primary)}.bimdata-btn__ghost--primary:hover{background-color:var(--color-primary-lighter)}.bimdata-btn__ghost--secondary{color:var(--color-secondary)}.bimdata-btn__ghost--secondary:hover{background-color:var(--color-secondary-lighter)}.bimdata-btn__ghost--granite{color:var(--color-granite)}.bimdata-btn__ghost--granite:hover{background-color:var(--color-silver-light)}.bimdata-btn__ghost--high{color:var(--color-high)}.bimdata-btn__ghost--high:hover{background-color:var(--color-high-lighter)}.bimdata-btn__ghost--success{color:var(--color-success)}.bimdata-btn__ghost--success:hover{background-color:var(--color-success-lighter)}.bimdata-btn__ghost:disabled{color:var(--color-silver-dark);cursor:auto}", map: void 0, media: void 0 }));
262
309
  }, o$d, "data-v-7af18892", false, void 0, false, e$d, void 0, void 0);
263
- function e$c(e2, t2, i2, d2, r2, o2, n2, v2, C2, s2) {
264
- typeof n2 != "boolean" && (C2 = v2, v2 = n2, n2 = false);
310
+ function e$c(e2, t2, i2, d2, r2, o2, n2, C2, s2, v2) {
311
+ typeof n2 != "boolean" && (s2 = C2, C2 = n2, n2 = false);
265
312
  const l2 = typeof i2 == "function" ? i2.options : i2;
266
313
  let a2;
267
314
  if (e2 && e2.render && (l2.render = e2.render, l2.staticRenderFns = e2.staticRenderFns, l2._compiled = true, r2 && (l2.functional = true)), d2 && (l2._scopeId = d2), o2 ? (a2 = function(e3) {
268
- (e3 = e3 || this.$vnode && this.$vnode.ssrContext || this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext) || typeof __VUE_SSR_CONTEXT__ == "undefined" || (e3 = __VUE_SSR_CONTEXT__), t2 && t2.call(this, C2(e3)), e3 && e3._registeredComponents && e3._registeredComponents.add(o2);
315
+ (e3 = e3 || this.$vnode && this.$vnode.ssrContext || this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext) || typeof __VUE_SSR_CONTEXT__ == "undefined" || (e3 = __VUE_SSR_CONTEXT__), t2 && t2.call(this, s2(e3)), e3 && e3._registeredComponents && e3._registeredComponents.add(o2);
269
316
  }, l2._ssrRegister = a2) : t2 && (a2 = n2 ? function(e3) {
270
- t2.call(this, s2(e3, this.$root.$options.shadowRoot));
317
+ t2.call(this, v2(e3, this.$root.$options.shadowRoot));
271
318
  } : function(e3) {
272
- t2.call(this, v2(e3));
319
+ t2.call(this, C2(e3));
273
320
  }), a2)
274
321
  if (l2.functional) {
275
322
  const e3 = l2.render;
@@ -675,6 +722,39 @@ var t$c = { addFile: e$c({ render: function() {
675
722
  }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), zone: e$c({ render: function() {
676
723
  var e2 = this.$createElement, t2 = this._self._c || e2;
677
724
  return t2("g", [t2("path", { attrs: { d: "M8.96582 11.3144L11.6658 10.1144V3.91443L1.96582 8.11443L8.96582 11.3144Z" } }), this._v(" "), t2("path", { attrs: { d: "M1.0658 15.2145L11.6658 19.9145V13.6145L1.0658 8.81445V15.2145Z" } }), this._v(" "), t2("path", { attrs: { d: "M22.9658 8.11443L13.2658 3.91443V10.1144L15.9658 11.3144L22.9658 8.11443Z" } }), this._v(" "), t2("path", { attrs: { d: "M13.2658 13.6145V19.9145L23.8658 15.2145V8.81445L13.2658 13.6145Z" } })]);
725
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), bcfPolychrome: e$c({ render: function() {
726
+ var e2 = this.$createElement, t2 = this._self._c || e2;
727
+ return t2("g", [t2("path", { staticClass: "fill-primary", attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M5.02193 12.8656C4.99498 13.5081 4.948 14.6282 5.60528 15.8997C7.70676 16.9403 12.8873 18.8488 16.5248 18.118C21.0718 17.2045 24.4653 11.2714 22.3618 6.71975C20.2583 2.16806 16.7141 1.26965 13.7885 1.56016C13.8264 1.59404 13.8667 1.6296 13.9093 1.6671C14.4738 2.16451 15.427 3.0043 16.2088 4.83129C17.7639 5.7059 20.2614 8.64331 18.7358 12.3391C17.0551 16.4108 13.4497 16.0217 12.2821 15.8956C12.1416 15.8805 12.0365 15.8691 11.9742 15.8698C11.5056 15.8749 7.61308 15.3475 5.02347 12.8287C5.02297 12.8408 5.02245 12.8531 5.02193 12.8656ZM12.4885 4.74167C11.9561 4.40063 10.617 3.72872 9.52006 3.76938C7.57654 5.08613 3.39156 8.60595 2.1998 12.1512C0.710113 16.5827 4.10364 22.5158 9.06053 22.9528C14.0174 23.3898 16.6583 20.7215 17.8718 18.0188C17.0698 18.3001 15.5331 18.7286 13.7293 18.4406C12.2014 19.3627 8.46042 20.1549 6.05233 16.9734C3.39934 13.4683 5.53596 10.5111 6.22787 9.55348C6.3111 9.43828 6.37343 9.35202 6.40399 9.29722C6.63388 8.88508 9.03266 5.74603 12.4885 4.74167Z" } }), this._v(" "), t2("path", { staticClass: "fill-secondary", attrs: { d: "M18.0536 13.1944C17.54 14.1736 16.294 15.0082 15.7352 15.3031C16.6014 11.78 15.1076 8.07749 14.869 7.67046C14.5735 7.16642 13.314 2.89017 8.45901 3.52497C4.52537 4.0393 3.30588 7.69446 3.33306 9.49119C2.28341 10.7256 1.78066 12.3166 1.62101 13.1584C-0.0910414 10.7461 -1.02859 7.27957 1.82482 3.16493C4.67824 -0.949703 11.4653 -0.949707 14.5225 2.56831C16.9683 5.38272 17.8957 10.837 18.0536 13.1944Z" } })]);
728
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), createWindowPolychrome: e$c({ render: function() {
729
+ var e2 = this.$createElement, t2 = this._self._c || e2;
730
+ return t2("g", [t2("path", { staticClass: "fill-primary", attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M0 5.47981C0 3.9647 1.22825 2.73645 2.74336 2.73645H19.3255C20.8406 2.73645 22.0688 3.9647 22.0688 5.47981V10.5919C21.5229 10.3111 20.9283 10.1115 20.3011 10.009V8.06481C20.3011 7.51253 19.8534 7.06481 19.3011 7.06481H2.79865C2.24636 7.06481 1.79865 7.51253 1.79865 8.06481V17.526C1.79865 18.0783 2.24636 18.526 2.79865 18.526H13.9069C14.2198 19.1792 14.6474 19.7671 15.1635 20.2635H2.74336C1.22825 20.2635 0 19.0352 0 17.5201V5.47981ZM4.70657 4.91213C4.70657 5.4271 4.28911 5.84456 3.77414 5.84456C3.25918 5.84456 2.84172 5.4271 2.84172 4.91213C2.84172 4.39717 3.25918 3.9797 3.77414 3.9797C4.28911 3.9797 4.70657 4.39717 4.70657 4.91213ZM6.172 5.84456C6.68696 5.84456 7.10443 5.4271 7.10443 4.91213C7.10443 4.39717 6.68696 3.9797 6.172 3.9797C5.65703 3.9797 5.23957 4.39717 5.23957 4.91213C5.23957 5.4271 5.65703 5.84456 6.172 5.84456Z" } }), this._v(" "), t2("rect", { staticClass: "fill-secondary", attrs: { x: "17.7899", y: "11.6612", width: "2.65031", height: "7.77024" } }), this._v(" "), t2("rect", { staticClass: "fill-secondary", attrs: { x: "23", y: "14.221", width: "2.65031", height: "7.77024", transform: "rotate(90 23 14.221)" } })]);
731
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), docInfoPolychrome: e$c({ render: function() {
732
+ var e2 = this.$createElement, t2 = this._self._c || e2;
733
+ return t2("g", [t2("rect", { staticClass: "fill-secondary", attrs: { x: "8.28", y: "4.14003", width: "6.44", height: "1.84" } }), this._v(" "), t2("path", { staticClass: "fill-primary", attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M5.66991 0.459961H18.4V8.97184C17.8119 8.82047 17.1953 8.73996 16.56 8.73996L16.56 2.29996H6.43999V6.90002H1.84V19.78H10.1846C10.5853 20.4725 11.0955 21.0938 11.6917 21.62H0V6.12987L5.66991 0.459961Z" } }), this._v(" "), t2("path", { staticClass: "fill-secondary", attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M9.20001 16.0999H3.67999V17.9399H9.43185C9.2805 17.3518 9.20001 16.7353 9.20001 16.1C9.20001 16.1 9.20001 16.0999 9.20001 16.0999Z" } }), this._v(" "), t2("path", { staticClass: "fill-secondary", attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M10.1847 12.42H3.67999V14.26H9.43189C9.59991 13.6072 9.85523 12.9895 10.1847 12.42Z" } }), this._v(" "), t2("path", { staticClass: "fill-secondary", attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M14.72 8.97181V8.73996H3.67999V10.58H11.6917C12.5475 9.82459 13.5803 9.26514 14.72 8.97181Z" } }), this._v(" "), t2("path", { staticClass: "fill-primary", attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M16.56 22.54C20.1167 22.54 23 19.6567 23 16.1C23 12.5433 20.1167 9.66002 16.56 9.66002C13.0033 9.66002 10.12 12.5433 10.12 16.1C10.12 19.6567 13.0033 22.54 16.56 22.54ZM15.8426 17.406H17.0285L17.1965 12.4201H15.6746L15.8426 17.406ZM17.0137 18.3992C16.8688 18.2576 16.676 18.1868 16.4356 18.1868C16.1984 18.1868 16.0057 18.2592 15.8574 18.4042C15.7125 18.5458 15.64 18.7254 15.64 18.9428C15.64 19.1602 15.7125 19.3397 15.8574 19.4814C16.0057 19.6231 16.1984 19.6939 16.4356 19.6939C16.676 19.6939 16.8688 19.6231 17.0137 19.4814C17.1619 19.3397 17.2361 19.1602 17.2361 18.9428C17.2361 18.7221 17.1619 18.5409 17.0137 18.3992Z" } })]);
734
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), fileDwgPolychrome: e$c({ render: function() {
735
+ var e2 = this.$createElement, t2 = this._self._c || e2;
736
+ return t2("g", [t2("path", { staticClass: "fill-primary", attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M5.73921 7.82627L11.7868 1.7787V5.91204V7.82627H5.73921ZM21.9496 2.27673C21.9496 1.02453 20.9365 0 19.6843 0H10.5773L3.74713 6.8302V20.4906C3.74713 21.7428 4.77131 22.7673 6.02386 22.7673H19.6956C20.9479 22.7673 21.961 21.7428 21.961 20.4906L21.9496 2.27673Z" } }), this._v(" "), t2("path", { attrs: { d: "M0.777466 12.8685C0.777466 12.3218 1.22065 11.8786 1.76735 11.8786H24.5347C25.0814 11.8786 25.5246 12.3218 25.5246 12.8685V19.7977C25.5246 20.3444 25.0814 20.7876 24.5347 20.7876H1.76735C1.22065 20.7876 0.777466 20.3444 0.777466 19.7977V12.8685Z", fill: "#F8C62C" } }), this._v(" "), t2("path", { attrs: { d: "M2.8558 19.7976V12.7602H5.02118C5.63985 12.7602 6.19247 12.9003 6.67904 13.1807C7.16883 13.4578 7.55066 13.8541 7.82456 14.3697C8.09845 14.882 8.2354 15.4653 8.2354 16.1194V16.4432C8.2354 17.0974 8.10006 17.679 7.82939 18.1881C7.56194 18.6972 7.18333 19.0919 6.69354 19.3723C6.20375 19.6526 5.65113 19.7944 5.03568 19.7976H2.8558ZM4.30583 13.9347V18.6328H5.00668C5.5738 18.6328 6.00719 18.4475 6.30687 18.0769C6.60654 17.7064 6.7596 17.1763 6.76604 16.4867V16.1146C6.76604 15.3992 6.61782 14.8579 6.32137 14.4905C6.02492 14.12 5.59152 13.9347 5.02118 13.9347H4.30583Z", fill: "white" } }), this._v(" "), t2("path", { attrs: { d: "M14.775 17.7676L15.7224 12.7602H17.1676L15.6064 19.7976H14.1467L13.0012 15.0899L11.8556 19.7976H10.3959L8.83474 12.7602H10.2799L11.2321 17.7579L12.3921 12.7602H13.6198L14.775 17.7676Z", fill: "white" } }), this._v(" "), t2("path", { attrs: { d: "M23.5235 18.9083C23.2625 19.2208 22.8935 19.4641 22.4166 19.6381C21.9398 19.8089 21.4113 19.8943 20.8313 19.8943C20.2223 19.8943 19.6874 19.7622 19.2266 19.498C18.769 19.2305 18.4146 18.8438 18.1632 18.3379C17.9151 17.832 17.7878 17.2375 17.7814 16.5544V16.0759C17.7814 15.3734 17.899 14.766 18.1342 14.2537C18.3727 13.7381 18.7143 13.345 19.1589 13.0743C19.6068 12.8004 20.1304 12.6635 20.7298 12.6635C21.5644 12.6635 22.2169 12.8633 22.6873 13.2628C23.1578 13.6592 23.4365 14.2376 23.5235 14.998H22.1121C22.0477 14.5953 21.9043 14.3004 21.682 14.1135C21.4629 13.9266 21.16 13.8332 20.7733 13.8332C20.2803 13.8332 19.9049 14.0185 19.6471 14.389C19.3893 14.7596 19.2588 15.3106 19.2556 16.0421V16.4916C19.2556 17.2295 19.3958 17.7869 19.6761 18.1639C19.9564 18.5409 20.3673 18.7294 20.9086 18.7294C21.4532 18.7294 21.8415 18.6134 22.0735 18.3814V17.1682H20.754V16.1001H23.5235V18.9083Z", fill: "white" } })]);
737
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), fileIfcPolychrome: e$c({ render: function() {
738
+ var e2 = this.$createElement, t2 = this._self._c || e2;
739
+ return t2("g", [t2("path", { staticClass: "fill-primary", attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M3.97188 7.82627L10.0195 1.7787V5.91204V7.82627H3.97188ZM20.1823 2.27673C20.1823 1.02453 19.1691 0 17.9169 0H8.81L1.9798 6.8302V20.4906C1.9798 21.7428 3.00397 22.7673 4.25653 22.7673H17.9283C19.1805 22.7673 20.1937 21.7428 20.1937 20.4906L20.1823 2.27673Z" } }), this._v(" "), t2("path", { attrs: { d: "M0 12.8685C0 12.3218 0.443186 11.8786 0.989884 11.8786H20.7876C21.3343 11.8786 21.7775 12.3218 21.7775 12.8685V19.7977C21.7775 20.3444 21.3343 20.7876 20.7876 20.7876H0.989884C0.443187 20.7876 0 20.3444 0 19.7977V12.8685Z", fill: "#205DBD" } }), this._v(" "), t2("path", { attrs: { d: "M5.66383 19.7976H4.21381V12.7602H5.66383V19.7976Z", fill: "white" } }), this._v(" "), t2("path", { attrs: { d: "M11.2464 16.9217H8.46238V19.7976H7.01236V12.7602H11.5944V13.9347H8.46238V15.7521H11.2464V16.9217Z", fill: "white" } }), this._v(" "), t2("path", { attrs: { d: "M17.96 17.4534C17.9053 18.2107 17.6249 18.8068 17.119 19.2418C16.6164 19.6768 15.9526 19.8943 15.1277 19.8943C14.2254 19.8943 13.5149 19.5914 12.9961 18.9856C12.4806 18.3766 12.2228 17.542 12.2228 16.4819V16.0517C12.2228 15.375 12.342 14.7789 12.5805 14.2634C12.8189 13.7478 13.1589 13.3531 13.6003 13.0792C14.045 12.8021 14.5605 12.6635 15.147 12.6635C15.959 12.6635 16.6131 12.881 17.1094 13.316C17.6056 13.751 17.8924 14.3616 17.9697 15.1479H16.5197C16.4842 14.6935 16.357 14.3649 16.1378 14.1619C15.922 13.9556 15.5917 13.8525 15.147 13.8525C14.6637 13.8525 14.3012 14.0265 14.0595 14.3745C13.821 14.7193 13.6986 15.2558 13.6921 15.9841V16.5157C13.6921 17.2762 13.8065 17.832 14.0353 18.1833C14.2673 18.5345 14.6314 18.7101 15.1277 18.7101C15.5756 18.7101 15.9091 18.6086 16.1282 18.4056C16.3505 18.1994 16.4778 17.882 16.51 17.4534H17.96Z", fill: "white" } })]);
740
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), filePdfPolychrome: e$c({ render: function() {
741
+ var e2 = this.$createElement, t2 = this._self._c || e2;
742
+ return t2("g", [t2("path", { staticClass: "fill-primary", attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M4.01244 7.90625L10.1218 1.79688V5.97245V7.90625H4.01244ZM20.3885 2.3C20.3885 1.035 19.365 0 18.1 0H8.9L2 6.9V20.7C2 21.965 3.03464 23 4.3 23H18.1115C19.3765 23 20.4 21.965 20.4 20.7L20.3885 2.3Z" } }), this._v(" "), t2("rect", { attrs: { y: "12", width: "22", height: "9", rx: "1", fill: "#FF0000" } }), this._v(" "), t2("path", { attrs: { d: "M3.88086 17.4951V20H2.41602V12.8906H5.18945C5.72331 12.8906 6.19206 12.9883 6.5957 13.1836C7.0026 13.3789 7.3151 13.6572 7.5332 14.0186C7.7513 14.3766 7.86035 14.7852 7.86035 15.2441C7.86035 15.9408 7.62109 16.4909 7.14258 16.8945C6.66732 17.2949 6.00814 17.4951 5.16504 17.4951H3.88086ZM3.88086 16.3086H5.18945C5.57682 16.3086 5.87142 16.2174 6.07324 16.0352C6.27832 15.8529 6.38086 15.5924 6.38086 15.2539C6.38086 14.9056 6.27832 14.624 6.07324 14.4092C5.86816 14.1943 5.58496 14.0837 5.22363 14.0771H3.88086V16.3086ZM8.87109 20V12.8906H11.0586C11.6836 12.8906 12.2419 13.0322 12.7334 13.3154C13.2282 13.5954 13.6139 13.9958 13.8906 14.5166C14.1673 15.0342 14.3057 15.6234 14.3057 16.2842V16.6113C14.3057 17.2721 14.1689 17.8597 13.8955 18.374C13.6253 18.8883 13.2428 19.2871 12.748 19.5703C12.2533 19.8535 11.695 19.9967 11.0732 20H8.87109ZM10.3359 14.0771V18.8232H11.0439C11.6169 18.8232 12.0547 18.6361 12.3574 18.2617C12.6602 17.8874 12.8148 17.3519 12.8213 16.6553V16.2793C12.8213 15.5566 12.6715 15.0098 12.3721 14.6387C12.0726 14.2643 11.6348 14.0771 11.0586 14.0771H10.3359ZM19.6523 17.0947H16.8398V20H15.375V12.8906H20.0039V14.0771H16.8398V15.9131H19.6523V17.0947Z", fill: "white" } })]);
743
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), filePlanPolychrome: e$c({ render: function() {
744
+ var e2 = this.$createElement, t2 = this._self._c || e2;
745
+ return t2("g", [t2("path", { staticClass: "fill-primary", attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M4.01244 7.90625L10.1218 1.79688V5.97245V7.90625H4.01244ZM20.3885 2.3C20.3885 1.035 19.365 0 18.1 0H8.9L2 6.9V20.7C2 21.965 3.03464 23 4.3 23H18.1115C19.3765 23 20.4 21.965 20.4 20.7L20.3885 2.3Z" } }), this._v(" "), t2("rect", { attrs: { y: "12", width: "22", height: "9", rx: "1", fill: "#FF9900" } }), this._v(" "), t2("path", { attrs: { d: "M4.37598 17.2261H3.10791V16.4263H4.37598C4.57194 16.4263 4.73145 16.3944 4.85449 16.3306C4.97754 16.2645 5.06755 16.1733 5.12451 16.0571C5.18148 15.9409 5.20996 15.8099 5.20996 15.6641C5.20996 15.516 5.18148 15.3781 5.12451 15.2505C5.06755 15.1229 4.97754 15.0203 4.85449 14.9429C4.73145 14.8654 4.57194 14.8267 4.37598 14.8267H3.46338V19H2.43799V14.0234H4.37598C4.76562 14.0234 5.09945 14.0941 5.37744 14.2354C5.65771 14.3743 5.87191 14.5669 6.02002 14.813C6.16813 15.0591 6.24219 15.3405 6.24219 15.6572C6.24219 15.9785 6.16813 16.2565 6.02002 16.4912C5.87191 16.7259 5.65771 16.9071 5.37744 17.0347C5.09945 17.1623 4.76562 17.2261 4.37598 17.2261ZM10.1489 18.2002V19H7.64355V18.2002H10.1489ZM7.9751 14.0234V19H6.94971V14.0234H7.9751ZM12.8286 14.8745L11.4751 19H10.3848L12.2339 14.0234H12.9277L12.8286 14.8745ZM13.9531 19L12.5962 14.8745L12.4868 14.0234H13.1875L15.0469 19H13.9531ZM13.8916 17.1475V17.9507H11.2632V17.1475H13.8916ZM19.5586 14.0234V19H18.5332L16.5337 15.6641V19H15.5083V14.0234H16.5337L18.5366 17.3628V14.0234H19.5586Z", fill: "white" } })]);
746
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), folderPolychrome: e$c({ render: function() {
747
+ var e2 = this.$createElement, t2 = this._self._c || e2;
748
+ return t2("g", [t2("path", { staticClass: "fill-secondary", attrs: { d: "M21.45 2.69359H9.95863L9.88979 5.59441H21.45V2.69359Z" } }), this._v(" "), t2("path", { staticClass: "fill-primary", attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M9.19976 1.91663H2.29984C1.03451 1.91663 0.0111238 2.99464 0.0111238 4.31267L0 18.6873C0 20.0053 1.03451 21.0833 2.29984 21.0833H20.6998C21.9651 21.0833 23 20.0053 23 18.6873V6.70829C23 5.39068 21.9651 4.31267 20.6998 4.31267H11.5L9.19976 1.91663Z" } })]);
749
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), structurePolychrome: e$c({ render: function() {
750
+ var e2 = this.$createElement, t2 = this._self._c || e2;
751
+ return t2("g", [t2("path", { staticClass: "fill-primary", attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M21.6656 15.7775H20.5497V11.8888C20.5497 11.4605 20.2107 11.1109 19.7954 11.1109H12.2543V7.22228H13.1828C13.9164 7.22228 14.5163 6.60266 14.5163 5.84611V2.37605C14.5163 1.6195 13.9164 0.999878 13.1828 0.999878H9.81719C9.08361 0.999878 8.4828 1.6195 8.4828 2.37605V5.84611C8.4828 6.60266 9.08361 7.22228 9.81719 7.22228H10.7457V11.1109H3.20459C2.78931 11.1109 2.45029 11.4605 2.45029 11.8888V15.7775H1.33438C0.600803 15.7775 0 16.3971 0 17.1537V20.6237C0 21.3803 0.600803 21.9999 1.33438 21.9999H4.69907C5.43265 21.9999 6.03345 21.3803 6.03345 20.6237V17.1537C6.03345 16.3971 5.43265 15.7775 4.69907 15.7775H3.95795V12.6668H10.7457V15.7775H9.81719C9.08361 15.7775 8.4828 16.3971 8.4828 17.1537V20.6237C8.4828 21.3803 9.08361 21.9999 9.81719 21.9999H13.1828C13.9164 21.9999 14.5163 21.3803 14.5163 20.6237V17.1537C14.5163 16.3971 13.9164 15.7775 13.1828 15.7775H12.2543V12.6668H19.0411V15.7775H18.3009C17.5664 15.7775 16.9665 16.3971 16.9665 17.1537V20.6237C16.9665 21.3803 17.5664 21.9999 18.3009 21.9999H21.6656C22.3992 21.9999 23 21.3803 23 20.6237V17.1537C23 16.3971 22.3992 15.7775 21.6656 15.7775Z" } }), this._v(" "), t2("rect", { staticClass: "fill-secondary", attrs: { x: "8.41016", y: "0.999878", width: "6.1797", height: "6.2208", rx: "1" } })]);
752
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), viewer2dPolychrome: e$c({ render: function() {
753
+ var e2 = this.$createElement, t2 = this._self._c || e2;
754
+ return t2("g", [t2("path", { staticClass: "fill-primary", attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M17.8093 0H0.908936V23H13.487V16.8195H22.0911V10.6239H17.8093V0ZM2.25708 6.97618V1.34814H9.70245V6.97618H8.34131L7.39822 5.33817L7.04736 5.54018L8.00586 7.20495L8.00586 7.78409L9.70245 7.78409V11.864H10.5104V7.78409H10.5104V6.97618H10.5104V1.34814H16.4611V11.9721H20.743V15.4714H12.1868V15.4591H10.0431L9.04084 13.7183L8.68998 13.9203L9.68225 15.6437V16.267H12.1388V21.6519H2.25708V16.267H7.37974V15.4591H2.25708V7.78409L5.70333 7.78409V6.97618H2.25708Z" } }), this._v(" "), t2("rect", { staticClass: "fill-secondary", attrs: { x: "4.0519", y: "18.0658", width: "6.1275", height: "2.1021" } })]);
755
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), viewer3dPolychrome: e$c({ render: function() {
756
+ var e2 = this.$createElement, t2 = this._self._c || e2;
757
+ return t2("g", [t2("path", { staticClass: "fill-primary", attrs: { d: "M0 6.13333L10.7333 10.4896V23L0 18.6437V6.13333Z" } }), this._v(" "), t2("path", { staticClass: "fill-primary", attrs: { d: "M23 6.13333L12.2667 10.4896V23L23 18.6437V6.13333Z" } }), this._v(" "), t2("path", { staticClass: "fill-secondary", attrs: { d: "M11.4437 0L1.53333 4.4386L11.4437 8.43333L21.4667 4.21667L11.4437 0Z" } })]);
678
758
  }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0) }, i$b = Object.freeze(["black", "default", "granite", "granite-light", "high", "primary", "secondary", "success", "silver", "silver-light", "silver-dark", "warning", "white"]);
679
759
  const d$6 = { xxxs: 10, xxs: 13, xs: 16, s: 18, m: 22, l: 28, xl: 36, xxl: 45, xxxl: 60 };
680
760
  var r$c = { name: "BIMDataIcon", components: __spreadValues({}, function(e2) {
@@ -690,11 +770,11 @@ var r$c = { name: "BIMDataIcon", components: __spreadValues({}, function(e2) {
690
770
  const o$c = typeof navigator != "undefined" && /msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());
691
771
  function n$9(e2) {
692
772
  return (e3, t2) => function(e4, t3) {
693
- const i2 = o$c ? t3.media || "default" : e4, d2 = C$1[i2] || (C$1[i2] = { ids: /* @__PURE__ */ new Set(), styles: [] });
773
+ const i2 = o$c ? t3.media || "default" : e4, d2 = s$9[i2] || (s$9[i2] = { ids: /* @__PURE__ */ new Set(), styles: [] });
694
774
  if (!d2.ids.has(e4)) {
695
775
  d2.ids.add(e4);
696
776
  let i3 = t3.source;
697
- if (t3.map && (i3 += "\n/*# sourceURL=" + t3.map.sources[0] + " */", i3 += "\n/*# sourceMappingURL=data:application/json;base64," + btoa(unescape(encodeURIComponent(JSON.stringify(t3.map)))) + " */"), d2.element || (d2.element = document.createElement("style"), d2.element.type = "text/css", t3.media && d2.element.setAttribute("media", t3.media), v$2 === void 0 && (v$2 = document.head || document.getElementsByTagName("head")[0]), v$2.appendChild(d2.element)), "styleSheet" in d2.element)
777
+ if (t3.map && (i3 += "\n/*# sourceURL=" + t3.map.sources[0] + " */", i3 += "\n/*# sourceMappingURL=data:application/json;base64," + btoa(unescape(encodeURIComponent(JSON.stringify(t3.map)))) + " */"), d2.element || (d2.element = document.createElement("style"), d2.element.type = "text/css", t3.media && d2.element.setAttribute("media", t3.media), C$1 === void 0 && (C$1 = document.head || document.getElementsByTagName("head")[0]), C$1.appendChild(d2.element)), "styleSheet" in d2.element)
698
778
  d2.styles.push(i3), d2.element.styleSheet.cssText = d2.styles.filter(Boolean).join("\n");
699
779
  else {
700
780
  const e5 = d2.ids.size - 1, t4 = document.createTextNode(i3), r2 = d2.element.childNodes;
@@ -703,9 +783,9 @@ function n$9(e2) {
703
783
  }
704
784
  }(e3, t2);
705
785
  }
706
- let v$2;
707
- const C$1 = {};
708
- const s$9 = e$c({ render: function() {
786
+ let C$1;
787
+ const s$9 = {};
788
+ const v$2 = e$c({ render: function() {
709
789
  var e2 = this.$createElement, t2 = this._self._c || e2;
710
790
  return t2("svg", { class: this.classes, style: this.style, attrs: { xmlns: "http://www.w3.org/2000/svg", preserveAspectRatio: "xMidYMid meet", viewBox: "0 0 23 23", width: "100%", fill: this.fillColor, color: this.color } }, [t2("bimdata-icon-" + this.name, { tag: "component" })], 1);
711
791
  }, staticRenderFns: [] }, function(e2) {
@@ -882,7 +962,7 @@ const g$3 = o$a({ render: function() {
882
962
  } } }, [e2.isOptionGroup(t3) ? [e2._v("\n " + e2._s(e2.optionLabel(t3)) + "\n ")] : o2("BIMDataCheckbox", { attrs: { modelValue: e2.isSelected(t3), disabled: e2.isDisabled(t3), text: e2.optionLabel(t3) } })], 2);
883
963
  }), 0)])], 1);
884
964
  }, staticRenderFns: [] }, function(e2) {
885
- e2 && e2("data-v-09766700_0", { source: 'html[data-v-09766700]{--color-primary-lighter:rgba(248, 249, 250, 1);--color-primary-light:rgba(67, 78, 105, 1);--color-primary:rgba(47, 55, 74, 1);--color-primary-dark:rgba(27, 32, 43, 1);--color-secondary-lighter:rgba(255, 252, 242, 1);--color-secondary-light:rgba(250, 212, 94, 1);--color-secondary:rgba(249, 199, 44, 1);--color-secondary-dark:rgba(235, 180, 7, 1);--color-white:rgba(255, 255, 255, 1);--color-silver-light:rgba(247, 247, 247, 1);--color-silver:rgba(216, 216, 216, 1);--color-silver-dark:rgba(189, 189, 189, 1);--color-granite-light:rgba(122, 122, 122, 1);--color-granite:rgba(96, 96, 96, 1);--color-black:rgba(0, 0, 0, 1);--color-text:rgba(47, 55, 74, 1);--color-black-100:rgba(0, 0, 0, 0.1);--color-success-lighter:rgba(226, 255, 239, 1);--color-success-light:rgba(0, 200, 92, 1);--color-success:rgba(0, 175, 80, 1);--color-success-dark:rgba(0, 149, 68, 1);--color-warning-lighter:rgba(255, 233, 204, 1);--color-warning-light:rgba(255, 167, 51, 1);--color-warning:rgba(255, 145, 0, 1);--color-warning-dark:rgba(204, 116, 0, 1);--color-high-lighter:rgba(255, 237, 234, 1);--color-high-light:rgba(255, 104, 81, 1);--color-high:rgba(255, 61, 30, 1);--color-high-dark:rgba(234, 31, 0, 1);--font-size:14px;--box-shadow:0px 2px 10px rgba(0, 0, 0, 0.1);--border-radius-tiny:3px;--spacing-unit:12px;--size-btn-options:45px;--primary-font:"roboto",sans-serif}.bimdata-select[data-v-09766700]{position:relative;font-family:var(--primary-font);font-size:1em;user-select:none}.bimdata-select__content[data-v-09766700]{height:32px}.bimdata-select__content__value[data-v-09766700]{width:100%;height:32px;position:absolute;z-index:10;top:0;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.bimdata-select__content__value span[data-v-09766700]{width:100%;height:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bimdata-select__content__label[data-v-09766700]{position:absolute;top:6px;left:0;font-size:.8571428571em;transition:.2s ease all;color:var(--color-granite-light);transition:.2s ease all}.bimdata-select__content__underline[data-v-09766700]{width:100%;height:1px;position:absolute;bottom:0;display:block;background:var(--color-silver)}.bimdata-select.disabled[data-v-09766700]{opacity:.6}.bimdata-select.active .bimdata-select__content .bimdata-select__content__label[data-v-09766700],.bimdata-select.not-empty .bimdata-select__content .bimdata-select__content__label[data-v-09766700]{top:-18px;font-size:.7142857143em;color:var(--color-primary)}.bimdata-select__option-list[data-v-09766700]{position:absolute;z-index:11;top:-3px;width:100%;max-height:220px;padding:calc(var(--spacing-unit)/ 2) 0;overflow:auto;box-shadow:var(--box-shadow);background-color:var(--color-white)}.bimdata-select__option-list__entry[data-v-09766700]{height:29px;padding:0 var(--spacing-unit);display:flex;align-items:center;font-size:.8571428571em;cursor:pointer}.bimdata-select__option-list__entry[data-v-09766700]:hover{background-color:var(--color-silver-light);transition:all .2s ease}.bimdata-select__option-list__entry.selected[data-v-09766700]{background-color:var(--color-silver-light)}.bimdata-select__option-list__entry.selected[data-v-09766700]:hover{background-color:var(--color-silver)}.bimdata-select__option-list__entry.disabled[data-v-09766700]{color:var(--color-silver-dark);cursor:default}.bimdata-select__option-list__entry.option-group[data-v-09766700]{color:var(--color-granite);font-weight:700}.bimdata-select__option-list__entry.option-group[data-v-09766700]:hover{background-color:transparent;cursor:default}.bimdata-select__option-list__entry.option-group~.bimdata-select__option-list__entry[data-v-09766700]:not(.option-group){padding-left:calc(var(--spacing-unit) * 2)}', map: void 0, media: void 0 });
965
+ e2 && e2("data-v-09766700_0", { source: 'html[data-v-09766700]{--color-primary-lighter:rgba(248, 249, 250, 1);--color-primary-light:rgba(67, 78, 105, 1);--color-primary:rgba(47, 55, 74, 1);--color-primary-dark:rgba(27, 32, 43, 1);--color-secondary-lighter:rgba(255, 252, 242, 1);--color-secondary-light:rgba(250, 212, 94, 1);--color-secondary:rgba(249, 199, 44, 1);--color-secondary-dark:rgba(235, 180, 7, 1);--color-white:rgba(255, 255, 255, 1);--color-silver-light:rgba(247, 247, 247, 1);--color-silver:rgba(216, 216, 216, 1);--color-silver-dark:rgba(189, 189, 189, 1);--color-granite-light:rgba(122, 122, 122, 1);--color-granite:rgba(96, 96, 96, 1);--color-black:rgba(0, 0, 0, 1);--color-text:rgba(47, 55, 74, 1);--color-black-100:rgba(0, 0, 0, 0.1);--color-success-lighter:rgba(226, 255, 239, 1);--color-success-light:rgba(0, 200, 92, 1);--color-success:rgba(0, 175, 80, 1);--color-success-dark:rgba(0, 149, 68, 1);--color-warning-lighter:rgba(255, 233, 204, 1);--color-warning-light:rgba(255, 167, 51, 1);--color-warning:rgba(255, 145, 0, 1);--color-warning-dark:rgba(204, 116, 0, 1);--color-high-lighter:rgba(255, 237, 234, 1);--color-high-light:rgba(255, 104, 81, 1);--color-high:rgba(255, 61, 30, 1);--color-high-dark:rgba(234, 31, 0, 1);--font-size:14px;--box-shadow:0px 2px 10px rgba(0, 0, 0, 0.1);--border-radius-tiny:3px;--spacing-unit:12px;--size-btn-options:45px;--primary-font:"roboto",sans-serif}.bimdata-select[data-v-09766700]{position:relative;font-family:var(--primary-font);font-size:1em;user-select:none}.bimdata-select__content[data-v-09766700]{height:32px}.bimdata-select__content__value[data-v-09766700]{width:100%;height:32px;position:absolute;z-index:1;top:0;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.bimdata-select__content__value span[data-v-09766700]{width:100%;height:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bimdata-select__content__label[data-v-09766700]{position:absolute;top:6px;left:0;font-size:.8571428571em;transition:.2s ease all;color:var(--color-granite-light);transition:.2s ease all}.bimdata-select__content__underline[data-v-09766700]{width:100%;height:1px;position:absolute;bottom:0;display:block;background:var(--color-silver)}.bimdata-select.disabled[data-v-09766700]{opacity:.6}.bimdata-select.active .bimdata-select__content .bimdata-select__content__label[data-v-09766700],.bimdata-select.not-empty .bimdata-select__content .bimdata-select__content__label[data-v-09766700]{top:-18px;font-size:.7142857143em;color:var(--color-primary)}.bimdata-select__option-list[data-v-09766700]{position:absolute;z-index:2;top:-3px;width:100%;max-height:220px;padding:calc(var(--spacing-unit)/ 2) 0;overflow:auto;box-shadow:var(--box-shadow);background-color:var(--color-white)}.bimdata-select__option-list__entry[data-v-09766700]{height:29px;padding:0 var(--spacing-unit);display:flex;align-items:center;font-size:.8571428571em;cursor:pointer}.bimdata-select__option-list__entry[data-v-09766700]:hover{background-color:var(--color-silver-light);transition:all .2s ease}.bimdata-select__option-list__entry.selected[data-v-09766700]{background-color:var(--color-silver-light)}.bimdata-select__option-list__entry.selected[data-v-09766700]:hover{background-color:var(--color-silver)}.bimdata-select__option-list__entry.disabled[data-v-09766700]{color:var(--color-silver-dark);cursor:default}.bimdata-select__option-list__entry.option-group[data-v-09766700]{color:var(--color-granite);font-weight:700}.bimdata-select__option-list__entry.option-group[data-v-09766700]:hover{background-color:transparent;cursor:default}.bimdata-select__option-list__entry.option-group~.bimdata-select__option-list__entry[data-v-09766700]:not(.option-group){padding-left:calc(var(--spacing-unit) * 2)}', map: void 0, media: void 0 });
886
966
  }, { components: { BIMDataCheckbox: n$7, BIMDataIconChevron: p }, directives: { clickaway: e$a }, model: { prop: "modelValue", event: "update:modelValue" }, props: { width: { type: [String, Number] }, label: { type: String, default: null }, options: { type: Array, default: () => [] }, optionKey: { type: String }, optionLabelKey: { type: String }, modelValue: { type: Array }, nullLabel: { type: String }, disabled: { type: Boolean, default: false } }, emits: ["update:modelValue"], data: () => ({ isOpen: false }), computed: { displayedValue() {
887
967
  return this.modelValue.map(this.optionLabel).join(", ");
888
968
  } }, methods: { toggle() {
@@ -920,7 +1000,7 @@ const g$3 = o$a({ render: function() {
920
1000
  } } }, [e2._v("\n " + e2._s(e2.optionLabel(t3)) + "\n ")]);
921
1001
  })], 2)])], 1);
922
1002
  }, staticRenderFns: [] }, function(e2) {
923
- e2 && e2("data-v-1b2410f3_0", { source: 'html[data-v-1b2410f3]{--color-primary-lighter:rgba(248, 249, 250, 1);--color-primary-light:rgba(67, 78, 105, 1);--color-primary:rgba(47, 55, 74, 1);--color-primary-dark:rgba(27, 32, 43, 1);--color-secondary-lighter:rgba(255, 252, 242, 1);--color-secondary-light:rgba(250, 212, 94, 1);--color-secondary:rgba(249, 199, 44, 1);--color-secondary-dark:rgba(235, 180, 7, 1);--color-white:rgba(255, 255, 255, 1);--color-silver-light:rgba(247, 247, 247, 1);--color-silver:rgba(216, 216, 216, 1);--color-silver-dark:rgba(189, 189, 189, 1);--color-granite-light:rgba(122, 122, 122, 1);--color-granite:rgba(96, 96, 96, 1);--color-black:rgba(0, 0, 0, 1);--color-text:rgba(47, 55, 74, 1);--color-black-100:rgba(0, 0, 0, 0.1);--color-success-lighter:rgba(226, 255, 239, 1);--color-success-light:rgba(0, 200, 92, 1);--color-success:rgba(0, 175, 80, 1);--color-success-dark:rgba(0, 149, 68, 1);--color-warning-lighter:rgba(255, 233, 204, 1);--color-warning-light:rgba(255, 167, 51, 1);--color-warning:rgba(255, 145, 0, 1);--color-warning-dark:rgba(204, 116, 0, 1);--color-high-lighter:rgba(255, 237, 234, 1);--color-high-light:rgba(255, 104, 81, 1);--color-high:rgba(255, 61, 30, 1);--color-high-dark:rgba(234, 31, 0, 1);--font-size:14px;--box-shadow:0px 2px 10px rgba(0, 0, 0, 0.1);--border-radius-tiny:3px;--spacing-unit:12px;--size-btn-options:45px;--primary-font:"roboto",sans-serif}.bimdata-select[data-v-1b2410f3]{position:relative;font-family:var(--primary-font);font-size:1em;user-select:none}.bimdata-select__content[data-v-1b2410f3]{height:32px}.bimdata-select__content__value[data-v-1b2410f3]{width:100%;height:32px;position:absolute;z-index:10;top:0;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.bimdata-select__content__value span[data-v-1b2410f3]{width:100%;height:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bimdata-select__content__label[data-v-1b2410f3]{position:absolute;top:6px;left:0;font-size:.8571428571em;transition:.2s ease all;color:var(--color-granite-light);transition:.2s ease all}.bimdata-select__content__underline[data-v-1b2410f3]{width:100%;height:1px;position:absolute;bottom:0;display:block;background:var(--color-silver)}.bimdata-select.disabled[data-v-1b2410f3]{opacity:.6}.bimdata-select.active .bimdata-select__content .bimdata-select__content__label[data-v-1b2410f3],.bimdata-select.not-empty .bimdata-select__content .bimdata-select__content__label[data-v-1b2410f3]{top:-18px;font-size:.7142857143em;color:var(--color-primary)}.bimdata-select__option-list[data-v-1b2410f3]{position:absolute;z-index:11;top:-3px;width:100%;max-height:220px;padding:calc(var(--spacing-unit)/ 2) 0;overflow:auto;box-shadow:var(--box-shadow);background-color:var(--color-white)}.bimdata-select__option-list__entry[data-v-1b2410f3]{height:29px;padding:0 var(--spacing-unit);display:flex;align-items:center;font-size:.8571428571em;cursor:pointer}.bimdata-select__option-list__entry[data-v-1b2410f3]:hover{background-color:var(--color-silver-light);transition:all .2s ease}.bimdata-select__option-list__entry.selected[data-v-1b2410f3]{background-color:var(--color-silver-light)}.bimdata-select__option-list__entry.selected[data-v-1b2410f3]:hover{background-color:var(--color-silver)}.bimdata-select__option-list__entry.disabled[data-v-1b2410f3]{color:var(--color-silver-dark);cursor:default}.bimdata-select__option-list__entry.option-group[data-v-1b2410f3]{color:var(--color-granite);font-weight:700}.bimdata-select__option-list__entry.option-group[data-v-1b2410f3]:hover{background-color:transparent;cursor:default}.bimdata-select__option-list__entry.option-group~.bimdata-select__option-list__entry[data-v-1b2410f3]:not(.option-group){padding-left:calc(var(--spacing-unit) * 2)}', map: void 0, media: void 0 });
1003
+ e2 && e2("data-v-1b2410f3_0", { source: 'html[data-v-1b2410f3]{--color-primary-lighter:rgba(248, 249, 250, 1);--color-primary-light:rgba(67, 78, 105, 1);--color-primary:rgba(47, 55, 74, 1);--color-primary-dark:rgba(27, 32, 43, 1);--color-secondary-lighter:rgba(255, 252, 242, 1);--color-secondary-light:rgba(250, 212, 94, 1);--color-secondary:rgba(249, 199, 44, 1);--color-secondary-dark:rgba(235, 180, 7, 1);--color-white:rgba(255, 255, 255, 1);--color-silver-light:rgba(247, 247, 247, 1);--color-silver:rgba(216, 216, 216, 1);--color-silver-dark:rgba(189, 189, 189, 1);--color-granite-light:rgba(122, 122, 122, 1);--color-granite:rgba(96, 96, 96, 1);--color-black:rgba(0, 0, 0, 1);--color-text:rgba(47, 55, 74, 1);--color-black-100:rgba(0, 0, 0, 0.1);--color-success-lighter:rgba(226, 255, 239, 1);--color-success-light:rgba(0, 200, 92, 1);--color-success:rgba(0, 175, 80, 1);--color-success-dark:rgba(0, 149, 68, 1);--color-warning-lighter:rgba(255, 233, 204, 1);--color-warning-light:rgba(255, 167, 51, 1);--color-warning:rgba(255, 145, 0, 1);--color-warning-dark:rgba(204, 116, 0, 1);--color-high-lighter:rgba(255, 237, 234, 1);--color-high-light:rgba(255, 104, 81, 1);--color-high:rgba(255, 61, 30, 1);--color-high-dark:rgba(234, 31, 0, 1);--font-size:14px;--box-shadow:0px 2px 10px rgba(0, 0, 0, 0.1);--border-radius-tiny:3px;--spacing-unit:12px;--size-btn-options:45px;--primary-font:"roboto",sans-serif}.bimdata-select[data-v-1b2410f3]{position:relative;font-family:var(--primary-font);font-size:1em;user-select:none}.bimdata-select__content[data-v-1b2410f3]{height:32px}.bimdata-select__content__value[data-v-1b2410f3]{width:100%;height:32px;position:absolute;z-index:1;top:0;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.bimdata-select__content__value span[data-v-1b2410f3]{width:100%;height:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bimdata-select__content__label[data-v-1b2410f3]{position:absolute;top:6px;left:0;font-size:.8571428571em;transition:.2s ease all;color:var(--color-granite-light);transition:.2s ease all}.bimdata-select__content__underline[data-v-1b2410f3]{width:100%;height:1px;position:absolute;bottom:0;display:block;background:var(--color-silver)}.bimdata-select.disabled[data-v-1b2410f3]{opacity:.6}.bimdata-select.active .bimdata-select__content .bimdata-select__content__label[data-v-1b2410f3],.bimdata-select.not-empty .bimdata-select__content .bimdata-select__content__label[data-v-1b2410f3]{top:-18px;font-size:.7142857143em;color:var(--color-primary)}.bimdata-select__option-list[data-v-1b2410f3]{position:absolute;z-index:2;top:-3px;width:100%;max-height:220px;padding:calc(var(--spacing-unit)/ 2) 0;overflow:auto;box-shadow:var(--box-shadow);background-color:var(--color-white)}.bimdata-select__option-list__entry[data-v-1b2410f3]{height:29px;padding:0 var(--spacing-unit);display:flex;align-items:center;font-size:.8571428571em;cursor:pointer}.bimdata-select__option-list__entry[data-v-1b2410f3]:hover{background-color:var(--color-silver-light);transition:all .2s ease}.bimdata-select__option-list__entry.selected[data-v-1b2410f3]{background-color:var(--color-silver-light)}.bimdata-select__option-list__entry.selected[data-v-1b2410f3]:hover{background-color:var(--color-silver)}.bimdata-select__option-list__entry.disabled[data-v-1b2410f3]{color:var(--color-silver-dark);cursor:default}.bimdata-select__option-list__entry.option-group[data-v-1b2410f3]{color:var(--color-granite);font-weight:700}.bimdata-select__option-list__entry.option-group[data-v-1b2410f3]:hover{background-color:transparent;cursor:default}.bimdata-select__option-list__entry.option-group~.bimdata-select__option-list__entry[data-v-1b2410f3]:not(.option-group){padding-left:calc(var(--spacing-unit) * 2)}', map: void 0, media: void 0 });
924
1004
  }, { components: { BIMDataIconChevron: p }, directives: { clickaway: e$a }, model: { prop: "modelValue", event: "update:modelValue" }, props: { width: { type: [String, Number] }, label: { type: String, default: null }, options: { type: Array, default: () => [] }, optionKey: { type: String }, optionLabelKey: { type: String }, modelValue: { type: [String, Object] }, nullValue: { type: Boolean, default: false }, nullLabel: { type: String }, disabled: { type: Boolean, default: false } }, emits: ["update:modelValue"], data: () => ({ isOpen: false }), computed: { displayedValue() {
925
1005
  return this.optionLabel(this.modelValue);
926
1006
  } }, methods: { toggle() {
@@ -943,7 +1023,7 @@ const g$3 = o$a({ render: function() {
943
1023
  } } }, "data-v-1b2410f3", false, void 0, false, r$a, void 0, void 0) }, model: { prop: "modelValue", event: "update:modelValue" }, props: { width: { type: [String, Number], default: "100%" }, label: { type: String, default: null }, options: { type: Array, default: () => [] }, optionKey: { type: String }, optionLabelKey: { type: String }, modelValue: { type: [String, Object, Array] }, multi: { type: Boolean, default: false }, nullValue: { type: Boolean, default: false }, nullLabel: { type: String }, disabled: { type: Boolean, default: false } }, emits: ["update:modelValue"], computed: { selectorComponent() {
944
1024
  return this.multi ? "BIMDataSelectMulti" : "BIMDataSelectSingle";
945
1025
  } } }, void 0, false, void 0, false, void 0, void 0, void 0);
946
- var render$k = function() {
1026
+ var render$l = function() {
947
1027
  var _vm = this;
948
1028
  var _h = _vm.$createElement;
949
1029
  var _c = _vm._self._c || _h;
@@ -963,7 +1043,7 @@ var render$k = function() {
963
1043
  _vm.$set(_vm.filters, "labels", $$v);
964
1044
  }, expression: "filters.labels" } }), _c("div", { staticClass: "bcf-filters__container__actions" }, [_c("BIMDataButton", { staticClass: "m-r-12", attrs: { "color": "primary", "ghost": "", "radius": "" }, on: { "click": _vm.resetFilters } }, [_vm._v(" " + _vm._s(_vm.$t("BcfComponents.BcfFilters.resetButton")) + " ")]), _c("BIMDataButton", { attrs: { "color": "primary", "fill": "", "radius": "" }, on: { "click": _vm.submitFilters } }, [_c("BIMDataIcon", { attrs: { "name": "search", "size": "xxs", "fill": "", "color": "default", "margin": "0 6px 0 0" } }), _c("span", [_vm._v(" " + _vm._s(_vm.$t("BcfComponents.BcfFilters.searchButton")) + " ")])], 1)], 1)], 1)])], 1);
965
1045
  };
966
- var staticRenderFns$k = [];
1046
+ var staticRenderFns$l = [];
967
1047
  var BcfFilters_scss_vue_type_style_index_0_from__2Fhome_2Frunner_2FactionsRunner_2F_work_2FbcfComponents_2FbcfComponents_2Fsrc_2Fcomponents_2FbcfFilters_2FBcfFilters_vue_src_scoped_true_lang = "";
968
1048
  function normalizeComponent(scriptExports, render2, staticRenderFns2, functionalTemplate, injectStyles, scopeId, moduleIdentifier, shadowMode) {
969
1049
  var options = typeof scriptExports === "function" ? scriptExports.options : scriptExports;
@@ -1019,10 +1099,10 @@ function normalizeComponent(scriptExports, render2, staticRenderFns2, functional
1019
1099
  function getSelectOptions(list) {
1020
1100
  return Array.from(new Set(list)).sort((a2, b2) => a2.localeCompare(b2, void 0, { sensitivity: "base" }));
1021
1101
  }
1022
- const __vue2_script$k = {
1102
+ const __vue2_script$l = {
1023
1103
  components: {
1024
1104
  BIMDataButton: c$5,
1025
- BIMDataIcon: s$9,
1105
+ BIMDataIcon: v$2,
1026
1106
  BIMDataInput: s$8,
1027
1107
  BIMDataSelect: g$3
1028
1108
  },
@@ -1090,15 +1170,15 @@ const __vue2_script$k = {
1090
1170
  };
1091
1171
  }
1092
1172
  };
1093
- const __cssModules$k = {};
1094
- var __component__$k = /* @__PURE__ */ normalizeComponent(__vue2_script$k, render$k, staticRenderFns$k, false, __vue2_injectStyles$k, "41d6e8d0", null, null);
1095
- function __vue2_injectStyles$k(context) {
1096
- for (let o2 in __cssModules$k) {
1097
- this[o2] = __cssModules$k[o2];
1173
+ const __cssModules$l = {};
1174
+ var __component__$l = /* @__PURE__ */ normalizeComponent(__vue2_script$l, render$l, staticRenderFns$l, false, __vue2_injectStyles$l, "41d6e8d0", null, null);
1175
+ function __vue2_injectStyles$l(context) {
1176
+ for (let o2 in __cssModules$l) {
1177
+ this[o2] = __cssModules$l[o2];
1098
1178
  }
1099
1179
  }
1100
1180
  var BcfFilters = /* @__PURE__ */ function() {
1101
- return __component__$k.exports;
1181
+ return __component__$l.exports;
1102
1182
  }();
1103
1183
  const colors = Object.freeze({
1104
1184
  bisque: "ffe4c4",
@@ -1286,7 +1366,7 @@ const g$2 = t$9({ render: function() {
1286
1366
  }, staticRenderFns: [] }, function(r2) {
1287
1367
  r2 && r2("data-v-29b6f3f4_0", { source: ".color-selector__line[data-v-29b6f3f4]{display:flex}.color-selector__line__element[data-v-29b6f3f4]{cursor:pointer;height:30px;width:30px;margin:4px;border-radius:3px}.color-selector__line__element.selected[data-v-29b6f3f4]{border:solid 2px var(--color-primary)}", map: void 0, media: void 0 });
1288
1368
  }, { components: { BIMDataCard: s$6 }, props: { modelValue: { type: String, default: null, validator: (a2) => Object.values(r$9).includes(a2) } }, emits: ["update:modelValue"], data: () => ({ colorLines: d$4 }) }, "data-v-29b6f3f4", false, void 0, false, c$3, void 0, void 0);
1289
- var render$j = function() {
1369
+ var render$k = function() {
1290
1370
  var _vm = this;
1291
1371
  var _h = _vm.$createElement;
1292
1372
  var _c = _vm._self._c || _h;
@@ -1315,13 +1395,13 @@ var render$j = function() {
1315
1395
  _vm.isOpenDeleteGuard = false;
1316
1396
  } } }, [_c("BIMDataIcon", { attrs: { "name": "close", "size": "xxxs" } })], 1)], 1)]) : _vm._e()], 1);
1317
1397
  };
1318
- var staticRenderFns$j = [];
1398
+ var staticRenderFns$k = [];
1319
1399
  var SettingCardItem_scss_vue_type_style_index_0_from__2Fhome_2Frunner_2FactionsRunner_2F_work_2FbcfComponents_2FbcfComponents_2Fsrc_2Fcomponents_2FbcfSettings_2FsettingCard_2FSettingCardItem_vue_src_scoped_true_lang = "";
1320
- const __vue2_script$j = {
1400
+ const __vue2_script$k = {
1321
1401
  components: {
1322
1402
  BIMDataButton: c$5,
1323
1403
  BIMDataColorSelector: g$2,
1324
- BIMDataIcon: s$9,
1404
+ BIMDataIcon: v$2,
1325
1405
  BIMDataInput: s$8
1326
1406
  },
1327
1407
  props: {
@@ -1393,17 +1473,17 @@ const __vue2_script$j = {
1393
1473
  };
1394
1474
  }
1395
1475
  };
1396
- const __cssModules$j = {};
1397
- var __component__$j = /* @__PURE__ */ normalizeComponent(__vue2_script$j, render$j, staticRenderFns$j, false, __vue2_injectStyles$j, "27af5073", null, null);
1398
- function __vue2_injectStyles$j(context) {
1399
- for (let o2 in __cssModules$j) {
1400
- this[o2] = __cssModules$j[o2];
1476
+ const __cssModules$k = {};
1477
+ var __component__$k = /* @__PURE__ */ normalizeComponent(__vue2_script$k, render$k, staticRenderFns$k, false, __vue2_injectStyles$k, "27af5073", null, null);
1478
+ function __vue2_injectStyles$k(context) {
1479
+ for (let o2 in __cssModules$k) {
1480
+ this[o2] = __cssModules$k[o2];
1401
1481
  }
1402
1482
  }
1403
1483
  var SettingCardItem = /* @__PURE__ */ function() {
1404
- return __component__$j.exports;
1484
+ return __component__$k.exports;
1405
1485
  }();
1406
- var render$i = function() {
1486
+ var render$j = function() {
1407
1487
  var _vm = this;
1408
1488
  var _h = _vm.$createElement;
1409
1489
  var _c = _vm._self._c || _h;
@@ -1423,12 +1503,12 @@ var render$i = function() {
1423
1503
  } } });
1424
1504
  }), 1)], 1)]);
1425
1505
  };
1426
- var staticRenderFns$i = [];
1506
+ var staticRenderFns$j = [];
1427
1507
  var SettingCard_scss_vue_type_style_index_0_from__2Fhome_2Frunner_2FactionsRunner_2F_work_2FbcfComponents_2FbcfComponents_2Fsrc_2Fcomponents_2FbcfSettings_2FsettingCard_2FSettingCard_vue_src_scoped_true_lang = "";
1428
- const __vue2_script$i = {
1508
+ const __vue2_script$j = {
1429
1509
  components: {
1430
1510
  BIMDataButton: c$5,
1431
- BIMDataIcon: s$9,
1511
+ BIMDataIcon: v$2,
1432
1512
  BIMDataInput: s$8,
1433
1513
  SettingCardItem
1434
1514
  },
@@ -1487,17 +1567,17 @@ const __vue2_script$i = {
1487
1567
  };
1488
1568
  }
1489
1569
  };
1490
- const __cssModules$i = {};
1491
- var __component__$i = /* @__PURE__ */ normalizeComponent(__vue2_script$i, render$i, staticRenderFns$i, false, __vue2_injectStyles$i, "6e8123c6", null, null);
1492
- function __vue2_injectStyles$i(context) {
1493
- for (let o2 in __cssModules$i) {
1494
- this[o2] = __cssModules$i[o2];
1570
+ const __cssModules$j = {};
1571
+ var __component__$j = /* @__PURE__ */ normalizeComponent(__vue2_script$j, render$j, staticRenderFns$j, false, __vue2_injectStyles$j, "6e8123c6", null, null);
1572
+ function __vue2_injectStyles$j(context) {
1573
+ for (let o2 in __cssModules$j) {
1574
+ this[o2] = __cssModules$j[o2];
1495
1575
  }
1496
1576
  }
1497
1577
  var SettingCard = /* @__PURE__ */ function() {
1498
- return __component__$i.exports;
1578
+ return __component__$j.exports;
1499
1579
  }();
1500
- var render$h = function() {
1580
+ var render$i = function() {
1501
1581
  var _vm = this;
1502
1582
  var _h = _vm.$createElement;
1503
1583
  var _c = _vm._self._c || _h;
@@ -1507,12 +1587,12 @@ var render$h = function() {
1507
1587
  return _c("SettingCard", { attrs: { "project": _vm.project, "extensionType": t2, "availableExtensions": _vm.detailedExtensions[_vm.EXTENSION_LIST_FIELDS[t2]] }, on: { "create-extension": _vm.createExt, "update-extension": _vm.updateExt, "delete-extension": _vm.deleteExt } });
1508
1588
  })], 2)]);
1509
1589
  };
1510
- var staticRenderFns$h = [];
1590
+ var staticRenderFns$i = [];
1511
1591
  var BcfSettings_scss_vue_type_style_index_0_from__2Fhome_2Frunner_2FactionsRunner_2F_work_2FbcfComponents_2FbcfComponents_2Fsrc_2Fcomponents_2FbcfSettings_2FBcfSettings_vue_src_scoped_true_lang = "";
1512
- const __vue2_script$h = {
1592
+ const __vue2_script$i = {
1513
1593
  components: {
1514
1594
  BIMDataButton: c$5,
1515
- BIMDataIcon: s$9,
1595
+ BIMDataIcon: v$2,
1516
1596
  SettingCard
1517
1597
  },
1518
1598
  props: {
@@ -1558,15 +1638,15 @@ const __vue2_script$h = {
1558
1638
  };
1559
1639
  }
1560
1640
  };
1561
- const __cssModules$h = {};
1562
- var __component__$h = /* @__PURE__ */ normalizeComponent(__vue2_script$h, render$h, staticRenderFns$h, false, __vue2_injectStyles$h, "2687ba4b", null, null);
1563
- function __vue2_injectStyles$h(context) {
1564
- for (let o2 in __cssModules$h) {
1565
- this[o2] = __cssModules$h[o2];
1641
+ const __cssModules$i = {};
1642
+ var __component__$i = /* @__PURE__ */ normalizeComponent(__vue2_script$i, render$i, staticRenderFns$i, false, __vue2_injectStyles$i, "2687ba4b", null, null);
1643
+ function __vue2_injectStyles$i(context) {
1644
+ for (let o2 in __cssModules$i) {
1645
+ this[o2] = __cssModules$i[o2];
1566
1646
  }
1567
1647
  }
1568
1648
  var BcfSettings = /* @__PURE__ */ function() {
1569
- return __component__$h.exports;
1649
+ return __component__$i.exports;
1570
1650
  }();
1571
1651
  var r$8 = Object.freeze(["default", "primary", "secondary", "high", "success", "granite"]), a$7 = { 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: (a2) => r$8.includes(a2) } }, emits: ["click"], computed: { classes() {
1572
1652
  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 };
@@ -1795,7 +1875,7 @@ const o$7 = t$7({ render: function() {
1795
1875
  }, staticRenderFns: [] }, function(e2) {
1796
1876
  e2 && e2("data-v-1694cb3a_0", { source: ".bimdata-simple-pie-chart[data-v-1694cb3a]{position:relative}.bimdata-simple-pie-chart .path[data-v-1694cb3a]{stroke-dasharray:1000;stroke-dashoffset:1000;animation:dash-data-v-1694cb3a var(--graph-draw-time,2s) ease-in forwards}@keyframes dash-data-v-1694cb3a{to{stroke-dashoffset:0}}", map: void 0, media: void 0 });
1797
1877
  }, e$7, "data-v-1694cb3a", false, void 0, false, r$7, void 0, void 0);
1798
- var render$g = function() {
1878
+ var render$h = function() {
1799
1879
  var _vm = this;
1800
1880
  var _h = _vm.$createElement;
1801
1881
  var _c = _vm._self._c || _h;
@@ -1804,9 +1884,9 @@ var render$g = function() {
1804
1884
  return [_c("div", { staticClass: "bcf-statistics__content__legend__item" }, [_c("span", { staticClass: "bcf-statistics__content__legend__item__mark", style: { borderColor: barData.color } }), _c("span", { staticClass: "bcf-statistics__content__legend__item__percent" }, [_vm._v(" " + _vm._s(barData.percentage.toFixed(0)) + " % ")]), _c("span", { staticClass: "bcf-statistics__content__legend__item__text" }, [_vm._v(" " + _vm._s(barData.label && _vm.$t("BcfComponents.BcfStatistics.extension." + _vm.extensionType)) + " " + _vm._s(barData.label || _vm.$t("BcfComponents.BcfStatistics.extension." + _vm.extensionType + "NotDefined")) + " "), _c("span", { staticClass: "total" }, [_vm._v(" (" + _vm._s(barData.total) + ") ")])])])];
1805
1885
  } }]) })], 1)], 1)]);
1806
1886
  };
1807
- var staticRenderFns$g = [];
1887
+ var staticRenderFns$h = [];
1808
1888
  var BcfStatistics_scss_vue_type_style_index_0_from__2Fhome_2Frunner_2FactionsRunner_2F_work_2FbcfComponents_2FbcfComponents_2Fsrc_2Fcomponents_2FbcfStatistics_2FBcfStatistics_vue_src_scoped_true_lang = "";
1809
- const __vue2_script$g = {
1889
+ const __vue2_script$h = {
1810
1890
  components: {
1811
1891
  BIMDataPaginatedList: b$1,
1812
1892
  BIMDataSimplePieChart: o$7
@@ -1851,15 +1931,15 @@ const __vue2_script$g = {
1851
1931
  };
1852
1932
  }
1853
1933
  };
1854
- const __cssModules$g = {};
1855
- var __component__$g = /* @__PURE__ */ normalizeComponent(__vue2_script$g, render$g, staticRenderFns$g, false, __vue2_injectStyles$g, "08cce8e2", null, null);
1856
- function __vue2_injectStyles$g(context) {
1857
- for (let o2 in __cssModules$g) {
1858
- this[o2] = __cssModules$g[o2];
1934
+ const __cssModules$h = {};
1935
+ var __component__$h = /* @__PURE__ */ normalizeComponent(__vue2_script$h, render$h, staticRenderFns$h, false, __vue2_injectStyles$h, "08cce8e2", null, null);
1936
+ function __vue2_injectStyles$h(context) {
1937
+ for (let o2 in __cssModules$h) {
1938
+ this[o2] = __cssModules$h[o2];
1859
1939
  }
1860
1940
  }
1861
1941
  var BcfStatistics = /* @__PURE__ */ function() {
1862
- return __component__$g.exports;
1942
+ return __component__$h.exports;
1863
1943
  }();
1864
1944
  var t$6 = { props: { width: { type: String, default: "100%" }, minWidth: { type: String }, maxWidth: { type: String }, text: { type: String, default: "" }, cutPosition: { type: String, default: "middle", validator: (t2) => ["start", "middle", "end"].includes(t2) }, tooltip: { type: Boolean, default: true }, tooltipPosition: { type: String, default: "bottom", validator: (t2) => ["top", "right", "bottom", "left"].includes(t2) }, tooltipColor: { type: String, default: "primary", validator: (t2) => ["white", "primary", "secondary", "granite-light", "silver-light"].includes(t2) } }, data: () => ({ showTooltip: false, isOverflowing: false, textHead: "", textTail: "" }), watch: { width: "computeText", text: "computeText", cutPosition: "computeText" }, mounted() {
1865
1945
  this.observer = new ResizeObserver(() => this.computeText()), this.observer.observe(this.$refs.textBox), this.computeText();
@@ -1921,25 +2001,25 @@ const l$3 = e$6({ render: function() {
1921
2001
  }, staticRenderFns: [] }, function(t2) {
1922
2002
  t2 && t2("data-v-79e3dcf0_0", { source: 'html[data-v-79e3dcf0]{--color-primary-lighter:rgba(248, 249, 250, 1);--color-primary-light:rgba(67, 78, 105, 1);--color-primary:rgba(47, 55, 74, 1);--color-primary-dark:rgba(27, 32, 43, 1);--color-secondary-lighter:rgba(255, 252, 242, 1);--color-secondary-light:rgba(250, 212, 94, 1);--color-secondary:rgba(249, 199, 44, 1);--color-secondary-dark:rgba(235, 180, 7, 1);--color-white:rgba(255, 255, 255, 1);--color-silver-light:rgba(247, 247, 247, 1);--color-silver:rgba(216, 216, 216, 1);--color-silver-dark:rgba(189, 189, 189, 1);--color-granite-light:rgba(122, 122, 122, 1);--color-granite:rgba(96, 96, 96, 1);--color-black:rgba(0, 0, 0, 1);--color-text:rgba(47, 55, 74, 1);--color-black-100:rgba(0, 0, 0, 0.1);--color-success-lighter:rgba(226, 255, 239, 1);--color-success-light:rgba(0, 200, 92, 1);--color-success:rgba(0, 175, 80, 1);--color-success-dark:rgba(0, 149, 68, 1);--color-warning-lighter:rgba(255, 233, 204, 1);--color-warning-light:rgba(255, 167, 51, 1);--color-warning:rgba(255, 145, 0, 1);--color-warning-dark:rgba(204, 116, 0, 1);--color-high-lighter:rgba(255, 237, 234, 1);--color-high-light:rgba(255, 104, 81, 1);--color-high:rgba(255, 61, 30, 1);--color-high-dark:rgba(234, 31, 0, 1);--font-size:14px;--box-shadow:0px 2px 10px rgba(0, 0, 0, 0.1);--border-radius-tiny:3px;--spacing-unit:12px;--size-btn-options:45px;--primary-font:"roboto",sans-serif}.bimdata-textbox[data-v-79e3dcf0]{display:inline-flex;position:relative}.bimdata-textbox__text--head[data-v-79e3dcf0]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bimdata-textbox__text--tail[data-v-79e3dcf0]{width:50%;white-space:nowrap;overflow:hidden;text-overflow:"";direction:rtl}.bimdata-textbox__tooltip[data-v-79e3dcf0]{position:absolute;z-index:2;min-width:60px;max-width:200px;width:max-content;padding:calc(var(--spacing-unit)/ 3) calc(var(--spacing-unit)/ 2);border-radius:3px;text-align:center;white-space:normal;word-wrap:break-word}.bimdata-textbox__tooltip[data-v-79e3dcf0]::before{content:"";position:absolute;border-style:solid;border-width:8px 0 0 8px}.bimdata-textbox__tooltip--white[data-v-79e3dcf0]{background-color:var(--color-white);color:var(--color-primary)}.bimdata-textbox__tooltip--white[data-v-79e3dcf0]::before{border-color:var(--color-white) transparent transparent}.bimdata-textbox__tooltip--primary[data-v-79e3dcf0]{background-color:var(--color-primary);color:var(--color-white)}.bimdata-textbox__tooltip--primary[data-v-79e3dcf0]::before{border-color:var(--color-primary) transparent transparent}.bimdata-textbox__tooltip--secondary[data-v-79e3dcf0]{background-color:#f9c72c;color:#2f374a}.bimdata-textbox__tooltip--secondary[data-v-79e3dcf0]::before{border-color:var(--color-secondary) transparent transparent}.bimdata-textbox__tooltip--granite-light[data-v-79e3dcf0]{background-color:var(--color-granite-light);color:var(--color-white)}.bimdata-textbox__tooltip--granite-light[data-v-79e3dcf0]::before{border-color:var(--color-granite-light) transparent transparent}.bimdata-textbox__tooltip--silver-light[data-v-79e3dcf0]{background-color:var(--color-silver-light);color:var(--color-primary)}.bimdata-textbox__tooltip--silver-light[data-v-79e3dcf0]::before{border-color:var(--color-silver-light) transparent transparent}.bimdata-textbox__tooltip--top[data-v-79e3dcf0]{top:-8px;left:50%;transform:translateX(-50%) translateY(-100%)}.bimdata-textbox__tooltip--top[data-v-79e3dcf0]::before{top:calc(100% - 4px);left:calc(50% - 4px);transform:rotate(135deg)}.bimdata-textbox__tooltip--right[data-v-79e3dcf0]{top:50%;left:calc(100% + 8px);transform:translateY(-50%)}.bimdata-textbox__tooltip--right[data-v-79e3dcf0]::before{top:calc(50% - 4px);left:-4px;transform:rotate(-135deg)}.bimdata-textbox__tooltip--bottom[data-v-79e3dcf0]{top:calc(100% + 8px);left:50%;transform:translateX(-50%)}.bimdata-textbox__tooltip--bottom[data-v-79e3dcf0]::before{top:-4px;left:calc(50% - 4px);transform:rotate(-45deg)}.bimdata-textbox__tooltip--left[data-v-79e3dcf0]{top:50%;left:-8px;transform:translateX(-100%) translateY(-50%)}.bimdata-textbox__tooltip--left[data-v-79e3dcf0]::before{top:calc(50% - 4px);left:calc(100% - 4px);transform:rotate(45deg)}', map: void 0, media: void 0 });
1923
2003
  }, t$6, "data-v-79e3dcf0", false, void 0, false, a$5, void 0, void 0);
1924
- var render$f = function() {
2004
+ var render$g = function() {
1925
2005
  var _vm = this;
1926
2006
  var _h = _vm.$createElement;
1927
2007
  var _c = _vm._self._c || _h;
1928
2008
  return _c("svg", { attrs: { "width": "84", "height": "81", "viewBox": "0 0 84 81", "fill": "none", "xmlns": "http://www.w3.org/2000/svg" } }, [_c("path", { attrs: { "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" } }), _c("path", { attrs: { "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" } }), _c("path", { staticClass: "fill-silver", attrs: { "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" } }), _c("path", { staticClass: "fill-silver", attrs: { "d": "M67.0765 32.4855L70.8131 18.5404L78.92 35.6661L67.0765 32.4855Z" } }), _c("path", { staticClass: "fill-silver", attrs: { "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" } }), _c("path", { attrs: { "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" } }), _c("path", { staticClass: "fill-silver", attrs: { "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" } }), _c("path", { staticClass: "fill-silver", attrs: { "d": "M35.1918 26.119L31.4534 12.1672L47.0371 22.9451L35.1918 26.119Z" } }), _c("path", { staticClass: "fill-silver", attrs: { "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" } }), _c("path", { staticClass: "fill-secondary", attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", "d": "M6.9375 17.1323V12.6323H7.9375V17.1323H6.9375Z" } }), _c("path", { staticClass: "fill-secondary", attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", "d": "M5.72393 18.0419L2.54195 14.8599L3.24906 14.1528L6.43104 17.3348L5.72393 18.0419Z" } }), _c("path", { staticClass: "fill-secondary", attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", "d": "M5.46582 19.615H0.96582L0.96582 18.615H5.46582V19.615Z" } }), _c("path", { staticClass: "fill-primary", attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", "d": "M46.5972 10.507L47.7619 6.16033L48.7278 6.41915L47.5631 10.7658L46.5972 10.507Z" } }), _c("path", { staticClass: "fill-primary", attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", "d": "M45.1895 11.0715L42.9395 7.17435L43.8056 6.67435L46.0556 10.5715L45.1895 11.0715Z" } }), _c("path", { staticClass: "fill-primary", attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", "d": "M44.5331 12.5242L40.1864 11.3595L40.4452 10.3936L44.7919 11.5582L44.5331 12.5242Z" } })]);
1929
2009
  };
1930
- var staticRenderFns$f = [];
1931
- const __vue2_script$f = {};
1932
- const __cssModules$f = {};
1933
- var __component__$f = /* @__PURE__ */ normalizeComponent(__vue2_script$f, render$f, staticRenderFns$f, false, __vue2_injectStyles$f, null, null, null);
1934
- function __vue2_injectStyles$f(context) {
1935
- for (let o2 in __cssModules$f) {
1936
- this[o2] = __cssModules$f[o2];
2010
+ var staticRenderFns$g = [];
2011
+ const __vue2_script$g = {};
2012
+ const __cssModules$g = {};
2013
+ var __component__$g = /* @__PURE__ */ normalizeComponent(__vue2_script$g, render$g, staticRenderFns$g, false, __vue2_injectStyles$g, null, null, null);
2014
+ function __vue2_injectStyles$g(context) {
2015
+ for (let o2 in __cssModules$g) {
2016
+ this[o2] = __cssModules$g[o2];
1937
2017
  }
1938
2018
  }
1939
2019
  var BcfTopicDefaultImage = /* @__PURE__ */ function() {
1940
- return __component__$f.exports;
2020
+ return __component__$g.exports;
1941
2021
  }();
1942
- var render$e = function() {
2022
+ var render$f = function() {
1943
2023
  var _vm = this;
1944
2024
  var _h = _vm.$createElement;
1945
2025
  var _c = _vm._self._c || _h;
@@ -1953,13 +2033,13 @@ var render$e = function() {
1953
2033
  return _vm.$emit("open-bcf-topic", _vm.bcfTopic);
1954
2034
  } } }, [_vm._v(" " + _vm._s(_vm.$t("BcfComponents.BcfTopicCard.see")) + " ")])], 1)])]);
1955
2035
  };
1956
- var staticRenderFns$e = [];
2036
+ var staticRenderFns$f = [];
1957
2037
  var BcfTopicCard_scss_vue_type_style_index_0_from__2Fhome_2Frunner_2FactionsRunner_2F_work_2FbcfComponents_2FbcfComponents_2Fsrc_2Fcomponents_2FbcfTopicCard_2FBcfTopicCard_vue_src_scoped_true_lang = "";
1958
- const __vue2_script$e = {
2038
+ const __vue2_script$f = {
1959
2039
  components: {
1960
2040
  BcfTopicDefaultImage,
1961
2041
  BIMDataButton: c$5,
1962
- BIMDataIcon: s$9,
2042
+ BIMDataIcon: v$2,
1963
2043
  BIMDataTextbox: l$3
1964
2044
  },
1965
2045
  props: {
@@ -1998,35 +2078,35 @@ const __vue2_script$e = {
1998
2078
  };
1999
2079
  }
2000
2080
  };
2001
- const __cssModules$e = {};
2002
- var __component__$e = /* @__PURE__ */ normalizeComponent(__vue2_script$e, render$e, staticRenderFns$e, false, __vue2_injectStyles$e, "9ee26932", null, null);
2003
- function __vue2_injectStyles$e(context) {
2004
- for (let o2 in __cssModules$e) {
2005
- this[o2] = __cssModules$e[o2];
2081
+ const __cssModules$f = {};
2082
+ var __component__$f = /* @__PURE__ */ normalizeComponent(__vue2_script$f, render$f, staticRenderFns$f, false, __vue2_injectStyles$f, "9ee26932", null, null);
2083
+ function __vue2_injectStyles$f(context) {
2084
+ for (let o2 in __cssModules$f) {
2085
+ this[o2] = __cssModules$f[o2];
2006
2086
  }
2007
2087
  }
2008
2088
  var BcfTopicCard = /* @__PURE__ */ function() {
2009
- return __component__$e.exports;
2089
+ return __component__$f.exports;
2010
2090
  }();
2011
- var render$d = function() {
2091
+ var render$e = function() {
2012
2092
  var _vm = this;
2013
2093
  var _h = _vm.$createElement;
2014
2094
  var _c = _vm._self._c || _h;
2015
2095
  return _c("svg", { attrs: { "width": "66", "height": "60", "viewBox": "0 0 66 60", "fill": "none", "xmlns": "http://www.w3.org/2000/svg" } }, [_c("path", { staticClass: "fill-granite-light", attrs: { "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" } }), _c("path", { staticClass: "fill-silver-dark", attrs: { "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" } }), _c("path", { staticClass: "fill-silver-dark", attrs: { "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" } }), _c("path", { staticClass: "fill-silver-dark", attrs: { "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" } }), _c("path", { staticClass: "fill-silver-dark", attrs: { "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" } }), _c("path", { staticClass: "fill-secondary", attrs: { "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" } }), _c("path", { staticClass: "fill-silver-dark", attrs: { "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" } }), _c("path", { staticClass: "fill-silver-dark", attrs: { "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" } }), _c("path", { staticClass: "fill-silver-dark", attrs: { "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" } }), _c("path", { staticClass: "fill-silver-dark", attrs: { "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" } }), _c("path", { staticClass: "fill-secondary", attrs: { "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" } })]);
2016
2096
  };
2017
- var staticRenderFns$d = [];
2018
- const __vue2_script$d = {};
2019
- const __cssModules$d = {};
2020
- var __component__$d = /* @__PURE__ */ normalizeComponent(__vue2_script$d, render$d, staticRenderFns$d, false, __vue2_injectStyles$d, null, null, null);
2021
- function __vue2_injectStyles$d(context) {
2022
- for (let o2 in __cssModules$d) {
2023
- this[o2] = __cssModules$d[o2];
2097
+ var staticRenderFns$e = [];
2098
+ const __vue2_script$e = {};
2099
+ const __cssModules$e = {};
2100
+ var __component__$e = /* @__PURE__ */ normalizeComponent(__vue2_script$e, render$e, staticRenderFns$e, false, __vue2_injectStyles$e, null, null, null);
2101
+ function __vue2_injectStyles$e(context) {
2102
+ for (let o2 in __cssModules$e) {
2103
+ this[o2] = __cssModules$e[o2];
2024
2104
  }
2025
2105
  }
2026
2106
  var BcfTopicCreationCardImage = /* @__PURE__ */ function() {
2027
- return __component__$d.exports;
2107
+ return __component__$e.exports;
2028
2108
  }();
2029
- var render$c = function() {
2109
+ var render$d = function() {
2030
2110
  var _vm = this;
2031
2111
  var _h = _vm.$createElement;
2032
2112
  var _c = _vm._self._c || _h;
@@ -2034,25 +2114,25 @@ var render$c = function() {
2034
2114
  return _vm.$emit("create-bcf-topic");
2035
2115
  } } }, [_c("BIMDataIcon", { attrs: { "name": "plus", "size": "m", "fill": "", "color": "default" } })], 1)], 1);
2036
2116
  };
2037
- var staticRenderFns$c = [];
2117
+ var staticRenderFns$d = [];
2038
2118
  var BcfTopicCreationCard_scss_vue_type_style_index_0_from__2Fhome_2Frunner_2FactionsRunner_2F_work_2FbcfComponents_2FbcfComponents_2Fsrc_2Fcomponents_2FbcfTopicCreationCard_2FBcfTopicCreationCard_vue_src_scoped_true_lang = "";
2039
- const __vue2_script$c = {
2119
+ const __vue2_script$d = {
2040
2120
  components: {
2041
2121
  BcfTopicCreationCardImage,
2042
2122
  BIMDataButton: c$5,
2043
- BIMDataIcon: s$9
2123
+ BIMDataIcon: v$2
2044
2124
  },
2045
2125
  emits: ["create-bcf-topic"]
2046
2126
  };
2047
- const __cssModules$c = {};
2048
- var __component__$c = /* @__PURE__ */ normalizeComponent(__vue2_script$c, render$c, staticRenderFns$c, false, __vue2_injectStyles$c, "b5e56a58", null, null);
2049
- function __vue2_injectStyles$c(context) {
2050
- for (let o2 in __cssModules$c) {
2051
- this[o2] = __cssModules$c[o2];
2127
+ const __cssModules$d = {};
2128
+ var __component__$d = /* @__PURE__ */ normalizeComponent(__vue2_script$d, render$d, staticRenderFns$d, false, __vue2_injectStyles$d, "b5e56a58", null, null);
2129
+ function __vue2_injectStyles$d(context) {
2130
+ for (let o2 in __cssModules$d) {
2131
+ this[o2] = __cssModules$d[o2];
2052
2132
  }
2053
2133
  }
2054
2134
  var BcfTopicCreationCard = /* @__PURE__ */ function() {
2055
- return __component__$c.exports;
2135
+ return __component__$d.exports;
2056
2136
  }();
2057
2137
  function t$5(t2, e2, o2, i2, r2, n2, a2, s2, l2, c2) {
2058
2138
  typeof a2 != "boolean" && (l2 = s2, s2 = a2, a2 = false);
@@ -2114,16 +2194,16 @@ const a$4 = t$5({ render: function() {
2114
2194
  }, staticRenderFns: [] }, function(t2) {
2115
2195
  t2 && (t2("data-v-ddc1f86c_0", { source: 'html[data-v-ddc1f86c]{--color-primary-lighter:rgba(248, 249, 250, 1);--color-primary-light:rgba(67, 78, 105, 1);--color-primary:rgba(47, 55, 74, 1);--color-primary-dark:rgba(27, 32, 43, 1);--color-secondary-lighter:rgba(255, 252, 242, 1);--color-secondary-light:rgba(250, 212, 94, 1);--color-secondary:rgba(249, 199, 44, 1);--color-secondary-dark:rgba(235, 180, 7, 1);--color-white:rgba(255, 255, 255, 1);--color-silver-light:rgba(247, 247, 247, 1);--color-silver:rgba(216, 216, 216, 1);--color-silver-dark:rgba(189, 189, 189, 1);--color-granite-light:rgba(122, 122, 122, 1);--color-granite:rgba(96, 96, 96, 1);--color-black:rgba(0, 0, 0, 1);--color-text:rgba(47, 55, 74, 1);--color-black-100:rgba(0, 0, 0, 0.1);--color-success-lighter:rgba(226, 255, 239, 1);--color-success-light:rgba(0, 200, 92, 1);--color-success:rgba(0, 175, 80, 1);--color-success-dark:rgba(0, 149, 68, 1);--color-warning-lighter:rgba(255, 233, 204, 1);--color-warning-light:rgba(255, 167, 51, 1);--color-warning:rgba(255, 145, 0, 1);--color-warning-dark:rgba(204, 116, 0, 1);--color-high-lighter:rgba(255, 237, 234, 1);--color-high-light:rgba(255, 104, 81, 1);--color-high:rgba(255, 61, 30, 1);--color-high-dark:rgba(234, 31, 0, 1);--font-size:14px;--box-shadow:0px 2px 10px rgba(0, 0, 0, 0.1);--border-radius-tiny:3px;--spacing-unit:12px;--size-btn-options:45px;--primary-font:"roboto",sans-serif}', map: void 0, media: void 0 }), t2("data-v-ddc1f86c_1", { source: '@keyframes bimdataloading{0%{box-shadow:inset 0 0 0 0 rgba(var(--color-white),.1);transform:rotate(0)}20%{transform:rotate(180deg)}40%{transform:rotate(0)}60%{transform:rotate(0);box-shadow:inset 0 0 0 0 rgba(var(--color-white),.1)}80%{box-shadow:inset 0 -20px 0 0 rgba(var(--color-white),1)}100%{box-shadow:inset 0 0 0 0 rgba(var(--color-white),.1)}}.bimdata-loading{width:100%;height:100%;position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;flex-direction:column;color:var(--color-white);font-family:var(--primary-font);z-index:2}.bimdata-loading::after{content:" ";position:absolute;width:100%;height:100%;background-color:var(--color-primary);opacity:.9;z-index:-1}.bimdata-loading--square{width:20px;height:20px;position:relative;border:2px var(--color-white) solid;animation:bimdataloading 1.4s linear infinite}.bimdata-loading--text{margin-top:12px;display:block}.bimdata-loading p{text-align:center;margin:0}', map: void 0, media: void 0 }));
2116
2196
  }, e$5, "data-v-ddc1f86c", false, void 0, false, i$5, void 0, void 0);
2117
- function e$4(e2, t2, i2, d2, r2, o2, n2, v2, s2, C2) {
2118
- typeof n2 != "boolean" && (s2 = v2, v2 = n2, n2 = false);
2197
+ function e$4(e2, t2, i2, d2, r2, o2, n2, s2, C2, v2) {
2198
+ typeof n2 != "boolean" && (C2 = s2, s2 = n2, n2 = false);
2119
2199
  const a2 = typeof i2 == "function" ? i2.options : i2;
2120
2200
  let l2;
2121
2201
  if (e2 && e2.render && (a2.render = e2.render, a2.staticRenderFns = e2.staticRenderFns, a2._compiled = true, r2 && (a2.functional = true)), d2 && (a2._scopeId = d2), o2 ? (l2 = function(e3) {
2122
- (e3 = e3 || this.$vnode && this.$vnode.ssrContext || this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext) || typeof __VUE_SSR_CONTEXT__ == "undefined" || (e3 = __VUE_SSR_CONTEXT__), t2 && t2.call(this, s2(e3)), e3 && e3._registeredComponents && e3._registeredComponents.add(o2);
2202
+ (e3 = e3 || this.$vnode && this.$vnode.ssrContext || this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext) || typeof __VUE_SSR_CONTEXT__ == "undefined" || (e3 = __VUE_SSR_CONTEXT__), t2 && t2.call(this, C2(e3)), e3 && e3._registeredComponents && e3._registeredComponents.add(o2);
2123
2203
  }, a2._ssrRegister = l2) : t2 && (l2 = n2 ? function(e3) {
2124
- t2.call(this, C2(e3, this.$root.$options.shadowRoot));
2204
+ t2.call(this, v2(e3, this.$root.$options.shadowRoot));
2125
2205
  } : function(e3) {
2126
- t2.call(this, v2(e3));
2206
+ t2.call(this, s2(e3));
2127
2207
  }), l2)
2128
2208
  if (a2.functional) {
2129
2209
  const e3 = a2.render;
@@ -2529,6 +2609,39 @@ var t$4 = { addFile: e$4({ render: function() {
2529
2609
  }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), zone: e$4({ render: function() {
2530
2610
  var e2 = this.$createElement, t2 = this._self._c || e2;
2531
2611
  return t2("g", [t2("path", { attrs: { d: "M8.96582 11.3144L11.6658 10.1144V3.91443L1.96582 8.11443L8.96582 11.3144Z" } }), this._v(" "), t2("path", { attrs: { d: "M1.0658 15.2145L11.6658 19.9145V13.6145L1.0658 8.81445V15.2145Z" } }), this._v(" "), t2("path", { attrs: { d: "M22.9658 8.11443L13.2658 3.91443V10.1144L15.9658 11.3144L22.9658 8.11443Z" } }), this._v(" "), t2("path", { attrs: { d: "M13.2658 13.6145V19.9145L23.8658 15.2145V8.81445L13.2658 13.6145Z" } })]);
2612
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), bcfPolychrome: e$4({ render: function() {
2613
+ var e2 = this.$createElement, t2 = this._self._c || e2;
2614
+ return t2("g", [t2("path", { staticClass: "fill-primary", attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M5.02193 12.8656C4.99498 13.5081 4.948 14.6282 5.60528 15.8997C7.70676 16.9403 12.8873 18.8488 16.5248 18.118C21.0718 17.2045 24.4653 11.2714 22.3618 6.71975C20.2583 2.16806 16.7141 1.26965 13.7885 1.56016C13.8264 1.59404 13.8667 1.6296 13.9093 1.6671C14.4738 2.16451 15.427 3.0043 16.2088 4.83129C17.7639 5.7059 20.2614 8.64331 18.7358 12.3391C17.0551 16.4108 13.4497 16.0217 12.2821 15.8956C12.1416 15.8805 12.0365 15.8691 11.9742 15.8698C11.5056 15.8749 7.61308 15.3475 5.02347 12.8287C5.02297 12.8408 5.02245 12.8531 5.02193 12.8656ZM12.4885 4.74167C11.9561 4.40063 10.617 3.72872 9.52006 3.76938C7.57654 5.08613 3.39156 8.60595 2.1998 12.1512C0.710113 16.5827 4.10364 22.5158 9.06053 22.9528C14.0174 23.3898 16.6583 20.7215 17.8718 18.0188C17.0698 18.3001 15.5331 18.7286 13.7293 18.4406C12.2014 19.3627 8.46042 20.1549 6.05233 16.9734C3.39934 13.4683 5.53596 10.5111 6.22787 9.55348C6.3111 9.43828 6.37343 9.35202 6.40399 9.29722C6.63388 8.88508 9.03266 5.74603 12.4885 4.74167Z" } }), this._v(" "), t2("path", { staticClass: "fill-secondary", attrs: { d: "M18.0536 13.1944C17.54 14.1736 16.294 15.0082 15.7352 15.3031C16.6014 11.78 15.1076 8.07749 14.869 7.67046C14.5735 7.16642 13.314 2.89017 8.45901 3.52497C4.52537 4.0393 3.30588 7.69446 3.33306 9.49119C2.28341 10.7256 1.78066 12.3166 1.62101 13.1584C-0.0910414 10.7461 -1.02859 7.27957 1.82482 3.16493C4.67824 -0.949703 11.4653 -0.949707 14.5225 2.56831C16.9683 5.38272 17.8957 10.837 18.0536 13.1944Z" } })]);
2615
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), createWindowPolychrome: e$4({ render: function() {
2616
+ var e2 = this.$createElement, t2 = this._self._c || e2;
2617
+ return t2("g", [t2("path", { staticClass: "fill-primary", attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M0 5.47981C0 3.9647 1.22825 2.73645 2.74336 2.73645H19.3255C20.8406 2.73645 22.0688 3.9647 22.0688 5.47981V10.5919C21.5229 10.3111 20.9283 10.1115 20.3011 10.009V8.06481C20.3011 7.51253 19.8534 7.06481 19.3011 7.06481H2.79865C2.24636 7.06481 1.79865 7.51253 1.79865 8.06481V17.526C1.79865 18.0783 2.24636 18.526 2.79865 18.526H13.9069C14.2198 19.1792 14.6474 19.7671 15.1635 20.2635H2.74336C1.22825 20.2635 0 19.0352 0 17.5201V5.47981ZM4.70657 4.91213C4.70657 5.4271 4.28911 5.84456 3.77414 5.84456C3.25918 5.84456 2.84172 5.4271 2.84172 4.91213C2.84172 4.39717 3.25918 3.9797 3.77414 3.9797C4.28911 3.9797 4.70657 4.39717 4.70657 4.91213ZM6.172 5.84456C6.68696 5.84456 7.10443 5.4271 7.10443 4.91213C7.10443 4.39717 6.68696 3.9797 6.172 3.9797C5.65703 3.9797 5.23957 4.39717 5.23957 4.91213C5.23957 5.4271 5.65703 5.84456 6.172 5.84456Z" } }), this._v(" "), t2("rect", { staticClass: "fill-secondary", attrs: { x: "17.7899", y: "11.6612", width: "2.65031", height: "7.77024" } }), this._v(" "), t2("rect", { staticClass: "fill-secondary", attrs: { x: "23", y: "14.221", width: "2.65031", height: "7.77024", transform: "rotate(90 23 14.221)" } })]);
2618
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), docInfoPolychrome: e$4({ render: function() {
2619
+ var e2 = this.$createElement, t2 = this._self._c || e2;
2620
+ return t2("g", [t2("rect", { staticClass: "fill-secondary", attrs: { x: "8.28", y: "4.14003", width: "6.44", height: "1.84" } }), this._v(" "), t2("path", { staticClass: "fill-primary", attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M5.66991 0.459961H18.4V8.97184C17.8119 8.82047 17.1953 8.73996 16.56 8.73996L16.56 2.29996H6.43999V6.90002H1.84V19.78H10.1846C10.5853 20.4725 11.0955 21.0938 11.6917 21.62H0V6.12987L5.66991 0.459961Z" } }), this._v(" "), t2("path", { staticClass: "fill-secondary", attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M9.20001 16.0999H3.67999V17.9399H9.43185C9.2805 17.3518 9.20001 16.7353 9.20001 16.1C9.20001 16.1 9.20001 16.0999 9.20001 16.0999Z" } }), this._v(" "), t2("path", { staticClass: "fill-secondary", attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M10.1847 12.42H3.67999V14.26H9.43189C9.59991 13.6072 9.85523 12.9895 10.1847 12.42Z" } }), this._v(" "), t2("path", { staticClass: "fill-secondary", attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M14.72 8.97181V8.73996H3.67999V10.58H11.6917C12.5475 9.82459 13.5803 9.26514 14.72 8.97181Z" } }), this._v(" "), t2("path", { staticClass: "fill-primary", attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M16.56 22.54C20.1167 22.54 23 19.6567 23 16.1C23 12.5433 20.1167 9.66002 16.56 9.66002C13.0033 9.66002 10.12 12.5433 10.12 16.1C10.12 19.6567 13.0033 22.54 16.56 22.54ZM15.8426 17.406H17.0285L17.1965 12.4201H15.6746L15.8426 17.406ZM17.0137 18.3992C16.8688 18.2576 16.676 18.1868 16.4356 18.1868C16.1984 18.1868 16.0057 18.2592 15.8574 18.4042C15.7125 18.5458 15.64 18.7254 15.64 18.9428C15.64 19.1602 15.7125 19.3397 15.8574 19.4814C16.0057 19.6231 16.1984 19.6939 16.4356 19.6939C16.676 19.6939 16.8688 19.6231 17.0137 19.4814C17.1619 19.3397 17.2361 19.1602 17.2361 18.9428C17.2361 18.7221 17.1619 18.5409 17.0137 18.3992Z" } })]);
2621
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), fileDwgPolychrome: e$4({ render: function() {
2622
+ var e2 = this.$createElement, t2 = this._self._c || e2;
2623
+ return t2("g", [t2("path", { staticClass: "fill-primary", attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M5.73921 7.82627L11.7868 1.7787V5.91204V7.82627H5.73921ZM21.9496 2.27673C21.9496 1.02453 20.9365 0 19.6843 0H10.5773L3.74713 6.8302V20.4906C3.74713 21.7428 4.77131 22.7673 6.02386 22.7673H19.6956C20.9479 22.7673 21.961 21.7428 21.961 20.4906L21.9496 2.27673Z" } }), this._v(" "), t2("path", { attrs: { d: "M0.777466 12.8685C0.777466 12.3218 1.22065 11.8786 1.76735 11.8786H24.5347C25.0814 11.8786 25.5246 12.3218 25.5246 12.8685V19.7977C25.5246 20.3444 25.0814 20.7876 24.5347 20.7876H1.76735C1.22065 20.7876 0.777466 20.3444 0.777466 19.7977V12.8685Z", fill: "#F8C62C" } }), this._v(" "), t2("path", { attrs: { d: "M2.8558 19.7976V12.7602H5.02118C5.63985 12.7602 6.19247 12.9003 6.67904 13.1807C7.16883 13.4578 7.55066 13.8541 7.82456 14.3697C8.09845 14.882 8.2354 15.4653 8.2354 16.1194V16.4432C8.2354 17.0974 8.10006 17.679 7.82939 18.1881C7.56194 18.6972 7.18333 19.0919 6.69354 19.3723C6.20375 19.6526 5.65113 19.7944 5.03568 19.7976H2.8558ZM4.30583 13.9347V18.6328H5.00668C5.5738 18.6328 6.00719 18.4475 6.30687 18.0769C6.60654 17.7064 6.7596 17.1763 6.76604 16.4867V16.1146C6.76604 15.3992 6.61782 14.8579 6.32137 14.4905C6.02492 14.12 5.59152 13.9347 5.02118 13.9347H4.30583Z", fill: "white" } }), this._v(" "), t2("path", { attrs: { d: "M14.775 17.7676L15.7224 12.7602H17.1676L15.6064 19.7976H14.1467L13.0012 15.0899L11.8556 19.7976H10.3959L8.83474 12.7602H10.2799L11.2321 17.7579L12.3921 12.7602H13.6198L14.775 17.7676Z", fill: "white" } }), this._v(" "), t2("path", { attrs: { d: "M23.5235 18.9083C23.2625 19.2208 22.8935 19.4641 22.4166 19.6381C21.9398 19.8089 21.4113 19.8943 20.8313 19.8943C20.2223 19.8943 19.6874 19.7622 19.2266 19.498C18.769 19.2305 18.4146 18.8438 18.1632 18.3379C17.9151 17.832 17.7878 17.2375 17.7814 16.5544V16.0759C17.7814 15.3734 17.899 14.766 18.1342 14.2537C18.3727 13.7381 18.7143 13.345 19.1589 13.0743C19.6068 12.8004 20.1304 12.6635 20.7298 12.6635C21.5644 12.6635 22.2169 12.8633 22.6873 13.2628C23.1578 13.6592 23.4365 14.2376 23.5235 14.998H22.1121C22.0477 14.5953 21.9043 14.3004 21.682 14.1135C21.4629 13.9266 21.16 13.8332 20.7733 13.8332C20.2803 13.8332 19.9049 14.0185 19.6471 14.389C19.3893 14.7596 19.2588 15.3106 19.2556 16.0421V16.4916C19.2556 17.2295 19.3958 17.7869 19.6761 18.1639C19.9564 18.5409 20.3673 18.7294 20.9086 18.7294C21.4532 18.7294 21.8415 18.6134 22.0735 18.3814V17.1682H20.754V16.1001H23.5235V18.9083Z", fill: "white" } })]);
2624
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), fileIfcPolychrome: e$4({ render: function() {
2625
+ var e2 = this.$createElement, t2 = this._self._c || e2;
2626
+ return t2("g", [t2("path", { staticClass: "fill-primary", attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M3.97188 7.82627L10.0195 1.7787V5.91204V7.82627H3.97188ZM20.1823 2.27673C20.1823 1.02453 19.1691 0 17.9169 0H8.81L1.9798 6.8302V20.4906C1.9798 21.7428 3.00397 22.7673 4.25653 22.7673H17.9283C19.1805 22.7673 20.1937 21.7428 20.1937 20.4906L20.1823 2.27673Z" } }), this._v(" "), t2("path", { attrs: { d: "M0 12.8685C0 12.3218 0.443186 11.8786 0.989884 11.8786H20.7876C21.3343 11.8786 21.7775 12.3218 21.7775 12.8685V19.7977C21.7775 20.3444 21.3343 20.7876 20.7876 20.7876H0.989884C0.443187 20.7876 0 20.3444 0 19.7977V12.8685Z", fill: "#205DBD" } }), this._v(" "), t2("path", { attrs: { d: "M5.66383 19.7976H4.21381V12.7602H5.66383V19.7976Z", fill: "white" } }), this._v(" "), t2("path", { attrs: { d: "M11.2464 16.9217H8.46238V19.7976H7.01236V12.7602H11.5944V13.9347H8.46238V15.7521H11.2464V16.9217Z", fill: "white" } }), this._v(" "), t2("path", { attrs: { d: "M17.96 17.4534C17.9053 18.2107 17.6249 18.8068 17.119 19.2418C16.6164 19.6768 15.9526 19.8943 15.1277 19.8943C14.2254 19.8943 13.5149 19.5914 12.9961 18.9856C12.4806 18.3766 12.2228 17.542 12.2228 16.4819V16.0517C12.2228 15.375 12.342 14.7789 12.5805 14.2634C12.8189 13.7478 13.1589 13.3531 13.6003 13.0792C14.045 12.8021 14.5605 12.6635 15.147 12.6635C15.959 12.6635 16.6131 12.881 17.1094 13.316C17.6056 13.751 17.8924 14.3616 17.9697 15.1479H16.5197C16.4842 14.6935 16.357 14.3649 16.1378 14.1619C15.922 13.9556 15.5917 13.8525 15.147 13.8525C14.6637 13.8525 14.3012 14.0265 14.0595 14.3745C13.821 14.7193 13.6986 15.2558 13.6921 15.9841V16.5157C13.6921 17.2762 13.8065 17.832 14.0353 18.1833C14.2673 18.5345 14.6314 18.7101 15.1277 18.7101C15.5756 18.7101 15.9091 18.6086 16.1282 18.4056C16.3505 18.1994 16.4778 17.882 16.51 17.4534H17.96Z", fill: "white" } })]);
2627
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), filePdfPolychrome: e$4({ render: function() {
2628
+ var e2 = this.$createElement, t2 = this._self._c || e2;
2629
+ return t2("g", [t2("path", { staticClass: "fill-primary", attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M4.01244 7.90625L10.1218 1.79688V5.97245V7.90625H4.01244ZM20.3885 2.3C20.3885 1.035 19.365 0 18.1 0H8.9L2 6.9V20.7C2 21.965 3.03464 23 4.3 23H18.1115C19.3765 23 20.4 21.965 20.4 20.7L20.3885 2.3Z" } }), this._v(" "), t2("rect", { attrs: { y: "12", width: "22", height: "9", rx: "1", fill: "#FF0000" } }), this._v(" "), t2("path", { attrs: { d: "M3.88086 17.4951V20H2.41602V12.8906H5.18945C5.72331 12.8906 6.19206 12.9883 6.5957 13.1836C7.0026 13.3789 7.3151 13.6572 7.5332 14.0186C7.7513 14.3766 7.86035 14.7852 7.86035 15.2441C7.86035 15.9408 7.62109 16.4909 7.14258 16.8945C6.66732 17.2949 6.00814 17.4951 5.16504 17.4951H3.88086ZM3.88086 16.3086H5.18945C5.57682 16.3086 5.87142 16.2174 6.07324 16.0352C6.27832 15.8529 6.38086 15.5924 6.38086 15.2539C6.38086 14.9056 6.27832 14.624 6.07324 14.4092C5.86816 14.1943 5.58496 14.0837 5.22363 14.0771H3.88086V16.3086ZM8.87109 20V12.8906H11.0586C11.6836 12.8906 12.2419 13.0322 12.7334 13.3154C13.2282 13.5954 13.6139 13.9958 13.8906 14.5166C14.1673 15.0342 14.3057 15.6234 14.3057 16.2842V16.6113C14.3057 17.2721 14.1689 17.8597 13.8955 18.374C13.6253 18.8883 13.2428 19.2871 12.748 19.5703C12.2533 19.8535 11.695 19.9967 11.0732 20H8.87109ZM10.3359 14.0771V18.8232H11.0439C11.6169 18.8232 12.0547 18.6361 12.3574 18.2617C12.6602 17.8874 12.8148 17.3519 12.8213 16.6553V16.2793C12.8213 15.5566 12.6715 15.0098 12.3721 14.6387C12.0726 14.2643 11.6348 14.0771 11.0586 14.0771H10.3359ZM19.6523 17.0947H16.8398V20H15.375V12.8906H20.0039V14.0771H16.8398V15.9131H19.6523V17.0947Z", fill: "white" } })]);
2630
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), filePlanPolychrome: e$4({ render: function() {
2631
+ var e2 = this.$createElement, t2 = this._self._c || e2;
2632
+ return t2("g", [t2("path", { staticClass: "fill-primary", attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M4.01244 7.90625L10.1218 1.79688V5.97245V7.90625H4.01244ZM20.3885 2.3C20.3885 1.035 19.365 0 18.1 0H8.9L2 6.9V20.7C2 21.965 3.03464 23 4.3 23H18.1115C19.3765 23 20.4 21.965 20.4 20.7L20.3885 2.3Z" } }), this._v(" "), t2("rect", { attrs: { y: "12", width: "22", height: "9", rx: "1", fill: "#FF9900" } }), this._v(" "), t2("path", { attrs: { d: "M4.37598 17.2261H3.10791V16.4263H4.37598C4.57194 16.4263 4.73145 16.3944 4.85449 16.3306C4.97754 16.2645 5.06755 16.1733 5.12451 16.0571C5.18148 15.9409 5.20996 15.8099 5.20996 15.6641C5.20996 15.516 5.18148 15.3781 5.12451 15.2505C5.06755 15.1229 4.97754 15.0203 4.85449 14.9429C4.73145 14.8654 4.57194 14.8267 4.37598 14.8267H3.46338V19H2.43799V14.0234H4.37598C4.76562 14.0234 5.09945 14.0941 5.37744 14.2354C5.65771 14.3743 5.87191 14.5669 6.02002 14.813C6.16813 15.0591 6.24219 15.3405 6.24219 15.6572C6.24219 15.9785 6.16813 16.2565 6.02002 16.4912C5.87191 16.7259 5.65771 16.9071 5.37744 17.0347C5.09945 17.1623 4.76562 17.2261 4.37598 17.2261ZM10.1489 18.2002V19H7.64355V18.2002H10.1489ZM7.9751 14.0234V19H6.94971V14.0234H7.9751ZM12.8286 14.8745L11.4751 19H10.3848L12.2339 14.0234H12.9277L12.8286 14.8745ZM13.9531 19L12.5962 14.8745L12.4868 14.0234H13.1875L15.0469 19H13.9531ZM13.8916 17.1475V17.9507H11.2632V17.1475H13.8916ZM19.5586 14.0234V19H18.5332L16.5337 15.6641V19H15.5083V14.0234H16.5337L18.5366 17.3628V14.0234H19.5586Z", fill: "white" } })]);
2633
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), folderPolychrome: e$4({ render: function() {
2634
+ var e2 = this.$createElement, t2 = this._self._c || e2;
2635
+ return t2("g", [t2("path", { staticClass: "fill-secondary", attrs: { d: "M21.45 2.69359H9.95863L9.88979 5.59441H21.45V2.69359Z" } }), this._v(" "), t2("path", { staticClass: "fill-primary", attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M9.19976 1.91663H2.29984C1.03451 1.91663 0.0111238 2.99464 0.0111238 4.31267L0 18.6873C0 20.0053 1.03451 21.0833 2.29984 21.0833H20.6998C21.9651 21.0833 23 20.0053 23 18.6873V6.70829C23 5.39068 21.9651 4.31267 20.6998 4.31267H11.5L9.19976 1.91663Z" } })]);
2636
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), structurePolychrome: e$4({ render: function() {
2637
+ var e2 = this.$createElement, t2 = this._self._c || e2;
2638
+ return t2("g", [t2("path", { staticClass: "fill-primary", attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M21.6656 15.7775H20.5497V11.8888C20.5497 11.4605 20.2107 11.1109 19.7954 11.1109H12.2543V7.22228H13.1828C13.9164 7.22228 14.5163 6.60266 14.5163 5.84611V2.37605C14.5163 1.6195 13.9164 0.999878 13.1828 0.999878H9.81719C9.08361 0.999878 8.4828 1.6195 8.4828 2.37605V5.84611C8.4828 6.60266 9.08361 7.22228 9.81719 7.22228H10.7457V11.1109H3.20459C2.78931 11.1109 2.45029 11.4605 2.45029 11.8888V15.7775H1.33438C0.600803 15.7775 0 16.3971 0 17.1537V20.6237C0 21.3803 0.600803 21.9999 1.33438 21.9999H4.69907C5.43265 21.9999 6.03345 21.3803 6.03345 20.6237V17.1537C6.03345 16.3971 5.43265 15.7775 4.69907 15.7775H3.95795V12.6668H10.7457V15.7775H9.81719C9.08361 15.7775 8.4828 16.3971 8.4828 17.1537V20.6237C8.4828 21.3803 9.08361 21.9999 9.81719 21.9999H13.1828C13.9164 21.9999 14.5163 21.3803 14.5163 20.6237V17.1537C14.5163 16.3971 13.9164 15.7775 13.1828 15.7775H12.2543V12.6668H19.0411V15.7775H18.3009C17.5664 15.7775 16.9665 16.3971 16.9665 17.1537V20.6237C16.9665 21.3803 17.5664 21.9999 18.3009 21.9999H21.6656C22.3992 21.9999 23 21.3803 23 20.6237V17.1537C23 16.3971 22.3992 15.7775 21.6656 15.7775Z" } }), this._v(" "), t2("rect", { staticClass: "fill-secondary", attrs: { x: "8.41016", y: "0.999878", width: "6.1797", height: "6.2208", rx: "1" } })]);
2639
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), viewer2dPolychrome: e$4({ render: function() {
2640
+ var e2 = this.$createElement, t2 = this._self._c || e2;
2641
+ return t2("g", [t2("path", { staticClass: "fill-primary", attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M17.8093 0H0.908936V23H13.487V16.8195H22.0911V10.6239H17.8093V0ZM2.25708 6.97618V1.34814H9.70245V6.97618H8.34131L7.39822 5.33817L7.04736 5.54018L8.00586 7.20495L8.00586 7.78409L9.70245 7.78409V11.864H10.5104V7.78409H10.5104V6.97618H10.5104V1.34814H16.4611V11.9721H20.743V15.4714H12.1868V15.4591H10.0431L9.04084 13.7183L8.68998 13.9203L9.68225 15.6437V16.267H12.1388V21.6519H2.25708V16.267H7.37974V15.4591H2.25708V7.78409L5.70333 7.78409V6.97618H2.25708Z" } }), this._v(" "), t2("rect", { staticClass: "fill-secondary", attrs: { x: "4.0519", y: "18.0658", width: "6.1275", height: "2.1021" } })]);
2642
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), viewer3dPolychrome: e$4({ render: function() {
2643
+ var e2 = this.$createElement, t2 = this._self._c || e2;
2644
+ return t2("g", [t2("path", { staticClass: "fill-primary", attrs: { d: "M0 6.13333L10.7333 10.4896V23L0 18.6437V6.13333Z" } }), this._v(" "), t2("path", { staticClass: "fill-primary", attrs: { d: "M23 6.13333L12.2667 10.4896V23L23 18.6437V6.13333Z" } }), this._v(" "), t2("path", { staticClass: "fill-secondary", attrs: { d: "M11.4437 0L1.53333 4.4386L11.4437 8.43333L21.4667 4.21667L11.4437 0Z" } })]);
2532
2645
  }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0) }, i$4 = Object.freeze(["black", "default", "granite", "granite-light", "high", "primary", "secondary", "success", "silver", "silver-light", "silver-dark", "warning", "white"]);
2533
2646
  const d$2 = { xxxs: 10, xxs: 13, xs: 16, s: 18, m: 22, l: 28, xl: 36, xxl: 45, xxxl: 60 };
2534
2647
  var r$4 = { name: "BIMDataIcon", components: __spreadValues({}, function(e2) {
@@ -2544,11 +2657,11 @@ var r$4 = { name: "BIMDataIcon", components: __spreadValues({}, function(e2) {
2544
2657
  const o$4 = typeof navigator != "undefined" && /msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());
2545
2658
  function n$2(e2) {
2546
2659
  return (e3, t2) => function(e4, t3) {
2547
- const i2 = o$4 ? t3.media || "default" : e4, d2 = s$3[i2] || (s$3[i2] = { ids: /* @__PURE__ */ new Set(), styles: [] });
2660
+ const i2 = o$4 ? t3.media || "default" : e4, d2 = C[i2] || (C[i2] = { ids: /* @__PURE__ */ new Set(), styles: [] });
2548
2661
  if (!d2.ids.has(e4)) {
2549
2662
  d2.ids.add(e4);
2550
2663
  let i3 = t3.source;
2551
- if (t3.map && (i3 += "\n/*# sourceURL=" + t3.map.sources[0] + " */", i3 += "\n/*# sourceMappingURL=data:application/json;base64," + btoa(unescape(encodeURIComponent(JSON.stringify(t3.map)))) + " */"), d2.element || (d2.element = document.createElement("style"), d2.element.type = "text/css", t3.media && d2.element.setAttribute("media", t3.media), v$1 === void 0 && (v$1 = document.head || document.getElementsByTagName("head")[0]), v$1.appendChild(d2.element)), "styleSheet" in d2.element)
2664
+ if (t3.map && (i3 += "\n/*# sourceURL=" + t3.map.sources[0] + " */", i3 += "\n/*# sourceMappingURL=data:application/json;base64," + btoa(unescape(encodeURIComponent(JSON.stringify(t3.map)))) + " */"), d2.element || (d2.element = document.createElement("style"), d2.element.type = "text/css", t3.media && d2.element.setAttribute("media", t3.media), s$3 === void 0 && (s$3 = document.head || document.getElementsByTagName("head")[0]), s$3.appendChild(d2.element)), "styleSheet" in d2.element)
2552
2665
  d2.styles.push(i3), d2.element.styleSheet.cssText = d2.styles.filter(Boolean).join("\n");
2553
2666
  else {
2554
2667
  const e5 = d2.ids.size - 1, t4 = document.createTextNode(i3), r2 = d2.element.childNodes;
@@ -2557,9 +2670,9 @@ function n$2(e2) {
2557
2670
  }
2558
2671
  }(e3, t2);
2559
2672
  }
2560
- let v$1;
2561
- const s$3 = {};
2562
- const C = e$4({ render: function() {
2673
+ let s$3;
2674
+ const C = {};
2675
+ const v$1 = e$4({ render: function() {
2563
2676
  var e2 = this.$createElement, t2 = this._self._c || e2;
2564
2677
  return t2("div", { staticClass: "overlay flex items-center justify-center" }, [t2("div", { staticClass: "safe-zone", style: { width: this.width } }, [t2("div", { staticClass: "safe-zone__content flex flex-col items-center justify-center p-18" }, [t2("BIMDataIcon", { attrs: { name: this.iconName, size: "l", fill: "", color: "high" } }), this._v(" "), t2("p", [this._t("text")], 2)], 1), this._v(" "), t2("div", { staticClass: "safe-zone__actions flex items-center p-x-18" }, [this._t("actions")], 2)])]);
2565
2678
  }, staticRenderFns: [] }, function(e2) {
@@ -2689,7 +2802,7 @@ const l$2 = o$2({ render: function() {
2689
2802
  }, staticRenderFns: [] }, function(t2) {
2690
2803
  t2 && t2("data-v-4b5d635b_0", { source: 'html[data-v-4b5d635b]{--color-primary-lighter:rgba(248, 249, 250, 1);--color-primary-light:rgba(67, 78, 105, 1);--color-primary:rgba(47, 55, 74, 1);--color-primary-dark:rgba(27, 32, 43, 1);--color-secondary-lighter:rgba(255, 252, 242, 1);--color-secondary-light:rgba(250, 212, 94, 1);--color-secondary:rgba(249, 199, 44, 1);--color-secondary-dark:rgba(235, 180, 7, 1);--color-white:rgba(255, 255, 255, 1);--color-silver-light:rgba(247, 247, 247, 1);--color-silver:rgba(216, 216, 216, 1);--color-silver-dark:rgba(189, 189, 189, 1);--color-granite-light:rgba(122, 122, 122, 1);--color-granite:rgba(96, 96, 96, 1);--color-black:rgba(0, 0, 0, 1);--color-text:rgba(47, 55, 74, 1);--color-black-100:rgba(0, 0, 0, 0.1);--color-success-lighter:rgba(226, 255, 239, 1);--color-success-light:rgba(0, 200, 92, 1);--color-success:rgba(0, 175, 80, 1);--color-success-dark:rgba(0, 149, 68, 1);--color-warning-lighter:rgba(255, 233, 204, 1);--color-warning-light:rgba(255, 167, 51, 1);--color-warning:rgba(255, 145, 0, 1);--color-warning-dark:rgba(204, 116, 0, 1);--color-high-lighter:rgba(255, 237, 234, 1);--color-high-light:rgba(255, 104, 81, 1);--color-high:rgba(255, 61, 30, 1);--color-high-dark:rgba(234, 31, 0, 1);--font-size:14px;--box-shadow:0px 2px 10px rgba(0, 0, 0, 0.1);--border-radius-tiny:3px;--spacing-unit:12px;--size-btn-options:45px;--primary-font:"roboto",sans-serif}html[data-v-4b5d635b]{--color-primary-lighter:rgba(248, 249, 250, 1);--color-primary-light:rgba(67, 78, 105, 1);--color-primary:rgba(47, 55, 74, 1);--color-primary-dark:rgba(27, 32, 43, 1);--color-secondary-lighter:rgba(255, 252, 242, 1);--color-secondary-light:rgba(250, 212, 94, 1);--color-secondary:rgba(249, 199, 44, 1);--color-secondary-dark:rgba(235, 180, 7, 1);--color-white:rgba(255, 255, 255, 1);--color-silver-light:rgba(247, 247, 247, 1);--color-silver:rgba(216, 216, 216, 1);--color-silver-dark:rgba(189, 189, 189, 1);--color-granite-light:rgba(122, 122, 122, 1);--color-granite:rgba(96, 96, 96, 1);--color-black:rgba(0, 0, 0, 1);--color-text:rgba(47, 55, 74, 1);--color-black-100:rgba(0, 0, 0, 0.1);--color-success-lighter:rgba(226, 255, 239, 1);--color-success-light:rgba(0, 200, 92, 1);--color-success:rgba(0, 175, 80, 1);--color-success-dark:rgba(0, 149, 68, 1);--color-warning-lighter:rgba(255, 233, 204, 1);--color-warning-light:rgba(255, 167, 51, 1);--color-warning:rgba(255, 145, 0, 1);--color-warning-dark:rgba(204, 116, 0, 1);--color-high-lighter:rgba(255, 237, 234, 1);--color-high-light:rgba(255, 104, 81, 1);--color-high:rgba(255, 61, 30, 1);--color-high-dark:rgba(234, 31, 0, 1);--font-size:14px;--box-shadow:0px 2px 10px rgba(0, 0, 0, 0.1);--border-radius-tiny:3px;--spacing-unit:12px;--size-btn-options:45px;--primary-font:"roboto",sans-serif}.text-left[data-v-4b5d635b]{text-align:left}.text-center[data-v-4b5d635b]{text-align:center}.text-right[data-v-4b5d635b]{text-align:right}.bimdata-link[data-v-4b5d635b]{color:var(--color-primary);border-bottom:1px solid var(--color-primary);font-weight:700}.primary-font[data-v-4b5d635b]{font-family:roboto,sans-serif}.bimdata-tooltip[data-v-4b5d635b]{position:relative}.bimdata-tooltip__tooltip[data-v-4b5d635b]{position:absolute;z-index:2;min-width:60px;width:max-content;padding:calc(var(--spacing-unit)/ 3) calc(var(--spacing-unit)/ 2);border-radius:3px;text-align:center;white-space:normal;word-wrap:break-word}.bimdata-tooltip__tooltip[data-v-4b5d635b]::before{content:"";position:absolute;border-style:solid;border-width:8px 0 0 8px}.bimdata-tooltip__tooltip--top[data-v-4b5d635b],.bimdata-tooltip__tooltip.bimdata-tooltip--up[data-v-4b5d635b]{top:-8px;left:50%;transform:translateX(-50%) translateY(-100%)}.bimdata-tooltip__tooltip--top[data-v-4b5d635b]::before,.bimdata-tooltip__tooltip.bimdata-tooltip--up[data-v-4b5d635b]::before{top:calc(100% - 4px);left:calc(50% - 4px);transform:rotate(135deg)}.bimdata-tooltip__tooltip--right[data-v-4b5d635b],.bimdata-tooltip__tooltip.bimdata-tooltip--left[data-v-4b5d635b]{top:50%;left:calc(100% + 8px);transform:translateY(-50%)}.bimdata-tooltip__tooltip--right[data-v-4b5d635b]::before,.bimdata-tooltip__tooltip.bimdata-tooltip--left[data-v-4b5d635b]::before{top:calc(50% - 4px);left:-4px;transform:rotate(-135deg)}.bimdata-tooltip__tooltip--bottom[data-v-4b5d635b],.bimdata-tooltip__tooltip.bimdata-tooltip--bottom[data-v-4b5d635b]{top:calc(100% + 8px);left:50%;transform:translateX(-50%)}.bimdata-tooltip__tooltip--bottom[data-v-4b5d635b]::before,.bimdata-tooltip__tooltip.bimdata-tooltip--bottom[data-v-4b5d635b]::before{top:-4px;left:calc(50% - 4px);transform:rotate(-45deg)}.bimdata-tooltip__tooltip--left[data-v-4b5d635b],.bimdata-tooltip__tooltip.bimdata-tooltip--right[data-v-4b5d635b]{top:50%;left:-8px;transform:translateX(-100%) translateY(-50%)}.bimdata-tooltip__tooltip--left[data-v-4b5d635b]::before,.bimdata-tooltip__tooltip.bimdata-tooltip--right[data-v-4b5d635b]::before{top:calc(50% - 4px);left:calc(100% - 4px);transform:rotate(45deg)}.bimdata-tooltip__tooltip--white[data-v-4b5d635b]{background-color:var(--color-white);color:var(--color-primary)}.bimdata-tooltip__tooltip--white[data-v-4b5d635b]::before{border-color:var(--color-white) transparent transparent}.bimdata-tooltip__tooltip--primary[data-v-4b5d635b],.bimdata-tooltip__tooltip.bimdata-tooltip--primary[data-v-4b5d635b]{background-color:var(--color-primary);color:var(--color-white)}.bimdata-tooltip__tooltip--primary[data-v-4b5d635b]::before,.bimdata-tooltip__tooltip.bimdata-tooltip--primary[data-v-4b5d635b]::before{border-color:var(--color-primary) transparent transparent}.bimdata-tooltip__tooltip--secondary[data-v-4b5d635b]{background-color:#f9c72c;color:#2f374a}.bimdata-tooltip__tooltip--secondary[data-v-4b5d635b]::before{border-color:var(--color-secondary) transparent transparent}.bimdata-tooltip__tooltip--granite-light[data-v-4b5d635b],.bimdata-tooltip__tooltip.bimdata-tooltip--grey[data-v-4b5d635b]{background-color:var(--color-granite-light);color:var(--color-white)}.bimdata-tooltip__tooltip--granite-light[data-v-4b5d635b]::before,.bimdata-tooltip__tooltip.bimdata-tooltip--grey[data-v-4b5d635b]::before{border-color:var(--color-granite-light) transparent transparent}.bimdata-tooltip__tooltip--silver-light[data-v-4b5d635b]{background-color:var(--color-silver-light);color:var(--color-primary)}.bimdata-tooltip__tooltip--silver-light[data-v-4b5d635b]::before{border-color:var(--color-silver-light) transparent transparent}.bimdata-tooltip__tooltip--success[data-v-4b5d635b]{background-color:var(--color-success);color:var(--color-white)}.bimdata-tooltip__tooltip--success[data-v-4b5d635b]::before{border-color:var(--color-success) transparent transparent}.bimdata-tooltip__tooltip--warning[data-v-4b5d635b]{background-color:var(--color-warning);color:var(--color-white)}.bimdata-tooltip__tooltip--warning[data-v-4b5d635b]::before{border-color:var(--color-warning) transparent transparent}.bimdata-tooltip__tooltip--high[data-v-4b5d635b]{background-color:var(--color-high);color:var(--color-white)}.bimdata-tooltip__tooltip--high[data-v-4b5d635b]::before{border-color:var(--color-high) transparent transparent}', map: void 0, media: void 0 });
2691
2804
  }, t$2, "data-v-4b5d635b", false, void 0, false, r$2, void 0, void 0);
2692
- var render$b = function() {
2805
+ var render$c = function() {
2693
2806
  var _vm = this;
2694
2807
  var _h = _vm.$createElement;
2695
2808
  var _c = _vm._self._c || _h;
@@ -2699,12 +2812,12 @@ var render$b = function() {
2699
2812
  } } }, [_c("BIMDataIcon", { attrs: { "name": "delete", "size": "xs", "fill": "", "color": "high" } })], 1)], 1);
2700
2813
  }), 0), _c("BIMDataButton", { staticClass: "btn-upload", attrs: { "disabled": _vm.viewpoints.length >= 4, "width": "100%", "color": "primary", "fill": "", "radius": "" } }, [_c("label", { attrs: { "for": "files" } }, [_c("BIMDataIcon", { attrs: { "name": "camera", "size": "xs", "margin": "0 6px 0 0" } }), _vm._v(" " + _vm._s(_vm.$t("BcfComponents.BcfTopicForm.addPictureButton")) + " ")], 1), _c("input", { attrs: { "disabled": _vm.viewpoints.length >= 4, "hidden": "", "id": "files", "type": "file", "multiple": "", "accept": "image/png, image/jpeg" }, on: { "change": _vm.addImage } })])] : [_c("div", { staticClass: "bcf-topic-images__upload" }, [_c("span", { staticClass: "icon" }, [_c("BIMDataIcon", { attrs: { "name": "unarchive", "size": "m" } })], 1), _c("BIMDataButton", { staticClass: "btn-upload", attrs: { "color": "primary", "outline": "", "radius": "" } }, [_c("label", { attrs: { "for": "files" } }, [_vm._v(" " + _vm._s(_vm.$t("BcfComponents.BcfTopicForm.dragDropImageText")) + " ")]), _c("input", { attrs: { "hidden": "", "id": "files", "type": "file", "multiple": "", "accept": "image/png, image/jpeg" }, on: { "change": _vm.addImage } })])], 1)]], 2);
2701
2814
  };
2702
- var staticRenderFns$b = [];
2815
+ var staticRenderFns$c = [];
2703
2816
  var BcfTopicImages_scss_vue_type_style_index_0_from__2Fhome_2Frunner_2FactionsRunner_2F_work_2FbcfComponents_2FbcfComponents_2Fsrc_2Fcomponents_2FbcfTopicForm_2FbcfTopicImages_2FBcfTopicImages_vue_src_scoped_true_lang = "";
2704
- const __vue2_script$b = {
2817
+ const __vue2_script$c = {
2705
2818
  components: {
2706
2819
  BIMDataButton: c$5,
2707
- BIMDataIcon: s$9
2820
+ BIMDataIcon: v$2
2708
2821
  },
2709
2822
  props: {
2710
2823
  viewpoints: {
@@ -2741,17 +2854,17 @@ const __vue2_script$b = {
2741
2854
  };
2742
2855
  }
2743
2856
  };
2744
- const __cssModules$b = {};
2745
- var __component__$b = /* @__PURE__ */ normalizeComponent(__vue2_script$b, render$b, staticRenderFns$b, false, __vue2_injectStyles$b, "46dea43b", null, null);
2746
- function __vue2_injectStyles$b(context) {
2747
- for (let o2 in __cssModules$b) {
2748
- this[o2] = __cssModules$b[o2];
2857
+ const __cssModules$c = {};
2858
+ var __component__$c = /* @__PURE__ */ normalizeComponent(__vue2_script$c, render$c, staticRenderFns$c, false, __vue2_injectStyles$c, "46dea43b", null, null);
2859
+ function __vue2_injectStyles$c(context) {
2860
+ for (let o2 in __cssModules$c) {
2861
+ this[o2] = __cssModules$c[o2];
2749
2862
  }
2750
2863
  }
2751
2864
  var BcfTopicImages = /* @__PURE__ */ function() {
2752
- return __component__$b.exports;
2865
+ return __component__$c.exports;
2753
2866
  }();
2754
- var render$a = function() {
2867
+ var render$b = function() {
2755
2868
  var _vm = this;
2756
2869
  var _h = _vm.$createElement;
2757
2870
  var _c = _vm._self._c || _h;
@@ -2759,14 +2872,14 @@ var render$a = function() {
2759
2872
  return _c("div", { key: viewpoint.guid || i2, staticClass: "snapshot-preview", class: { single: _vm.viewpoints.length === 1 } }, [viewpoint.snapshot.snapshot_data ? _c("img", { attrs: { "src": viewpoint.snapshot.snapshot_data } }) : _vm._e(), _c("BIMDataButton", { staticClass: "btn-delete", attrs: { "fill": "", "rounded": "", "icon": "" }, on: { "click": function($event) {
2760
2873
  return _vm.deleteViewpoint(viewpoint);
2761
2874
  } } }, [_c("BIMDataIcon", { attrs: { "name": "delete", "size": "xs", "fill": "", "color": "high" } })], 1)], 1);
2762
- }), 0)] : [_c("div", { staticClass: "bcf-topic-snapshots__create", on: { "click": _vm.takeSnapshots } }, [_c("BIMDataIcon", { attrs: { "name": "camera", "size": "xl" } })], 1)]], 2);
2875
+ }), 0)] : [_c("div", { staticClass: "bcf-topic-snapshots__create", on: { "click": _vm.createViewpoints } }, [_c("BIMDataIcon", { attrs: { "name": "camera", "size": "xl" } })], 1)]], 2);
2763
2876
  };
2764
- var staticRenderFns$a = [];
2877
+ var staticRenderFns$b = [];
2765
2878
  var BcfTopicSnapshots_scss_vue_type_style_index_0_from__2Fhome_2Frunner_2FactionsRunner_2F_work_2FbcfComponents_2FbcfComponents_2Fsrc_2Fcomponents_2FbcfTopicForm_2FbcfTopicSnapshots_2FBcfTopicSnapshots_vue_src_scoped_true_lang = "";
2766
- const __vue2_script$a = {
2879
+ const __vue2_script$b = {
2767
2880
  components: {
2768
2881
  BIMDataButton: c$5,
2769
- BIMDataIcon: s$9
2882
+ BIMDataIcon: v$2
2770
2883
  },
2771
2884
  props: {
2772
2885
  viewpoints: {
@@ -2781,44 +2894,47 @@ const __vue2_script$a = {
2781
2894
  setup(_, { emit }) {
2782
2895
  const getViewers = inject("getViewers", () => {
2783
2896
  });
2784
- const addViewpoint = (viewpoint) => {
2785
- emit("add-viewpoint", viewpoint);
2897
+ const createViewpoints = async () => {
2898
+ Object.entries(getViewers()).forEach(([id, viewers]) => {
2899
+ const [type, config2] = Object.entries(VIEWPOINT_CONFIG).find(([, c2]) => c2.plugin === id);
2900
+ viewers.forEach(async (viewer) => {
2901
+ const viewpoint = await viewer.getViewpoint();
2902
+ const { order, category } = config2 != null ? config2 : {};
2903
+ viewpoint.order = order;
2904
+ viewpoint.originating_system = category;
2905
+ viewpoint.authoring_tool_id = type;
2906
+ emit("add-viewpoint", viewpoint);
2907
+ });
2908
+ });
2786
2909
  };
2787
2910
  const deleteViewpoint2 = (viewpoint) => {
2788
2911
  emit("delete-viewpoint", viewpoint);
2789
2912
  };
2790
- const takeSnapshots = async () => {
2791
- Object.values(getViewers()).flat().forEach(async (viewer) => {
2792
- if (viewer) {
2793
- addViewpoint(await viewer.getViewpoint());
2794
- }
2795
- });
2796
- };
2797
2913
  return {
2798
- deleteViewpoint: deleteViewpoint2,
2799
- takeSnapshots
2914
+ createViewpoints,
2915
+ deleteViewpoint: deleteViewpoint2
2800
2916
  };
2801
2917
  }
2802
2918
  };
2803
- const __cssModules$a = {};
2804
- var __component__$a = /* @__PURE__ */ normalizeComponent(__vue2_script$a, render$a, staticRenderFns$a, false, __vue2_injectStyles$a, "c37bec74", null, null);
2805
- function __vue2_injectStyles$a(context) {
2806
- for (let o2 in __cssModules$a) {
2807
- this[o2] = __cssModules$a[o2];
2919
+ const __cssModules$b = {};
2920
+ var __component__$b = /* @__PURE__ */ normalizeComponent(__vue2_script$b, render$b, staticRenderFns$b, false, __vue2_injectStyles$b, "08b68b6b", null, null);
2921
+ function __vue2_injectStyles$b(context) {
2922
+ for (let o2 in __cssModules$b) {
2923
+ this[o2] = __cssModules$b[o2];
2808
2924
  }
2809
2925
  }
2810
2926
  var BcfTopicSnapshots = /* @__PURE__ */ function() {
2811
- return __component__$a.exports;
2927
+ return __component__$b.exports;
2812
2928
  }();
2813
- var render$9 = function() {
2929
+ var render$a = function() {
2814
2930
  var _vm = this;
2815
2931
  var _h = _vm.$createElement;
2816
2932
  var _c = _vm._self._c || _h;
2817
- return _c("div", { staticClass: "bcf-topic-form" }, [_c("div", { staticClass: "bcf-topic-form__content" }, [_c("div", { staticClass: "bcf-topic-form__content__head" }, [_c("div", { staticClass: "bcf-topic-form__content__head__index" }, [_vm._v(" " + _vm._s(_vm.isCreation ? _vm.nextIndex : _vm.bcfTopic.index) + " ")]), _c("div", { staticClass: "bcf-topic-form__content__head__date" }, [_vm._v(" " + _vm._s(_vm.$d(_vm.isCreation ? new Date() : _vm.bcfTopic.creation_date, "short")) + " ")])]), _vm.viewerMode ? [_c("BcfTopicSnapshots", { attrs: { "viewpoints": _vm.viewpointsToDisplay }, on: { "add-viewpoint": _vm.addViewpoint, "delete-viewpoint": _vm.delViewpoint } }), _c("div", { staticClass: "bcf-topic-form__content__actions" }, [_c("BIMDataButton", { attrs: { "fill": "", "radius": "" }, on: { "click": function($event) {
2818
- return _vm.$emit("add-components", _vm.bcfTopic);
2819
- } } }, [_c("BIMDataIcon", { attrs: { "name": "plus", "size": "xxxs", "margin": "0 6px 0 0" } }), _c("span", [_vm._v(_vm._s(_vm.$t("BcfComponents.BcfTopicForm.addObjectButton")))])], 1), _c("BIMDataTooltip", { attrs: { "disabled": _vm.viewpointsToDisplay.length > 0, "text": _vm.$t("BcfComponents.BcfTopicForm.annotationButtonTooltip"), "color": "granite-light" } }, [_c("BIMDataButton", { attrs: { "width": "100%", "color": "primary", "fill": "", "radius": "", "disabled": _vm.viewpointsToDisplay.length === 0 }, on: { "click": function($event) {
2820
- return _vm.$emit("add-pins", _vm.bcfTopic);
2821
- } } }, [_c("BIMDataIcon", { attrs: { "name": "plus", "size": "xxxs", "margin": "0 6px 0 0" } }), _c("span", [_vm._v(_vm._s(_vm.$t("BcfComponents.BcfTopicForm.addAnnotationButton")))])], 1)], 1)], 1)] : [_c("BcfTopicImages", { attrs: { "viewpoints": _vm.viewpointsToDisplay }, on: { "add-viewpoint": _vm.addViewpoint, "delete-viewpoint": _vm.delViewpoint } })], _c("div", { staticClass: "bcf-topic-form__content__body" }, [_c("BIMDataInput", { attrs: { "placeholder": _vm.$t("BcfComponents.BcfTopicForm.titlePlaceholder"), "error": _vm.hasErrorTitle, "errorMessage": _vm.$t("BcfComponents.BcfTopicForm.titleErrorMessage") }, on: { "keyup": function($event) {
2933
+ return _c("div", { staticClass: "bcf-topic-form" }, [_c("div", { staticClass: "bcf-topic-form__content" }, [_c("div", { staticClass: "bcf-topic-form__content__head" }, [_c("div", { staticClass: "bcf-topic-form__content__head__index" }, [_vm._v(" " + _vm._s(_vm.isCreation ? _vm.nextIndex : _vm.bcfTopic.index) + " ")]), _c("div", { staticClass: "bcf-topic-form__content__head__date" }, [_vm._v(" " + _vm._s(_vm.$d(_vm.isCreation ? new Date() : _vm.bcfTopic.creation_date, "short")) + " ")])]), _vm.viewerMode ? [_c("BcfTopicSnapshots", { attrs: { "viewpoints": _vm.viewpointsToDisplay }, on: { "add-viewpoint": _vm.addViewpoint, "delete-viewpoint": _vm.delViewpoint } }), _c("div", { staticClass: "bcf-topic-form__content__actions" }, [_c("BIMDataButton", { attrs: { "fill": "", "radius": "", "disabled": !_vm.objectsEditMode }, on: { "click": function($event) {
2934
+ return _vm.$emit("edit-objects", _vm.bcfTopic);
2935
+ } } }, [_c("BIMDataIcon", { attrs: { "name": "plus", "size": "xxxs", "margin": "0 6px 0 0" } }), _c("span", [_vm._v(" " + _vm._s(_vm.$t("BcfComponents.BcfTopicForm.addObjectButton")) + " ")]), _vm.bcfTopicObjects ? _c("span", { staticClass: "count-objects" }, [_vm._v(" " + _vm._s(_vm.bcfTopicObjects.selection.length) + " ")]) : _vm._e()], 1), _c("BIMDataTooltip", { attrs: { "disabled": _vm.viewpointsToDisplay.length > 0, "text": _vm.$t("BcfComponents.BcfTopicForm.annotationButtonTooltip"), "color": "granite-light" } }, [_c("BIMDataButton", { attrs: { "width": "100%", "color": "primary", "fill": "", "radius": "", "disabled": !_vm.annotationsEditMode || _vm.viewpointsToDisplay.length === 0 }, on: { "click": function($event) {
2936
+ return _vm.$emit("edit-annotations", _vm.bcfTopic);
2937
+ } } }, [_c("BIMDataIcon", { attrs: { "name": "plus", "size": "xxxs", "margin": "0 6px 0 0" } }), _c("span", [_vm._v(" " + _vm._s(_vm.$t("BcfComponents.BcfTopicForm.addAnnotationButton")) + " ")]), _vm.bcfTopicAnnotations ? _c("span", { staticClass: "count-annotations" }, [_vm._v(" " + _vm._s(_vm.bcfTopicAnnotations.length) + " ")]) : _vm._e()], 1)], 1)], 1)] : [_c("BcfTopicImages", { attrs: { "viewpoints": _vm.viewpointsToDisplay }, on: { "add-viewpoint": _vm.addViewpoint, "delete-viewpoint": _vm.delViewpoint } })], _c("div", { staticClass: "bcf-topic-form__content__body" }, [_c("BIMDataInput", { attrs: { "placeholder": _vm.$t("BcfComponents.BcfTopicForm.titlePlaceholder"), "error": _vm.hasErrorTitle, "errorMessage": _vm.$t("BcfComponents.BcfTopicForm.titleErrorMessage") }, on: { "keyup": function($event) {
2822
2938
  if (!$event.type.indexOf("key") && _vm._k($event.keyCode, "enter", 13, $event.key, "Enter")) {
2823
2939
  return null;
2824
2940
  }
@@ -2836,9 +2952,9 @@ var render$9 = function() {
2836
2952
  _vm.topicStage = $$v;
2837
2953
  }, expression: "topicStage" } }), _c("BIMDataSelect", { attrs: { "width": "100%", "label": _vm.$t("BcfComponents.BcfTopicForm.assignedToLabel"), "options": _vm.extensions.user_id_type }, model: { value: _vm.topicAssignedTo, callback: function($$v) {
2838
2954
  _vm.topicAssignedTo = $$v;
2839
- }, expression: "topicAssignedTo" } }), _c("div", { staticClass: "m-b-30" }, [_c("BIMDataInput", { attrs: { "margin": "0", "placeholder": _vm.$t("BcfComponents.BcfTopicForm.dueDateLabel"), "error": _vm.hasErrorDate, "errorMessage": _vm.$t("BcfComponents.BcfTopicForm.dateErrorMessage") }, model: { value: _vm.topicDate, callback: function($$v) {
2840
- _vm.topicDate = $$v;
2841
- }, expression: "topicDate" } }), _c("div", [_vm._v(" " + _vm._s(_vm.$t("BcfComponents.BcfTopicForm.dateExample")) + " ")])], 1), _c("BIMDataTextarea", { attrs: { "width": "100%", "name": "description", "label": _vm.$t("BcfComponents.BcfTopicForm.descriptionLabel"), "fitContent": "" }, model: { value: _vm.topicDescription, callback: function($$v) {
2955
+ }, expression: "topicAssignedTo" } }), _c("div", { staticClass: "m-b-30" }, [_c("BIMDataInput", { attrs: { "margin": "0", "placeholder": _vm.$t("BcfComponents.BcfTopicForm.dueDateLabel"), "error": _vm.hasErrorDate, "errorMessage": _vm.$t("BcfComponents.BcfTopicForm.dateErrorMessage") }, model: { value: _vm.topicDueDate, callback: function($$v) {
2956
+ _vm.topicDueDate = $$v;
2957
+ }, expression: "topicDueDate" } })], 1), _c("BIMDataTextarea", { attrs: { "width": "100%", "name": "description", "label": _vm.$t("BcfComponents.BcfTopicForm.descriptionLabel"), "fitContent": "" }, model: { value: _vm.topicDescription, callback: function($$v) {
2842
2958
  _vm.topicDescription = $$v;
2843
2959
  }, expression: "topicDescription" } }), _c("BIMDataSelect", { attrs: { "width": "100%", "multi": true, "label": _vm.$t("BcfComponents.BcfTopicForm.labelsLabel"), "options": _vm.extensions.topic_label }, model: { value: _vm.topicLabels, callback: function($$v) {
2844
2960
  _vm.topicLabels = $$v;
@@ -2852,17 +2968,17 @@ var render$9 = function() {
2852
2968
  } } }, [_vm._v(" " + _vm._s(_vm.$t("BcfComponents.BcfTopicForm.continueButton")) + " ")])];
2853
2969
  }, proxy: true }], null, false, 3660211068) }) : _vm._e()], 1);
2854
2970
  };
2855
- var staticRenderFns$9 = [];
2971
+ var staticRenderFns$a = [];
2856
2972
  var BcfTopicForm_scss_vue_type_style_index_0_from__2Fhome_2Frunner_2FactionsRunner_2F_work_2FbcfComponents_2FbcfComponents_2Fsrc_2Fcomponents_2FbcfTopicForm_2FBcfTopicForm_vue_src_scoped_true_lang = "";
2857
- const __vue2_script$9 = {
2973
+ const __vue2_script$a = {
2858
2974
  components: {
2859
2975
  BcfTopicImages,
2860
2976
  BcfTopicSnapshots,
2861
2977
  BIMDataButton: c$5,
2862
- BIMDataIcon: s$9,
2978
+ BIMDataIcon: v$2,
2863
2979
  BIMDataInput: s$8,
2864
2980
  BIMDataLoading: a$4,
2865
- BIMDataSafeZoneModal: C,
2981
+ BIMDataSafeZoneModal: v$1,
2866
2982
  BIMDataSelect: g$3,
2867
2983
  BIMDataTextarea: s$2,
2868
2984
  BIMDataTextbox: l$3,
@@ -2873,6 +2989,14 @@ const __vue2_script$9 = {
2873
2989
  type: Boolean,
2874
2990
  default: false
2875
2991
  },
2992
+ objectsEditMode: {
2993
+ type: Boolean,
2994
+ default: false
2995
+ },
2996
+ annotationsEditMode: {
2997
+ type: Boolean,
2998
+ default: false
2999
+ },
2876
3000
  project: {
2877
3001
  type: Object,
2878
3002
  required: true
@@ -2888,23 +3012,25 @@ const __vue2_script$9 = {
2888
3012
  bcfTopic: {
2889
3013
  type: Object
2890
3014
  },
2891
- models: {
3015
+ bcfTopicModels: {
2892
3016
  type: Array,
2893
3017
  default: () => []
2894
3018
  },
2895
- providedComponents: {
3019
+ bcfTopicObjects: {
2896
3020
  type: Object
2897
3021
  },
2898
- providedPins: {
3022
+ bcfTopicAnnotations: {
2899
3023
  type: Array
2900
3024
  }
2901
3025
  },
2902
3026
  emits: [
2903
- "add-components",
2904
- "add-pins",
2905
3027
  "bcf-topic-created",
2906
3028
  "bcf-topic-updated",
2907
- "close"
3029
+ "close",
3030
+ "edit-annotations",
3031
+ "edit-objects",
3032
+ "topic-create-error",
3033
+ "topic-update-error"
2908
3034
  ],
2909
3035
  setup(props, { emit }) {
2910
3036
  const {
@@ -2914,14 +3040,14 @@ const __vue2_script$9 = {
2914
3040
  deleteViewpoint: deleteViewpoint2
2915
3041
  } = useService();
2916
3042
  const isCreation = computed(() => !props.bcfTopic);
2917
- const nextIndex = computed(() => props.bcfTopics.length > 0 ? Math.max(...props.bcfTopics.map((t2) => t2.index)) + 1 : 1);
3043
+ const nextIndex = computed(() => Math.max(0, ...props.bcfTopics.map((t2) => t2.index)) + 1);
2918
3044
  const topicTitle = ref("");
2919
3045
  const topicType = ref(null);
2920
3046
  const topicPriority = ref(null);
2921
3047
  const topicStatus = ref(null);
2922
3048
  const topicStage = ref(null);
2923
3049
  const topicAssignedTo = ref(null);
2924
- const topicDate = ref("");
3050
+ const topicDueDate = ref("");
2925
3051
  const topicDescription = ref("");
2926
3052
  const topicLabels = ref([]);
2927
3053
  const viewpoints = ref([]);
@@ -2941,7 +3067,7 @@ const __vue2_script$9 = {
2941
3067
  topicStatus.value = topic.topic_status || null;
2942
3068
  topicStage.value = topic.stage || null;
2943
3069
  topicAssignedTo.value = topic.assigned_to || null;
2944
- topicDate.value = topic.due_date ? deserialize$1(topic.due_date) : "";
3070
+ topicDueDate.value = topic.due_date ? deserialize$1(topic.due_date) : "";
2945
3071
  topicDescription.value = topic.description || "";
2946
3072
  topicLabels.value = topic.labels || [];
2947
3073
  viewpoints.value = topic.viewpoints || [];
@@ -2954,7 +3080,7 @@ const __vue2_script$9 = {
2954
3080
  topicStatus.value = null;
2955
3081
  topicStage.value = null;
2956
3082
  topicAssignedTo.value = null;
2957
- topicDate.value = "";
3083
+ topicDueDate.value = "";
2958
3084
  topicDescription.value = "";
2959
3085
  topicLabels.value = [];
2960
3086
  viewpoints.value = [];
@@ -2983,37 +3109,40 @@ const __vue2_script$9 = {
2983
3109
  hasErrorTitle.value = true;
2984
3110
  return;
2985
3111
  }
2986
- if (!validate(topicDate.value) && topicDate.value !== deserialize$1(props.bcfTopic.due_date)) {
3112
+ if (!validate(topicDueDate.value) && topicDueDate.value !== deserialize$1(props.bcfTopic.due_date)) {
2987
3113
  hasErrorDate.value = true;
2988
3114
  return;
2989
3115
  }
2990
3116
  try {
2991
3117
  loading.value = true;
2992
3118
  viewpointsToUpdate.value = viewpoints.value.map((viewpoint) => __spreadProps(__spreadValues({}, viewpoint), { snapshot: void 0 }));
2993
- if (props.providedComponents) {
3119
+ if (viewpointsToUpdate.value.length === 0) {
3120
+ viewpointsToCreate.value.sort((v1, v2) => v1.order - v2.order);
3121
+ }
3122
+ if (props.bcfTopicObjects) {
2994
3123
  if (viewpointsToUpdate.value.length > 0 || viewpointsToCreate.value.length > 0) {
2995
- viewpointsToUpdate.value.forEach((viewpoint) => viewpoint.components = props.providedComponents);
2996
- viewpointsToCreate.value.forEach((viewpoint) => viewpoint.components = props.providedComponents);
3124
+ viewpointsToUpdate.value.forEach((viewpoint) => viewpoint.components = props.bcfTopicObjects);
3125
+ viewpointsToCreate.value.forEach((viewpoint) => viewpoint.components = props.bcfTopicObjects);
2997
3126
  } else {
2998
3127
  viewpointsToCreate.value.push({
2999
- components: props.providedComponents
3128
+ components: props.bcfTopicObjects
3000
3129
  });
3001
3130
  }
3002
3131
  }
3003
- if (props.providedPins) {
3004
- viewpointsToUpdate.value.forEach((viewpoint) => viewpoint.pins = props.providedPins);
3005
- viewpointsToCreate.value.forEach((viewpoint) => viewpoint.pins = props.providedPins);
3132
+ if (props.bcfTopicAnnotations) {
3133
+ viewpointsToUpdate.value.forEach((viewpoint) => viewpoint.pins = props.bcfTopicAnnotations);
3134
+ viewpointsToCreate.value.forEach((viewpoint) => viewpoint.pins = props.bcfTopicAnnotations);
3006
3135
  }
3007
3136
  const data = {
3008
3137
  guid: (_a = props.bcfTopic) == null ? void 0 : _a.guid,
3009
3138
  models: ((_b = props.bcfTopic) == null ? void 0 : _b.models) || props.models,
3010
3139
  title: topicTitle.value,
3011
- topicType: topicType.value,
3140
+ topic_type: topicType.value,
3012
3141
  priority: topicPriority.value,
3013
- topicStatus: topicStatus.value,
3142
+ topic_status: topicStatus.value,
3014
3143
  stage: topicStage.value,
3015
- assignedTo: topicAssignedTo.value,
3016
- dueDate: topicDate.value ? serialize(topicDate.value) : void 0,
3144
+ assigned_to: topicAssignedTo.value,
3145
+ due_date: topicDueDate.value ? serialize(topicDueDate.value) : void 0,
3017
3146
  description: topicDescription.value,
3018
3147
  labels: topicLabels.value,
3019
3148
  viewpoints: viewpointsToUpdate.value
@@ -3032,6 +3161,8 @@ const __vue2_script$9 = {
3032
3161
  } else {
3033
3162
  emit("bcf-topic-updated", newTopic);
3034
3163
  }
3164
+ } catch (error) {
3165
+ emit(isCreation.value ? "topic-create-error" : "topic-update-error");
3035
3166
  } finally {
3036
3167
  loading.value = false;
3037
3168
  }
@@ -3044,8 +3175,8 @@ const __vue2_script$9 = {
3044
3175
  loading,
3045
3176
  nextIndex,
3046
3177
  topicAssignedTo,
3047
- topicDate,
3048
3178
  topicDescription,
3179
+ topicDueDate,
3049
3180
  topicPriority,
3050
3181
  topicStage,
3051
3182
  topicStatus,
@@ -3059,27 +3190,263 @@ const __vue2_script$9 = {
3059
3190
  };
3060
3191
  }
3061
3192
  };
3193
+ const __cssModules$a = {};
3194
+ var __component__$a = /* @__PURE__ */ normalizeComponent(__vue2_script$a, render$a, staticRenderFns$a, false, __vue2_injectStyles$a, "574ca2ba", null, null);
3195
+ function __vue2_injectStyles$a(context) {
3196
+ for (let o2 in __cssModules$a) {
3197
+ this[o2] = __cssModules$a[o2];
3198
+ }
3199
+ }
3200
+ var BcfTopicForm = /* @__PURE__ */ function() {
3201
+ return __component__$a.exports;
3202
+ }();
3203
+ var render$9 = function() {
3204
+ var _vm = this;
3205
+ var _h = _vm.$createElement;
3206
+ var _c = _vm._self._c || _h;
3207
+ return _c("div", { staticClass: "user-avatar", class: "user-avatar--" + (_vm.user.profile_picture ? "silver-light" : _vm.color), style: {
3208
+ width: _vm.size + "px",
3209
+ height: _vm.size + "px",
3210
+ fontSize: (_vm.initialsSize ? _vm.initialsSize : +_vm.size * 0.382) + "px"
3211
+ } }, [_vm.user.profile_picture ? [_c("img", { attrs: { "src": _vm.user.profile_picture } })] : _vm.initials ? [_vm._v(" " + _vm._s(_vm.initials) + " ")] : [_c("BIMDataIcon", { attrs: { "name": "user", "size": "xs" } })]], 2);
3212
+ };
3213
+ var staticRenderFns$9 = [];
3214
+ var UserAvatar_scss_vue_type_style_index_0_from__2Fhome_2Frunner_2FactionsRunner_2F_work_2FbcfComponents_2FbcfComponents_2Fsrc_2Fcomponents_2FuserAvatar_2FUserAvatar_vue_src_scoped_true_lang = "";
3215
+ const __vue2_script$9 = {
3216
+ props: {
3217
+ user: {
3218
+ type: Object,
3219
+ required: true
3220
+ },
3221
+ size: {
3222
+ type: [Number, String],
3223
+ default: 32,
3224
+ validate: (value) => value >= 32
3225
+ },
3226
+ initialsSize: {
3227
+ type: [Number, String]
3228
+ },
3229
+ color: {
3230
+ type: String,
3231
+ default: "primary",
3232
+ validate: (value) => ["primary", "secondary", "silver-light"].includes(value)
3233
+ }
3234
+ },
3235
+ setup(props) {
3236
+ const initials = computed(() => `${props.user.firstname && props.user.firstname[0] || ""}${props.user.lastname && props.user.lastname[0] || ""}`.toUpperCase());
3237
+ return {
3238
+ initials
3239
+ };
3240
+ }
3241
+ };
3062
3242
  const __cssModules$9 = {};
3063
- var __component__$9 = /* @__PURE__ */ normalizeComponent(__vue2_script$9, render$9, staticRenderFns$9, false, __vue2_injectStyles$9, "0eb06ab0", null, null);
3243
+ var __component__$9 = /* @__PURE__ */ normalizeComponent(__vue2_script$9, render$9, staticRenderFns$9, false, __vue2_injectStyles$9, "e5e255f0", null, null);
3064
3244
  function __vue2_injectStyles$9(context) {
3065
3245
  for (let o2 in __cssModules$9) {
3066
3246
  this[o2] = __cssModules$9[o2];
3067
3247
  }
3068
3248
  }
3069
- var BcfTopicForm = /* @__PURE__ */ function() {
3249
+ var UserAvatar = /* @__PURE__ */ function() {
3070
3250
  return __component__$9.exports;
3071
3251
  }();
3252
+ var render$8 = function() {
3253
+ var _vm = this;
3254
+ var _h = _vm.$createElement;
3255
+ var _c = _vm._self._c || _h;
3256
+ return _c("div", { staticClass: "topic-comment" }, [_c("div", { staticClass: "topic-comment__header flex items-center justify-between" }, [_c("div", { staticClass: "topic-comment__header__left flex items-center" }, [_vm.comment.user ? _c("UserAvatar", { staticClass: "m-r-12", staticStyle: { "box-shadow": "var(--box-shadow)" }, attrs: { "user": _vm.comment.user, "size": "27", "initialsSize": "14", "color": "silver-light" } }) : _c("span", { staticClass: "topic-comment__header__left__user flex items-center justify-center m-r-12" }, [_c("BIMDataIcon", { attrs: { "name": "user", "size": "xxs", "fill": "", "color": "granite" } })], 1), _c("BIMDataTextbox", { attrs: { "width": "auto", "maxWidth": "150px", "cutPosition": "end", "text": _vm.comment.author } }), _c("span", { staticClass: "color-granite m-x-6" }, [_vm._v(" \u2022 ")]), _c("span", { staticClass: "color-granite" }, [_vm._v(" " + _vm._s(_vm.$d(_vm.comment.date, "long")) + " ")])], 1), _c("div", { staticClass: "topic-comment__header__right" }, [_c("div", { staticClass: "topic-comment__header__right__actions flex" }, [_vm.showMenu ? [_c("BIMDataButton", { attrs: { "ghost": "", "rounded": "", "icon": "" }, on: { "click": _vm.onOpenEdit } }, [_c("BIMDataIcon", { attrs: { "name": "edit", "size": "xxs", "fill": "", "color": "granite-light" } })], 1), _c("BIMDataButton", { attrs: { "ghost": "", "rounded": "", "icon": "" }, on: { "click": _vm.onOpenDelete } }, [_c("BIMDataIcon", { attrs: { "name": "delete", "size": "xxs", "fill": "", "color": "granite-light" } })], 1), _c("BIMDataButton", { attrs: { "ghost": "", "rounded": "", "icon": "" }, on: { "click": _vm.toggleMenu } }, [_c("BIMDataIcon", { attrs: { "name": "close", "size": "xxs", "fill": "", "color": "granite-light" } })], 1)] : _vm._e(), _vm.isEditing ? [_c("BIMDataButton", { attrs: { "ghost": "", "rounded": "", "icon": "" }, on: { "click": _vm.cancelUpdate } }, [_c("BIMDataIcon", { attrs: { "name": "undo", "size": "xxs", "fill": "", "color": "granite-light" } })], 1), _c("BIMDataButton", { attrs: { "ghost": "", "rounded": "", "icon": "" }, on: { "click": _vm.submitUpdate } }, [_c("BIMDataIcon", { attrs: { "name": "validate", "size": "xxs", "fill": "", "color": "granite-light" } })], 1)] : _vm._e()], 2), _vm.isDeleting ? _c("div", { staticClass: "topic-comment__header__right__delete p-x-12" }, [_c("span", [_vm._v(" " + _vm._s(_vm.$t("BcfComponents.BcfTopicComments.deleteCommentText")) + " ")]), _c("div", { staticClass: "flex items-center" }, [_c("BIMDataButton", { staticClass: "m-r-6", attrs: { "color": "high", "fill": "", "radius": "" }, on: { "click": _vm.submitDelete } }, [_vm._v(" " + _vm._s(_vm.$t("BcfComponents.BcfTopicComments.deleteButton")) + " ")]), _c("BIMDataButton", { attrs: { "ghost": "", "rounded": "", "icon": "" }, on: { "click": function($event) {
3257
+ _vm.isDeleting = false;
3258
+ } } }, [_c("BIMDataIcon", { attrs: { "name": "close", "size": "xxs", "fill": "", "color": "primary" } })], 1)], 1)]) : _vm._e(), !_vm.showMenu && !_vm.isDeleting && !_vm.isEditing ? _c("BIMDataButton", { staticClass: "topic-comment__header__right__btn", attrs: { "rounded": "", "icon": "" }, on: { "click": _vm.toggleMenu } }, [_c("BIMDataIcon", { attrs: { "name": "ellipsis", "size": "l", "fill": "", "color": "granite-light" } })], 1) : _vm._e()], 1)]), _c("div", { staticClass: "topic-comment__content" }, [_c("BIMDataTextarea", { class: { editing: _vm.isEditing }, attrs: { "width": "100%", "rows": "1", "fitContent": "", "autofocus": "", "resizable": false, "readonly": !_vm.isEditing }, model: { value: _vm.text, callback: function($$v) {
3259
+ _vm.text = $$v;
3260
+ }, expression: "text" } })], 1), _vm.loading ? [_c("BIMDataLoading")] : _vm._e()], 2);
3261
+ };
3262
+ var staticRenderFns$8 = [];
3263
+ var TopicComment_scss_vue_type_style_index_0_from__2Fhome_2Frunner_2FactionsRunner_2F_work_2FbcfComponents_2FbcfComponents_2Fsrc_2Fcomponents_2FbcfTopicOverview_2FbcfTopicComments_2FtopicComment_2FTopicComment_vue_src_scoped_true_lang = "";
3264
+ const __vue2_script$8 = {
3265
+ components: {
3266
+ BIMDataButton: c$5,
3267
+ BIMDataIcon: v$2,
3268
+ BIMDataLoading: a$4,
3269
+ BIMDataTextarea: s$2,
3270
+ BIMDataTextbox: l$3,
3271
+ UserAvatar
3272
+ },
3273
+ props: {
3274
+ project: {
3275
+ type: Object,
3276
+ required: true
3277
+ },
3278
+ bcfTopic: {
3279
+ type: Object,
3280
+ required: true
3281
+ },
3282
+ comment: {
3283
+ type: Object,
3284
+ required: true
3285
+ }
3286
+ },
3287
+ emits: [
3288
+ "comment-updated",
3289
+ "comment-deleted"
3290
+ ],
3291
+ setup(props, { emit }) {
3292
+ const { deleteComment: deleteComment2, updateComment: updateComment2 } = useService();
3293
+ const loading = ref(false);
3294
+ const showMenu = ref(false);
3295
+ const closeMenu = () => showMenu.value = false;
3296
+ const toggleMenu = () => showMenu.value = !showMenu.value;
3297
+ const text = ref(props.comment.comment);
3298
+ const isEditing = ref(false);
3299
+ const onOpenEdit = () => {
3300
+ isEditing.value = true;
3301
+ closeMenu();
3302
+ };
3303
+ const cancelUpdate = () => {
3304
+ isEditing.value = false;
3305
+ text.value = props.comment.comment;
3306
+ };
3307
+ const submitUpdate = async () => {
3308
+ if (props.comment.comment !== text.value) {
3309
+ try {
3310
+ loading.value = true;
3311
+ const newComment = await updateComment2(props.project, props.bcfTopic, props.comment, { comment: text.value });
3312
+ emit("comment-updated", newComment);
3313
+ isEditing.value = false;
3314
+ } finally {
3315
+ loading.value = false;
3316
+ }
3317
+ }
3318
+ };
3319
+ const isDeleting = ref(false);
3320
+ const onOpenDelete = () => {
3321
+ isDeleting.value = true;
3322
+ closeMenu();
3323
+ };
3324
+ const submitDelete = async () => {
3325
+ try {
3326
+ loading.value = true;
3327
+ await deleteComment2(props.project, props.bcfTopic, props.comment);
3328
+ emit("comment-deleted", props.comment);
3329
+ isDeleting.value = false;
3330
+ } finally {
3331
+ loading.value = false;
3332
+ }
3333
+ };
3334
+ return {
3335
+ text,
3336
+ isDeleting,
3337
+ isEditing,
3338
+ loading,
3339
+ showMenu,
3340
+ cancelUpdate,
3341
+ closeMenu,
3342
+ onOpenDelete,
3343
+ onOpenEdit,
3344
+ submitDelete,
3345
+ submitUpdate,
3346
+ toggleMenu
3347
+ };
3348
+ }
3349
+ };
3350
+ const __cssModules$8 = {};
3351
+ var __component__$8 = /* @__PURE__ */ normalizeComponent(__vue2_script$8, render$8, staticRenderFns$8, false, __vue2_injectStyles$8, "47f184d0", null, null);
3352
+ function __vue2_injectStyles$8(context) {
3353
+ for (let o2 in __cssModules$8) {
3354
+ this[o2] = __cssModules$8[o2];
3355
+ }
3356
+ }
3357
+ var TopicComment = /* @__PURE__ */ function() {
3358
+ return __component__$8.exports;
3359
+ }();
3360
+ var render$7 = function() {
3361
+ var _vm = this;
3362
+ var _h = _vm.$createElement;
3363
+ var _c = _vm._self._c || _h;
3364
+ return _c("div", { staticClass: "bcf-topic-comments" }, [!_vm.isOpen ? _c("BIMDataButton", { attrs: { "width": "100%", "color": "primary", "fill": "", "radius": "" }, on: { "click": function($event) {
3365
+ _vm.isOpen = true;
3366
+ } } }, [_vm._v(" " + _vm._s(_vm.$t("BcfComponents.BcfTopicComments.commentButton")) + " ")]) : _c("div", { staticClass: "bcf-topic-comments__post-comment m-t-24" }, [_c("p", { staticClass: "color-granite m-b-24" }, [_vm._v(" " + _vm._s(_vm.$t("BcfComponents.BcfTopicComments.commentText")) + " ")]), _c("div", { staticClass: "bcf-comment-input m-t-24" }, [_c("BIMDataTextarea", { ref: "input", attrs: { "width": "100%", "label": _vm.$t("BcfComponents.BcfTopicComments.commentLabel"), "autofocus": "", "resizable": "" }, model: { value: _vm.text, callback: function($$v) {
3367
+ _vm.text = $$v;
3368
+ }, expression: "text" } }), _c("div", { staticClass: "flex items-center justify-end" }, [_c("BIMDataButton", { staticClass: "m-r-6", attrs: { "color": "primary", "ghost": "", "radius": "" }, on: { "click": function($event) {
3369
+ _vm.isOpen = false;
3370
+ } } }, [_vm._v(" " + _vm._s(_vm.$t("BcfComponents.BcfTopicComments.cancelButton")) + " ")]), _c("BIMDataButton", { attrs: { "color": "primary", "fill": "", "radius": "", "width": "135px" }, on: { "click": _vm.publishComment } }, [_vm._v(" " + _vm._s(_vm.$t("BcfComponents.BcfTopicComments.publishButton")) + " ")])], 1)], 1)]), _c("div", { staticClass: "bcf-topic-comments__list m-t-18" }, [_c("p", { staticClass: "color-granite" }, [_vm._v(" " + _vm._s((_vm.bcfTopic.comments ? _vm.bcfTopic.comments.length : 0) + " " + _vm.$t("BcfComponents.BcfTopicComments.commentsText")) + " ")]), _vm.bcfTopic.comments && _vm.bcfTopic.comments.length ? _c("div", _vm._l(_vm.bcfTopic.comments, function(comment) {
3371
+ return _c("TopicComment", { key: comment.guid, attrs: { "project": _vm.project, "bcfTopic": _vm.bcfTopic, "comment": comment }, on: { "comment-updated": function($event) {
3372
+ return _vm.$emit("comment-updated", $event);
3373
+ }, "comment-deleted": function($event) {
3374
+ return _vm.$emit("comment-deleted", $event);
3375
+ } } });
3376
+ }), 1) : _vm._e()]), _vm.loading ? [_c("BIMDataLoading")] : _vm._e()], 2);
3377
+ };
3378
+ var staticRenderFns$7 = [];
3379
+ var BcfTopicComments_scss_vue_type_style_index_0_from__2Fhome_2Frunner_2FactionsRunner_2F_work_2FbcfComponents_2FbcfComponents_2Fsrc_2Fcomponents_2FbcfTopicOverview_2FbcfTopicComments_2FBcfTopicComments_vue_src_scoped_true_lang = "";
3380
+ const __vue2_script$7 = {
3381
+ components: {
3382
+ BIMDataButton: c$5,
3383
+ BIMDataLoading: a$4,
3384
+ BIMDataTextarea: s$2,
3385
+ TopicComment
3386
+ },
3387
+ props: {
3388
+ project: {
3389
+ type: Object,
3390
+ required: true
3391
+ },
3392
+ bcfTopic: {
3393
+ type: Object,
3394
+ required: true
3395
+ }
3396
+ },
3397
+ emis: [
3398
+ "comment-created",
3399
+ "comment-updated",
3400
+ "comment-deleted"
3401
+ ],
3402
+ setup(props, { emit }) {
3403
+ const { createComment: createComment2 } = useService();
3404
+ const isOpen = ref(false);
3405
+ const loading = ref(false);
3406
+ const input = ref(null);
3407
+ const text = ref("");
3408
+ watch(isOpen, () => setTimeout(() => isOpen.value && input.value.focus(), 50));
3409
+ const publishComment = async () => {
3410
+ try {
3411
+ loading.value = true;
3412
+ const newComment = await createComment2(props.project, props.bcfTopic, { comment: text.value });
3413
+ emit("comment-created", newComment);
3414
+ isOpen.value = false;
3415
+ text.value = "";
3416
+ } finally {
3417
+ loading.value = false;
3418
+ }
3419
+ };
3420
+ return {
3421
+ input,
3422
+ isOpen,
3423
+ loading,
3424
+ text,
3425
+ publishComment
3426
+ };
3427
+ }
3428
+ };
3429
+ const __cssModules$7 = {};
3430
+ var __component__$7 = /* @__PURE__ */ normalizeComponent(__vue2_script$7, render$7, staticRenderFns$7, false, __vue2_injectStyles$7, "561aa0f8", null, null);
3431
+ function __vue2_injectStyles$7(context) {
3432
+ for (let o2 in __cssModules$7) {
3433
+ this[o2] = __cssModules$7[o2];
3434
+ }
3435
+ }
3436
+ var BcfTopicComments = /* @__PURE__ */ function() {
3437
+ return __component__$7.exports;
3438
+ }();
3072
3439
  var e$1 = Object.freeze(["default", "primary", "secondary", "high", "success", "granite"]), t$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: (t2) => e$1.includes(t2) } }, emits: ["click"], computed: { classes() {
3073
3440
  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 };
3074
3441
  }, style() {
3075
3442
  return { "min-width": "" + this.width, "min-height": "" + this.height };
3076
3443
  } } };
3077
- function r$1(e2, t2, r2, i2, o2, d2, a2, n2, s2, l2) {
3444
+ function r$1(e2, t2, r2, i2, d2, o2, a2, n2, s2, l2) {
3078
3445
  typeof a2 != "boolean" && (s2 = n2, n2 = a2, a2 = false);
3079
3446
  const v2 = typeof r2 == "function" ? r2.options : r2;
3080
3447
  let c2;
3081
- if (e2 && e2.render && (v2.render = e2.render, v2.staticRenderFns = e2.staticRenderFns, v2._compiled = true, o2 && (v2.functional = true)), i2 && (v2._scopeId = i2), d2 ? (c2 = function(e3) {
3082
- (e3 = e3 || this.$vnode && this.$vnode.ssrContext || this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext) || typeof __VUE_SSR_CONTEXT__ == "undefined" || (e3 = __VUE_SSR_CONTEXT__), t2 && t2.call(this, s2(e3)), e3 && e3._registeredComponents && e3._registeredComponents.add(d2);
3448
+ if (e2 && e2.render && (v2.render = e2.render, v2.staticRenderFns = e2.staticRenderFns, v2._compiled = true, d2 && (v2.functional = true)), i2 && (v2._scopeId = i2), o2 ? (c2 = function(e3) {
3449
+ (e3 = e3 || this.$vnode && this.$vnode.ssrContext || this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext) || typeof __VUE_SSR_CONTEXT__ == "undefined" || (e3 = __VUE_SSR_CONTEXT__), t2 && t2.call(this, s2(e3)), e3 && e3._registeredComponents && e3._registeredComponents.add(o2);
3083
3450
  }, v2._ssrRegister = c2) : t2 && (c2 = a2 ? function(e3) {
3084
3451
  t2.call(this, l2(e3, this.$root.$options.shadowRoot));
3085
3452
  } : function(e3) {
@@ -3097,22 +3464,22 @@ function r$1(e2, t2, r2, i2, o2, d2, a2, n2, s2, l2) {
3097
3464
  return r2;
3098
3465
  }
3099
3466
  const i$1 = typeof navigator != "undefined" && /msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());
3100
- function o$1(e2) {
3467
+ function d$1(e2) {
3101
3468
  return (e3, t2) => function(e4, t3) {
3102
- const r2 = i$1 ? t3.media || "default" : e4, o2 = a$1[r2] || (a$1[r2] = { ids: /* @__PURE__ */ new Set(), styles: [] });
3103
- if (!o2.ids.has(e4)) {
3104
- o2.ids.add(e4);
3469
+ const r2 = i$1 ? t3.media || "default" : e4, d2 = a$1[r2] || (a$1[r2] = { ids: /* @__PURE__ */ new Set(), styles: [] });
3470
+ if (!d2.ids.has(e4)) {
3471
+ d2.ids.add(e4);
3105
3472
  let r3 = t3.source;
3106
- if (t3.map && (r3 += "\n/*# sourceURL=" + t3.map.sources[0] + " */", r3 += "\n/*# sourceMappingURL=data:application/json;base64," + btoa(unescape(encodeURIComponent(JSON.stringify(t3.map)))) + " */"), o2.element || (o2.element = document.createElement("style"), o2.element.type = "text/css", t3.media && o2.element.setAttribute("media", t3.media), d$1 === void 0 && (d$1 = document.head || document.getElementsByTagName("head")[0]), d$1.appendChild(o2.element)), "styleSheet" in o2.element)
3107
- o2.styles.push(r3), o2.element.styleSheet.cssText = o2.styles.filter(Boolean).join("\n");
3473
+ if (t3.map && (r3 += "\n/*# sourceURL=" + t3.map.sources[0] + " */", r3 += "\n/*# sourceMappingURL=data:application/json;base64," + btoa(unescape(encodeURIComponent(JSON.stringify(t3.map)))) + " */"), d2.element || (d2.element = document.createElement("style"), d2.element.type = "text/css", t3.media && d2.element.setAttribute("media", t3.media), o$1 === void 0 && (o$1 = document.head || document.getElementsByTagName("head")[0]), o$1.appendChild(d2.element)), "styleSheet" in d2.element)
3474
+ d2.styles.push(r3), d2.element.styleSheet.cssText = d2.styles.filter(Boolean).join("\n");
3108
3475
  else {
3109
- const e5 = o2.ids.size - 1, t4 = document.createTextNode(r3), i2 = o2.element.childNodes;
3110
- i2[e5] && o2.element.removeChild(i2[e5]), i2.length ? o2.element.insertBefore(t4, i2[e5]) : o2.element.appendChild(t4);
3476
+ const e5 = d2.ids.size - 1, t4 = document.createTextNode(r3), i2 = d2.element.childNodes;
3477
+ i2[e5] && d2.element.removeChild(i2[e5]), i2.length ? d2.element.insertBefore(t4, i2[e5]) : d2.element.appendChild(t4);
3111
3478
  }
3112
3479
  }
3113
3480
  }(e3, t2);
3114
3481
  }
3115
- let d$1;
3482
+ let o$1;
3116
3483
  const a$1 = {};
3117
3484
  const n$1 = r$1({ render: function() {
3118
3485
  var e2 = this, t2 = e2.$createElement;
@@ -3121,7 +3488,7 @@ const n$1 = r$1({ render: function() {
3121
3488
  } } }, [e2._t("default")], 2);
3122
3489
  }, staticRenderFns: [] }, function(e2) {
3123
3490
  e2 && (e2("data-v-7af18892_0", { source: 'html[data-v-7af18892]{--color-primary-lighter:rgba(248, 249, 250, 1);--color-primary-light:rgba(67, 78, 105, 1);--color-primary:rgba(47, 55, 74, 1);--color-primary-dark:rgba(27, 32, 43, 1);--color-secondary-lighter:rgba(255, 252, 242, 1);--color-secondary-light:rgba(250, 212, 94, 1);--color-secondary:rgba(249, 199, 44, 1);--color-secondary-dark:rgba(235, 180, 7, 1);--color-white:rgba(255, 255, 255, 1);--color-silver-light:rgba(247, 247, 247, 1);--color-silver:rgba(216, 216, 216, 1);--color-silver-dark:rgba(189, 189, 189, 1);--color-granite-light:rgba(122, 122, 122, 1);--color-granite:rgba(96, 96, 96, 1);--color-black:rgba(0, 0, 0, 1);--color-text:rgba(47, 55, 74, 1);--color-black-100:rgba(0, 0, 0, 0.1);--color-success-lighter:rgba(226, 255, 239, 1);--color-success-light:rgba(0, 200, 92, 1);--color-success:rgba(0, 175, 80, 1);--color-success-dark:rgba(0, 149, 68, 1);--color-warning-lighter:rgba(255, 233, 204, 1);--color-warning-light:rgba(255, 167, 51, 1);--color-warning:rgba(255, 145, 0, 1);--color-warning-dark:rgba(204, 116, 0, 1);--color-high-lighter:rgba(255, 237, 234, 1);--color-high-light:rgba(255, 104, 81, 1);--color-high:rgba(255, 61, 30, 1);--color-high-dark:rgba(234, 31, 0, 1);--font-size:14px;--box-shadow:0px 2px 10px rgba(0, 0, 0, 0.1);--border-radius-tiny:3px;--spacing-unit:12px;--size-btn-options:45px;--primary-font:"roboto",sans-serif}html[data-v-7af18892]{--color-primary-lighter:rgba(248, 249, 250, 1);--color-primary-light:rgba(67, 78, 105, 1);--color-primary:rgba(47, 55, 74, 1);--color-primary-dark:rgba(27, 32, 43, 1);--color-secondary-lighter:rgba(255, 252, 242, 1);--color-secondary-light:rgba(250, 212, 94, 1);--color-secondary:rgba(249, 199, 44, 1);--color-secondary-dark:rgba(235, 180, 7, 1);--color-white:rgba(255, 255, 255, 1);--color-silver-light:rgba(247, 247, 247, 1);--color-silver:rgba(216, 216, 216, 1);--color-silver-dark:rgba(189, 189, 189, 1);--color-granite-light:rgba(122, 122, 122, 1);--color-granite:rgba(96, 96, 96, 1);--color-black:rgba(0, 0, 0, 1);--color-text:rgba(47, 55, 74, 1);--color-black-100:rgba(0, 0, 0, 0.1);--color-success-lighter:rgba(226, 255, 239, 1);--color-success-light:rgba(0, 200, 92, 1);--color-success:rgba(0, 175, 80, 1);--color-success-dark:rgba(0, 149, 68, 1);--color-warning-lighter:rgba(255, 233, 204, 1);--color-warning-light:rgba(255, 167, 51, 1);--color-warning:rgba(255, 145, 0, 1);--color-warning-dark:rgba(204, 116, 0, 1);--color-high-lighter:rgba(255, 237, 234, 1);--color-high-light:rgba(255, 104, 81, 1);--color-high:rgba(255, 61, 30, 1);--color-high-dark:rgba(234, 31, 0, 1);--font-size:14px;--box-shadow:0px 2px 10px rgba(0, 0, 0, 0.1);--border-radius-tiny:3px;--spacing-unit:12px;--size-btn-options:45px;--primary-font:"roboto",sans-serif}.text-left[data-v-7af18892]{text-align:left}.text-center[data-v-7af18892]{text-align:center}.text-right[data-v-7af18892]{text-align:right}.bimdata-link[data-v-7af18892]{color:var(--color-primary);border-bottom:1px solid var(--color-primary);font-weight:700}.primary-font[data-v-7af18892]{font-family:roboto,sans-serif}', map: void 0, media: void 0 }), e2("data-v-7af18892_1", { source: ".bimdata-btn{padding:0 var(--spacing-unit);height:fit-content;display:flex;align-items:center;justify-content:center;background-color:transparent;border:none;color:var(--color-primary);cursor:pointer;font-family:var(--primary-font);font-size:12px;transition:all .1s ease}.bimdata-btn:hover{transition:all .25s ease-in}.bimdata-btn:focus{outline:0}.bimdata-btn__icon{padding:0}.bimdata-btn__radius{border-radius:3px}.bimdata-btn__square{border-radius:0}.bimdata-btn__rounded{border-radius:50%}.bimdata-btn__fill{background-color:var(--color-white);justify-content:center}.bimdata-btn__fill--default{box-shadow:var(--box-shadow)}.bimdata-btn__fill--default:hover{background-color:var(--color-silver-light)}.bimdata-btn__fill--primary{background-color:var(--color-primary);color:var(--color-white)}.bimdata-btn__fill--primary:hover{background-color:var(--color-primary-light)}.bimdata-btn__fill--secondary{background-color:var(--color-secondary);color:var(--color-primary)}.bimdata-btn__fill--secondary:hover{background-color:var(--color-secondary-light)}.bimdata-btn__fill--granite{background-color:var(--color-granite);color:var(--color-white)}.bimdata-btn__fill--granite:hover{background-color:var(--color-granite)}.bimdata-btn__fill--high{background-color:var(--color-high);color:var(--color-white)}.bimdata-btn__fill--high:hover{background-color:var(--color-high-light)}.bimdata-btn__fill--success{background-color:var(--color-success);color:var(--color-white)}.bimdata-btn__fill--success:hover{background-color:var(--color-success-light)}.bimdata-btn__fill--btn-icon svg{margin:0 6px}.bimdata-btn__fill:disabled{background-color:var(--color-silver-dark);color:var(--color-white);cursor:auto}.bimdata-btn__ripple{background-position:center;transition:background .8s}.bimdata-btn__ripple--default{background-color:transparent;color:var(--color-primary)}.bimdata-btn__ripple--default:hover{background:transparent radial-gradient(circle,transparent 1%,var(--color-silver-light) 1%) center/15000%}.bimdata-btn__ripple--default:active:not(:disabled){background-color:var(--color-silver-light);background-size:100%;transition:background 0s}.bimdata-btn__ripple--primary{background-color:var(--color-primary);color:var(--color-white)}.bimdata-btn__ripple--primary:hover{background:var(--color-primary) radial-gradient(circle,transparent 1%,var(--color-primary) 1%) center/15000%}.bimdata-btn__ripple--primary:active:not(:disabled){background-color:var(--color-primary-light);background-size:100%;transition:background 0s}.bimdata-btn__ripple--secondary{background-color:var(--color-secondary);color:var(--color-primary)}.bimdata-btn__ripple--secondary:hover{background:var(--color-secondary) radial-gradient(circle,transparent 1%,var(--color-secondary) 1%) center/15000%}.bimdata-btn__ripple--secondary:active:not(:disabled){background-color:var(--color-secondary-light);background-size:100%;transition:background 0s}.bimdata-btn__ripple--granite{background-color:var(--color-granite);color:var(--color-white)}.bimdata-btn__ripple--granite:hover{background:var(--color-granite) radial-gradient(circle,transparent 1%,var(--color-granite) 1%) center/15000%}.bimdata-btn__ripple--granite:active:not(:disabled){background-color:var(--color-granite-light);background-size:100%;transition:background 0s}.bimdata-btn__ripple--high{background-color:var(--color-high);color:var(--color-white)}.bimdata-btn__ripple--high:hover{background:var(--color-high) radial-gradient(circle,transparent 1%,var(--color-high) 1%) center/15000%}.bimdata-btn__ripple--high:active:not(:disabled){background-color:var(--color-high-light);background-size:100%;transition:background 0s}.bimdata-btn__ripple--success{background-color:var(--color-success);color:var(--color-white)}.bimdata-btn__ripple--success:hover{background:var(--color-success) radial-gradient(circle,transparent 1%,var(--color-success) 1%) center/15000%}.bimdata-btn__ripple--success:active:not(:disabled){background-color:var(--color-success-light);background-size:100%;transition:background 0s}.bimdata-btn__ripple:disabled{background-color:var(--color-silver-dark);color:var(--color-white);cursor:auto}.bimdata-btn__outline{justify-content:center;border:1px solid}.bimdata-btn__outline--default{border-color:var(--color-silver);color:var(--color-primary)}.bimdata-btn__outline--default:hover{background-color:var(--color-silver-light)}.bimdata-btn__outline--primary{border-color:var(--color-primary);color:var(--color-primary)}.bimdata-btn__outline--primary:hover{background-color:var(--color-primary-lighter)}.bimdata-btn__outline--secondary{border-color:var(--color-secondary);color:var(--color-primary)}.bimdata-btn__outline--secondary:hover{background-color:var(--color-secondary-lighter)}.bimdata-btn__outline--granite{border-color:var(--color-granite);color:var(--color-granite)}.bimdata-btn__outline--granite:hover{background-color:var(--color-silver-light)}.bimdata-btn__outline--high{border-color:var(--color-high);color:var(--color-high)}.bimdata-btn__outline--high:hover{background-color:var(--color-high-lighter)}.bimdata-btn__outline--success{border-color:var(--color-success);color:var(--color-success)}.bimdata-btn__outline--success:hover{background-color:var(--color-success-lighter)}.bimdata-btn__outline:disabled{border-color:var(--color-silver-dark);color:var(--color-silver-dark);cursor:auto}.bimdata-btn__outline:disabled:hover{background-color:transparent}.bimdata-btn__ghost{justify-content:center}.bimdata-btn__ghost svg{display:flex;align-items:center}.bimdata-btn__ghost--default{color:var(--color-primary)}.bimdata-btn__ghost--default:hover{background-color:var(--color-silver-light)}.bimdata-btn__ghost--primary{color:var(--color-primary)}.bimdata-btn__ghost--primary:hover{background-color:var(--color-primary-lighter)}.bimdata-btn__ghost--secondary{color:var(--color-secondary)}.bimdata-btn__ghost--secondary:hover{background-color:var(--color-secondary-lighter)}.bimdata-btn__ghost--granite{color:var(--color-granite)}.bimdata-btn__ghost--granite:hover{background-color:var(--color-silver-light)}.bimdata-btn__ghost--high{color:var(--color-high)}.bimdata-btn__ghost--high:hover{background-color:var(--color-high-lighter)}.bimdata-btn__ghost--success{color:var(--color-success)}.bimdata-btn__ghost--success:hover{background-color:var(--color-success-lighter)}.bimdata-btn__ghost:disabled{color:var(--color-silver-dark);cursor:auto}", map: void 0, media: void 0 }));
3124
- }, t$1, "data-v-7af18892", false, void 0, false, o$1, void 0, void 0);
3491
+ }, t$1, "data-v-7af18892", false, void 0, false, d$1, void 0, void 0);
3125
3492
  var s$1 = { addFile: r$1({ render: function() {
3126
3493
  var e2 = this.$createElement;
3127
3494
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M17.6687 16.5312H14.4343V19.7656H12.2781V16.5312H9.04369V14.375H12.2781V11.1406H14.4343V14.375H17.6687V16.5312ZM4.01244 7.90625L10.1218 1.79688V5.97245V7.90625H4.01244ZM20.3885 2.3C20.3885 1.035 19.365 0 18.1 0H8.9L2 6.9V20.7C2 21.965 3.03464 23 4.3 23H18.1115C19.3765 23 20.4 21.965 20.4 20.7L20.3885 2.3Z" } });
@@ -3515,6 +3882,39 @@ var s$1 = { addFile: r$1({ render: function() {
3515
3882
  }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), zone: r$1({ render: function() {
3516
3883
  var e2 = this.$createElement, t2 = this._self._c || e2;
3517
3884
  return t2("g", [t2("path", { attrs: { d: "M8.96582 11.3144L11.6658 10.1144V3.91443L1.96582 8.11443L8.96582 11.3144Z" } }), this._v(" "), t2("path", { attrs: { d: "M1.0658 15.2145L11.6658 19.9145V13.6145L1.0658 8.81445V15.2145Z" } }), this._v(" "), t2("path", { attrs: { d: "M22.9658 8.11443L13.2658 3.91443V10.1144L15.9658 11.3144L22.9658 8.11443Z" } }), this._v(" "), t2("path", { attrs: { d: "M13.2658 13.6145V19.9145L23.8658 15.2145V8.81445L13.2658 13.6145Z" } })]);
3885
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), bcfPolychrome: r$1({ render: function() {
3886
+ var e2 = this.$createElement, t2 = this._self._c || e2;
3887
+ return t2("g", [t2("path", { staticClass: "fill-primary", attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M5.02193 12.8656C4.99498 13.5081 4.948 14.6282 5.60528 15.8997C7.70676 16.9403 12.8873 18.8488 16.5248 18.118C21.0718 17.2045 24.4653 11.2714 22.3618 6.71975C20.2583 2.16806 16.7141 1.26965 13.7885 1.56016C13.8264 1.59404 13.8667 1.6296 13.9093 1.6671C14.4738 2.16451 15.427 3.0043 16.2088 4.83129C17.7639 5.7059 20.2614 8.64331 18.7358 12.3391C17.0551 16.4108 13.4497 16.0217 12.2821 15.8956C12.1416 15.8805 12.0365 15.8691 11.9742 15.8698C11.5056 15.8749 7.61308 15.3475 5.02347 12.8287C5.02297 12.8408 5.02245 12.8531 5.02193 12.8656ZM12.4885 4.74167C11.9561 4.40063 10.617 3.72872 9.52006 3.76938C7.57654 5.08613 3.39156 8.60595 2.1998 12.1512C0.710113 16.5827 4.10364 22.5158 9.06053 22.9528C14.0174 23.3898 16.6583 20.7215 17.8718 18.0188C17.0698 18.3001 15.5331 18.7286 13.7293 18.4406C12.2014 19.3627 8.46042 20.1549 6.05233 16.9734C3.39934 13.4683 5.53596 10.5111 6.22787 9.55348C6.3111 9.43828 6.37343 9.35202 6.40399 9.29722C6.63388 8.88508 9.03266 5.74603 12.4885 4.74167Z" } }), this._v(" "), t2("path", { staticClass: "fill-secondary", attrs: { d: "M18.0536 13.1944C17.54 14.1736 16.294 15.0082 15.7352 15.3031C16.6014 11.78 15.1076 8.07749 14.869 7.67046C14.5735 7.16642 13.314 2.89017 8.45901 3.52497C4.52537 4.0393 3.30588 7.69446 3.33306 9.49119C2.28341 10.7256 1.78066 12.3166 1.62101 13.1584C-0.0910414 10.7461 -1.02859 7.27957 1.82482 3.16493C4.67824 -0.949703 11.4653 -0.949707 14.5225 2.56831C16.9683 5.38272 17.8957 10.837 18.0536 13.1944Z" } })]);
3888
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), createWindowPolychrome: r$1({ render: function() {
3889
+ var e2 = this.$createElement, t2 = this._self._c || e2;
3890
+ return t2("g", [t2("path", { staticClass: "fill-primary", attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M0 5.47981C0 3.9647 1.22825 2.73645 2.74336 2.73645H19.3255C20.8406 2.73645 22.0688 3.9647 22.0688 5.47981V10.5919C21.5229 10.3111 20.9283 10.1115 20.3011 10.009V8.06481C20.3011 7.51253 19.8534 7.06481 19.3011 7.06481H2.79865C2.24636 7.06481 1.79865 7.51253 1.79865 8.06481V17.526C1.79865 18.0783 2.24636 18.526 2.79865 18.526H13.9069C14.2198 19.1792 14.6474 19.7671 15.1635 20.2635H2.74336C1.22825 20.2635 0 19.0352 0 17.5201V5.47981ZM4.70657 4.91213C4.70657 5.4271 4.28911 5.84456 3.77414 5.84456C3.25918 5.84456 2.84172 5.4271 2.84172 4.91213C2.84172 4.39717 3.25918 3.9797 3.77414 3.9797C4.28911 3.9797 4.70657 4.39717 4.70657 4.91213ZM6.172 5.84456C6.68696 5.84456 7.10443 5.4271 7.10443 4.91213C7.10443 4.39717 6.68696 3.9797 6.172 3.9797C5.65703 3.9797 5.23957 4.39717 5.23957 4.91213C5.23957 5.4271 5.65703 5.84456 6.172 5.84456Z" } }), this._v(" "), t2("rect", { staticClass: "fill-secondary", attrs: { x: "17.7899", y: "11.6612", width: "2.65031", height: "7.77024" } }), this._v(" "), t2("rect", { staticClass: "fill-secondary", attrs: { x: "23", y: "14.221", width: "2.65031", height: "7.77024", transform: "rotate(90 23 14.221)" } })]);
3891
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), docInfoPolychrome: r$1({ render: function() {
3892
+ var e2 = this.$createElement, t2 = this._self._c || e2;
3893
+ return t2("g", [t2("rect", { staticClass: "fill-secondary", attrs: { x: "8.28", y: "4.14003", width: "6.44", height: "1.84" } }), this._v(" "), t2("path", { staticClass: "fill-primary", attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M5.66991 0.459961H18.4V8.97184C17.8119 8.82047 17.1953 8.73996 16.56 8.73996L16.56 2.29996H6.43999V6.90002H1.84V19.78H10.1846C10.5853 20.4725 11.0955 21.0938 11.6917 21.62H0V6.12987L5.66991 0.459961Z" } }), this._v(" "), t2("path", { staticClass: "fill-secondary", attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M9.20001 16.0999H3.67999V17.9399H9.43185C9.2805 17.3518 9.20001 16.7353 9.20001 16.1C9.20001 16.1 9.20001 16.0999 9.20001 16.0999Z" } }), this._v(" "), t2("path", { staticClass: "fill-secondary", attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M10.1847 12.42H3.67999V14.26H9.43189C9.59991 13.6072 9.85523 12.9895 10.1847 12.42Z" } }), this._v(" "), t2("path", { staticClass: "fill-secondary", attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M14.72 8.97181V8.73996H3.67999V10.58H11.6917C12.5475 9.82459 13.5803 9.26514 14.72 8.97181Z" } }), this._v(" "), t2("path", { staticClass: "fill-primary", attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M16.56 22.54C20.1167 22.54 23 19.6567 23 16.1C23 12.5433 20.1167 9.66002 16.56 9.66002C13.0033 9.66002 10.12 12.5433 10.12 16.1C10.12 19.6567 13.0033 22.54 16.56 22.54ZM15.8426 17.406H17.0285L17.1965 12.4201H15.6746L15.8426 17.406ZM17.0137 18.3992C16.8688 18.2576 16.676 18.1868 16.4356 18.1868C16.1984 18.1868 16.0057 18.2592 15.8574 18.4042C15.7125 18.5458 15.64 18.7254 15.64 18.9428C15.64 19.1602 15.7125 19.3397 15.8574 19.4814C16.0057 19.6231 16.1984 19.6939 16.4356 19.6939C16.676 19.6939 16.8688 19.6231 17.0137 19.4814C17.1619 19.3397 17.2361 19.1602 17.2361 18.9428C17.2361 18.7221 17.1619 18.5409 17.0137 18.3992Z" } })]);
3894
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), fileDwgPolychrome: r$1({ render: function() {
3895
+ var e2 = this.$createElement, t2 = this._self._c || e2;
3896
+ return t2("g", [t2("path", { staticClass: "fill-primary", attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M5.73921 7.82627L11.7868 1.7787V5.91204V7.82627H5.73921ZM21.9496 2.27673C21.9496 1.02453 20.9365 0 19.6843 0H10.5773L3.74713 6.8302V20.4906C3.74713 21.7428 4.77131 22.7673 6.02386 22.7673H19.6956C20.9479 22.7673 21.961 21.7428 21.961 20.4906L21.9496 2.27673Z" } }), this._v(" "), t2("path", { attrs: { d: "M0.777466 12.8685C0.777466 12.3218 1.22065 11.8786 1.76735 11.8786H24.5347C25.0814 11.8786 25.5246 12.3218 25.5246 12.8685V19.7977C25.5246 20.3444 25.0814 20.7876 24.5347 20.7876H1.76735C1.22065 20.7876 0.777466 20.3444 0.777466 19.7977V12.8685Z", fill: "#F8C62C" } }), this._v(" "), t2("path", { attrs: { d: "M2.8558 19.7976V12.7602H5.02118C5.63985 12.7602 6.19247 12.9003 6.67904 13.1807C7.16883 13.4578 7.55066 13.8541 7.82456 14.3697C8.09845 14.882 8.2354 15.4653 8.2354 16.1194V16.4432C8.2354 17.0974 8.10006 17.679 7.82939 18.1881C7.56194 18.6972 7.18333 19.0919 6.69354 19.3723C6.20375 19.6526 5.65113 19.7944 5.03568 19.7976H2.8558ZM4.30583 13.9347V18.6328H5.00668C5.5738 18.6328 6.00719 18.4475 6.30687 18.0769C6.60654 17.7064 6.7596 17.1763 6.76604 16.4867V16.1146C6.76604 15.3992 6.61782 14.8579 6.32137 14.4905C6.02492 14.12 5.59152 13.9347 5.02118 13.9347H4.30583Z", fill: "white" } }), this._v(" "), t2("path", { attrs: { d: "M14.775 17.7676L15.7224 12.7602H17.1676L15.6064 19.7976H14.1467L13.0012 15.0899L11.8556 19.7976H10.3959L8.83474 12.7602H10.2799L11.2321 17.7579L12.3921 12.7602H13.6198L14.775 17.7676Z", fill: "white" } }), this._v(" "), t2("path", { attrs: { d: "M23.5235 18.9083C23.2625 19.2208 22.8935 19.4641 22.4166 19.6381C21.9398 19.8089 21.4113 19.8943 20.8313 19.8943C20.2223 19.8943 19.6874 19.7622 19.2266 19.498C18.769 19.2305 18.4146 18.8438 18.1632 18.3379C17.9151 17.832 17.7878 17.2375 17.7814 16.5544V16.0759C17.7814 15.3734 17.899 14.766 18.1342 14.2537C18.3727 13.7381 18.7143 13.345 19.1589 13.0743C19.6068 12.8004 20.1304 12.6635 20.7298 12.6635C21.5644 12.6635 22.2169 12.8633 22.6873 13.2628C23.1578 13.6592 23.4365 14.2376 23.5235 14.998H22.1121C22.0477 14.5953 21.9043 14.3004 21.682 14.1135C21.4629 13.9266 21.16 13.8332 20.7733 13.8332C20.2803 13.8332 19.9049 14.0185 19.6471 14.389C19.3893 14.7596 19.2588 15.3106 19.2556 16.0421V16.4916C19.2556 17.2295 19.3958 17.7869 19.6761 18.1639C19.9564 18.5409 20.3673 18.7294 20.9086 18.7294C21.4532 18.7294 21.8415 18.6134 22.0735 18.3814V17.1682H20.754V16.1001H23.5235V18.9083Z", fill: "white" } })]);
3897
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), fileIfcPolychrome: r$1({ render: function() {
3898
+ var e2 = this.$createElement, t2 = this._self._c || e2;
3899
+ return t2("g", [t2("path", { staticClass: "fill-primary", attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M3.97188 7.82627L10.0195 1.7787V5.91204V7.82627H3.97188ZM20.1823 2.27673C20.1823 1.02453 19.1691 0 17.9169 0H8.81L1.9798 6.8302V20.4906C1.9798 21.7428 3.00397 22.7673 4.25653 22.7673H17.9283C19.1805 22.7673 20.1937 21.7428 20.1937 20.4906L20.1823 2.27673Z" } }), this._v(" "), t2("path", { attrs: { d: "M0 12.8685C0 12.3218 0.443186 11.8786 0.989884 11.8786H20.7876C21.3343 11.8786 21.7775 12.3218 21.7775 12.8685V19.7977C21.7775 20.3444 21.3343 20.7876 20.7876 20.7876H0.989884C0.443187 20.7876 0 20.3444 0 19.7977V12.8685Z", fill: "#205DBD" } }), this._v(" "), t2("path", { attrs: { d: "M5.66383 19.7976H4.21381V12.7602H5.66383V19.7976Z", fill: "white" } }), this._v(" "), t2("path", { attrs: { d: "M11.2464 16.9217H8.46238V19.7976H7.01236V12.7602H11.5944V13.9347H8.46238V15.7521H11.2464V16.9217Z", fill: "white" } }), this._v(" "), t2("path", { attrs: { d: "M17.96 17.4534C17.9053 18.2107 17.6249 18.8068 17.119 19.2418C16.6164 19.6768 15.9526 19.8943 15.1277 19.8943C14.2254 19.8943 13.5149 19.5914 12.9961 18.9856C12.4806 18.3766 12.2228 17.542 12.2228 16.4819V16.0517C12.2228 15.375 12.342 14.7789 12.5805 14.2634C12.8189 13.7478 13.1589 13.3531 13.6003 13.0792C14.045 12.8021 14.5605 12.6635 15.147 12.6635C15.959 12.6635 16.6131 12.881 17.1094 13.316C17.6056 13.751 17.8924 14.3616 17.9697 15.1479H16.5197C16.4842 14.6935 16.357 14.3649 16.1378 14.1619C15.922 13.9556 15.5917 13.8525 15.147 13.8525C14.6637 13.8525 14.3012 14.0265 14.0595 14.3745C13.821 14.7193 13.6986 15.2558 13.6921 15.9841V16.5157C13.6921 17.2762 13.8065 17.832 14.0353 18.1833C14.2673 18.5345 14.6314 18.7101 15.1277 18.7101C15.5756 18.7101 15.9091 18.6086 16.1282 18.4056C16.3505 18.1994 16.4778 17.882 16.51 17.4534H17.96Z", fill: "white" } })]);
3900
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), filePdfPolychrome: r$1({ render: function() {
3901
+ var e2 = this.$createElement, t2 = this._self._c || e2;
3902
+ return t2("g", [t2("path", { staticClass: "fill-primary", attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M4.01244 7.90625L10.1218 1.79688V5.97245V7.90625H4.01244ZM20.3885 2.3C20.3885 1.035 19.365 0 18.1 0H8.9L2 6.9V20.7C2 21.965 3.03464 23 4.3 23H18.1115C19.3765 23 20.4 21.965 20.4 20.7L20.3885 2.3Z" } }), this._v(" "), t2("rect", { attrs: { y: "12", width: "22", height: "9", rx: "1", fill: "#FF0000" } }), this._v(" "), t2("path", { attrs: { d: "M3.88086 17.4951V20H2.41602V12.8906H5.18945C5.72331 12.8906 6.19206 12.9883 6.5957 13.1836C7.0026 13.3789 7.3151 13.6572 7.5332 14.0186C7.7513 14.3766 7.86035 14.7852 7.86035 15.2441C7.86035 15.9408 7.62109 16.4909 7.14258 16.8945C6.66732 17.2949 6.00814 17.4951 5.16504 17.4951H3.88086ZM3.88086 16.3086H5.18945C5.57682 16.3086 5.87142 16.2174 6.07324 16.0352C6.27832 15.8529 6.38086 15.5924 6.38086 15.2539C6.38086 14.9056 6.27832 14.624 6.07324 14.4092C5.86816 14.1943 5.58496 14.0837 5.22363 14.0771H3.88086V16.3086ZM8.87109 20V12.8906H11.0586C11.6836 12.8906 12.2419 13.0322 12.7334 13.3154C13.2282 13.5954 13.6139 13.9958 13.8906 14.5166C14.1673 15.0342 14.3057 15.6234 14.3057 16.2842V16.6113C14.3057 17.2721 14.1689 17.8597 13.8955 18.374C13.6253 18.8883 13.2428 19.2871 12.748 19.5703C12.2533 19.8535 11.695 19.9967 11.0732 20H8.87109ZM10.3359 14.0771V18.8232H11.0439C11.6169 18.8232 12.0547 18.6361 12.3574 18.2617C12.6602 17.8874 12.8148 17.3519 12.8213 16.6553V16.2793C12.8213 15.5566 12.6715 15.0098 12.3721 14.6387C12.0726 14.2643 11.6348 14.0771 11.0586 14.0771H10.3359ZM19.6523 17.0947H16.8398V20H15.375V12.8906H20.0039V14.0771H16.8398V15.9131H19.6523V17.0947Z", fill: "white" } })]);
3903
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), filePlanPolychrome: r$1({ render: function() {
3904
+ var e2 = this.$createElement, t2 = this._self._c || e2;
3905
+ return t2("g", [t2("path", { staticClass: "fill-primary", attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M4.01244 7.90625L10.1218 1.79688V5.97245V7.90625H4.01244ZM20.3885 2.3C20.3885 1.035 19.365 0 18.1 0H8.9L2 6.9V20.7C2 21.965 3.03464 23 4.3 23H18.1115C19.3765 23 20.4 21.965 20.4 20.7L20.3885 2.3Z" } }), this._v(" "), t2("rect", { attrs: { y: "12", width: "22", height: "9", rx: "1", fill: "#FF9900" } }), this._v(" "), t2("path", { attrs: { d: "M4.37598 17.2261H3.10791V16.4263H4.37598C4.57194 16.4263 4.73145 16.3944 4.85449 16.3306C4.97754 16.2645 5.06755 16.1733 5.12451 16.0571C5.18148 15.9409 5.20996 15.8099 5.20996 15.6641C5.20996 15.516 5.18148 15.3781 5.12451 15.2505C5.06755 15.1229 4.97754 15.0203 4.85449 14.9429C4.73145 14.8654 4.57194 14.8267 4.37598 14.8267H3.46338V19H2.43799V14.0234H4.37598C4.76562 14.0234 5.09945 14.0941 5.37744 14.2354C5.65771 14.3743 5.87191 14.5669 6.02002 14.813C6.16813 15.0591 6.24219 15.3405 6.24219 15.6572C6.24219 15.9785 6.16813 16.2565 6.02002 16.4912C5.87191 16.7259 5.65771 16.9071 5.37744 17.0347C5.09945 17.1623 4.76562 17.2261 4.37598 17.2261ZM10.1489 18.2002V19H7.64355V18.2002H10.1489ZM7.9751 14.0234V19H6.94971V14.0234H7.9751ZM12.8286 14.8745L11.4751 19H10.3848L12.2339 14.0234H12.9277L12.8286 14.8745ZM13.9531 19L12.5962 14.8745L12.4868 14.0234H13.1875L15.0469 19H13.9531ZM13.8916 17.1475V17.9507H11.2632V17.1475H13.8916ZM19.5586 14.0234V19H18.5332L16.5337 15.6641V19H15.5083V14.0234H16.5337L18.5366 17.3628V14.0234H19.5586Z", fill: "white" } })]);
3906
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), folderPolychrome: r$1({ render: function() {
3907
+ var e2 = this.$createElement, t2 = this._self._c || e2;
3908
+ return t2("g", [t2("path", { staticClass: "fill-secondary", attrs: { d: "M21.45 2.69359H9.95863L9.88979 5.59441H21.45V2.69359Z" } }), this._v(" "), t2("path", { staticClass: "fill-primary", attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M9.19976 1.91663H2.29984C1.03451 1.91663 0.0111238 2.99464 0.0111238 4.31267L0 18.6873C0 20.0053 1.03451 21.0833 2.29984 21.0833H20.6998C21.9651 21.0833 23 20.0053 23 18.6873V6.70829C23 5.39068 21.9651 4.31267 20.6998 4.31267H11.5L9.19976 1.91663Z" } })]);
3909
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), structurePolychrome: r$1({ render: function() {
3910
+ var e2 = this.$createElement, t2 = this._self._c || e2;
3911
+ return t2("g", [t2("path", { staticClass: "fill-primary", attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M21.6656 15.7775H20.5497V11.8888C20.5497 11.4605 20.2107 11.1109 19.7954 11.1109H12.2543V7.22228H13.1828C13.9164 7.22228 14.5163 6.60266 14.5163 5.84611V2.37605C14.5163 1.6195 13.9164 0.999878 13.1828 0.999878H9.81719C9.08361 0.999878 8.4828 1.6195 8.4828 2.37605V5.84611C8.4828 6.60266 9.08361 7.22228 9.81719 7.22228H10.7457V11.1109H3.20459C2.78931 11.1109 2.45029 11.4605 2.45029 11.8888V15.7775H1.33438C0.600803 15.7775 0 16.3971 0 17.1537V20.6237C0 21.3803 0.600803 21.9999 1.33438 21.9999H4.69907C5.43265 21.9999 6.03345 21.3803 6.03345 20.6237V17.1537C6.03345 16.3971 5.43265 15.7775 4.69907 15.7775H3.95795V12.6668H10.7457V15.7775H9.81719C9.08361 15.7775 8.4828 16.3971 8.4828 17.1537V20.6237C8.4828 21.3803 9.08361 21.9999 9.81719 21.9999H13.1828C13.9164 21.9999 14.5163 21.3803 14.5163 20.6237V17.1537C14.5163 16.3971 13.9164 15.7775 13.1828 15.7775H12.2543V12.6668H19.0411V15.7775H18.3009C17.5664 15.7775 16.9665 16.3971 16.9665 17.1537V20.6237C16.9665 21.3803 17.5664 21.9999 18.3009 21.9999H21.6656C22.3992 21.9999 23 21.3803 23 20.6237V17.1537C23 16.3971 22.3992 15.7775 21.6656 15.7775Z" } }), this._v(" "), t2("rect", { staticClass: "fill-secondary", attrs: { x: "8.41016", y: "0.999878", width: "6.1797", height: "6.2208", rx: "1" } })]);
3912
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), viewer2dPolychrome: r$1({ render: function() {
3913
+ var e2 = this.$createElement, t2 = this._self._c || e2;
3914
+ return t2("g", [t2("path", { staticClass: "fill-primary", attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M17.8093 0H0.908936V23H13.487V16.8195H22.0911V10.6239H17.8093V0ZM2.25708 6.97618V1.34814H9.70245V6.97618H8.34131L7.39822 5.33817L7.04736 5.54018L8.00586 7.20495L8.00586 7.78409L9.70245 7.78409V11.864H10.5104V7.78409H10.5104V6.97618H10.5104V1.34814H16.4611V11.9721H20.743V15.4714H12.1868V15.4591H10.0431L9.04084 13.7183L8.68998 13.9203L9.68225 15.6437V16.267H12.1388V21.6519H2.25708V16.267H7.37974V15.4591H2.25708V7.78409L5.70333 7.78409V6.97618H2.25708Z" } }), this._v(" "), t2("rect", { staticClass: "fill-secondary", attrs: { x: "4.0519", y: "18.0658", width: "6.1275", height: "2.1021" } })]);
3915
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), viewer3dPolychrome: r$1({ render: function() {
3916
+ var e2 = this.$createElement, t2 = this._self._c || e2;
3917
+ return t2("g", [t2("path", { staticClass: "fill-primary", attrs: { d: "M0 6.13333L10.7333 10.4896V23L0 18.6437V6.13333Z" } }), this._v(" "), t2("path", { staticClass: "fill-primary", attrs: { d: "M23 6.13333L12.2667 10.4896V23L23 18.6437V6.13333Z" } }), this._v(" "), t2("path", { staticClass: "fill-secondary", attrs: { d: "M11.4437 0L1.53333 4.4386L11.4437 8.43333L21.4667 4.21667L11.4437 0Z" } })]);
3518
3918
  }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0) }, l$1 = Object.freeze(["black", "default", "granite", "granite-light", "high", "primary", "secondary", "success", "silver", "silver-light", "silver-dark", "warning", "white"]);
3519
3919
  const v = { xxxs: 10, xxs: 13, xs: 16, s: 18, m: 22, l: 28, xl: 36, xxl: 45, xxxl: 60 };
3520
3920
  const c$1 = r$1({ render: function() {
@@ -3525,7 +3925,7 @@ const c$1 = r$1({ render: function() {
3525
3925
  e2.index++;
3526
3926
  } } }, [r2("BIMDataIcon", { attrs: { name: "chevron", size: "s" } })], 1)], 1);
3527
3927
  }, staticRenderFns: [] }, function(e2) {
3528
- e2 && e2("data-v-55e9fb46_0", { source: ".bimdata-carousel[data-v-55e9fb46]{--button-size:44px;position:relative}.bimdata-carousel__container[data-v-55e9fb46]{overflow-x:hidden;margin:-28px 0;padding:28px 0}.bimdata-carousel__container__slider[data-v-55e9fb46]{position:relative;transition:transform .5s ease-out}.bimdata-carousel__btn-next[data-v-55e9fb46],.bimdata-carousel__btn-prev[data-v-55e9fb46]{position:absolute;z-index:2;top:calc(50% - var(--button-size)/ 2);width:var(--button-size);height:var(--button-size);box-shadow:var(--box-shadow)}.bimdata-carousel__btn-prev[data-v-55e9fb46]{left:calc(0px - var(--button-size)/ 2)}.bimdata-carousel__btn-next[data-v-55e9fb46]{right:calc(0px - var(--button-size)/ 2)}", map: void 0, media: void 0 });
3928
+ e2 && e2("data-v-4dd92ffc_0", { source: ".bimdata-carousel[data-v-4dd92ffc]{--button-size:44px;position:relative}.bimdata-carousel__container[data-v-4dd92ffc]{overflow-x:hidden;margin:-28px 0;padding:28px 0}.bimdata-carousel__container__slider[data-v-4dd92ffc]{position:relative;transition:transform .5s ease-out}.bimdata-carousel__btn-next[data-v-4dd92ffc],.bimdata-carousel__btn-prev[data-v-4dd92ffc]{position:absolute;z-index:2;top:calc(50% - var(--button-size)/ 2);width:var(--button-size);height:var(--button-size);box-shadow:var(--box-shadow)}.bimdata-carousel__btn-prev[data-v-4dd92ffc]{left:calc(0px - var(--button-size)/ 2)}.bimdata-carousel__btn-next[data-v-4dd92ffc]{right:calc(0px - var(--button-size)/ 2)}", map: void 0, media: void 0 });
3529
3929
  }, { components: { BIMDataButton: n$1, BIMDataIcon: r$1({ render: function() {
3530
3930
  var e2 = this.$createElement, t2 = this._self._c || e2;
3531
3931
  return t2("svg", { class: this.classes, style: this.style, attrs: { xmlns: "http://www.w3.org/2000/svg", preserveAspectRatio: "xMidYMid meet", viewBox: "0 0 23 23", width: "100%", fill: this.fillColor, color: this.color } }, [t2("bimdata-icon-" + this.name, { tag: "component" })], 1);
@@ -3540,7 +3940,7 @@ const c$1 = r$1({ render: function() {
3540
3940
  return { width: e2 + "px", minWidth: e2 + "px", height: e2 + "px", minHeight: e2 + "px", margin: "" + this.margin, transform: `rotate(${this.rotate}deg)` };
3541
3941
  } }, methods: { getPixelSize() {
3542
3942
  return this.customSize ? this.customSize : v[this.size];
3543
- } } }, "data-v-198621a2", false, void 0, false, o$1, void 0, void 0) }, props: { sliderPadding: { type: Number, default: 12 }, minGap: { type: Number, default: 24 } }, data: () => ({ index: 0, maxIndex: 0, translations: [] }), watch: { minGap() {
3943
+ } } }, "data-v-198621a2", false, void 0, false, d$1, void 0, void 0) }, props: { sliderPadding: { type: Number, default: 12 }, minGap: { type: Number, default: 24 } }, data: () => ({ index: 0, maxIndex: 0, translations: [] }), watch: { minGap() {
3544
3944
  this.distributeItems();
3545
3945
  } }, mounted() {
3546
3946
  this.distributeItems(), this.resizeObserver = new ResizeObserver(() => this.distributeItems()), this.resizeObserver.observe(this.$refs.slider), this.mutationObserver = new MutationObserver(() => this.distributeItems()), this.mutationObserver.observe(this.$refs.slider, { childList: true });
@@ -3553,200 +3953,35 @@ const c$1 = r$1({ render: function() {
3553
3953
  if (t2.length > 0) {
3554
3954
  const { width: r2, height: i2 } = t2[0].getBoundingClientRect();
3555
3955
  this.$refs.slider.style.height = i2 + 2 * this.sliderPadding + "px";
3556
- let o2, d2 = Math.max(Math.floor(e2 / (r2 + this.minGap)), 1), a2 = this.minGap;
3557
- d2 > 1 && (a2 = (e2 - d2 * r2) / (d2 - 1));
3956
+ let d2, o2 = Math.max(Math.floor(e2 / (r2 + this.minGap)), 1), a2 = this.minGap;
3957
+ o2 > 1 && (a2 = (e2 - o2 * r2) / (o2 - 1));
3558
3958
  const n2 = r2 + a2, s2 = [];
3559
3959
  for (let e3 = 0; e3 < t2.length; e3++)
3560
- o2 = e3 * n2, s2.push(o2), Object.assign(t2[e3].style, { position: "absolute", top: this.sliderPadding + "px", left: this.sliderPadding + o2 + "px" });
3561
- this.maxIndex = t2.length - d2, this.translations = s2;
3562
- }
3563
- } } }, "data-v-55e9fb46", false, void 0, false, o$1, void 0, void 0);
3564
- var render$8 = function() {
3565
- var _vm = this;
3566
- var _h = _vm.$createElement;
3567
- var _c = _vm._self._c || _h;
3568
- return _c("div", { staticClass: "user-avatar", class: "user-avatar--" + (_vm.user.profile_picture ? "silver-light" : _vm.color), style: {
3569
- width: _vm.size + "px",
3570
- height: _vm.size + "px",
3571
- fontSize: (_vm.initialsSize ? _vm.initialsSize : +_vm.size * 0.382) + "px"
3572
- } }, [_vm.user.profile_picture ? [_c("img", { attrs: { "src": _vm.user.profile_picture } })] : _vm.initials ? [_vm._v(" " + _vm._s(_vm.initials) + " ")] : [_c("BIMDataIcon", { attrs: { "name": "user", "size": "xs" } })]], 2);
3573
- };
3574
- var staticRenderFns$8 = [];
3575
- var UserAvatar_scss_vue_type_style_index_0_from__2Fhome_2Frunner_2FactionsRunner_2F_work_2FbcfComponents_2FbcfComponents_2Fsrc_2Fcomponents_2FuserAvatar_2FUserAvatar_vue_src_scoped_true_lang = "";
3576
- const __vue2_script$8 = {
3577
- props: {
3578
- user: {
3579
- type: Object,
3580
- required: true
3581
- },
3582
- size: {
3583
- type: [Number, String],
3584
- default: 32,
3585
- validate: (value) => value >= 32
3586
- },
3587
- initialsSize: {
3588
- type: [Number, String]
3589
- },
3590
- color: {
3591
- type: String,
3592
- default: "primary",
3593
- validate: (value) => ["primary", "secondary", "silver-light"].includes(value)
3594
- }
3595
- },
3596
- setup(props) {
3597
- const initials = computed(() => `${props.user.firstname && props.user.firstname[0] || ""}${props.user.lastname && props.user.lastname[0] || ""}`.toUpperCase());
3598
- return {
3599
- initials
3600
- };
3960
+ d2 = e3 * n2, s2.push(d2), Object.assign(t2[e3].style, { position: "absolute", top: this.sliderPadding + "px", left: this.sliderPadding + d2 + "px" });
3961
+ this.maxIndex = Math.max(t2.length - o2, 0), this.index = Math.min(this.index, this.maxIndex), this.translations = s2;
3601
3962
  }
3602
- };
3603
- const __cssModules$8 = {};
3604
- var __component__$8 = /* @__PURE__ */ normalizeComponent(__vue2_script$8, render$8, staticRenderFns$8, false, __vue2_injectStyles$8, "e5e255f0", null, null);
3605
- function __vue2_injectStyles$8(context) {
3606
- for (let o2 in __cssModules$8) {
3607
- this[o2] = __cssModules$8[o2];
3608
- }
3609
- }
3610
- var UserAvatar = /* @__PURE__ */ function() {
3611
- return __component__$8.exports;
3612
- }();
3613
- var render$7 = function() {
3614
- var _vm = this;
3615
- var _h = _vm.$createElement;
3616
- var _c = _vm._self._c || _h;
3617
- return _c("div", { staticClass: "topic-comment" }, [_c("div", { staticClass: "topic-comment__header flex items-center justify-between" }, [_c("div", { staticClass: "topic-comment__header__left flex items-center" }, [_vm.comment.user ? _c("UserAvatar", { staticClass: "m-r-12", staticStyle: { "box-shadow": "var(--box-shadow)" }, attrs: { "user": _vm.comment.user, "size": "27", "initialsSize": "14", "color": "silver-light" } }) : _c("span", { staticClass: "topic-comment__header__left__user flex items-center justify-center m-r-12" }, [_c("BIMDataIcon", { attrs: { "name": "user", "size": "xxs", "fill": "", "color": "granite" } })], 1), _c("BIMDataTextbox", { attrs: { "width": "auto", "maxWidth": "150px", "cutPosition": "end", "text": _vm.comment.author } }), _c("span", { staticClass: "color-granite m-x-6" }, [_vm._v(" \u2022 ")]), _c("span", { staticClass: "color-granite" }, [_vm._v(" " + _vm._s(_vm.$d(_vm.comment.date, "long")) + " ")])], 1), _c("div", { staticClass: "topic-comment__header__right" }, [_c("div", { staticClass: "topic-comment__header__right__actions flex" }, [_vm.showMenu ? [_c("BIMDataButton", { attrs: { "ghost": "", "rounded": "", "icon": "" }, on: { "click": _vm.onOpenEdit } }, [_c("BIMDataIcon", { attrs: { "name": "edit", "size": "xxs", "fill": "", "color": "granite-light" } })], 1), _c("BIMDataButton", { attrs: { "ghost": "", "rounded": "", "icon": "" }, on: { "click": _vm.onOpenDelete } }, [_c("BIMDataIcon", { attrs: { "name": "delete", "size": "xxs", "fill": "", "color": "granite-light" } })], 1), _c("BIMDataButton", { attrs: { "ghost": "", "rounded": "", "icon": "" }, on: { "click": _vm.toggleMenu } }, [_c("BIMDataIcon", { attrs: { "name": "close", "size": "xxs", "fill": "", "color": "granite-light" } })], 1)] : _vm._e(), _vm.isEditing ? [_c("BIMDataButton", { attrs: { "ghost": "", "rounded": "", "icon": "" }, on: { "click": _vm.cancelUpdate } }, [_c("BIMDataIcon", { attrs: { "name": "undo", "size": "xxs", "fill": "", "color": "granite-light" } })], 1), _c("BIMDataButton", { attrs: { "ghost": "", "rounded": "", "icon": "" }, on: { "click": _vm.submitUpdate } }, [_c("BIMDataIcon", { attrs: { "name": "validate", "size": "xxs", "fill": "", "color": "granite-light" } })], 1)] : _vm._e()], 2), _vm.isDeleting ? _c("div", { staticClass: "topic-comment__header__right__delete p-x-12" }, [_c("span", [_vm._v(" " + _vm._s(_vm.$t("BcfComponents.BcfTopicComments.deleteCommentText")) + " ")]), _c("div", { staticClass: "flex items-center" }, [_c("BIMDataButton", { staticClass: "m-r-6", attrs: { "color": "high", "fill": "", "radius": "" }, on: { "click": _vm.submitDelete } }, [_vm._v(" " + _vm._s(_vm.$t("BcfComponents.BcfTopicComments.deleteButton")) + " ")]), _c("BIMDataButton", { attrs: { "ghost": "", "rounded": "", "icon": "" }, on: { "click": function($event) {
3618
- _vm.isDeleting = false;
3619
- } } }, [_c("BIMDataIcon", { attrs: { "name": "close", "size": "xxs", "fill": "", "color": "primary" } })], 1)], 1)]) : _vm._e(), !_vm.showMenu && !_vm.isDeleting && !_vm.isEditing ? _c("BIMDataButton", { staticClass: "topic-comment__header__right__btn", attrs: { "rounded": "", "icon": "" }, on: { "click": _vm.toggleMenu } }, [_c("BIMDataIcon", { attrs: { "name": "ellipsis", "size": "l", "fill": "", "color": "granite-light" } })], 1) : _vm._e()], 1)]), _c("div", { staticClass: "topic-comment__content" }, [_c("BIMDataTextarea", { class: { editing: _vm.isEditing }, attrs: { "width": "100%", "rows": "1", "fitContent": "", "autofocus": "", "resizable": false, "readonly": !_vm.isEditing }, model: { value: _vm.text, callback: function($$v) {
3620
- _vm.text = $$v;
3621
- }, expression: "text" } })], 1), _vm.loading ? [_c("BIMDataLoading")] : _vm._e()], 2);
3622
- };
3623
- var staticRenderFns$7 = [];
3624
- var TopicComment_scss_vue_type_style_index_0_from__2Fhome_2Frunner_2FactionsRunner_2F_work_2FbcfComponents_2FbcfComponents_2Fsrc_2Fcomponents_2FbcfTopicOverview_2FbcfTopicComments_2FtopicComment_2FTopicComment_vue_src_scoped_true_lang = "";
3625
- const __vue2_script$7 = {
3626
- components: {
3627
- BIMDataButton: c$5,
3628
- BIMDataIcon: s$9,
3629
- BIMDataLoading: a$4,
3630
- BIMDataTextarea: s$2,
3631
- BIMDataTextbox: l$3,
3632
- UserAvatar
3633
- },
3634
- props: {
3635
- project: {
3636
- type: Object,
3637
- required: true
3638
- },
3639
- bcfTopic: {
3640
- type: Object,
3641
- required: true
3642
- },
3643
- comment: {
3644
- type: Object,
3645
- required: true
3646
- }
3647
- },
3648
- emits: [
3649
- "comment-updated",
3650
- "comment-deleted"
3651
- ],
3652
- setup(props, { emit }) {
3653
- const { deleteComment: deleteComment2, updateComment: updateComment2 } = useService();
3654
- const loading = ref(false);
3655
- const showMenu = ref(false);
3656
- const closeMenu = () => showMenu.value = false;
3657
- const toggleMenu = () => showMenu.value = !showMenu.value;
3658
- const text = ref(props.comment.comment);
3659
- const isEditing = ref(false);
3660
- const onOpenEdit = () => {
3661
- isEditing.value = true;
3662
- closeMenu();
3663
- };
3664
- const cancelUpdate = () => {
3665
- isEditing.value = false;
3666
- text.value = props.comment.comment;
3667
- };
3668
- const submitUpdate = async () => {
3669
- if (props.comment.comment !== text.value) {
3670
- try {
3671
- loading.value = true;
3672
- const newComment = await updateComment2(props.project, props.bcfTopic, props.comment, { comment: text.value });
3673
- emit("comment-updated", newComment);
3674
- isEditing.value = false;
3675
- } finally {
3676
- loading.value = false;
3677
- }
3678
- }
3679
- };
3680
- const isDeleting = ref(false);
3681
- const onOpenDelete = () => {
3682
- isDeleting.value = true;
3683
- closeMenu();
3684
- };
3685
- const submitDelete = async () => {
3686
- try {
3687
- loading.value = true;
3688
- await deleteComment2(props.project, props.bcfTopic, props.comment);
3689
- emit("comment-deleted", props.comment);
3690
- isDeleting.value = false;
3691
- } finally {
3692
- loading.value = false;
3693
- }
3694
- };
3695
- return {
3696
- text,
3697
- isDeleting,
3698
- isEditing,
3699
- loading,
3700
- showMenu,
3701
- cancelUpdate,
3702
- closeMenu,
3703
- onOpenDelete,
3704
- onOpenEdit,
3705
- submitDelete,
3706
- submitUpdate,
3707
- toggleMenu
3708
- };
3709
- }
3710
- };
3711
- const __cssModules$7 = {};
3712
- var __component__$7 = /* @__PURE__ */ normalizeComponent(__vue2_script$7, render$7, staticRenderFns$7, false, __vue2_injectStyles$7, "47f184d0", null, null);
3713
- function __vue2_injectStyles$7(context) {
3714
- for (let o2 in __cssModules$7) {
3715
- this[o2] = __cssModules$7[o2];
3716
- }
3717
- }
3718
- var TopicComment = /* @__PURE__ */ function() {
3719
- return __component__$7.exports;
3720
- }();
3963
+ } } }, "data-v-4dd92ffc", false, void 0, false, d$1, void 0, void 0);
3721
3964
  var render$6 = function() {
3722
3965
  var _vm = this;
3723
3966
  var _h = _vm.$createElement;
3724
3967
  var _c = _vm._self._c || _h;
3725
- return _c("div", { staticClass: "bcf-topic-comments" }, [!_vm.isOpen ? _c("BIMDataButton", { attrs: { "width": "100%", "color": "primary", "fill": "", "radius": "" }, on: { "click": function($event) {
3726
- _vm.isOpen = true;
3727
- } } }, [_vm._v(" " + _vm._s(_vm.$t("BcfComponents.BcfTopicComments.commentButton")) + " ")]) : _c("div", { staticClass: "bcf-topic-comments__post-comment m-t-24" }, [_c("p", { staticClass: "color-granite m-b-24" }, [_vm._v(" " + _vm._s(_vm.$t("BcfComponents.BcfTopicComments.commentText")) + " ")]), _c("div", { staticClass: "bcf-comment-input m-t-24" }, [_c("BIMDataTextarea", { ref: "input", attrs: { "width": "100%", "label": _vm.$t("BcfComponents.BcfTopicComments.commentLabel"), "autofocus": "", "resizable": "" }, model: { value: _vm.text, callback: function($$v) {
3728
- _vm.text = $$v;
3729
- }, expression: "text" } }), _c("div", { staticClass: "flex items-center justify-end" }, [_c("BIMDataButton", { staticClass: "m-r-6", attrs: { "color": "primary", "ghost": "", "radius": "" }, on: { "click": function($event) {
3730
- _vm.isOpen = false;
3731
- } } }, [_vm._v(" " + _vm._s(_vm.$t("BcfComponents.BcfTopicComments.cancelButton")) + " ")]), _c("BIMDataButton", { attrs: { "color": "primary", "fill": "", "radius": "", "width": "135px" }, on: { "click": _vm.publishComment } }, [_vm._v(" " + _vm._s(_vm.$t("BcfComponents.BcfTopicComments.publishButton")) + " ")])], 1)], 1)]), _c("div", { staticClass: "bcf-topic-comments__list m-t-18" }, [_c("p", { staticClass: "color-granite" }, [_vm._v(" " + _vm._s((_vm.bcfTopic.comments ? _vm.bcfTopic.comments.length : 0) + " " + _vm.$t("BcfComponents.BcfTopicComments.commentsText")) + " ")]), _vm.bcfTopic.comments && _vm.bcfTopic.comments.length ? _c("div", _vm._l(_vm.bcfTopic.comments, function(comment) {
3732
- return _c("TopicComment", { key: comment.guid, attrs: { "project": _vm.project, "bcfTopic": _vm.bcfTopic, "comment": comment }, on: { "comment-updated": function($event) {
3733
- return _vm.$emit("comment-updated", $event);
3734
- }, "comment-deleted": function($event) {
3735
- return _vm.$emit("comment-deleted", $event);
3736
- } } });
3737
- }), 1) : _vm._e()]), _vm.loading ? [_c("BIMDataLoading")] : _vm._e()], 2);
3968
+ return _c("div", { staticClass: "bcf-topic-viewpoints", class: { empty: _vm.viewpoints.length === 0 } }, [_vm.bcfTopic.topic_status ? _c("div", { staticClass: "status-badge", style: {
3969
+ backgroundColor: "#" + _vm.statusColor,
3970
+ color: _vm.adjustTextColor("#" + _vm.statusColor, "#FFF", "#2F374A")
3971
+ } }, [_c("BIMDataIcon", { attrs: { "name": "information", "fill": "", "color": "default" } }), _c("span", [_vm._v(_vm._s(_vm.bcfTopic.topic_status))])], 1) : _vm._e(), _vm.viewpoints.length > 0 ? [_c("BIMDataCarousel", { attrs: { "sliderPadding": 0 } }, _vm._l(_vm.viewpoints, function(viewpoint) {
3972
+ return _c("div", { key: viewpoint.guid, staticClass: "snapshot-preview" }, [viewpoint.snapshot.snapshot_data ? _c("img", { attrs: { "src": viewpoint.snapshot.snapshot_data } }) : _vm._e(), viewpoint.icon ? _c("BIMDataIcon", { staticClass: "icon", attrs: { "name": viewpoint.icon, "size": "xl" } }) : _vm._e()], 1);
3973
+ }), 0)] : [_c("BcfTopicDefaultImage", { staticClass: "default-image" })]], 2);
3738
3974
  };
3739
3975
  var staticRenderFns$6 = [];
3740
- var BcfTopicComments_scss_vue_type_style_index_0_from__2Fhome_2Frunner_2FactionsRunner_2F_work_2FbcfComponents_2FbcfComponents_2Fsrc_2Fcomponents_2FbcfTopicOverview_2FbcfTopicComments_2FBcfTopicComments_vue_src_scoped_true_lang = "";
3976
+ var BcfTopicViewpoints_scss_vue_type_style_index_0_from__2Fhome_2Frunner_2FactionsRunner_2F_work_2FbcfComponents_2FbcfComponents_2Fsrc_2Fcomponents_2FbcfTopicOverview_2FbcfTopicViewpoints_2FBcfTopicViewpoints_vue_src_scoped_true_lang = "";
3741
3977
  const __vue2_script$6 = {
3742
3978
  components: {
3743
- BIMDataButton: c$5,
3744
- BIMDataLoading: a$4,
3745
- BIMDataTextarea: s$2,
3746
- TopicComment
3979
+ BcfTopicDefaultImage,
3980
+ BIMDataCarousel: c$1,
3981
+ BIMDataIcon: v$2
3747
3982
  },
3748
3983
  props: {
3749
- project: {
3984
+ detailedExtensions: {
3750
3985
  type: Object,
3751
3986
  required: true
3752
3987
  },
@@ -3755,46 +3990,29 @@ const __vue2_script$6 = {
3755
3990
  required: true
3756
3991
  }
3757
3992
  },
3758
- emis: [
3759
- "comment-created",
3760
- "comment-updated",
3761
- "comment-deleted"
3762
- ],
3763
- setup(props, { emit }) {
3764
- const { createComment: createComment2 } = useService();
3765
- const isOpen = ref(false);
3766
- const loading = ref(false);
3767
- const input = ref(null);
3768
- const text = ref("");
3769
- watch(isOpen, () => setTimeout(() => isOpen.value && input.value.focus(), 50));
3770
- const publishComment = async () => {
3771
- try {
3772
- loading.value = true;
3773
- const newComment = await createComment2(props.project, props.bcfTopic, { comment: text.value });
3774
- emit("comment-created", newComment);
3775
- isOpen.value = false;
3776
- text.value = "";
3777
- } finally {
3778
- loading.value = false;
3779
- }
3780
- };
3993
+ setup(props) {
3994
+ const viewpoints = computed(() => props.bcfTopic.viewpoints.filter((viewpoint) => viewpoint.snapshot).map((viewpoint) => {
3995
+ var _a;
3996
+ return __spreadProps(__spreadValues({}, viewpoint), {
3997
+ icon: (_a = VIEWPOINT_CONFIG[viewpoint.authoring_tool_id]) == null ? void 0 : _a.icon
3998
+ });
3999
+ }));
4000
+ const statusColor = computed(() => getStatusColor(props.bcfTopic, props.detailedExtensions));
3781
4001
  return {
3782
- input,
3783
- isOpen,
3784
- loading,
3785
- text,
3786
- publishComment
4002
+ statusColor,
4003
+ viewpoints,
4004
+ adjustTextColor
3787
4005
  };
3788
4006
  }
3789
4007
  };
3790
4008
  const __cssModules$6 = {};
3791
- var __component__$6 = /* @__PURE__ */ normalizeComponent(__vue2_script$6, render$6, staticRenderFns$6, false, __vue2_injectStyles$6, "561aa0f8", null, null);
4009
+ var __component__$6 = /* @__PURE__ */ normalizeComponent(__vue2_script$6, render$6, staticRenderFns$6, false, __vue2_injectStyles$6, "cac84fce", null, null);
3792
4010
  function __vue2_injectStyles$6(context) {
3793
4011
  for (let o2 in __cssModules$6) {
3794
4012
  this[o2] = __cssModules$6[o2];
3795
4013
  }
3796
4014
  }
3797
- var BcfTopicComments = /* @__PURE__ */ function() {
4015
+ var BcfTopicViewpoints = /* @__PURE__ */ function() {
3798
4016
  return __component__$6.exports;
3799
4017
  }();
3800
4018
  var render$5 = function() {
@@ -3811,15 +4029,8 @@ var render$5 = function() {
3811
4029
  return _vm.$emit("close");
3812
4030
  } } }, [_c("BIMDataIcon", { attrs: { "name": "close", "size": "xxs", "fill": "", "color": "granite-light" } })], 1)] : _vm._e()], 2)], 2), _c("div", { staticClass: "bcf-topic-overview__content" }, [_c("div", { staticClass: "bcf-topic-overview__content__head" }, [_c("div", { staticClass: "bcf-topic-overview__content__head__index", style: {
3813
4031
  backgroundColor: "#" + _vm.priorityColor,
3814
- color: _vm.adjustTextColor("#" + _vm.priorityColor, "#ffffff", "#2f374a")
3815
- } }, [_vm._v(" " + _vm._s(_vm.bcfTopic.index) + " ")]), _c("div", { staticClass: "bcf-topic-overview__content__head__date" }, [_vm._v(" " + _vm._s(_vm.$d(_vm.bcfTopic.creation_date, "short")) + " ")])]), _c("div", { staticClass: "bcf-topic-overview__content__image", class: {
3816
- "flex items-center justify-center": _vm.viewpointsWithSnapshot.length === 0
3817
- } }, [_vm.bcfTopic.topic_status ? _c("div", { staticClass: "status-badge", style: {
3818
- backgroundColor: "#" + _vm.statusColor,
3819
- color: _vm.adjustTextColor("#" + _vm.statusColor, "#ffffff", "#2f374a")
3820
- } }, [_c("BIMDataIcon", { attrs: { "name": "information", "fill": "", "color": "default" } }), _c("span", [_vm._v(_vm._s(_vm.bcfTopic.topic_status))])], 1) : _vm._e(), _vm.viewpointsWithSnapshot.length > 0 ? [_c("BIMDataCarousel", { attrs: { "sliderPadding": 0 } }, _vm._l(_vm.viewpointsWithSnapshot, function(viewpoint) {
3821
- return _c("div", { key: viewpoint.guid, staticClass: "snapshot-preview" }, [viewpoint.snapshot.snapshot_data ? _c("img", { attrs: { "src": viewpoint.snapshot.snapshot_data } }) : _vm._e()]);
3822
- }), 0)] : [_c("BcfTopicDefaultImage", { staticClass: "default-image" })]], 2), _vm.viewerMode ? _c("BIMDataButton", { attrs: { "width": "100%", "fill": "", "radius": "", "disabled": _vm.topicComponents.length === 0 }, on: { "click": function($event) {
4032
+ color: _vm.adjustTextColor("#" + _vm.priorityColor, "#FFF", "#2F374A")
4033
+ } }, [_vm._v(" " + _vm._s(_vm.bcfTopic.index) + " ")]), _c("div", { staticClass: "bcf-topic-overview__content__head__date" }, [_vm._v(" " + _vm._s(_vm.$d(_vm.bcfTopic.creation_date, "short")) + " ")])]), _c("BcfTopicViewpoints", { attrs: { "detailedExtensions": _vm.detailedExtensions, "bcfTopic": _vm.bcfTopic } }), _vm.viewerMode ? _c("BIMDataButton", { attrs: { "width": "100%", "fill": "", "radius": "", "disabled": _vm.topicComponents.length === 0 }, on: { "click": function($event) {
3823
4034
  return _vm.$emit("view-components", _vm.bcfTopic);
3824
4035
  } } }, [_c("BIMDataIcon", { attrs: { "name": "model3d", "size": "xs", "margin": "0 6px 0 0" } }), _vm.topicComponents.length > 0 ? [_vm._v(" " + _vm._s(_vm.$t("BcfComponents.BcfTopicOverview.elements", { count: _vm.topicComponents.length })) + " ")] : [_vm._v(" " + _vm._s(_vm.$t("BcfComponents.BcfTopicOverview.noElements")) + " ")]], 2) : _c("BIMDataButton", { attrs: { "width": "100%", "color": "primary", "fill": "", "radius": "" }, on: { "click": function($event) {
3825
4036
  return _vm.$emit("view-bcf-topic", _vm.bcfTopic);
@@ -3843,11 +4054,11 @@ const __vue2_script$5 = {
3843
4054
  components: {
3844
4055
  BcfTopicComments,
3845
4056
  BcfTopicDefaultImage,
4057
+ BcfTopicViewpoints,
3846
4058
  BIMDataButton: c$5,
3847
- BIMDataCarousel: c$1,
3848
- BIMDataIcon: s$9,
4059
+ BIMDataIcon: v$2,
3849
4060
  BIMDataLoading: a$4,
3850
- BIMDataSafeZoneModal: C,
4061
+ BIMDataSafeZoneModal: v$1,
3851
4062
  BIMDataTextbox: l$3
3852
4063
  },
3853
4064
  props: {
@@ -3859,11 +4070,11 @@ const __vue2_script$5 = {
3859
4070
  type: Object,
3860
4071
  required: true
3861
4072
  },
3862
- bcfTopic: {
4073
+ detailedExtensions: {
3863
4074
  type: Object,
3864
4075
  required: true
3865
4076
  },
3866
- detailedExtensions: {
4077
+ bcfTopic: {
3867
4078
  type: Object,
3868
4079
  required: true
3869
4080
  },
@@ -3880,6 +4091,7 @@ const __vue2_script$5 = {
3880
4091
  "comment-deleted",
3881
4092
  "comment-updated",
3882
4093
  "edit-bcf-topic",
4094
+ "topic-delete-error",
3883
4095
  "view-bcf-topic",
3884
4096
  "view-components"
3885
4097
  ],
@@ -3887,11 +4099,7 @@ const __vue2_script$5 = {
3887
4099
  const { deleteTopic: deleteTopic2 } = useService();
3888
4100
  const loading = ref(false);
3889
4101
  const showDeleteModal = ref(false);
3890
- const viewpointsWithSnapshot = computed(() => {
3891
- return props.bcfTopic.viewpoints.filter((viewpoint) => Boolean(viewpoint.snapshot));
3892
- });
3893
4102
  const priorityColor = computed(() => getPriorityColor(props.bcfTopic, props.detailedExtensions));
3894
- const statusColor = computed(() => getStatusColor(props.bcfTopic, props.detailedExtensions));
3895
4103
  const topicComponents = computed(() => {
3896
4104
  var _a, _b;
3897
4105
  const components2 = (_b = (_a = props.bcfTopic.viewpoints) == null ? void 0 : _a[0]) == null ? void 0 : _b.components;
@@ -3912,6 +4120,8 @@ const __vue2_script$5 = {
3912
4120
  await deleteTopic2(props.project, props.bcfTopic);
3913
4121
  emit("bcf-topic-deleted", props.bcfTopic);
3914
4122
  emit("close");
4123
+ } catch (error) {
4124
+ emit("topic-delete-error");
3915
4125
  } finally {
3916
4126
  loading.value = false;
3917
4127
  }
@@ -3920,17 +4130,15 @@ const __vue2_script$5 = {
3920
4130
  loading,
3921
4131
  priorityColor,
3922
4132
  showDeleteModal,
3923
- statusColor,
3924
4133
  topicComponents,
3925
4134
  topicLabels,
3926
- viewpointsWithSnapshot,
3927
4135
  adjustTextColor,
3928
4136
  removeTopic
3929
4137
  };
3930
4138
  }
3931
4139
  };
3932
4140
  const __cssModules$5 = {};
3933
- var __component__$5 = /* @__PURE__ */ normalizeComponent(__vue2_script$5, render$5, staticRenderFns$5, false, __vue2_injectStyles$5, "696373ad", null, null);
4141
+ var __component__$5 = /* @__PURE__ */ normalizeComponent(__vue2_script$5, render$5, staticRenderFns$5, false, __vue2_injectStyles$5, "d9c4613c", null, null);
3934
4142
  function __vue2_injectStyles$5(context) {
3935
4143
  for (let o2 in __cssModules$5) {
3936
4144
  this[o2] = __cssModules$5[o2];
@@ -3943,7 +4151,7 @@ var columnsDef = [
3943
4151
  {
3944
4152
  id: "index",
3945
4153
  label: "#",
3946
- width: "54px",
4154
+ width: "60px",
3947
4155
  align: "center"
3948
4156
  },
3949
4157
  {
@@ -4055,7 +4263,7 @@ const b = { xxxs: 10, xxs: 13, xs: 16, s: 18, m: 22, l: 28, xl: 36, xxl: 45, xxx
4055
4263
  var g;
4056
4264
  const h = a({ render: function() {
4057
4265
  var r2 = this, o2 = r2.$createElement, a2 = r2._self._c || o2;
4058
- return a2("div", { staticClass: "bimdata-table" }, [a2("div", { staticClass: "bimdata-table__container", style: { height: r2.paginated ? (r2.perPage + 1) * r2.rowHeight + "px" : void 0 } }, [a2("table", { style: { width: r2.tableWidth } }, [a2("thead", [a2("tr", { key: "head-row-0", style: { height: r2.rowHeight + "px" } }, [r2.selectable ? a2("th", { staticClass: "cell-checkbox" }, [a2("BIMDataCheckbox", { attrs: { disabled: r2.rows.length === 0, modelValue: r2.rows.length > 0 && r2.selection.size === r2.rows.length }, on: { "update:modelValue": r2.toggleFullSelection } })], 1) : r2._e(), r2._v(" "), r2._l(r2.columns, function(o3, e2) {
4266
+ return a2("div", { staticClass: "bimdata-table" }, [a2("div", { staticClass: "bimdata-table__container", style: { height: r2.paginated ? (r2.perPage + 1) * r2.rowHeight + "px" : void 0 } }, [a2("table", { style: { width: r2.tableWidth, tableLayout: r2.tableLayout } }, [a2("thead", [a2("tr", { key: "head-row-0", style: { height: r2.rowHeight + "px" } }, [r2.selectable ? a2("th", { staticClass: "cell-checkbox" }, [a2("BIMDataCheckbox", { attrs: { disabled: r2.rows.length === 0, modelValue: r2.rows.length > 0 && r2.selection.size === r2.rows.length }, on: { "update:modelValue": r2.toggleFullSelection } })], 1) : r2._e(), r2._v(" "), r2._l(r2.columns, function(o3, e2) {
4059
4267
  return a2("th", { key: "head-row-0-col-" + e2, style: { width: o3.width || "auto", textAlign: o3.align || "left" } }, [r2._v("\n " + r2._s(o3.id ? o3.label || o3.id : o3) + "\n ")]);
4060
4268
  })], 2)]), r2._v(" "), a2("tbody", r2._l(r2.rows, function(o3, e2) {
4061
4269
  return a2("tr", { directives: [{ name: "show", rawName: "v-show", value: r2.displayedRows.includes(e2), expression: "displayedRows.includes(i)" }], key: "body-row-" + e2, style: { height: r2.rowHeight + "px" } }, [r2.selectable ? a2("td", { staticClass: "cell-checkbox" }, [a2("BIMDataCheckbox", { attrs: { modelValue: r2.selection.has(e2) }, on: { "update:modelValue": function(o4) {
@@ -4071,7 +4279,7 @@ const h = a({ render: function() {
4071
4279
  r2.pageIndex++;
4072
4280
  } } }, [a2("BIMDataIconChevron", { attrs: { size: "s" } })], 1)], 1) : r2._e()]);
4073
4281
  }, staticRenderFns: [] }, function(r2) {
4074
- r2 && r2("data-v-d08de924_0", { source: 'html[data-v-d08de924]{--color-primary-lighter:rgba(248, 249, 250, 1);--color-primary-light:rgba(67, 78, 105, 1);--color-primary:rgba(47, 55, 74, 1);--color-primary-dark:rgba(27, 32, 43, 1);--color-secondary-lighter:rgba(255, 252, 242, 1);--color-secondary-light:rgba(250, 212, 94, 1);--color-secondary:rgba(249, 199, 44, 1);--color-secondary-dark:rgba(235, 180, 7, 1);--color-white:rgba(255, 255, 255, 1);--color-silver-light:rgba(247, 247, 247, 1);--color-silver:rgba(216, 216, 216, 1);--color-silver-dark:rgba(189, 189, 189, 1);--color-granite-light:rgba(122, 122, 122, 1);--color-granite:rgba(96, 96, 96, 1);--color-black:rgba(0, 0, 0, 1);--color-text:rgba(47, 55, 74, 1);--color-black-100:rgba(0, 0, 0, 0.1);--color-success-lighter:rgba(226, 255, 239, 1);--color-success-light:rgba(0, 200, 92, 1);--color-success:rgba(0, 175, 80, 1);--color-success-dark:rgba(0, 149, 68, 1);--color-warning-lighter:rgba(255, 233, 204, 1);--color-warning-light:rgba(255, 167, 51, 1);--color-warning:rgba(255, 145, 0, 1);--color-warning-dark:rgba(204, 116, 0, 1);--color-high-lighter:rgba(255, 237, 234, 1);--color-high-light:rgba(255, 104, 81, 1);--color-high:rgba(255, 61, 30, 1);--color-high-dark:rgba(234, 31, 0, 1);--font-size:14px;--box-shadow:0px 2px 10px rgba(0, 0, 0, 0.1);--border-radius-tiny:3px;--spacing-unit:12px;--size-btn-options:45px;--primary-font:"roboto",sans-serif}.bimdata-table[data-v-d08de924]{width:100%;font-size:.9rem;background-color:var(--color-white)}.bimdata-table__container table[data-v-d08de924]{border-collapse:collapse;border-spacing:0}.bimdata-table__container table tbody tr[data-v-d08de924]:nth-child(odd){background-color:var(--color-silver-light)}.bimdata-table__container table td[data-v-d08de924],.bimdata-table__container table th[data-v-d08de924]{min-height:calc(var(--spacing-unit) * 2);padding:0 var(--spacing-unit)}.bimdata-table__container table td.cell-checkbox[data-v-d08de924]:deep(),.bimdata-table__container table th.cell-checkbox[data-v-d08de924]:deep(){width:42px}.bimdata-table__container table th[data-v-d08de924]{font-weight:700;color:var(--color-primary)}.bimdata-table__container table td[data-v-d08de924]{color:var(--color-granite)}.bimdata-table__container__placeholder[data-v-d08de924]{display:flex;justify-content:center;align-items:center;padding:var(--spacing-unit);font-size:1rem;font-weight:700;background-color:var(--color-silver-light)}.bimdata-table__page-nav[data-v-d08de924]{display:flex;justify-content:flex-end;align-items:center;padding:var(--spacing-unit)}.bimdata-table__page-nav__text[data-v-d08de924]{margin:0 var(--spacing-unit)}', map: void 0, media: void 0 });
4282
+ r2 && r2("data-v-2b0e9988_0", { source: 'html[data-v-2b0e9988]{--color-primary-lighter:rgba(248, 249, 250, 1);--color-primary-light:rgba(67, 78, 105, 1);--color-primary:rgba(47, 55, 74, 1);--color-primary-dark:rgba(27, 32, 43, 1);--color-secondary-lighter:rgba(255, 252, 242, 1);--color-secondary-light:rgba(250, 212, 94, 1);--color-secondary:rgba(249, 199, 44, 1);--color-secondary-dark:rgba(235, 180, 7, 1);--color-white:rgba(255, 255, 255, 1);--color-silver-light:rgba(247, 247, 247, 1);--color-silver:rgba(216, 216, 216, 1);--color-silver-dark:rgba(189, 189, 189, 1);--color-granite-light:rgba(122, 122, 122, 1);--color-granite:rgba(96, 96, 96, 1);--color-black:rgba(0, 0, 0, 1);--color-text:rgba(47, 55, 74, 1);--color-black-100:rgba(0, 0, 0, 0.1);--color-success-lighter:rgba(226, 255, 239, 1);--color-success-light:rgba(0, 200, 92, 1);--color-success:rgba(0, 175, 80, 1);--color-success-dark:rgba(0, 149, 68, 1);--color-warning-lighter:rgba(255, 233, 204, 1);--color-warning-light:rgba(255, 167, 51, 1);--color-warning:rgba(255, 145, 0, 1);--color-warning-dark:rgba(204, 116, 0, 1);--color-high-lighter:rgba(255, 237, 234, 1);--color-high-light:rgba(255, 104, 81, 1);--color-high:rgba(255, 61, 30, 1);--color-high-dark:rgba(234, 31, 0, 1);--font-size:14px;--box-shadow:0px 2px 10px rgba(0, 0, 0, 0.1);--border-radius-tiny:3px;--spacing-unit:12px;--size-btn-options:45px;--primary-font:"roboto",sans-serif}.bimdata-table[data-v-2b0e9988]{width:100%;font-size:.9rem;background-color:var(--color-white)}.bimdata-table__container table[data-v-2b0e9988]{border-collapse:collapse;border-spacing:0}.bimdata-table__container table tbody tr[data-v-2b0e9988]:nth-child(odd){background-color:var(--color-silver-light)}.bimdata-table__container table td[data-v-2b0e9988],.bimdata-table__container table th[data-v-2b0e9988]{min-height:calc(var(--spacing-unit) * 2);padding:0 var(--spacing-unit)}.bimdata-table__container table td.cell-checkbox[data-v-2b0e9988]:deep(),.bimdata-table__container table th.cell-checkbox[data-v-2b0e9988]:deep(){width:42px}.bimdata-table__container table th[data-v-2b0e9988]{font-weight:700;color:var(--color-primary)}.bimdata-table__container table td[data-v-2b0e9988]{color:var(--color-granite)}.bimdata-table__container__placeholder[data-v-2b0e9988]{display:flex;justify-content:center;align-items:center;padding:var(--spacing-unit);font-size:1rem;font-weight:700;background-color:var(--color-silver-light)}.bimdata-table__page-nav[data-v-2b0e9988]{display:flex;justify-content:flex-end;align-items:center;padding:var(--spacing-unit)}.bimdata-table__page-nav__text[data-v-2b0e9988]{margin:0 var(--spacing-unit)}', map: void 0, media: void 0 });
4075
4283
  }, { components: { BIMDataButton: c, BIMDataCheckbox: n, BIMDataIconChevron: a({ render: function() {
4076
4284
  var r2 = this.$createElement, o2 = this._self._c || r2;
4077
4285
  return o2("svg", { class: this.classes, style: this.style, attrs: { xmlns: "http://www.w3.org/2000/svg", preserveAspectRatio: "xMidYMid meet", viewBox: "0 0 24 24", width: "100%", fill: this.fillColor, color: this.color } }, [o2("Chevron")], 1);
@@ -4084,7 +4292,7 @@ const h = a({ render: function() {
4084
4292
  return { width: r2 + "px", minWidth: r2 + "px", height: r2 + "px", minHeight: r2 + "px", margin: "" + this.margin, transform: `rotate(${this.rotate}deg)` };
4085
4293
  } }, methods: { getPixelSize() {
4086
4294
  return this.customSize ? this.customSize : b[this.size];
4087
- } } }, "data-v-20c38c94", false, void 0, false, t, void 0, void 0) }, props: { columns: { type: Array, required: true }, rows: { type: Array, required: true }, rowHeight: { type: Number, default: 50 }, selectable: { type: Boolean, default: false }, paginated: { type: Boolean, default: false }, perPage: { type: Number, default: 10 }, placeholder: { type: String, default: "" }, tableWidth: { type: [Number, String], default: "100%" } }, emits: ["selection-changed", "row-selected", "row-unselected", "all-selected", "all-unselected"], data: () => ({ displayedRows: [], pageIndex: 0, pageStartIndex: 1, pageEndIndex: 1, selection: /* @__PURE__ */ new Map(), selectionRefs: [], oldSelectionRefs: [], fullSelectionRef: false }), watch: { rows: { immediate: true, handler(r2) {
4295
+ } } }, "data-v-20c38c94", false, void 0, false, t, void 0, void 0) }, props: { columns: { type: Array, required: true }, rows: { type: Array, required: true }, rowHeight: { type: Number, default: 50 }, selectable: { type: Boolean, default: false }, paginated: { type: Boolean, default: false }, perPage: { type: Number, default: 10 }, placeholder: { type: String, default: "" }, tableWidth: { type: String, default: "100%" }, tableLayout: { type: String, default: "auto" } }, emits: ["selection-changed", "row-selected", "row-unselected", "all-selected", "all-unselected"], data: () => ({ displayedRows: [], pageIndex: 0, pageStartIndex: 1, pageEndIndex: 1, selection: /* @__PURE__ */ new Map(), selectionRefs: [], oldSelectionRefs: [], fullSelectionRef: false }), watch: { rows: { immediate: true, handler(r2) {
4088
4296
  this.selection = /* @__PURE__ */ new Map(), this.buildSelectionRefs(r2, false), this.setPagination();
4089
4297
  } }, paginated: { immediate: true, handler() {
4090
4298
  this.setPagination();
@@ -4119,7 +4327,7 @@ const h = a({ render: function() {
4119
4327
  this.displayedRows = r2.slice(o2, a2), this.pageStartIndex = o2 + 1, this.pageEndIndex = Math.min(a2, this.$props.rows.length);
4120
4328
  } else
4121
4329
  this.displayedRows = r2;
4122
- } } }, "data-v-d08de924", false, void 0, false, t, void 0, void 0);
4330
+ } } }, "data-v-2b0e9988", false, void 0, false, t, void 0, void 0);
4123
4331
  var render$4 = function() {
4124
4332
  var _vm = this;
4125
4333
  var _h = _vm.$createElement;
@@ -4270,7 +4478,7 @@ var render = function() {
4270
4478
  var _vm = this;
4271
4479
  var _h = _vm.$createElement;
4272
4480
  var _c = _vm._self._c || _h;
4273
- return _c("BIMDataTable", { staticClass: "bcf-topics-table", attrs: { "columns": _vm.displayedColumns.map(function(col) {
4481
+ return _c("BIMDataTable", { staticClass: "bcf-topics-table", attrs: { "tableLayout": "fixed", "columns": _vm.displayedColumns.map(function(col) {
4274
4482
  return Object.assign({}, col, { label: col.label || _vm.$t("BcfComponents.BcfTopicsTable.headers." + col.id) });
4275
4483
  }), "rows": _vm.bcfTopics, "rowKey": "guid", "paginated": _vm.paginated, "perPage": _vm.perPage, "rowHeight": 42 }, scopedSlots: _vm._u([{ key: "cell-index", fn: function(ref2) {
4276
4484
  var bcfTopic = ref2.row;
@@ -4285,11 +4493,13 @@ var render = function() {
4285
4493
  var bcfTopic = ref2.row;
4286
4494
  return [_c("BIMDataTextbox", { attrs: { "maxWidth": "100%", "text": bcfTopic.title } })];
4287
4495
  } }, { key: "cell-creator", fn: function(ref2) {
4288
- var creator = ref2.row.creator;
4289
- return [_c("UserAvatar", { staticStyle: { "margin": "auto" }, attrs: { "user": creator || {}, "size": 30, "color": "silver-light" } })];
4496
+ var ref_row = ref2.row;
4497
+ var creator = ref_row.creator;
4498
+ var creation_author = ref_row.creation_author;
4499
+ return [_c("BIMDataTooltip", { attrs: { "text": creation_author } }, [_c("UserAvatar", { staticStyle: { "margin": "auto" }, attrs: { "user": creator || {}, "size": 30, "color": "silver-light" } })], 1)];
4290
4500
  } }, { key: "cell-date", fn: function(ref2) {
4291
4501
  var bcfTopic = ref2.row;
4292
- return [_vm._v(" " + _vm._s(_vm.deserializeShort(bcfTopic.creationDate)) + " ")];
4502
+ return [_vm._v(" " + _vm._s(_vm.deserializeShort(bcfTopic.creation_date)) + " ")];
4293
4503
  } }, { key: "cell-actions", fn: function(ref2) {
4294
4504
  var bcfTopic = ref2.row;
4295
4505
  return [_c("BcfTopicActionsCell", { attrs: { "bcfTopic": bcfTopic }, on: { "open-bcf-topic": function($event) {
@@ -4306,6 +4516,7 @@ const __vue2_script = {
4306
4516
  BcfTopicStatusCell,
4307
4517
  BIMDataTable: h,
4308
4518
  BIMDataTextbox: l$3,
4519
+ BIMDataTooltip: l$2,
4309
4520
  UserAvatar
4310
4521
  },
4311
4522
  props: {
@@ -4360,4 +4571,4 @@ const components = {
4360
4571
  BcfTopicOverview,
4361
4572
  BcfTopicsTable
4362
4573
  };
4363
- export { BcfFilters, BcfSettings, BcfStatistics, BcfTopicCard, BcfTopicCreationCard, BcfTopicForm, BcfTopicOverview, BcfTopicsTable, components, getPriorityColor, getStatusColor, setApiClient, useBcfFilter, useBcfSearch, useBcfSort };
4574
+ export { BcfFilters, BcfSettings, BcfStatistics, BcfTopicCard, BcfTopicCreationCard, BcfTopicForm, BcfTopicOverview, BcfTopicsTable, components, config, getPriorityColor, getStatusColor, setApiClient, useBcfFilter, useBcfSearch, useBcfSort };