@bimdata/bcf-components 3.1.0-rc.2 → 3.1.0-rc.4
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.
- package/dist/i18n/lang/fr.json +1 -0
- package/dist/vue2/bcf-components.mjs +67 -55
- package/dist/vue2/style.css +1 -1
- package/dist/vue3/bcf-components.mjs +565 -551
- package/dist/vue3/style.css +1 -1
- package/package.json +1 -1
package/dist/i18n/lang/fr.json
CHANGED
|
@@ -47,6 +47,7 @@
|
|
|
47
47
|
"BcfTopicForm": {
|
|
48
48
|
"createTitle": "Signaler un problème",
|
|
49
49
|
"dragDropImageText": "Veuillez sélectionner un fichier",
|
|
50
|
+
"dragDropImageTextTablet": "Prendre une photo",
|
|
50
51
|
"addObjectButton": "Objet",
|
|
51
52
|
"addAnnotationButton": "Annotation",
|
|
52
53
|
"annotationButtonTooltip": "Ce topic ne possède actuellement aucun point de vue",
|
|
@@ -21,32 +21,38 @@ const Ce = Object.freeze([
|
|
|
21
21
|
Stage: "stages",
|
|
22
22
|
Status: "topic_statuses",
|
|
23
23
|
Label: "topic_labels"
|
|
24
|
-
}), U1 = "D8D8D8", _e = "D8D8D8", q1 = "originating_system", Y1 = "authoring_tool_id",
|
|
24
|
+
}), U1 = "D8D8D8", _e = "D8D8D8", q1 = "originating_system", Y1 = "authoring_tool_id", U = Object.freeze({
|
|
25
25
|
V3D: "ifc3d",
|
|
26
|
+
PTC: "pointCloud",
|
|
26
27
|
V2D: "ifc2d",
|
|
27
28
|
DWG: "dwg",
|
|
28
29
|
PLAN: "plan"
|
|
29
30
|
}), W1 = Object.freeze({
|
|
30
|
-
[
|
|
31
|
+
[U.V3D]: {
|
|
31
32
|
order: 1,
|
|
32
33
|
window: "3d",
|
|
33
34
|
plugin: "viewer3d",
|
|
34
35
|
icon: "fileIfcPolychrome"
|
|
35
36
|
},
|
|
36
|
-
[
|
|
37
|
+
[U.PTC]: {
|
|
37
38
|
order: 2,
|
|
39
|
+
window: "tileset",
|
|
40
|
+
plugin: "tileset"
|
|
41
|
+
},
|
|
42
|
+
[U.V2D]: {
|
|
43
|
+
order: 3,
|
|
38
44
|
window: "2d",
|
|
39
45
|
plugin: "viewer2d",
|
|
40
46
|
icon: "fileIfcPolychrome"
|
|
41
47
|
},
|
|
42
|
-
[
|
|
43
|
-
order:
|
|
48
|
+
[U.DWG]: {
|
|
49
|
+
order: 4,
|
|
44
50
|
window: "dwg",
|
|
45
51
|
plugin: "dwg",
|
|
46
52
|
icon: "fileDwgPolychrome"
|
|
47
53
|
},
|
|
48
|
-
[
|
|
49
|
-
order:
|
|
54
|
+
[U.PLAN]: {
|
|
55
|
+
order: 5,
|
|
50
56
|
window: "plan",
|
|
51
57
|
plugin: "plan",
|
|
52
58
|
icon: "filePlanPolychrome"
|
|
@@ -61,7 +67,7 @@ const Ce = Object.freeze([
|
|
|
61
67
|
EXTENSION_WITH_COLOR: pe,
|
|
62
68
|
VIEWPOINT_CONFIG: W1,
|
|
63
69
|
VIEWPOINT_MODELS_FIELD: Y1,
|
|
64
|
-
VIEWPOINT_TYPES:
|
|
70
|
+
VIEWPOINT_TYPES: U,
|
|
65
71
|
VIEWPOINT_TYPE_FIELD: q1
|
|
66
72
|
}, Symbol.toStringTag, { value: "Module" })), Ee = Object.freeze({
|
|
67
73
|
bisque: "ffe4c4",
|
|
@@ -443,13 +449,13 @@ var S1 = { exports: {} };
|
|
|
443
449
|
r.default = (0, p.default)(c, 4), e.exports = r.default;
|
|
444
450
|
})(Z1, Z1.exports);
|
|
445
451
|
const Ne = /* @__PURE__ */ Se(Z1.exports);
|
|
446
|
-
function
|
|
452
|
+
function q(e) {
|
|
447
453
|
return ge[e];
|
|
448
454
|
}
|
|
449
455
|
function He(e, r) {
|
|
450
456
|
return r[be[e]];
|
|
451
457
|
}
|
|
452
|
-
function
|
|
458
|
+
function W(e, r) {
|
|
453
459
|
const t = r.priorities.find(
|
|
454
460
|
(i) => i.priority === e.priority
|
|
455
461
|
);
|
|
@@ -468,7 +474,7 @@ function J4(e, { fetchUsers: r }) {
|
|
|
468
474
|
fetchTopics: async (_) => {
|
|
469
475
|
const H = await t(_), y = await e.bcfApi.getDetailedExtensions(_.id), Z = await e.bcfApi.getTopics(_.id);
|
|
470
476
|
return Z.sort((F, R) => R.index - F.index), await Ne(Z, 10, async (F) => {
|
|
471
|
-
F.color =
|
|
477
|
+
F.color = W(F, y), F.creator = H.find((R) => R.email === F.creation_author), F.viewpoints = await e.bcfApi.getTopicViewpoints(
|
|
472
478
|
_.id,
|
|
473
479
|
F.guid,
|
|
474
480
|
"url"
|
|
@@ -477,7 +483,7 @@ function J4(e, { fetchUsers: r }) {
|
|
|
477
483
|
},
|
|
478
484
|
fecthTopicByGuid: async (_, H) => {
|
|
479
485
|
const y = await e.bcfApi.getDetailedExtensions(_.id), Z = await e.bcfApi.getFullTopic(H, _.id, "url");
|
|
480
|
-
return Z.color =
|
|
486
|
+
return Z.color = W(Z, y), Z;
|
|
481
487
|
},
|
|
482
488
|
createTopic: async (_, H) => await e.bcfApi.createFullTopic(
|
|
483
489
|
_.id,
|
|
@@ -537,7 +543,7 @@ function J4(e, { fetchUsers: r }) {
|
|
|
537
543
|
createExtension: async (_, H, y) => await e.bcfApi[`createExtension${H}`](
|
|
538
544
|
_.id,
|
|
539
545
|
{
|
|
540
|
-
[
|
|
546
|
+
[q(H)]: y.value,
|
|
541
547
|
color: Re()
|
|
542
548
|
}
|
|
543
549
|
),
|
|
@@ -545,7 +551,7 @@ function J4(e, { fetchUsers: r }) {
|
|
|
545
551
|
y.id,
|
|
546
552
|
_.id,
|
|
547
553
|
{
|
|
548
|
-
[
|
|
554
|
+
[q(H)]: Z.value,
|
|
549
555
|
color: Z.color
|
|
550
556
|
}
|
|
551
557
|
),
|
|
@@ -1313,7 +1319,7 @@ var p2 = { bind(e, r) {
|
|
|
1313
1319
|
} }, methods: { onClick() {
|
|
1314
1320
|
this.disabled || this.$emit("update:modelValue", !this.checked);
|
|
1315
1321
|
} } };
|
|
1316
|
-
function
|
|
1322
|
+
function Y(e, r, t, i, a, s, n, l, u, p) {
|
|
1317
1323
|
typeof n != "boolean" && (u = l, l = n, n = !1);
|
|
1318
1324
|
const d = typeof t == "function" ? t.options : t;
|
|
1319
1325
|
let c;
|
|
@@ -1355,21 +1361,21 @@ function n1(e) {
|
|
|
1355
1361
|
}(r, t);
|
|
1356
1362
|
}
|
|
1357
1363
|
let C1;
|
|
1358
|
-
const g2 = {}, s5 =
|
|
1364
|
+
const g2 = {}, s5 = Y({ render: function() {
|
|
1359
1365
|
var e = this, r = e.$createElement, t = e._self._c || r;
|
|
1360
1366
|
return t("div", { staticClass: "bimdata-checkbox", class: { indeterminate: e.indeterminate, disabled: e.disabled, checked: e.checked }, style: e.style, on: { click: e.onClick } }, [t("span", { staticClass: "bimdata-checkbox__mark" }), e._v(" "), e.text ? t("span", { staticClass: "bimdata-checkbox__text" }, [e._t("default", function() {
|
|
1361
1367
|
return [e._v(e._s(e.text))];
|
|
1362
1368
|
})], 2) : e._e()]);
|
|
1363
1369
|
}, staticRenderFns: [] }, function(e) {
|
|
1364
1370
|
e && (e("data-v-119f0061_0", { source: 'html[data-v-119f0061]{--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-119f0061]{--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-119f0061]{text-align:left}.text-center[data-v-119f0061]{text-align:center}.text-right[data-v-119f0061]{text-align:right}.bimdata-link[data-v-119f0061]{color:var(--color-primary);border-bottom:1px solid var(--color-primary);font-weight:700}.primary-font[data-v-119f0061]{font-family:roboto,sans-serif}', map: void 0, media: void 0 }), e("data-v-119f0061_1", { source: '.bimdata-checkbox{position:relative;display:flex;align-items:center;font-family:var(--primary-font);font-size:1em;cursor:pointer;user-select:none}.bimdata-checkbox :after,.bimdata-checkbox :before{-webkit-box-sizing:border-box;box-sizing:border-box}.bimdata-checkbox__mark{width:13px;height:13px;position:relative;top:0;left:0;border:solid 1px var(--color-primary);border-radius:2px;box-sizing:border-box}.bimdata-checkbox__mark::after{width:4px;height:7px;content:"";display:block;position:absolute;top:1px;left:3px;border:solid transparent;opacity:0;transform:rotate(45deg)}.bimdata-checkbox__text{width:calc(100% - 13px - 5px);margin-left:6px;font-size:.8571428571em}.bimdata-checkbox.checked>.bimdata-checkbox__mark,.bimdata-checkbox.indeterminate>.bimdata-checkbox__mark{background-color:var(--color-primary)}.bimdata-checkbox:not(.indeterminate):not(.checked)>.bimdata-checkbox__mark::after{border-color:transparent}.bimdata-checkbox.checked>.bimdata-checkbox__mark::after,.bimdata-checkbox:not(.indeterminate)>.bimdata-checkbox__mark::after{border:solid 1px var(--color-white);border-left:none;border-top:none;border-width:0 1px 1px 0;opacity:1}.bimdata-checkbox.indeterminate>.bimdata-checkbox__mark::after{border-width:0 1px 0 0;transform:rotate(90deg)}.bimdata-checkbox.disabled{cursor:default}.bimdata-checkbox.disabled>.bimdata-checkbox__mark{border-color:var(--color-silver-dark)}.bimdata-checkbox.disabled>.bimdata-checkbox__text{color:var(--color-silver-dark)}.bimdata-checkbox.checked.disabled>.bimdata-checkbox__mark{background-color:var(--color-silver-dark)}', map: void 0, media: void 0 }));
|
|
1365
|
-
}, o5, "data-v-119f0061", !1, void 0, !1, n1, void 0, void 0), l5 =
|
|
1371
|
+
}, o5, "data-v-119f0061", !1, void 0, !1, n1, void 0, void 0), l5 = Y({ render: function() {
|
|
1366
1372
|
var e = this.$createElement;
|
|
1367
1373
|
return (this._self._c || e)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M6.0522 2.19676C5.9826 2.27217 5.9826 2.39544 6.0522 2.47105L14.4046 11.5192L6.08804 20.529C6.01825 20.6044 6.01825 20.7279 6.08804 20.8033L8.06344 22.9433C8.13304 23.0189 8.24702 23.0189 8.31662 22.9433L18.7257 11.667C18.7942 11.5928 18.795 11.4724 18.729 11.3968C18.7202 11.3736 18.7071 11.3518 18.6899 11.3331L8.28077 0.0565512C8.21117 -0.0188504 8.09719 -0.0188504 8.02759 0.0565512L6.0522 2.19676Z" } });
|
|
1368
1374
|
}, staticRenderFns: [] }, void 0, {}, void 0, !1, void 0, !1, void 0, void 0, void 0);
|
|
1369
1375
|
var c5 = Object.freeze(["black", "default", "granite", "granite-light", "high", "primary", "secondary", "success", "silver", "silver-light", "silver-dark", "warning", "white"]);
|
|
1370
1376
|
const b2 = { xxxs: 10, xxs: 13, xs: 16, s: 18, m: 22, l: 28, xl: 36, xxl: 45, xxxl: 60 };
|
|
1371
1377
|
var _2;
|
|
1372
|
-
const m2 =
|
|
1378
|
+
const m2 = Y({ render: function() {
|
|
1373
1379
|
var e = this, r = e.$createElement, t = e._self._c || r;
|
|
1374
1380
|
return t("svg", { class: e.classes, style: e.style, attrs: { xmlns: "http://www.w3.org/2000/svg", preserveAspectRatio: "xMidYMid meet", viewBox: "0 0 24 24", width: "100%", fill: e.fillColor, color: e.color } }, [t("Chevron")], 1);
|
|
1375
1381
|
}, staticRenderFns: [] }, function(e) {
|
|
@@ -1381,12 +1387,12 @@ const m2 = q({ render: function() {
|
|
|
1381
1387
|
return { width: `${e}px`, minWidth: `${e}px`, height: `${e}px`, minHeight: `${e}px`, margin: `${this.margin}`, transform: `rotate(${this.rotate}deg)` };
|
|
1382
1388
|
} }, methods: { getPixelSize() {
|
|
1383
1389
|
return this.customSize ? this.customSize : b2[this.size];
|
|
1384
|
-
} } }, "data-v-20c38c94", !1, void 0, !1, n1, void 0, void 0), Ve =
|
|
1390
|
+
} } }, "data-v-20c38c94", !1, void 0, !1, n1, void 0, void 0), Ve = Y({ render: function() {
|
|
1385
1391
|
var e = this, r = e.$createElement;
|
|
1386
1392
|
return (e._self._c || r)(e.selectorComponent, e._b({ tag: "component", attrs: { modelValue: e.modelValue }, on: { "update:modelValue": function(t) {
|
|
1387
1393
|
return e.$emit("update:modelValue", t);
|
|
1388
1394
|
} } }, "component", e.$props, !1));
|
|
1389
|
-
}, staticRenderFns: [] }, void 0, { components: { BIMDataSelectMulti:
|
|
1395
|
+
}, staticRenderFns: [] }, void 0, { components: { BIMDataSelectMulti: Y({ render: function() {
|
|
1390
1396
|
var e = this, r = e.$createElement, t = e._self._c || r;
|
|
1391
1397
|
return t("div", { directives: [{ name: "clickaway", rawName: "v-clickaway", value: function() {
|
|
1392
1398
|
return e.isOpen = !1;
|
|
@@ -1426,7 +1432,7 @@ const m2 = q({ render: function() {
|
|
|
1426
1432
|
} else
|
|
1427
1433
|
r = this.modelValue.concat(e);
|
|
1428
1434
|
this.$emit("update:modelValue", r);
|
|
1429
|
-
} } }, "data-v-09766700", !1, void 0, !1, n1, void 0, void 0), BIMDataSelectSingle:
|
|
1435
|
+
} } }, "data-v-09766700", !1, void 0, !1, n1, void 0, void 0), BIMDataSelectSingle: Y({ render: function() {
|
|
1430
1436
|
var e = this, r = e.$createElement, t = e._self._c || r;
|
|
1431
1437
|
return t("div", { directives: [{ name: "clickaway", rawName: "v-clickaway", value: function() {
|
|
1432
1438
|
return e.isOpen = !1;
|
|
@@ -1687,7 +1693,7 @@ function k(e, r, t, i, a, s, n, l) {
|
|
|
1687
1693
|
options: u
|
|
1688
1694
|
};
|
|
1689
1695
|
}
|
|
1690
|
-
function
|
|
1696
|
+
function X(e) {
|
|
1691
1697
|
return Array.from(new Set(e)).sort(
|
|
1692
1698
|
(r, t) => r.localeCompare(t, void 0, { sensitivity: "base" })
|
|
1693
1699
|
);
|
|
@@ -1710,15 +1716,15 @@ const h5 = {
|
|
|
1710
1716
|
const t = m(!1), i = () => t.value = !1, a = () => t.value = !t.value, s = m(null), { filters: n, filteredTopics: l, reset: u } = Ae(
|
|
1711
1717
|
x(() => e.topics)
|
|
1712
1718
|
), p = x(
|
|
1713
|
-
() =>
|
|
1719
|
+
() => X(e.topics.map((V) => V.priority))
|
|
1714
1720
|
), d = x(
|
|
1715
|
-
() =>
|
|
1721
|
+
() => X(e.topics.map((V) => V.topic_status))
|
|
1716
1722
|
), c = x(
|
|
1717
|
-
() =>
|
|
1723
|
+
() => X(e.topics.map((V) => V.assigned_to))
|
|
1718
1724
|
), o = x(
|
|
1719
|
-
() =>
|
|
1725
|
+
() => X(e.topics.map((V) => V.creation_author))
|
|
1720
1726
|
), b = x(
|
|
1721
|
-
() =>
|
|
1727
|
+
() => X(e.topics.flatMap((V) => V.labels))
|
|
1722
1728
|
);
|
|
1723
1729
|
return {
|
|
1724
1730
|
creatorOptions: o,
|
|
@@ -1978,7 +1984,7 @@ const x5 = {
|
|
|
1978
1984
|
],
|
|
1979
1985
|
setup(e, { emit: r }) {
|
|
1980
1986
|
const t = m(!1), i = m(!1), a = m(!1), s = m(
|
|
1981
|
-
e.extension[
|
|
1987
|
+
e.extension[q(e.extensionType)]
|
|
1982
1988
|
), n = m(e.extension.color), l = m(null);
|
|
1983
1989
|
return o1(
|
|
1984
1990
|
t,
|
|
@@ -1992,7 +1998,7 @@ const x5 = {
|
|
|
1992
1998
|
isOpenColorSelector: i,
|
|
1993
1999
|
isOpenDeleteGuard: a,
|
|
1994
2000
|
adjustBorderColor: Ie,
|
|
1995
|
-
getExtensionField:
|
|
2001
|
+
getExtensionField: q,
|
|
1996
2002
|
submitColor: async (c) => {
|
|
1997
2003
|
c !== e.extension.color && (r("update-extension", {
|
|
1998
2004
|
extensionType: e.extensionType,
|
|
@@ -2007,7 +2013,7 @@ const x5 = {
|
|
|
2007
2013
|
});
|
|
2008
2014
|
},
|
|
2009
2015
|
submitValue: async () => {
|
|
2010
|
-
s.value !== e.extension[
|
|
2016
|
+
s.value !== e.extension[q(e.extensionType)] && (r("update-extension", {
|
|
2011
2017
|
extensionType: e.extensionType,
|
|
2012
2018
|
extension: e.extension,
|
|
2013
2019
|
data: { value: s.value }
|
|
@@ -2658,7 +2664,7 @@ const t3 = {
|
|
|
2658
2664
|
chartData: x(() => {
|
|
2659
2665
|
if (e.topics.length === 0)
|
|
2660
2666
|
return [];
|
|
2661
|
-
const t =
|
|
2667
|
+
const t = q(e.extensionType), i = He(e.extensionType, e.detailedExtensions);
|
|
2662
2668
|
return i.push({ [t]: void 0 }), i.map((a) => {
|
|
2663
2669
|
var n;
|
|
2664
2670
|
const s = e.topics.filter((l) => l[t] === a[t]).length;
|
|
@@ -2986,7 +2992,7 @@ const p3 = {
|
|
|
2986
2992
|
const t = x(() => e.topic.viewpoints.filter(
|
|
2987
2993
|
(n) => Boolean(n.snapshot)
|
|
2988
2994
|
)), i = x(
|
|
2989
|
-
() =>
|
|
2995
|
+
() => W(e.topic, e.detailedExtensions)
|
|
2990
2996
|
), a = x(
|
|
2991
2997
|
() => K1(e.topic, e.detailedExtensions)
|
|
2992
2998
|
), s = x(() => {
|
|
@@ -5627,7 +5633,11 @@ var f0 = function() {
|
|
|
5627
5633
|
outline: "",
|
|
5628
5634
|
radius: ""
|
|
5629
5635
|
}
|
|
5630
|
-
}, [t("label", {
|
|
5636
|
+
}, [e.isTabletOrMobile ? t("label", {
|
|
5637
|
+
attrs: {
|
|
5638
|
+
for: "files"
|
|
5639
|
+
}
|
|
5640
|
+
}, [e._v(" " + e._s(e.$t("BcfComponents.BcfTopicForm.dragDropImageTextTablet")) + " ")]) : t("label", {
|
|
5631
5641
|
attrs: {
|
|
5632
5642
|
for: "files"
|
|
5633
5643
|
}
|
|
@@ -5660,24 +5670,26 @@ const v0 = {
|
|
|
5660
5670
|
"delete-viewpoint"
|
|
5661
5671
|
],
|
|
5662
5672
|
setup(e, { emit: r }) {
|
|
5673
|
+
const t = (u) => {
|
|
5674
|
+
[...u.target.files].forEach((p) => {
|
|
5675
|
+
const d = new FileReader();
|
|
5676
|
+
d.addEventListener("load", () => {
|
|
5677
|
+
const c = {
|
|
5678
|
+
snapshot: {
|
|
5679
|
+
snapshot_type: p.type,
|
|
5680
|
+
snapshot_data: d.result
|
|
5681
|
+
}
|
|
5682
|
+
};
|
|
5683
|
+
r("add-viewpoint", c);
|
|
5684
|
+
}), d.readAsDataURL(p);
|
|
5685
|
+
});
|
|
5686
|
+
}, i = (u) => {
|
|
5687
|
+
r("delete-viewpoint", u);
|
|
5688
|
+
}, a = navigator.userAgent.toLowerCase(), s = /android|webos|iphone|ipad|ipod|blackberry|iemobile|opera mini/i.test(a), n = /(ipad|tablet|(android(?!.*mobile))|(windows(?!.*phone)(.*touch))|kindle|playbook|silk|(puffin(?!.*(IP|AP|WP))))/.test(a);
|
|
5663
5689
|
return {
|
|
5664
|
-
|
|
5665
|
-
|
|
5666
|
-
|
|
5667
|
-
n.addEventListener("load", () => {
|
|
5668
|
-
const l = {
|
|
5669
|
-
snapshot: {
|
|
5670
|
-
snapshot_type: s.type,
|
|
5671
|
-
snapshot_data: n.result
|
|
5672
|
-
}
|
|
5673
|
-
};
|
|
5674
|
-
r("add-viewpoint", l);
|
|
5675
|
-
}), n.readAsDataURL(s);
|
|
5676
|
-
});
|
|
5677
|
-
},
|
|
5678
|
-
deleteViewpoint: (a) => {
|
|
5679
|
-
r("delete-viewpoint", a);
|
|
5680
|
-
}
|
|
5690
|
+
isTabletOrMobile: s || n,
|
|
5691
|
+
createViewpoints: t,
|
|
5692
|
+
deleteViewpoint: i
|
|
5681
5693
|
};
|
|
5682
5694
|
}
|
|
5683
5695
|
}, X2 = {};
|
|
@@ -5687,7 +5699,7 @@ var C0 = /* @__PURE__ */ k(
|
|
|
5687
5699
|
h0,
|
|
5688
5700
|
!1,
|
|
5689
5701
|
p0,
|
|
5690
|
-
"
|
|
5702
|
+
"47e56bac",
|
|
5691
5703
|
null,
|
|
5692
5704
|
null
|
|
5693
5705
|
);
|
|
@@ -7768,7 +7780,7 @@ const d4 = {
|
|
|
7768
7780
|
"view-topic-viewpoint"
|
|
7769
7781
|
],
|
|
7770
7782
|
setup(e, { emit: r }) {
|
|
7771
|
-
const t = Q(), i = m(!1), a = m(!1), s = x(() =>
|
|
7783
|
+
const t = Q(), i = m(!1), a = m(!1), s = x(() => W(e.topic, e.detailedExtensions)), n = x(() => {
|
|
7772
7784
|
var p, d, c;
|
|
7773
7785
|
return ((c = (d = (p = e.topic.viewpoints) == null ? void 0 : p[0]) == null ? void 0 : d.components) == null ? void 0 : c.selection) || [];
|
|
7774
7786
|
}), l = x(() => Array.from(e.topic.labels || []).sort());
|
|
@@ -8077,7 +8089,7 @@ const Z4 = {
|
|
|
8077
8089
|
setup(e) {
|
|
8078
8090
|
return {
|
|
8079
8091
|
priorityColor: x(
|
|
8080
|
-
() =>
|
|
8092
|
+
() => W(e.topic, e.detailedExtensions)
|
|
8081
8093
|
)
|
|
8082
8094
|
};
|
|
8083
8095
|
}
|
|
@@ -8122,7 +8134,7 @@ const E4 = {
|
|
|
8122
8134
|
setup(e) {
|
|
8123
8135
|
return {
|
|
8124
8136
|
priorityColor: x(
|
|
8125
|
-
() =>
|
|
8137
|
+
() => W(e.topic, e.detailedExtensions)
|
|
8126
8138
|
)
|
|
8127
8139
|
};
|
|
8128
8140
|
}
|
|
@@ -8382,7 +8394,7 @@ export {
|
|
|
8382
8394
|
r7 as components,
|
|
8383
8395
|
K4 as config,
|
|
8384
8396
|
J4 as createService,
|
|
8385
|
-
|
|
8397
|
+
W as getPriorityColor,
|
|
8386
8398
|
K1 as getStatusColor,
|
|
8387
8399
|
qe as getViewpointConfig,
|
|
8388
8400
|
t7 as getViewpointModels,
|
package/dist/vue2/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.bcf-filters__btn-toggle[data-v-2f8d8714]:enabled{color:var(--color-primary)}.bcf-filters__btn-toggle[data-v-2f8d8714]:disabled{background-color:var(--color-white);color:var(--color-silver-dark)}.bcf-filters__container[data-v-2f8d8714]{position:absolute;z-index:1;top:44px;left:0;width:100%;min-width:252px;max-width:296px;padding:var(--spacing-unit);box-shadow:var(--box-shadow);background-color:var(--color-white);display:flex;flex-direction:column;gap:calc(var(--spacing-unit) * 2)}.bcf-filters__container__header[data-v-2f8d8714]{display:flex;justify-content:space-between;align-items:center}.bcf-filters__container__header__title[data-v-2f8d8714]{font-size:1.1rem;font-weight:700}.bcf-filters__container__date>.flex[data-v-2f8d8714]{gap:calc(var(--spacing-unit) / 2)}.bcf-filters__container__date[data-v-2f8d8714] .bimdata-datepicker.error input{border-bottom:1px solid var(--color-high)}.bcf-filters__container__date p[data-v-2f8d8714]{margin:calc(var(--spacing-unit) / 2) 0 0;font-size:11px}.bcf-filters__container__actions[data-v-2f8d8714]{display:flex;justify-content:center}.setting-card-item[data-v-7de3c437]{position:relative;height:37px;margin-bottom:calc(var(--spacing-unit) / 2);padding:0 var(--spacing-unit);background-color:var(--color-silver-light);display:flex;justify-content:space-between;align-items:center}.setting-card-item__actions[data-v-7de3c437]{display:flex;align-items:center}.setting-card-item__color[data-v-7de3c437]{display:block;width:19px;height:19px;margin-left:var(--spacing-unit);border-radius:3px;border:1px solid var(--color-silver);cursor:pointer}.setting-card-item__color-selector[data-v-7de3c437]{position:absolute;z-index:1;top:32px;right:calc(var(--spacing-unit) / 2)}.setting-card-item__delete-guard[data-v-7de3c437]{position:absolute;right:0;width:100%;height:100%;padding:0 var(--spacing-unit);box-shadow:var(--box-shadow);background-color:var(--color-white);display:flex;justify-content:space-between;align-items:center;gap:var(--spacing-unit)}.setting-card[data-v-0fdda27e]{margin:var(--spacing-unit) 0;padding:var(--spacing-unit);box-shadow:var(--box-shadow);background:var(--color-white)}.setting-card__header[data-v-0fdda27e]{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.setting-card__header__text[data-v-0fdda27e]{font-weight:700}.setting-card__header__icons[data-v-0fdda27e]{display:flex;align-items:center;gap:calc(var(--spacing-unit) * 2)}.setting-card__header__icons .count[data-v-0fdda27e]{min-width:21px;height:21px;padding:0 4px;display:flex;justify-content:center;align-items:center;border-radius:11px;font-size:11px;font-weight:700;background-color:var(--color-primary);color:var(--color-white)}.setting-card__subheader[data-v-0fdda27e]{display:flex;justify-content:space-between;align-items:center;margin-top:calc(var(--spacing-unit) / 2);margin-bottom:var(--spacing-unit)}.setting-card__form[data-v-0fdda27e]{margin-bottom:var(--spacing-unit)}.setting-card__form .actions[data-v-0fdda27e]{display:flex;justify-content:flex-end;align-items:center;gap:calc(var(--spacing-unit) / 2)}.bcf-settings[data-v-a96c23fe]{height:100%}.bcf-settings__header[data-v-a96c23fe]{padding:0 calc(var(--spacing-unit) / 2);display:flex;align-items:center;gap:calc(var(--spacing-unit) / 3)}.bcf-settings__header__title[data-v-a96c23fe]{flex-grow:1;font-size:1rem;font-weight:700}.bcf-settings__content[data-v-a96c23fe]{height:100%}.bcf-settings__content__text[data-v-a96c23fe]{padding:calc(var(--spacing-unit) * 2) calc(var(--spacing-unit) * 4);text-align:center;color:var(--color-granite)}.bcf-statistics[data-v-239e2d3e]{width:100%}.bcf-statistics__content[data-v-239e2d3e]{position:relative;display:flex}.bcf-statistics__content__chart[data-v-239e2d3e]{flex:1}.bcf-statistics__content__legend[data-v-239e2d3e]{flex:1;height:100%;display:flex;flex-direction:column;gap:var(--spacing-unit);margin-left:var(--spacing-unit);font-size:14px}.bcf-statistics__content__legend__title[data-v-239e2d3e]{font-weight:700}.bcf-statistics__content__legend__item[data-v-239e2d3e]{display:flex;align-items:center;line-height:24px}.bcf-statistics__content__legend__item__mark[data-v-239e2d3e]{width:10px;height:10px;border:3px solid;border-radius:50px}.bcf-statistics__content__legend__item__percent[data-v-239e2d3e]{margin:0 calc(var(--spacing-unit) / 2);font-weight:700}.bcf-statistics__content__legend__item__text .count[data-v-239e2d3e]{font-size:13px}.bcf-statistics__content__legend[data-v-239e2d3e] .bimdata-paginated-list ul:first-child{height:144px}.bcf-topic-card[data-v-2c575fa0]{position:relative;width:336px;height:307px}.bcf-topic-card__header[data-v-2c575fa0]{min-height:204px;box-shadow:var(--box-shadow)}.bcf-topic-card__header__infos[data-v-2c575fa0]{height:32px;background-color:var(--color-white)}.bcf-topic-card__header__infos__index[data-v-2c575fa0]{padding:3px;min-width:32px;background-color:var(--color-silver);color:var(--color-text)}.bcf-topic-card__header__infos__title[data-v-2c575fa0]{width:calc(100% - var(--spacing-unit) * 2 - 32px);color:var(--color-primary)}.bcf-topic-card__header__img[data-v-2c575fa0]{height:172px;position:relative}.bcf-topic-card__header__img img[data-v-2c575fa0]{width:100%;height:100%;object-fit:cover}.bcf-topic-card__header__img .default-img[data-v-2c575fa0]{width:120px;height:120px}.bcf-topic-card__header__img__status[data-v-2c575fa0]{position:absolute;top:6px;left:6px;border-radius:3px}.bcf-topic-card__header__img__date[data-v-2c575fa0]{position:absolute;bottom:0;right:0;font-size:11px;background-color:var(--color-white)}.bcf-topic-card__content[data-v-2c575fa0]{min-height:98px;margin-top:3px;box-shadow:var(--box-shadow);font-size:12px;background-color:var(--color-white);color:var(--color-text)}.bcf-topic-creation-card[data-v-3657ee44]{width:336px;height:307px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:calc(var(--spacing-unit) * 2);box-shadow:var(--box-shadow);background-color:var(--color-white)}.bcf-topic-creation-card__text[data-v-3657ee44]{font-size:14px}.bcf-topic-images[data-v-7ac6ebcf]{display:flex;flex-direction:column;gap:var(--spacing-unit)}.bcf-topic-images__images[data-v-7ac6ebcf]{width:100%;height:262px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.bcf-topic-images__images .image-preview[data-v-7ac6ebcf]{position:relative}.bcf-topic-images__images .image-preview img[data-v-7ac6ebcf]{width:100%;height:100%;object-fit:cover}.bcf-topic-images__images .image-preview .btn-delete[data-v-7ac6ebcf]{position:absolute;top:calc(50% - 16px);left:calc(50% - 16px)}.bcf-topic-images__images .image-preview:first-child.single[data-v-7ac6ebcf]{height:262px;grid-area:1/1/2/4}.bcf-topic-images__images .image-preview[data-v-7ac6ebcf]:first-child:not(.single){height:180px;grid-area:1/1/2/4}.bcf-topic-images__images .image-preview[data-v-7ac6ebcf]:nth-child(2){height:72px;grid-area:2/1/3/2}.bcf-topic-images__images .image-preview[data-v-7ac6ebcf]:nth-child(3){height:72px;grid-area:2/2/3/3}.bcf-topic-images__images .image-preview[data-v-7ac6ebcf]:nth-child(4){height:72px;grid-area:2/3/3/4}.bcf-topic-images .btn-upload label[data-v-7ac6ebcf]{display:flex;justify-content:center;align-items:center}.bcf-topic-images .btn-upload:not(:disabled) label[data-v-7ac6ebcf]{width:100%;height:100%;cursor:pointer}.bcf-topic-images__upload[data-v-7ac6ebcf]{width:100%;height:180px;min-height:180px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:calc(var(--spacing-unit) * 3 / 2);border:2px dashed var(--color-silver)}.bcf-topic-images__upload .icon[data-v-7ac6ebcf]{width:52px;height:52px;display:flex;justify-content:center;align-items:center;background-color:var(--color-silver-light);border-radius:50%}.bcf-topic-snapshots__snapshots[data-v-f3714336]{width:100%;min-height:180px;max-height:262px;display:flex;flex-wrap:wrap;gap:10px}.bcf-topic-snapshots__snapshots .snapshot-preview[data-v-f3714336]{position:relative}.bcf-topic-snapshots__snapshots .snapshot-preview img[data-v-f3714336]{width:100%;height:100%;object-fit:cover}.bcf-topic-snapshots__snapshots .snapshot-preview .btn-delete[data-v-f3714336]{position:absolute;top:calc(50% - 16px);left:calc(50% - 16px)}.bcf-topic-snapshots__snapshots .snapshot-preview[data-v-f3714336]:first-child{width:100%;height:180px}.bcf-topic-snapshots__snapshots .snapshot-preview[data-v-f3714336]:not(:first-child){width:30%;height:72px}.bcf-topic-snapshots__create[data-v-f3714336]{width:100%;height:180px;min-height:180px;display:flex;flex-direction:column;justify-content:center;align-items:center;border:2px dashed var(--color-silver);cursor:pointer}.bcf-topic-form[data-v-35e08150]{height:100%}.bcf-topic-form__header[data-v-35e08150]{padding:0 calc(var(--spacing-unit) / 2);display:flex;align-items:center;gap:calc(var(--spacing-unit) / 3)}.bcf-topic-form__header__title[data-v-35e08150]{flex-grow:1;font-size:14px;font-weight:700}.bcf-topic-form__content[data-v-35e08150]{height:calc(100% - 64px - var(--spacing-unit));padding:var(--spacing-unit) calc(var(--spacing-unit) / 2);display:flex;flex-direction:column;gap:var(--spacing-unit);overflow:auto}.bcf-topic-form__content__head[data-v-35e08150]{height:27px;display:flex;justify-content:space-between;align-items:center;font-size:12px}.bcf-topic-form__content__head__index[data-v-35e08150],.bcf-topic-form__content__head__date[data-v-35e08150]{height:100%;padding:calc(var(--spacing-unit) / 2);display:flex;justify-content:center;align-items:center;background-color:var(--color-silver-light)}.bcf-topic-form__content__head__index[data-v-35e08150]{min-width:50px}.bcf-topic-form__content__head__date[data-v-35e08150]{min-width:100px}.bcf-topic-form__content__actions[data-v-35e08150]{display:flex;gap:var(--spacing-unit)}.bcf-topic-form__content__actions>*[data-v-35e08150]{flex-grow:1}.bcf-topic-form__content__actions .count-objects[data-v-35e08150],.bcf-topic-form__content__actions .count-annotations[data-v-35e08150]{min-width:16px;height:16px;margin-left:var(--spacing-unit);padding:0 4px;border-radius:8px;font-size:10px;display:flex;justify-content:center;align-items:center}.bcf-topic-form__content__actions .count-objects[data-v-35e08150]{background-color:var(--color-primary);color:var(--color-white)}.bcf-topic-form__content__actions .count-annotations[data-v-35e08150]{background-color:var(--color-white);color:var(--color-primary)}.bcf-topic-form__content__body .bimdata-select[data-v-35e08150]{margin:30px 0;font-size:13px}.bcf-topic-form__content__body[data-v-35e08150] .bimdata-input input{font-size:13px;color:var(--color-granite)}.bcf-topic-form__content__body[data-v-35e08150] .bimdata-textarea textarea{font-family:var(--primary-font);font-size:13px;color:var(--color-granite);resize:vertical}.bcf-topic-form__footer[data-v-35e08150]{padding:var(--spacing-unit) calc(var(--spacing-unit) / 2)}.bcf-topic-form__loader[data-v-35e08150]{position:absolute;z-index:10;top:0;left:0;width:100%;height:100%;background-color:#2f374ae6;display:flex;justify-content:center;align-items:center}.user-avatar[data-v-42c97e31]{min-width:32px;min-height:32px;display:flex;justify-content:center;align-items:center;border-radius:50%;overflow:hidden}.user-avatar img[data-v-42c97e31]{width:100%;height:100%}.user-avatar--primary[data-v-42c97e31]{background-color:var(--color-primary);color:var(--color-silver-light)}.user-avatar--secondary[data-v-42c97e31]{background-color:var(--color-secondary);color:var(--color-primary)}.user-avatar--silver-light[data-v-42c97e31]{background-color:var(--color-silver-light);color:var(--color-primary)}.topic-comment__header[data-v-0566915a]{position:relative;font-weight:700}.topic-comment__header__left__user[data-v-0566915a]{width:32px;height:32px;border-radius:50px;background-color:var(--color-silver-light)}.topic-comment__header__right__actions[data-v-0566915a]{position:absolute;top:0;right:0;background-color:var(--color-white)}.topic-comment__header__right__delete[data-v-0566915a]{position:absolute;top:0;right:2%;width:96%;height:40px;display:flex;justify-content:space-between;align-items:center;background-color:var(--color-white);box-shadow:var(--box-shadow)}.topic-comment__content[data-v-0566915a] .bimdata-textarea{margin-bottom:calc(var(--spacing-unit) / 2)}.topic-comment__content[data-v-0566915a] .bimdata-textarea textarea{font-family:Roboto;color:var(--color-granite)}.topic-comment__content[data-v-0566915a] .bimdata-textarea:not(.editing) .bar{display:none}.bcf-topic-comments p[data-v-c797daa2]{font-weight:700}.bcf-topic-comments[data-v-c797daa2] .bimdata-textarea{width:100%}.bcf-topic-viewpoints[data-v-e77b6dd4]{position:relative;height:262px;min-height:262px;text-align:center;background-color:var(--color-silver-light);overflow:hidden}.bcf-topic-viewpoints.empty[data-v-e77b6dd4]{display:flex;justify-content:center;align-items:center}.bcf-topic-viewpoints .status-badge[data-v-e77b6dd4]{position:absolute;z-index:1;top:calc(var(--spacing-unit) / 2);left:calc(var(--spacing-unit) / 2);padding:calc(var(--spacing-unit) / 2);border-radius:3px;display:flex;gap:calc(var(--spacing-unit) / 2)}.bcf-topic-viewpoints[data-v-e77b6dd4] .bimdata-carousel{height:100%}.bcf-topic-viewpoints[data-v-e77b6dd4] .bimdata-carousel .bimdata-carousel__container{height:100%;margin:0;padding:0;overflow:hidden}.bcf-topic-viewpoints[data-v-e77b6dd4] .bimdata-carousel .bimdata-carousel__container__slider{height:100%!important}.bcf-topic-viewpoints[data-v-e77b6dd4] .bimdata-carousel .bimdata-carousel__btn-prev{left:calc(var(--spacing-unit) / 2)}.bcf-topic-viewpoints[data-v-e77b6dd4] .bimdata-carousel .bimdata-carousel__btn-next{right:calc(var(--spacing-unit) / 2)}.bcf-topic-viewpoints .snapshot-preview[data-v-e77b6dd4]{position:relative;width:100%;height:100%}.bcf-topic-viewpoints .snapshot-preview img[data-v-e77b6dd4]{width:100%;height:100%;object-fit:cover}.bcf-topic-viewpoints .snapshot-preview .icon[data-v-e77b6dd4]{position:absolute;z-index:1;bottom:calc(var(--spacing-unit) / 2);right:calc(var(--spacing-unit) / 2)}.bcf-topic-viewpoints .default-image[data-v-e77b6dd4]{width:170px;height:170px;padding:12px}.bcf-topic-overview[data-v-d78ba5b2]{height:100%;font-size:12px}.bcf-topic-overview__header[data-v-d78ba5b2]{padding:0 calc(var(--spacing-unit) / 2);display:flex;align-items:center;gap:calc(var(--spacing-unit) / 3)}.bcf-topic-overview__header__title[data-v-d78ba5b2]{flex-grow:1;font-size:14px;font-weight:700}.bcf-topic-overview__header__actions[data-v-d78ba5b2]{display:flex;justify-content:center;align-items:center}.bcf-topic-overview__content[data-v-d78ba5b2]{height:calc(100% - 32px);padding:var(--spacing-unit) calc(var(--spacing-unit) / 2);overflow:auto;display:flex;flex-direction:column;gap:var(--spacing-unit)}.bcf-topic-overview__content__head[data-v-d78ba5b2]{height:27px;display:flex;justify-content:space-between;align-items:center}.bcf-topic-overview__content__head__index[data-v-d78ba5b2],.bcf-topic-overview__content__head__date[data-v-d78ba5b2]{height:100%;padding:calc(var(--spacing-unit) / 2);display:flex;justify-content:center;align-items:center}.bcf-topic-overview__content__head__index[data-v-d78ba5b2]{min-width:50px}.bcf-topic-overview__content__head__date[data-v-d78ba5b2]{min-width:100px;background-color:var(--color-silver-light);color:var(--color-primary)}.bcf-topic-overview__content__card[data-v-d78ba5b2]{padding:var(--spacing-unit);box-shadow:var(--box-shadow);line-height:1.5}.bcf-topic-overview__content__card .title[data-v-d78ba5b2]{display:flex;align-items:center;gap:calc(var(--spacing-unit) / 2);margin-bottom:var(--spacing-unit)}.bcf-topic-overview__content__card .line .label[data-v-d78ba5b2]{margin-right:4px;font-weight:700;color:var(--color-primary)}.bcf-topic-overview__content__card .line .label[data-v-d78ba5b2]:after{content:":";padding:0 1px}.bcf-topic-overview__content__card .line .value[data-v-d78ba5b2]{color:var(--color-granite)}.bcf-topic-overview .delete-modal[data-v-d78ba5b2]{z-index:10}.bcf-topic-actions-cell .bimdata-btn[data-v-c3107ece]{margin:auto}.bcf-topic-index-cell[data-v-6837d03b]{position:relative;display:flex;justify-content:center;align-items:center}.bcf-topic-index-cell .left-stripe[data-v-6837d03b]{position:absolute;left:calc(0px - var(--spacing-unit));width:10px;height:42px}.bcf-topic-priority-cell[data-v-905e2396]{height:42px;padding:0 calc(var(--spacing-unit) / 2);display:flex;justify-content:center;align-items:center;font-weight:700}.bcf-topic-status-cell[data-v-16e3da68]{height:42px;padding:0 calc(var(--spacing-unit) / 2);display:flex;justify-content:center;align-items:center}
|
|
1
|
+
.bcf-filters__btn-toggle[data-v-2f8d8714]:enabled{color:var(--color-primary)}.bcf-filters__btn-toggle[data-v-2f8d8714]:disabled{background-color:var(--color-white);color:var(--color-silver-dark)}.bcf-filters__container[data-v-2f8d8714]{position:absolute;z-index:1;top:44px;left:0;width:100%;min-width:252px;max-width:296px;padding:var(--spacing-unit);box-shadow:var(--box-shadow);background-color:var(--color-white);display:flex;flex-direction:column;gap:calc(var(--spacing-unit) * 2)}.bcf-filters__container__header[data-v-2f8d8714]{display:flex;justify-content:space-between;align-items:center}.bcf-filters__container__header__title[data-v-2f8d8714]{font-size:1.1rem;font-weight:700}.bcf-filters__container__date>.flex[data-v-2f8d8714]{gap:calc(var(--spacing-unit) / 2)}.bcf-filters__container__date[data-v-2f8d8714] .bimdata-datepicker.error input{border-bottom:1px solid var(--color-high)}.bcf-filters__container__date p[data-v-2f8d8714]{margin:calc(var(--spacing-unit) / 2) 0 0;font-size:11px}.bcf-filters__container__actions[data-v-2f8d8714]{display:flex;justify-content:center}.setting-card-item[data-v-7de3c437]{position:relative;height:37px;margin-bottom:calc(var(--spacing-unit) / 2);padding:0 var(--spacing-unit);background-color:var(--color-silver-light);display:flex;justify-content:space-between;align-items:center}.setting-card-item__actions[data-v-7de3c437]{display:flex;align-items:center}.setting-card-item__color[data-v-7de3c437]{display:block;width:19px;height:19px;margin-left:var(--spacing-unit);border-radius:3px;border:1px solid var(--color-silver);cursor:pointer}.setting-card-item__color-selector[data-v-7de3c437]{position:absolute;z-index:1;top:32px;right:calc(var(--spacing-unit) / 2)}.setting-card-item__delete-guard[data-v-7de3c437]{position:absolute;right:0;width:100%;height:100%;padding:0 var(--spacing-unit);box-shadow:var(--box-shadow);background-color:var(--color-white);display:flex;justify-content:space-between;align-items:center;gap:var(--spacing-unit)}.setting-card[data-v-0fdda27e]{margin:var(--spacing-unit) 0;padding:var(--spacing-unit);box-shadow:var(--box-shadow);background:var(--color-white)}.setting-card__header[data-v-0fdda27e]{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.setting-card__header__text[data-v-0fdda27e]{font-weight:700}.setting-card__header__icons[data-v-0fdda27e]{display:flex;align-items:center;gap:calc(var(--spacing-unit) * 2)}.setting-card__header__icons .count[data-v-0fdda27e]{min-width:21px;height:21px;padding:0 4px;display:flex;justify-content:center;align-items:center;border-radius:11px;font-size:11px;font-weight:700;background-color:var(--color-primary);color:var(--color-white)}.setting-card__subheader[data-v-0fdda27e]{display:flex;justify-content:space-between;align-items:center;margin-top:calc(var(--spacing-unit) / 2);margin-bottom:var(--spacing-unit)}.setting-card__form[data-v-0fdda27e]{margin-bottom:var(--spacing-unit)}.setting-card__form .actions[data-v-0fdda27e]{display:flex;justify-content:flex-end;align-items:center;gap:calc(var(--spacing-unit) / 2)}.bcf-settings[data-v-a96c23fe]{height:100%}.bcf-settings__header[data-v-a96c23fe]{padding:0 calc(var(--spacing-unit) / 2);display:flex;align-items:center;gap:calc(var(--spacing-unit) / 3)}.bcf-settings__header__title[data-v-a96c23fe]{flex-grow:1;font-size:1rem;font-weight:700}.bcf-settings__content[data-v-a96c23fe]{height:100%}.bcf-settings__content__text[data-v-a96c23fe]{padding:calc(var(--spacing-unit) * 2) calc(var(--spacing-unit) * 4);text-align:center;color:var(--color-granite)}.bcf-statistics[data-v-239e2d3e]{width:100%}.bcf-statistics__content[data-v-239e2d3e]{position:relative;display:flex}.bcf-statistics__content__chart[data-v-239e2d3e]{flex:1}.bcf-statistics__content__legend[data-v-239e2d3e]{flex:1;height:100%;display:flex;flex-direction:column;gap:var(--spacing-unit);margin-left:var(--spacing-unit);font-size:14px}.bcf-statistics__content__legend__title[data-v-239e2d3e]{font-weight:700}.bcf-statistics__content__legend__item[data-v-239e2d3e]{display:flex;align-items:center;line-height:24px}.bcf-statistics__content__legend__item__mark[data-v-239e2d3e]{width:10px;height:10px;border:3px solid;border-radius:50px}.bcf-statistics__content__legend__item__percent[data-v-239e2d3e]{margin:0 calc(var(--spacing-unit) / 2);font-weight:700}.bcf-statistics__content__legend__item__text .count[data-v-239e2d3e]{font-size:13px}.bcf-statistics__content__legend[data-v-239e2d3e] .bimdata-paginated-list ul:first-child{height:144px}.bcf-topic-card[data-v-2c575fa0]{position:relative;width:336px;height:307px}.bcf-topic-card__header[data-v-2c575fa0]{min-height:204px;box-shadow:var(--box-shadow)}.bcf-topic-card__header__infos[data-v-2c575fa0]{height:32px;background-color:var(--color-white)}.bcf-topic-card__header__infos__index[data-v-2c575fa0]{padding:3px;min-width:32px;background-color:var(--color-silver);color:var(--color-text)}.bcf-topic-card__header__infos__title[data-v-2c575fa0]{width:calc(100% - var(--spacing-unit) * 2 - 32px);color:var(--color-primary)}.bcf-topic-card__header__img[data-v-2c575fa0]{height:172px;position:relative}.bcf-topic-card__header__img img[data-v-2c575fa0]{width:100%;height:100%;object-fit:cover}.bcf-topic-card__header__img .default-img[data-v-2c575fa0]{width:120px;height:120px}.bcf-topic-card__header__img__status[data-v-2c575fa0]{position:absolute;top:6px;left:6px;border-radius:3px}.bcf-topic-card__header__img__date[data-v-2c575fa0]{position:absolute;bottom:0;right:0;font-size:11px;background-color:var(--color-white)}.bcf-topic-card__content[data-v-2c575fa0]{min-height:98px;margin-top:3px;box-shadow:var(--box-shadow);font-size:12px;background-color:var(--color-white);color:var(--color-text)}.bcf-topic-creation-card[data-v-3657ee44]{width:336px;height:307px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:calc(var(--spacing-unit) * 2);box-shadow:var(--box-shadow);background-color:var(--color-white)}.bcf-topic-creation-card__text[data-v-3657ee44]{font-size:14px}.bcf-topic-images[data-v-47e56bac]{display:flex;flex-direction:column;gap:var(--spacing-unit)}.bcf-topic-images__images[data-v-47e56bac]{width:100%;height:262px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.bcf-topic-images__images .image-preview[data-v-47e56bac]{position:relative}.bcf-topic-images__images .image-preview img[data-v-47e56bac]{width:100%;height:100%;object-fit:cover}.bcf-topic-images__images .image-preview .btn-delete[data-v-47e56bac]{position:absolute;top:calc(50% - 16px);left:calc(50% - 16px)}.bcf-topic-images__images .image-preview:first-child.single[data-v-47e56bac]{height:262px;grid-area:1/1/2/4}.bcf-topic-images__images .image-preview[data-v-47e56bac]:first-child:not(.single){height:180px;grid-area:1/1/2/4}.bcf-topic-images__images .image-preview[data-v-47e56bac]:nth-child(2){height:72px;grid-area:2/1/3/2}.bcf-topic-images__images .image-preview[data-v-47e56bac]:nth-child(3){height:72px;grid-area:2/2/3/3}.bcf-topic-images__images .image-preview[data-v-47e56bac]:nth-child(4){height:72px;grid-area:2/3/3/4}.bcf-topic-images .btn-upload label[data-v-47e56bac]{display:flex;justify-content:center;align-items:center}.bcf-topic-images .btn-upload:not(:disabled) label[data-v-47e56bac]{width:100%;height:100%;cursor:pointer}.bcf-topic-images__upload[data-v-47e56bac]{width:100%;height:180px;min-height:180px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:calc(var(--spacing-unit) * 3 / 2);border:2px dashed var(--color-silver)}.bcf-topic-images__upload .icon[data-v-47e56bac]{width:52px;height:52px;display:flex;justify-content:center;align-items:center;background-color:var(--color-silver-light);border-radius:50%}.bcf-topic-snapshots__snapshots[data-v-f3714336]{width:100%;min-height:180px;max-height:262px;display:flex;flex-wrap:wrap;gap:10px}.bcf-topic-snapshots__snapshots .snapshot-preview[data-v-f3714336]{position:relative}.bcf-topic-snapshots__snapshots .snapshot-preview img[data-v-f3714336]{width:100%;height:100%;object-fit:cover}.bcf-topic-snapshots__snapshots .snapshot-preview .btn-delete[data-v-f3714336]{position:absolute;top:calc(50% - 16px);left:calc(50% - 16px)}.bcf-topic-snapshots__snapshots .snapshot-preview[data-v-f3714336]:first-child{width:100%;height:180px}.bcf-topic-snapshots__snapshots .snapshot-preview[data-v-f3714336]:not(:first-child){width:30%;height:72px}.bcf-topic-snapshots__create[data-v-f3714336]{width:100%;height:180px;min-height:180px;display:flex;flex-direction:column;justify-content:center;align-items:center;border:2px dashed var(--color-silver);cursor:pointer}.bcf-topic-form[data-v-35e08150]{height:100%}.bcf-topic-form__header[data-v-35e08150]{padding:0 calc(var(--spacing-unit) / 2);display:flex;align-items:center;gap:calc(var(--spacing-unit) / 3)}.bcf-topic-form__header__title[data-v-35e08150]{flex-grow:1;font-size:14px;font-weight:700}.bcf-topic-form__content[data-v-35e08150]{height:calc(100% - 64px - var(--spacing-unit));padding:var(--spacing-unit) calc(var(--spacing-unit) / 2);display:flex;flex-direction:column;gap:var(--spacing-unit);overflow:auto}.bcf-topic-form__content__head[data-v-35e08150]{height:27px;display:flex;justify-content:space-between;align-items:center;font-size:12px}.bcf-topic-form__content__head__index[data-v-35e08150],.bcf-topic-form__content__head__date[data-v-35e08150]{height:100%;padding:calc(var(--spacing-unit) / 2);display:flex;justify-content:center;align-items:center;background-color:var(--color-silver-light)}.bcf-topic-form__content__head__index[data-v-35e08150]{min-width:50px}.bcf-topic-form__content__head__date[data-v-35e08150]{min-width:100px}.bcf-topic-form__content__actions[data-v-35e08150]{display:flex;gap:var(--spacing-unit)}.bcf-topic-form__content__actions>*[data-v-35e08150]{flex-grow:1}.bcf-topic-form__content__actions .count-objects[data-v-35e08150],.bcf-topic-form__content__actions .count-annotations[data-v-35e08150]{min-width:16px;height:16px;margin-left:var(--spacing-unit);padding:0 4px;border-radius:8px;font-size:10px;display:flex;justify-content:center;align-items:center}.bcf-topic-form__content__actions .count-objects[data-v-35e08150]{background-color:var(--color-primary);color:var(--color-white)}.bcf-topic-form__content__actions .count-annotations[data-v-35e08150]{background-color:var(--color-white);color:var(--color-primary)}.bcf-topic-form__content__body .bimdata-select[data-v-35e08150]{margin:30px 0;font-size:13px}.bcf-topic-form__content__body[data-v-35e08150] .bimdata-input input{font-size:13px;color:var(--color-granite)}.bcf-topic-form__content__body[data-v-35e08150] .bimdata-textarea textarea{font-family:var(--primary-font);font-size:13px;color:var(--color-granite);resize:vertical}.bcf-topic-form__footer[data-v-35e08150]{padding:var(--spacing-unit) calc(var(--spacing-unit) / 2)}.bcf-topic-form__loader[data-v-35e08150]{position:absolute;z-index:10;top:0;left:0;width:100%;height:100%;background-color:#2f374ae6;display:flex;justify-content:center;align-items:center}.user-avatar[data-v-42c97e31]{min-width:32px;min-height:32px;display:flex;justify-content:center;align-items:center;border-radius:50%;overflow:hidden}.user-avatar img[data-v-42c97e31]{width:100%;height:100%}.user-avatar--primary[data-v-42c97e31]{background-color:var(--color-primary);color:var(--color-silver-light)}.user-avatar--secondary[data-v-42c97e31]{background-color:var(--color-secondary);color:var(--color-primary)}.user-avatar--silver-light[data-v-42c97e31]{background-color:var(--color-silver-light);color:var(--color-primary)}.topic-comment__header[data-v-0566915a]{position:relative;font-weight:700}.topic-comment__header__left__user[data-v-0566915a]{width:32px;height:32px;border-radius:50px;background-color:var(--color-silver-light)}.topic-comment__header__right__actions[data-v-0566915a]{position:absolute;top:0;right:0;background-color:var(--color-white)}.topic-comment__header__right__delete[data-v-0566915a]{position:absolute;top:0;right:2%;width:96%;height:40px;display:flex;justify-content:space-between;align-items:center;background-color:var(--color-white);box-shadow:var(--box-shadow)}.topic-comment__content[data-v-0566915a] .bimdata-textarea{margin-bottom:calc(var(--spacing-unit) / 2)}.topic-comment__content[data-v-0566915a] .bimdata-textarea textarea{font-family:Roboto;color:var(--color-granite)}.topic-comment__content[data-v-0566915a] .bimdata-textarea:not(.editing) .bar{display:none}.bcf-topic-comments p[data-v-c797daa2]{font-weight:700}.bcf-topic-comments[data-v-c797daa2] .bimdata-textarea{width:100%}.bcf-topic-viewpoints[data-v-e77b6dd4]{position:relative;height:262px;min-height:262px;text-align:center;background-color:var(--color-silver-light);overflow:hidden}.bcf-topic-viewpoints.empty[data-v-e77b6dd4]{display:flex;justify-content:center;align-items:center}.bcf-topic-viewpoints .status-badge[data-v-e77b6dd4]{position:absolute;z-index:1;top:calc(var(--spacing-unit) / 2);left:calc(var(--spacing-unit) / 2);padding:calc(var(--spacing-unit) / 2);border-radius:3px;display:flex;gap:calc(var(--spacing-unit) / 2)}.bcf-topic-viewpoints[data-v-e77b6dd4] .bimdata-carousel{height:100%}.bcf-topic-viewpoints[data-v-e77b6dd4] .bimdata-carousel .bimdata-carousel__container{height:100%;margin:0;padding:0;overflow:hidden}.bcf-topic-viewpoints[data-v-e77b6dd4] .bimdata-carousel .bimdata-carousel__container__slider{height:100%!important}.bcf-topic-viewpoints[data-v-e77b6dd4] .bimdata-carousel .bimdata-carousel__btn-prev{left:calc(var(--spacing-unit) / 2)}.bcf-topic-viewpoints[data-v-e77b6dd4] .bimdata-carousel .bimdata-carousel__btn-next{right:calc(var(--spacing-unit) / 2)}.bcf-topic-viewpoints .snapshot-preview[data-v-e77b6dd4]{position:relative;width:100%;height:100%}.bcf-topic-viewpoints .snapshot-preview img[data-v-e77b6dd4]{width:100%;height:100%;object-fit:cover}.bcf-topic-viewpoints .snapshot-preview .icon[data-v-e77b6dd4]{position:absolute;z-index:1;bottom:calc(var(--spacing-unit) / 2);right:calc(var(--spacing-unit) / 2)}.bcf-topic-viewpoints .default-image[data-v-e77b6dd4]{width:170px;height:170px;padding:12px}.bcf-topic-overview[data-v-d78ba5b2]{height:100%;font-size:12px}.bcf-topic-overview__header[data-v-d78ba5b2]{padding:0 calc(var(--spacing-unit) / 2);display:flex;align-items:center;gap:calc(var(--spacing-unit) / 3)}.bcf-topic-overview__header__title[data-v-d78ba5b2]{flex-grow:1;font-size:14px;font-weight:700}.bcf-topic-overview__header__actions[data-v-d78ba5b2]{display:flex;justify-content:center;align-items:center}.bcf-topic-overview__content[data-v-d78ba5b2]{height:calc(100% - 32px);padding:var(--spacing-unit) calc(var(--spacing-unit) / 2);overflow:auto;display:flex;flex-direction:column;gap:var(--spacing-unit)}.bcf-topic-overview__content__head[data-v-d78ba5b2]{height:27px;display:flex;justify-content:space-between;align-items:center}.bcf-topic-overview__content__head__index[data-v-d78ba5b2],.bcf-topic-overview__content__head__date[data-v-d78ba5b2]{height:100%;padding:calc(var(--spacing-unit) / 2);display:flex;justify-content:center;align-items:center}.bcf-topic-overview__content__head__index[data-v-d78ba5b2]{min-width:50px}.bcf-topic-overview__content__head__date[data-v-d78ba5b2]{min-width:100px;background-color:var(--color-silver-light);color:var(--color-primary)}.bcf-topic-overview__content__card[data-v-d78ba5b2]{padding:var(--spacing-unit);box-shadow:var(--box-shadow);line-height:1.5}.bcf-topic-overview__content__card .title[data-v-d78ba5b2]{display:flex;align-items:center;gap:calc(var(--spacing-unit) / 2);margin-bottom:var(--spacing-unit)}.bcf-topic-overview__content__card .line .label[data-v-d78ba5b2]{margin-right:4px;font-weight:700;color:var(--color-primary)}.bcf-topic-overview__content__card .line .label[data-v-d78ba5b2]:after{content:":";padding:0 1px}.bcf-topic-overview__content__card .line .value[data-v-d78ba5b2]{color:var(--color-granite)}.bcf-topic-overview .delete-modal[data-v-d78ba5b2]{z-index:10}.bcf-topic-actions-cell .bimdata-btn[data-v-c3107ece]{margin:auto}.bcf-topic-index-cell[data-v-6837d03b]{position:relative;display:flex;justify-content:center;align-items:center}.bcf-topic-index-cell .left-stripe[data-v-6837d03b]{position:absolute;left:calc(0px - var(--spacing-unit));width:10px;height:42px}.bcf-topic-priority-cell[data-v-905e2396]{height:42px;padding:0 calc(var(--spacing-unit) / 2);display:flex;justify-content:center;align-items:center;font-weight:700}.bcf-topic-status-cell[data-v-16e3da68]{height:42px;padding:0 calc(var(--spacing-unit) / 2);display:flex;justify-content:center;align-items:center}
|