@bimdata/bcf-components 1.1.0-rc.32 → 1.1.0-rc.33
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 +3 -4
- package/dist/vue2/bcf-components.es.js +14 -14
- package/dist/vue2/style.css +1 -1
- package/dist/vue3/bcf-components.es.js +104 -84
- package/dist/vue3/style.css +1 -1
- package/package.json +1 -1
- package/vue2-plugin.js +1 -1
package/dist/i18n/lang/fr.json
CHANGED
|
@@ -76,8 +76,8 @@
|
|
|
76
76
|
"BcfTopicOverview": {
|
|
77
77
|
"openViewer": "Ouvrir dans le viewer",
|
|
78
78
|
"openViewerNoModels": "Il n'y a aucun modèle prêt pour une visualisation",
|
|
79
|
-
"
|
|
80
|
-
"
|
|
79
|
+
"noElements": "Aucun élément concerné",
|
|
80
|
+
"elements": "{count} Élements",
|
|
81
81
|
"type": "Type :",
|
|
82
82
|
"noTypeSpecified": "Pas de type spécifié",
|
|
83
83
|
"description": "Description :",
|
|
@@ -107,8 +107,7 @@
|
|
|
107
107
|
"status": "Statut",
|
|
108
108
|
"title": "Titre",
|
|
109
109
|
"creator": "Auteur",
|
|
110
|
-
"date": "Date"
|
|
111
|
-
"actions": "Actions"
|
|
110
|
+
"date": "Date"
|
|
112
111
|
}
|
|
113
112
|
},
|
|
114
113
|
|
|
@@ -3819,9 +3819,11 @@ var render$5 = function() {
|
|
|
3819
3819
|
color: _vm.adjustTextColor("#" + _vm.statusColor, "#ffffff", "#2f374a")
|
|
3820
3820
|
} }, [_c("BIMDataIcon", { attrs: { "name": "information", "fill": "", "color": "default" } }), _c("span", [_vm._v(_vm._s(_vm.bcfTopic.topicStatus))])], 1) : _vm._e(), _vm.viewpointsWithSnapshot.length > 0 ? [_c("BIMDataCarousel", { attrs: { "sliderPadding": 0 } }, _vm._l(_vm.viewpointsWithSnapshot, function(viewpoint) {
|
|
3821
3821
|
return _c("div", { key: viewpoint.guid, staticClass: "snapshot-preview" }, [viewpoint.snapshot.snapshotData ? _c("img", { attrs: { "src": viewpoint.snapshot.snapshotData } }) : _vm._e()]);
|
|
3822
|
-
}), 0)] : [_c("BcfTopicDefaultImage", { staticClass: "default-image" })]], 2),
|
|
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) {
|
|
3823
|
+
return _vm.$emit("view-components", _vm.bcfTopic);
|
|
3824
|
+
} } }, [_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) {
|
|
3823
3825
|
return _vm.$emit("view-bcf-topic", _vm.bcfTopic);
|
|
3824
|
-
} } }, [_vm._v(" " + _vm._s(_vm.$t("BcfComponents.BcfTopicOverview.openViewer")) + " ")])
|
|
3826
|
+
} } }, [_vm._v(" " + _vm._s(_vm.$t("BcfComponents.BcfTopicOverview.openViewer")) + " ")]), _c("div", { staticClass: "bcf-topic-overview__content__card" }, [!_vm.viewerMode ? _c("div", { staticClass: "title" }, [_c("BIMDataIcon", { attrs: { "name": "model3d", "size": "xs" } }), _c("span", [_vm._v(" " + _vm._s(_vm.$t("BcfComponents.BcfTopicOverview.elements", { count: _vm.topicComponents.length })) + " ")])], 1) : _vm._e(), _c("div", { staticClass: "line" }, [_c("span", { staticClass: "label" }, [_vm._v(" " + _vm._s(_vm.$t("BcfComponents.BcfTopicOverview.type")) + " ")]), _c("span", { staticClass: "value" }, [_vm._v(" " + _vm._s(_vm.bcfTopic.topicType ? _vm.bcfTopic.topicType : _vm.$t("BcfComponents.BcfTopicOverview.noTypeSpecified")) + " ")])]), _c("div", { staticClass: "line" }, [_c("span", { staticClass: "label" }, [_vm._v(" " + _vm._s(_vm.$t("BcfComponents.BcfTopicOverview.description")) + " ")]), _c("span", { staticClass: "value" }, [_vm._v(" " + _vm._s(_vm.bcfTopic.description ? _vm.bcfTopic.description : _vm.$t("BcfComponents.BcfTopicOverview.noDescriptionProvided")) + " ")])]), _c("div", { staticClass: "line" }, [_c("span", { staticClass: "label" }, [_vm._v(" " + _vm._s(_vm.$t("BcfComponents.BcfTopicOverview.assignedTo")) + " ")]), _c("span", { staticClass: "value" }, [_vm._v(" " + _vm._s(_vm.bcfTopic.assignedTo ? _vm.bcfTopic.assignedTo : _vm.$t("BcfComponents.BcfTopicOverview.notAssigned")) + " ")])]), _c("div", { staticClass: "line" }, [_c("span", { staticClass: "label" }, [_vm._v(" " + _vm._s(_vm.$t("BcfComponents.BcfTopicOverview.dueDate")) + " ")]), _c("span", { staticClass: "value" }, [_vm._v(" " + _vm._s(_vm.bcfTopic.dueDate ? _vm.$d(_vm.bcfTopic.dueDate, "short") : _vm.$t("BcfComponents.BcfTopicOverview.noDueDate")) + " ")])])]), _c("div", { staticClass: "bcf-topic-overview__content__card" }, [_c("div", { staticClass: "title" }, [_c("BIMDataIcon", { attrs: { "name": "bcf" } }), _c("span", [_vm._v(" " + _vm._s(_vm.$t("BcfComponents.BcfTopicOverview.informations")) + " ")])], 1), _c("div", { staticClass: "line" }, [_c("span", { staticClass: "label" }, [_vm._v(" " + _vm._s(_vm.$t("BcfComponents.BcfTopicOverview.status")) + " ")]), _c("span", { staticClass: "value" }, [_vm._v(" " + _vm._s(_vm.bcfTopic.topicStatus || _vm.$t("BcfComponents.BcfTopicOverview.noStatusSpecified")) + " ")])]), _c("div", { staticClass: "line" }, [_c("span", { staticClass: "label" }, [_vm._v(" " + _vm._s(_vm.$t("BcfComponents.BcfTopicOverview.stage")) + " ")]), _c("span", { staticClass: "value" }, [_vm._v(" " + _vm._s(_vm.bcfTopic.stage || _vm.$t("BcfComponents.BcfTopicOverview.noStageProvided")) + " ")])]), _c("div", { staticClass: "line" }, [_c("span", { staticClass: "label" }, [_vm._v(" " + _vm._s(_vm.$t("BcfComponents.BcfTopicOverview.priority")) + " ")]), _c("span", { staticClass: "value", style: { color: "#" + _vm.priorityColor } }, [_vm._v(" " + _vm._s(_vm.bcfTopic.priority || _vm.$t("BcfComponents.BcfTopicOverview.priorityNotDefined")) + " ")])]), _c("div", { staticClass: "line" }, [_c("span", { staticClass: "label" }, [_vm._v(" Auteur : ")]), _c("span", { staticClass: "value" }, [_vm._v(" " + _vm._s(_vm.bcfTopic.creationAuthor) + " ")])]), _c("div", { staticClass: "line m-t-12" }, [_c("span", { staticClass: "label" }, [_vm._v(" " + _vm._s(_vm.$t("BcfComponents.BcfTopicOverview.tags")) + " ")]), _c("span", { staticClass: "value" }, [_vm._v(" " + _vm._s(_vm.topicLabels.length ? _vm.topicLabels.join(", ") : _vm.$t("BcfComponents.BcfTopicOverview.noTags")) + " ")])])]), _c("BcfTopicComments", { attrs: { "project": _vm.project, "bcfTopic": _vm.bcfTopic }, on: { "comment-created": function($event) {
|
|
3825
3827
|
return _vm.$emit("comment-created", $event);
|
|
3826
3828
|
}, "comment-updated": function($event) {
|
|
3827
3829
|
return _vm.$emit("comment-updated", $event);
|
|
@@ -3871,14 +3873,15 @@ const __vue2_script$5 = {
|
|
|
3871
3873
|
}
|
|
3872
3874
|
},
|
|
3873
3875
|
emits: [
|
|
3874
|
-
"
|
|
3875
|
-
"view-bcf-topic",
|
|
3876
|
+
"back",
|
|
3876
3877
|
"bcf-topic-deleted",
|
|
3878
|
+
"close",
|
|
3877
3879
|
"comment-created",
|
|
3878
|
-
"comment-updated",
|
|
3879
3880
|
"comment-deleted",
|
|
3880
|
-
"
|
|
3881
|
-
"
|
|
3881
|
+
"comment-updated",
|
|
3882
|
+
"edit-bcf-topic",
|
|
3883
|
+
"view-bcf-topic",
|
|
3884
|
+
"view-components"
|
|
3882
3885
|
],
|
|
3883
3886
|
setup(props, { emit }) {
|
|
3884
3887
|
const { deleteTopic: deleteTopic2 } = useService();
|
|
@@ -3927,7 +3930,7 @@ const __vue2_script$5 = {
|
|
|
3927
3930
|
}
|
|
3928
3931
|
};
|
|
3929
3932
|
const __cssModules$5 = {};
|
|
3930
|
-
var __component__$5 = /* @__PURE__ */ normalizeComponent(__vue2_script$5, render$5, staticRenderFns$5, false, __vue2_injectStyles$5, "
|
|
3933
|
+
var __component__$5 = /* @__PURE__ */ normalizeComponent(__vue2_script$5, render$5, staticRenderFns$5, false, __vue2_injectStyles$5, "07085dbc", null, null);
|
|
3931
3934
|
function __vue2_injectStyles$5(context) {
|
|
3932
3935
|
for (let o2 in __cssModules$5) {
|
|
3933
3936
|
this[o2] = __cssModules$5[o2];
|
|
@@ -3945,30 +3948,25 @@ var columnsDef = [
|
|
|
3945
3948
|
},
|
|
3946
3949
|
{
|
|
3947
3950
|
id: "priority",
|
|
3948
|
-
label: "Priorit\xE9",
|
|
3949
3951
|
width: "96px",
|
|
3950
3952
|
align: "center"
|
|
3951
3953
|
},
|
|
3952
3954
|
{
|
|
3953
3955
|
id: "status",
|
|
3954
|
-
label: "Statut",
|
|
3955
3956
|
width: "72px",
|
|
3956
3957
|
align: "center"
|
|
3957
3958
|
},
|
|
3958
3959
|
{
|
|
3959
3960
|
id: "title",
|
|
3960
|
-
label: "Titre",
|
|
3961
3961
|
align: "left"
|
|
3962
3962
|
},
|
|
3963
3963
|
{
|
|
3964
3964
|
id: "creator",
|
|
3965
|
-
label: "Cr\xE9\xE9 par",
|
|
3966
3965
|
width: "60px",
|
|
3967
3966
|
align: "center"
|
|
3968
3967
|
},
|
|
3969
3968
|
{
|
|
3970
3969
|
id: "date",
|
|
3971
|
-
label: "Date",
|
|
3972
3970
|
width: "90px",
|
|
3973
3971
|
align: "center"
|
|
3974
3972
|
},
|
|
@@ -4272,7 +4270,9 @@ var render = function() {
|
|
|
4272
4270
|
var _vm = this;
|
|
4273
4271
|
var _h = _vm.$createElement;
|
|
4274
4272
|
var _c = _vm._self._c || _h;
|
|
4275
|
-
return _c("BIMDataTable", { staticClass: "bcf-topics-table", attrs: { "columns": _vm.displayedColumns
|
|
4273
|
+
return _c("BIMDataTable", { staticClass: "bcf-topics-table", attrs: { "columns": _vm.displayedColumns.map(function(col) {
|
|
4274
|
+
return Object.assign({}, col, { label: col.label || _vm.$t("BcfComponents.BcfTopicsTable.headers." + col.id) });
|
|
4275
|
+
}), "rows": _vm.bcfTopics, "rowKey": "guid", "paginated": _vm.paginated, "perPage": _vm.perPage, "rowHeight": 42 }, scopedSlots: _vm._u([{ key: "cell-index", fn: function(ref2) {
|
|
4276
4276
|
var bcfTopic = ref2.row;
|
|
4277
4277
|
return [_c("BcfTopicIndexCell", { attrs: { "bcfTopic": bcfTopic, "detailedExtensions": _vm.detailedExtensions } })];
|
|
4278
4278
|
} }, { key: "cell-priority", fn: function(ref2) {
|
package/dist/vue2/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.bcf-filters__btn-toggle[data-v-2ef5e90d]:enabled{color:var(--color-primary)}.bcf-filters__btn-toggle[data-v-2ef5e90d]:disabled{background-color:var(--color-white);color:var(--color-silver-dark)}.bcf-filters__container[data-v-2ef5e90d]{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-2ef5e90d]{display:flex;justify-content:space-between;align-items:center}.bcf-filters__container__header__title[data-v-2ef5e90d]{font-size:1.1rem;font-weight:700}.bcf-filters__container__date[data-v-2ef5e90d]{display:flex;gap:calc(var(--spacing-unit) / 2)}.bcf-filters__container__date .example[data-v-2ef5e90d]{margin-top:calc(var(--spacing-unit) / 2);font-size:11px}.bcf-filters__container__actions[data-v-2ef5e90d]{display:flex;justify-content:center}.setting-card-item[data-v-27af5073]{position:relative;height:37px;background-color:var(--color-silver-light);display:flex;justify-content:space-between;align-items:center;margin-bottom:calc(var(--spacing-unit) / 2);padding:0 var(--spacing-unit)}.setting-card-item__actions[data-v-27af5073]{display:flex;align-items:center}.setting-card-item__color[data-v-27af5073]{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-27af5073]{position:absolute;z-index:1;top:37px;right:-12px}.setting-card-item__delete-guard[data-v-27af5073]{position:absolute;right:1%;width:98%;height:100%;padding:0 var(--spacing-unit);gap:var(--spacing-unit);display:flex;justify-content:space-between;align-items:center;box-shadow:var(--box-shadow);background-color:var(--color-white)}.setting-card[data-v-6e8123c6]{margin:var(--spacing-unit) 0;padding:var(--spacing-unit);box-shadow:var(--box-shadow);background:var(--color-white)}.setting-card__header[data-v-6e8123c6]{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.setting-card__header__text[data-v-6e8123c6]{font-weight:700}.setting-card__header__icons[data-v-6e8123c6]{display:flex;align-items:center;gap:calc(var(--spacing-unit) * 2)}.setting-card__header__icons .count[data-v-6e8123c6]{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-6e8123c6]{display:flex;justify-content:space-between;align-items:center;margin-top:calc(var(--spacing-unit) / 2);margin-bottom:var(--spacing-unit)}.setting-card__add-form[data-v-6e8123c6]{margin-bottom:var(--spacing-unit)}.setting-card__add-form .actions[data-v-6e8123c6]{display:flex;justify-content:flex-end;align-items:center;gap:calc(var(--spacing-unit) / 2)}.bcf-settings[data-v-2687ba4b]{height:100%;padding:var(--spacing-unit)}.bcf-settings__header[data-v-2687ba4b]{height:60px;display:flex;justify-content:space-between;align-items:center}.bcf-settings__content[data-v-2687ba4b]{height:100%}.bcf-settings__content__text[data-v-2687ba4b]{padding:calc(var(--spacing-unit) * 2) calc(var(--spacing-unit) * 4);text-align:center;color:var(--color-granite)}.bcf-statistics[data-v-08cce8e2]{width:100%}.bcf-statistics__content[data-v-08cce8e2]{position:relative;display:flex}.bcf-statistics__content__chart[data-v-08cce8e2]{flex:1}.bcf-statistics__content__legend[data-v-08cce8e2]{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-08cce8e2]{font-weight:700}.bcf-statistics__content__legend__item[data-v-08cce8e2]{display:flex;align-items:center;line-height:24px}.bcf-statistics__content__legend__item__mark[data-v-08cce8e2]{width:10px;height:10px;border:3px solid;border-radius:50px}.bcf-statistics__content__legend__item__percent[data-v-08cce8e2]{margin:0 calc(var(--spacing-unit) / 2);font-weight:700}.bcf-statistics__content__legend__item__text .total[data-v-08cce8e2]{font-size:13px}.bcf-statistics__content__legend[data-v-08cce8e2] .bimdata-paginated-list ul:first-child{height:144px}.bcf-topic-card[data-v-5b20213c]{position:relative;width:336px;height:307px}.bcf-topic-card__header[data-v-5b20213c]{min-height:204px;box-shadow:var(--box-shadow)}.bcf-topic-card__header__infos[data-v-5b20213c]{height:32px;background-color:var(--color-white)}.bcf-topic-card__header__infos__index[data-v-5b20213c]{padding:3px;min-width:32px;background-color:var(--color-silver);color:var(--color-text)}.bcf-topic-card__header__infos__title[data-v-5b20213c]{width:calc(100% - var(--spacing-unit) * 2 - 32px);color:var(--color-primary)}.bcf-topic-card__header__img[data-v-5b20213c]{height:172px;position:relative}.bcf-topic-card__header__img img[data-v-5b20213c]{width:100%;height:100%;object-fit:cover}.bcf-topic-card__header__img .default-img[data-v-5b20213c]{width:120px;height:120px}.bcf-topic-card__header__img__status[data-v-5b20213c]{position:absolute;top:6px;left:6px;border-radius:3px}.bcf-topic-card__header__img__date[data-v-5b20213c]{position:absolute;bottom:0;right:0;font-size:11px;background-color:var(--color-white)}.bcf-topic-card__content[data-v-5b20213c]{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-b5e56a58]{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-b5e56a58]{font-size:14px}.bcf-topic-images[data-v-203feea2]{display:flex;flex-direction:column;gap:var(--spacing-unit)}.bcf-topic-images__images[data-v-203feea2]{width:100%;height:262px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.bcf-topic-images__images .image-preview[data-v-203feea2]{position:relative}.bcf-topic-images__images .image-preview img[data-v-203feea2]{width:100%;height:100%;object-fit:cover}.bcf-topic-images__images .image-preview .btn-delete[data-v-203feea2]{position:absolute;top:calc(50% - 16px);left:calc(50% - 16px)}.bcf-topic-images__images .image-preview:first-child.single[data-v-203feea2]{height:262px;grid-area:1/1/2/4}.bcf-topic-images__images .image-preview[data-v-203feea2]:first-child:not(.single){height:180px;grid-area:1/1/2/4}.bcf-topic-images__images .image-preview[data-v-203feea2]:nth-child(2){height:72px;grid-area:2/1/3/2}.bcf-topic-images__images .image-preview[data-v-203feea2]:nth-child(3){height:72px;grid-area:2/2/3/3}.bcf-topic-images__images .image-preview[data-v-203feea2]:nth-child(4){height:72px;grid-area:2/3/3/4}.bcf-topic-images .btn-upload label[data-v-203feea2]{display:flex;justify-content:center;align-items:center}.bcf-topic-images .btn-upload:not(:disabled) label[data-v-203feea2]{width:100%;height:100%;cursor:pointer}.bcf-topic-images__upload[data-v-203feea2]{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-203feea2]{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-15f8e3a0]{width:100%;min-height:180px;max-height:262px;display:flex;flex-wrap:wrap;gap:10px}.bcf-topic-snapshots__snapshots .snapshot-preview[data-v-15f8e3a0]{position:relative}.bcf-topic-snapshots__snapshots .snapshot-preview img[data-v-15f8e3a0]{width:100%;height:100%;object-fit:cover}.bcf-topic-snapshots__snapshots .snapshot-preview .btn-delete[data-v-15f8e3a0]{position:absolute;top:calc(50% - 16px);left:calc(50% - 16px)}.bcf-topic-snapshots__snapshots .snapshot-preview[data-v-15f8e3a0]:first-child{width:100%;height:180px}.bcf-topic-snapshots__snapshots .snapshot-preview[data-v-15f8e3a0]:not(:first-child){width:30%;height:72px}.bcf-topic-snapshots__create[data-v-15f8e3a0]{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-f9d9dcfc]{height:100%}.bcf-topic-form__content[data-v-f9d9dcfc]{height:calc(100% - 64px - var(--spacing-unit));padding:0 calc(var(--spacing-unit) / 2);display:flex;flex-direction:column;gap:var(--spacing-unit);overflow:auto}.bcf-topic-form__content__head[data-v-f9d9dcfc]{height:27px;display:flex;justify-content:space-between;align-items:center;font-size:12px}.bcf-topic-form__content__head__index[data-v-f9d9dcfc],.bcf-topic-form__content__head__date[data-v-f9d9dcfc]{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-f9d9dcfc]{min-width:50px}.bcf-topic-form__content__head__date[data-v-f9d9dcfc]{min-width:100px}.bcf-topic-form__content__actions[data-v-f9d9dcfc]{display:flex;gap:var(--spacing-unit)}.bcf-topic-form__content__actions>*[data-v-f9d9dcfc]{flex-grow:1}.bcf-topic-form__content__body .bimdata-select[data-v-f9d9dcfc]{margin:30px 0;font-size:13px}.bcf-topic-form__content__body[data-v-f9d9dcfc] .bimdata-input input{font-size:13px;color:var(--color-granite)}.bcf-topic-form__content__body[data-v-f9d9dcfc] .bimdata-textarea textarea{font-family:var(--primary-font);font-size:13px;color:var(--color-granite);resize:vertical}.bcf-topic-form__footer[data-v-f9d9dcfc]{padding:var(--spacing-unit) calc(var(--spacing-unit) / 2)}.bcf-topic-form__loader[data-v-f9d9dcfc]{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-3764dcb1]{min-width:32px;min-height:32px;display:flex;justify-content:center;align-items:center;border-radius:50%;overflow:hidden}.user-avatar img[data-v-3764dcb1]{width:100%;height:100%}.user-avatar--primary[data-v-3764dcb1]{background-color:var(--color-primary);color:var(--color-silver-light)}.user-avatar--secondary[data-v-3764dcb1]{background-color:var(--color-secondary);color:var(--color-primary)}.user-avatar--silver-light[data-v-3764dcb1]{background-color:var(--color-silver-light);color:var(--color-primary)}.topic-comment__header[data-v-47f184d0]{position:relative;font-weight:700}.topic-comment__header__left__user[data-v-47f184d0]{width:32px;height:32px;border-radius:50px;background-color:var(--color-silver-light)}.topic-comment__header__right__actions[data-v-47f184d0]{position:absolute;top:0;right:0;background-color:var(--color-white)}.topic-comment__header__right__delete[data-v-47f184d0]{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-47f184d0] .bimdata-textarea{margin-bottom:calc(var(--spacing-unit) / 2)}.topic-comment__content[data-v-47f184d0] .bimdata-textarea textarea{font-family:Roboto;color:var(--color-granite)}.topic-comment__content[data-v-47f184d0] .bimdata-textarea:not(.editing) .bar{display:none}.bcf-topic-comments p[data-v-561aa0f8]{font-weight:700}.bcf-topic-comments[data-v-561aa0f8] .bimdata-textarea{width:100%}.bcf-topic-overview[data-v-1d986817]{height:100%;font-size:12px}.bcf-topic-overview__header[data-v-1d986817]{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-1d986817]{flex-grow:1;font-size:14px;font-weight:700}.bcf-topic-overview__header__actions[data-v-1d986817]{display:flex;justify-content:center;align-items:center}.bcf-topic-overview__content[data-v-1d986817]{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-1d986817]{height:27px;display:flex;justify-content:space-between;align-items:center}.bcf-topic-overview__content__head__index[data-v-1d986817],.bcf-topic-overview__content__head__date[data-v-1d986817]{height:100%;padding:calc(var(--spacing-unit) / 2);display:flex;justify-content:center;align-items:center}.bcf-topic-overview__content__head__index[data-v-1d986817]{min-width:50px}.bcf-topic-overview__content__head__date[data-v-1d986817]{min-width:100px;background-color:var(--color-silver-light);color:var(--color-primary)}.bcf-topic-overview__content__image[data-v-1d986817]{position:relative;height:262px;min-height:262px;text-align:center;background-color:var(--color-silver-light);overflow:hidden}.bcf-topic-overview__content__image .status-badge[data-v-1d986817]{position:absolute;z-index:1;left:calc(var(--spacing-unit) / 2);top:calc(var(--spacing-unit) / 2);padding:calc(var(--spacing-unit) / 2);border-radius:3px;display:flex;gap:calc(var(--spacing-unit) / 2)}.bcf-topic-overview__content__image[data-v-1d986817] .bimdata-carousel{height:100%}.bcf-topic-overview__content__image[data-v-1d986817] .bimdata-carousel .bimdata-carousel__container{height:100%;margin:0;padding:0;overflow:hidden}.bcf-topic-overview__content__image[data-v-1d986817] .bimdata-carousel .bimdata-carousel__container__slider{height:100%!important}.bcf-topic-overview__content__image[data-v-1d986817] .bimdata-carousel .bimdata-carousel__btn-prev{left:calc(var(--spacing-unit) / 2)}.bcf-topic-overview__content__image[data-v-1d986817] .bimdata-carousel .bimdata-carousel__btn-next{right:calc(var(--spacing-unit) / 2)}.bcf-topic-overview__content__image .snapshot-preview[data-v-1d986817]{position:relative;width:100%;height:100%}.bcf-topic-overview__content__image .snapshot-preview img[data-v-1d986817]{width:100%;height:100%;object-fit:cover}.bcf-topic-overview__content__image .default-image[data-v-1d986817]{width:170px;height:170px;padding:12px}.bcf-topic-overview__content__card[data-v-1d986817]{padding:var(--spacing-unit);box-shadow:var(--box-shadow);line-height:1.5}.bcf-topic-overview__content__card .title[data-v-1d986817]{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-1d986817]{margin-right:4px;font-weight:700;color:var(--color-primary)}.bcf-topic-overview__content__card .line .value[data-v-1d986817]{color:var(--color-granite)}.bcf-topic-overview .delete-modal[data-v-1d986817]{z-index:10}.bcf-topic-actions-cell .bimdata-btn[data-v-490491b3]{margin:auto}.bcf-topic-index-cell[data-v-73373bfa]{position:relative;display:flex;justify-content:center;align-items:center}.bcf-topic-index-cell .left-stripe[data-v-73373bfa]{position:absolute;left:calc(0px - var(--spacing-unit));width:10px;height:42px}.bcf-topic-priority-cell[data-v-7be782b8]{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-02899ce8]{height:42px;padding:0 calc(var(--spacing-unit) / 2);display:flex;justify-content:center;align-items:center}
|
|
1
|
+
.bcf-filters__btn-toggle[data-v-2ef5e90d]:enabled{color:var(--color-primary)}.bcf-filters__btn-toggle[data-v-2ef5e90d]:disabled{background-color:var(--color-white);color:var(--color-silver-dark)}.bcf-filters__container[data-v-2ef5e90d]{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-2ef5e90d]{display:flex;justify-content:space-between;align-items:center}.bcf-filters__container__header__title[data-v-2ef5e90d]{font-size:1.1rem;font-weight:700}.bcf-filters__container__date[data-v-2ef5e90d]{display:flex;gap:calc(var(--spacing-unit) / 2)}.bcf-filters__container__date .example[data-v-2ef5e90d]{margin-top:calc(var(--spacing-unit) / 2);font-size:11px}.bcf-filters__container__actions[data-v-2ef5e90d]{display:flex;justify-content:center}.setting-card-item[data-v-27af5073]{position:relative;height:37px;background-color:var(--color-silver-light);display:flex;justify-content:space-between;align-items:center;margin-bottom:calc(var(--spacing-unit) / 2);padding:0 var(--spacing-unit)}.setting-card-item__actions[data-v-27af5073]{display:flex;align-items:center}.setting-card-item__color[data-v-27af5073]{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-27af5073]{position:absolute;z-index:1;top:37px;right:-12px}.setting-card-item__delete-guard[data-v-27af5073]{position:absolute;right:1%;width:98%;height:100%;padding:0 var(--spacing-unit);gap:var(--spacing-unit);display:flex;justify-content:space-between;align-items:center;box-shadow:var(--box-shadow);background-color:var(--color-white)}.setting-card[data-v-6e8123c6]{margin:var(--spacing-unit) 0;padding:var(--spacing-unit);box-shadow:var(--box-shadow);background:var(--color-white)}.setting-card__header[data-v-6e8123c6]{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.setting-card__header__text[data-v-6e8123c6]{font-weight:700}.setting-card__header__icons[data-v-6e8123c6]{display:flex;align-items:center;gap:calc(var(--spacing-unit) * 2)}.setting-card__header__icons .count[data-v-6e8123c6]{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-6e8123c6]{display:flex;justify-content:space-between;align-items:center;margin-top:calc(var(--spacing-unit) / 2);margin-bottom:var(--spacing-unit)}.setting-card__add-form[data-v-6e8123c6]{margin-bottom:var(--spacing-unit)}.setting-card__add-form .actions[data-v-6e8123c6]{display:flex;justify-content:flex-end;align-items:center;gap:calc(var(--spacing-unit) / 2)}.bcf-settings[data-v-2687ba4b]{height:100%;padding:var(--spacing-unit)}.bcf-settings__header[data-v-2687ba4b]{height:60px;display:flex;justify-content:space-between;align-items:center}.bcf-settings__content[data-v-2687ba4b]{height:100%}.bcf-settings__content__text[data-v-2687ba4b]{padding:calc(var(--spacing-unit) * 2) calc(var(--spacing-unit) * 4);text-align:center;color:var(--color-granite)}.bcf-statistics[data-v-08cce8e2]{width:100%}.bcf-statistics__content[data-v-08cce8e2]{position:relative;display:flex}.bcf-statistics__content__chart[data-v-08cce8e2]{flex:1}.bcf-statistics__content__legend[data-v-08cce8e2]{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-08cce8e2]{font-weight:700}.bcf-statistics__content__legend__item[data-v-08cce8e2]{display:flex;align-items:center;line-height:24px}.bcf-statistics__content__legend__item__mark[data-v-08cce8e2]{width:10px;height:10px;border:3px solid;border-radius:50px}.bcf-statistics__content__legend__item__percent[data-v-08cce8e2]{margin:0 calc(var(--spacing-unit) / 2);font-weight:700}.bcf-statistics__content__legend__item__text .total[data-v-08cce8e2]{font-size:13px}.bcf-statistics__content__legend[data-v-08cce8e2] .bimdata-paginated-list ul:first-child{height:144px}.bcf-topic-card[data-v-5b20213c]{position:relative;width:336px;height:307px}.bcf-topic-card__header[data-v-5b20213c]{min-height:204px;box-shadow:var(--box-shadow)}.bcf-topic-card__header__infos[data-v-5b20213c]{height:32px;background-color:var(--color-white)}.bcf-topic-card__header__infos__index[data-v-5b20213c]{padding:3px;min-width:32px;background-color:var(--color-silver);color:var(--color-text)}.bcf-topic-card__header__infos__title[data-v-5b20213c]{width:calc(100% - var(--spacing-unit) * 2 - 32px);color:var(--color-primary)}.bcf-topic-card__header__img[data-v-5b20213c]{height:172px;position:relative}.bcf-topic-card__header__img img[data-v-5b20213c]{width:100%;height:100%;object-fit:cover}.bcf-topic-card__header__img .default-img[data-v-5b20213c]{width:120px;height:120px}.bcf-topic-card__header__img__status[data-v-5b20213c]{position:absolute;top:6px;left:6px;border-radius:3px}.bcf-topic-card__header__img__date[data-v-5b20213c]{position:absolute;bottom:0;right:0;font-size:11px;background-color:var(--color-white)}.bcf-topic-card__content[data-v-5b20213c]{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-b5e56a58]{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-b5e56a58]{font-size:14px}.bcf-topic-images[data-v-203feea2]{display:flex;flex-direction:column;gap:var(--spacing-unit)}.bcf-topic-images__images[data-v-203feea2]{width:100%;height:262px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.bcf-topic-images__images .image-preview[data-v-203feea2]{position:relative}.bcf-topic-images__images .image-preview img[data-v-203feea2]{width:100%;height:100%;object-fit:cover}.bcf-topic-images__images .image-preview .btn-delete[data-v-203feea2]{position:absolute;top:calc(50% - 16px);left:calc(50% - 16px)}.bcf-topic-images__images .image-preview:first-child.single[data-v-203feea2]{height:262px;grid-area:1/1/2/4}.bcf-topic-images__images .image-preview[data-v-203feea2]:first-child:not(.single){height:180px;grid-area:1/1/2/4}.bcf-topic-images__images .image-preview[data-v-203feea2]:nth-child(2){height:72px;grid-area:2/1/3/2}.bcf-topic-images__images .image-preview[data-v-203feea2]:nth-child(3){height:72px;grid-area:2/2/3/3}.bcf-topic-images__images .image-preview[data-v-203feea2]:nth-child(4){height:72px;grid-area:2/3/3/4}.bcf-topic-images .btn-upload label[data-v-203feea2]{display:flex;justify-content:center;align-items:center}.bcf-topic-images .btn-upload:not(:disabled) label[data-v-203feea2]{width:100%;height:100%;cursor:pointer}.bcf-topic-images__upload[data-v-203feea2]{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-203feea2]{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-15f8e3a0]{width:100%;min-height:180px;max-height:262px;display:flex;flex-wrap:wrap;gap:10px}.bcf-topic-snapshots__snapshots .snapshot-preview[data-v-15f8e3a0]{position:relative}.bcf-topic-snapshots__snapshots .snapshot-preview img[data-v-15f8e3a0]{width:100%;height:100%;object-fit:cover}.bcf-topic-snapshots__snapshots .snapshot-preview .btn-delete[data-v-15f8e3a0]{position:absolute;top:calc(50% - 16px);left:calc(50% - 16px)}.bcf-topic-snapshots__snapshots .snapshot-preview[data-v-15f8e3a0]:first-child{width:100%;height:180px}.bcf-topic-snapshots__snapshots .snapshot-preview[data-v-15f8e3a0]:not(:first-child){width:30%;height:72px}.bcf-topic-snapshots__create[data-v-15f8e3a0]{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-f9d9dcfc]{height:100%}.bcf-topic-form__content[data-v-f9d9dcfc]{height:calc(100% - 64px - var(--spacing-unit));padding:0 calc(var(--spacing-unit) / 2);display:flex;flex-direction:column;gap:var(--spacing-unit);overflow:auto}.bcf-topic-form__content__head[data-v-f9d9dcfc]{height:27px;display:flex;justify-content:space-between;align-items:center;font-size:12px}.bcf-topic-form__content__head__index[data-v-f9d9dcfc],.bcf-topic-form__content__head__date[data-v-f9d9dcfc]{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-f9d9dcfc]{min-width:50px}.bcf-topic-form__content__head__date[data-v-f9d9dcfc]{min-width:100px}.bcf-topic-form__content__actions[data-v-f9d9dcfc]{display:flex;gap:var(--spacing-unit)}.bcf-topic-form__content__actions>*[data-v-f9d9dcfc]{flex-grow:1}.bcf-topic-form__content__body .bimdata-select[data-v-f9d9dcfc]{margin:30px 0;font-size:13px}.bcf-topic-form__content__body[data-v-f9d9dcfc] .bimdata-input input{font-size:13px;color:var(--color-granite)}.bcf-topic-form__content__body[data-v-f9d9dcfc] .bimdata-textarea textarea{font-family:var(--primary-font);font-size:13px;color:var(--color-granite);resize:vertical}.bcf-topic-form__footer[data-v-f9d9dcfc]{padding:var(--spacing-unit) calc(var(--spacing-unit) / 2)}.bcf-topic-form__loader[data-v-f9d9dcfc]{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-3764dcb1]{min-width:32px;min-height:32px;display:flex;justify-content:center;align-items:center;border-radius:50%;overflow:hidden}.user-avatar img[data-v-3764dcb1]{width:100%;height:100%}.user-avatar--primary[data-v-3764dcb1]{background-color:var(--color-primary);color:var(--color-silver-light)}.user-avatar--secondary[data-v-3764dcb1]{background-color:var(--color-secondary);color:var(--color-primary)}.user-avatar--silver-light[data-v-3764dcb1]{background-color:var(--color-silver-light);color:var(--color-primary)}.topic-comment__header[data-v-47f184d0]{position:relative;font-weight:700}.topic-comment__header__left__user[data-v-47f184d0]{width:32px;height:32px;border-radius:50px;background-color:var(--color-silver-light)}.topic-comment__header__right__actions[data-v-47f184d0]{position:absolute;top:0;right:0;background-color:var(--color-white)}.topic-comment__header__right__delete[data-v-47f184d0]{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-47f184d0] .bimdata-textarea{margin-bottom:calc(var(--spacing-unit) / 2)}.topic-comment__content[data-v-47f184d0] .bimdata-textarea textarea{font-family:Roboto;color:var(--color-granite)}.topic-comment__content[data-v-47f184d0] .bimdata-textarea:not(.editing) .bar{display:none}.bcf-topic-comments p[data-v-561aa0f8]{font-weight:700}.bcf-topic-comments[data-v-561aa0f8] .bimdata-textarea{width:100%}.bcf-topic-overview[data-v-07085dbc]{height:100%;font-size:12px}.bcf-topic-overview__header[data-v-07085dbc]{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-07085dbc]{flex-grow:1;font-size:14px;font-weight:700}.bcf-topic-overview__header__actions[data-v-07085dbc]{display:flex;justify-content:center;align-items:center}.bcf-topic-overview__content[data-v-07085dbc]{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-07085dbc]{height:27px;display:flex;justify-content:space-between;align-items:center}.bcf-topic-overview__content__head__index[data-v-07085dbc],.bcf-topic-overview__content__head__date[data-v-07085dbc]{height:100%;padding:calc(var(--spacing-unit) / 2);display:flex;justify-content:center;align-items:center}.bcf-topic-overview__content__head__index[data-v-07085dbc]{min-width:50px}.bcf-topic-overview__content__head__date[data-v-07085dbc]{min-width:100px;background-color:var(--color-silver-light);color:var(--color-primary)}.bcf-topic-overview__content__image[data-v-07085dbc]{position:relative;height:262px;min-height:262px;text-align:center;background-color:var(--color-silver-light);overflow:hidden}.bcf-topic-overview__content__image .status-badge[data-v-07085dbc]{position:absolute;z-index:1;left:calc(var(--spacing-unit) / 2);top:calc(var(--spacing-unit) / 2);padding:calc(var(--spacing-unit) / 2);border-radius:3px;display:flex;gap:calc(var(--spacing-unit) / 2)}.bcf-topic-overview__content__image[data-v-07085dbc] .bimdata-carousel{height:100%}.bcf-topic-overview__content__image[data-v-07085dbc] .bimdata-carousel .bimdata-carousel__container{height:100%;margin:0;padding:0;overflow:hidden}.bcf-topic-overview__content__image[data-v-07085dbc] .bimdata-carousel .bimdata-carousel__container__slider{height:100%!important}.bcf-topic-overview__content__image[data-v-07085dbc] .bimdata-carousel .bimdata-carousel__btn-prev{left:calc(var(--spacing-unit) / 2)}.bcf-topic-overview__content__image[data-v-07085dbc] .bimdata-carousel .bimdata-carousel__btn-next{right:calc(var(--spacing-unit) / 2)}.bcf-topic-overview__content__image .snapshot-preview[data-v-07085dbc]{position:relative;width:100%;height:100%}.bcf-topic-overview__content__image .snapshot-preview img[data-v-07085dbc]{width:100%;height:100%;object-fit:cover}.bcf-topic-overview__content__image .default-image[data-v-07085dbc]{width:170px;height:170px;padding:12px}.bcf-topic-overview__content__card[data-v-07085dbc]{padding:var(--spacing-unit);box-shadow:var(--box-shadow);line-height:1.5}.bcf-topic-overview__content__card .title[data-v-07085dbc]{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-07085dbc]{margin-right:4px;font-weight:700;color:var(--color-primary)}.bcf-topic-overview__content__card .line .value[data-v-07085dbc]{color:var(--color-granite)}.bcf-topic-overview .delete-modal[data-v-07085dbc]{z-index:10}.bcf-topic-actions-cell .bimdata-btn[data-v-490491b3]{margin:auto}.bcf-topic-index-cell[data-v-73373bfa]{position:relative;display:flex;justify-content:center;align-items:center}.bcf-topic-index-cell .left-stripe[data-v-73373bfa]{position:absolute;left:calc(0px - var(--spacing-unit));width:10px;height:42px}.bcf-topic-priority-cell[data-v-7be782b8]{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-02899ce8]{height:42px;padding:0 calc(var(--spacing-unit) / 2);display:flex;justify-content:center;align-items:center}
|
|
@@ -4293,14 +4293,15 @@ const _sfc_main$5 = {
|
|
|
4293
4293
|
}
|
|
4294
4294
|
},
|
|
4295
4295
|
emits: [
|
|
4296
|
-
"
|
|
4297
|
-
"view-bcf-topic",
|
|
4296
|
+
"back",
|
|
4298
4297
|
"bcf-topic-deleted",
|
|
4298
|
+
"close",
|
|
4299
4299
|
"comment-created",
|
|
4300
|
-
"comment-updated",
|
|
4301
4300
|
"comment-deleted",
|
|
4302
|
-
"
|
|
4303
|
-
"
|
|
4301
|
+
"comment-updated",
|
|
4302
|
+
"edit-bcf-topic",
|
|
4303
|
+
"view-bcf-topic",
|
|
4304
|
+
"view-components"
|
|
4304
4305
|
],
|
|
4305
4306
|
setup(props, { emit }) {
|
|
4306
4307
|
const { deleteTopic: deleteTopic2 } = useService();
|
|
@@ -4348,7 +4349,7 @@ const _sfc_main$5 = {
|
|
|
4348
4349
|
};
|
|
4349
4350
|
}
|
|
4350
4351
|
};
|
|
4351
|
-
const _withScopeId = (n) => (pushScopeId("data-v-
|
|
4352
|
+
const _withScopeId = (n) => (pushScopeId("data-v-8f910a1c"), n = n(), popScopeId(), n);
|
|
4352
4353
|
const _hoisted_1$2 = { class: "bcf-topic-overview" };
|
|
4353
4354
|
const _hoisted_2$1 = { class: "bcf-topic-overview__header" };
|
|
4354
4355
|
const _hoisted_3 = { class: "bcf-topic-overview__header__title" };
|
|
@@ -4358,37 +4359,39 @@ const _hoisted_6 = { class: "bcf-topic-overview__content__head" };
|
|
|
4358
4359
|
const _hoisted_7 = { class: "bcf-topic-overview__content__head__date" };
|
|
4359
4360
|
const _hoisted_8 = ["src"];
|
|
4360
4361
|
const _hoisted_9 = { class: "bcf-topic-overview__content__card" };
|
|
4361
|
-
const _hoisted_10 = {
|
|
4362
|
-
|
|
4363
|
-
|
|
4364
|
-
|
|
4365
|
-
const
|
|
4366
|
-
const
|
|
4367
|
-
const
|
|
4368
|
-
const
|
|
4369
|
-
const
|
|
4370
|
-
const
|
|
4371
|
-
const
|
|
4372
|
-
const
|
|
4373
|
-
const
|
|
4374
|
-
const
|
|
4375
|
-
const
|
|
4376
|
-
const
|
|
4377
|
-
const
|
|
4378
|
-
const
|
|
4379
|
-
const
|
|
4380
|
-
const
|
|
4381
|
-
const
|
|
4382
|
-
const
|
|
4383
|
-
const
|
|
4384
|
-
const
|
|
4385
|
-
const
|
|
4386
|
-
const
|
|
4387
|
-
const
|
|
4388
|
-
const
|
|
4389
|
-
const
|
|
4390
|
-
const
|
|
4391
|
-
const
|
|
4362
|
+
const _hoisted_10 = {
|
|
4363
|
+
key: 0,
|
|
4364
|
+
class: "title"
|
|
4365
|
+
};
|
|
4366
|
+
const _hoisted_11 = { class: "line" };
|
|
4367
|
+
const _hoisted_12 = { class: "label" };
|
|
4368
|
+
const _hoisted_13 = { class: "value" };
|
|
4369
|
+
const _hoisted_14 = { class: "line" };
|
|
4370
|
+
const _hoisted_15 = { class: "label" };
|
|
4371
|
+
const _hoisted_16 = { class: "value" };
|
|
4372
|
+
const _hoisted_17 = { class: "line" };
|
|
4373
|
+
const _hoisted_18 = { class: "label" };
|
|
4374
|
+
const _hoisted_19 = { class: "value" };
|
|
4375
|
+
const _hoisted_20 = { class: "line" };
|
|
4376
|
+
const _hoisted_21 = { class: "label" };
|
|
4377
|
+
const _hoisted_22 = { class: "value" };
|
|
4378
|
+
const _hoisted_23 = { class: "bcf-topic-overview__content__card" };
|
|
4379
|
+
const _hoisted_24 = { class: "title" };
|
|
4380
|
+
const _hoisted_25 = { class: "line" };
|
|
4381
|
+
const _hoisted_26 = { class: "label" };
|
|
4382
|
+
const _hoisted_27 = { class: "value" };
|
|
4383
|
+
const _hoisted_28 = { class: "line" };
|
|
4384
|
+
const _hoisted_29 = { class: "label" };
|
|
4385
|
+
const _hoisted_30 = { class: "value" };
|
|
4386
|
+
const _hoisted_31 = { class: "line" };
|
|
4387
|
+
const _hoisted_32 = { class: "label" };
|
|
4388
|
+
const _hoisted_33 = { class: "line" };
|
|
4389
|
+
const _hoisted_34 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("span", { class: "label" }, " Auteur : ", -1));
|
|
4390
|
+
const _hoisted_35 = { class: "value" };
|
|
4391
|
+
const _hoisted_36 = { class: "line m-t-12" };
|
|
4392
|
+
const _hoisted_37 = { class: "label" };
|
|
4393
|
+
const _hoisted_38 = { class: "value" };
|
|
4394
|
+
const _hoisted_39 = { key: 1 };
|
|
4392
4395
|
function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4393
4396
|
const _component_BIMDataIcon = resolveComponent("BIMDataIcon");
|
|
4394
4397
|
const _component_BIMDataButton = resolveComponent("BIMDataButton");
|
|
@@ -4523,80 +4526,100 @@ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4523
4526
|
class: "default-image"
|
|
4524
4527
|
}))
|
|
4525
4528
|
], 2),
|
|
4526
|
-
|
|
4529
|
+
$props.viewerMode ? (openBlock(), createBlock(_component_BIMDataButton, {
|
|
4527
4530
|
key: 0,
|
|
4528
4531
|
width: "100%",
|
|
4532
|
+
fill: "",
|
|
4533
|
+
radius: "",
|
|
4534
|
+
disabled: $setup.topicComponents.length === 0,
|
|
4535
|
+
onClick: _cache[4] || (_cache[4] = ($event) => _ctx.$emit("view-components", $props.bcfTopic))
|
|
4536
|
+
}, {
|
|
4537
|
+
default: withCtx(() => [
|
|
4538
|
+
createVNode(_component_BIMDataIcon, {
|
|
4539
|
+
name: "model3d",
|
|
4540
|
+
size: "xs",
|
|
4541
|
+
margin: "0 6px 0 0"
|
|
4542
|
+
}),
|
|
4543
|
+
$setup.topicComponents.length > 0 ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
4544
|
+
createTextVNode(toDisplayString(_ctx.$t("BcfComponents.BcfTopicOverview.elements", { count: $setup.topicComponents.length })), 1)
|
|
4545
|
+
], 64)) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
4546
|
+
createTextVNode(toDisplayString(_ctx.$t("BcfComponents.BcfTopicOverview.noElements")), 1)
|
|
4547
|
+
], 64))
|
|
4548
|
+
]),
|
|
4549
|
+
_: 1
|
|
4550
|
+
}, 8, ["disabled"])) : (openBlock(), createBlock(_component_BIMDataButton, {
|
|
4551
|
+
key: 1,
|
|
4552
|
+
width: "100%",
|
|
4529
4553
|
color: "primary",
|
|
4530
4554
|
fill: "",
|
|
4531
4555
|
radius: "",
|
|
4532
|
-
onClick: _cache[
|
|
4556
|
+
onClick: _cache[5] || (_cache[5] = ($event) => _ctx.$emit("view-bcf-topic", $props.bcfTopic))
|
|
4533
4557
|
}, {
|
|
4534
4558
|
default: withCtx(() => [
|
|
4535
4559
|
createTextVNode(toDisplayString(_ctx.$t("BcfComponents.BcfTopicOverview.openViewer")), 1)
|
|
4536
4560
|
]),
|
|
4537
4561
|
_: 1
|
|
4538
|
-
}))
|
|
4562
|
+
})),
|
|
4539
4563
|
createElementVNode("div", _hoisted_9, [
|
|
4540
|
-
|
|
4564
|
+
!$props.viewerMode ? (openBlock(), createElementBlock("div", _hoisted_10, [
|
|
4541
4565
|
createVNode(_component_BIMDataIcon, {
|
|
4542
4566
|
name: "model3d",
|
|
4543
4567
|
size: "xs"
|
|
4544
4568
|
}),
|
|
4545
|
-
|
|
4546
|
-
|
|
4547
|
-
|
|
4548
|
-
|
|
4549
|
-
createElementVNode("span", _hoisted_13, toDisplayString(_ctx.$t("BcfComponents.BcfTopicOverview.
|
|
4550
|
-
createElementVNode("span", _hoisted_14, toDisplayString($props.bcfTopic.topicType ? $props.bcfTopic.topicType : _ctx.$t("BcfComponents.BcfTopicOverview.noTypeSpecified")), 1)
|
|
4569
|
+
createElementVNode("span", null, toDisplayString(_ctx.$t("BcfComponents.BcfTopicOverview.elements", { count: $setup.topicComponents.length })), 1)
|
|
4570
|
+
])) : createCommentVNode("", true),
|
|
4571
|
+
createElementVNode("div", _hoisted_11, [
|
|
4572
|
+
createElementVNode("span", _hoisted_12, toDisplayString(_ctx.$t("BcfComponents.BcfTopicOverview.type")), 1),
|
|
4573
|
+
createElementVNode("span", _hoisted_13, toDisplayString($props.bcfTopic.topicType ? $props.bcfTopic.topicType : _ctx.$t("BcfComponents.BcfTopicOverview.noTypeSpecified")), 1)
|
|
4551
4574
|
]),
|
|
4552
|
-
createElementVNode("div",
|
|
4553
|
-
createElementVNode("span",
|
|
4554
|
-
createElementVNode("span",
|
|
4575
|
+
createElementVNode("div", _hoisted_14, [
|
|
4576
|
+
createElementVNode("span", _hoisted_15, toDisplayString(_ctx.$t("BcfComponents.BcfTopicOverview.description")), 1),
|
|
4577
|
+
createElementVNode("span", _hoisted_16, toDisplayString($props.bcfTopic.description ? $props.bcfTopic.description : _ctx.$t("BcfComponents.BcfTopicOverview.noDescriptionProvided")), 1)
|
|
4555
4578
|
]),
|
|
4556
|
-
createElementVNode("div",
|
|
4557
|
-
createElementVNode("span",
|
|
4558
|
-
createElementVNode("span",
|
|
4579
|
+
createElementVNode("div", _hoisted_17, [
|
|
4580
|
+
createElementVNode("span", _hoisted_18, toDisplayString(_ctx.$t("BcfComponents.BcfTopicOverview.assignedTo")), 1),
|
|
4581
|
+
createElementVNode("span", _hoisted_19, toDisplayString($props.bcfTopic.assignedTo ? $props.bcfTopic.assignedTo : _ctx.$t("BcfComponents.BcfTopicOverview.notAssigned")), 1)
|
|
4559
4582
|
]),
|
|
4560
|
-
createElementVNode("div",
|
|
4561
|
-
createElementVNode("span",
|
|
4562
|
-
createElementVNode("span",
|
|
4583
|
+
createElementVNode("div", _hoisted_20, [
|
|
4584
|
+
createElementVNode("span", _hoisted_21, toDisplayString(_ctx.$t("BcfComponents.BcfTopicOverview.dueDate")), 1),
|
|
4585
|
+
createElementVNode("span", _hoisted_22, toDisplayString($props.bcfTopic.dueDate ? _ctx.$d($props.bcfTopic.dueDate, "short") : _ctx.$t("BcfComponents.BcfTopicOverview.noDueDate")), 1)
|
|
4563
4586
|
])
|
|
4564
4587
|
]),
|
|
4565
|
-
createElementVNode("div",
|
|
4566
|
-
createElementVNode("div",
|
|
4588
|
+
createElementVNode("div", _hoisted_23, [
|
|
4589
|
+
createElementVNode("div", _hoisted_24, [
|
|
4567
4590
|
createVNode(_component_BIMDataIcon, { name: "bcf" }),
|
|
4568
4591
|
createElementVNode("span", null, toDisplayString(_ctx.$t("BcfComponents.BcfTopicOverview.informations")), 1)
|
|
4569
4592
|
]),
|
|
4570
|
-
createElementVNode("div",
|
|
4571
|
-
createElementVNode("span",
|
|
4572
|
-
createElementVNode("span",
|
|
4593
|
+
createElementVNode("div", _hoisted_25, [
|
|
4594
|
+
createElementVNode("span", _hoisted_26, toDisplayString(_ctx.$t("BcfComponents.BcfTopicOverview.status")), 1),
|
|
4595
|
+
createElementVNode("span", _hoisted_27, toDisplayString($props.bcfTopic.topicStatus || _ctx.$t("BcfComponents.BcfTopicOverview.noStatusSpecified")), 1)
|
|
4573
4596
|
]),
|
|
4574
|
-
createElementVNode("div",
|
|
4575
|
-
createElementVNode("span",
|
|
4576
|
-
createElementVNode("span",
|
|
4597
|
+
createElementVNode("div", _hoisted_28, [
|
|
4598
|
+
createElementVNode("span", _hoisted_29, toDisplayString(_ctx.$t("BcfComponents.BcfTopicOverview.stage")), 1),
|
|
4599
|
+
createElementVNode("span", _hoisted_30, toDisplayString($props.bcfTopic.stage || _ctx.$t("BcfComponents.BcfTopicOverview.noStageProvided")), 1)
|
|
4577
4600
|
]),
|
|
4578
|
-
createElementVNode("div",
|
|
4579
|
-
createElementVNode("span",
|
|
4601
|
+
createElementVNode("div", _hoisted_31, [
|
|
4602
|
+
createElementVNode("span", _hoisted_32, toDisplayString(_ctx.$t("BcfComponents.BcfTopicOverview.priority")), 1),
|
|
4580
4603
|
createElementVNode("span", {
|
|
4581
4604
|
class: "value",
|
|
4582
4605
|
style: normalizeStyle({ color: `#${$setup.priorityColor}` })
|
|
4583
4606
|
}, toDisplayString($props.bcfTopic.priority || _ctx.$t("BcfComponents.BcfTopicOverview.priorityNotDefined")), 5)
|
|
4584
4607
|
]),
|
|
4585
|
-
createElementVNode("div",
|
|
4586
|
-
|
|
4587
|
-
createElementVNode("span",
|
|
4608
|
+
createElementVNode("div", _hoisted_33, [
|
|
4609
|
+
_hoisted_34,
|
|
4610
|
+
createElementVNode("span", _hoisted_35, toDisplayString($props.bcfTopic.creationAuthor), 1)
|
|
4588
4611
|
]),
|
|
4589
|
-
createElementVNode("div",
|
|
4590
|
-
createElementVNode("span",
|
|
4591
|
-
createElementVNode("span",
|
|
4612
|
+
createElementVNode("div", _hoisted_36, [
|
|
4613
|
+
createElementVNode("span", _hoisted_37, toDisplayString(_ctx.$t("BcfComponents.BcfTopicOverview.tags")), 1),
|
|
4614
|
+
createElementVNode("span", _hoisted_38, toDisplayString($setup.topicLabels.length ? $setup.topicLabels.join(", ") : _ctx.$t("BcfComponents.BcfTopicOverview.noTags")), 1)
|
|
4592
4615
|
])
|
|
4593
4616
|
]),
|
|
4594
4617
|
createVNode(_component_BcfTopicComments, {
|
|
4595
4618
|
project: $props.project,
|
|
4596
4619
|
bcfTopic: $props.bcfTopic,
|
|
4597
|
-
onCommentCreated: _cache[
|
|
4598
|
-
onCommentUpdated: _cache[
|
|
4599
|
-
onCommentDeleted: _cache[
|
|
4620
|
+
onCommentCreated: _cache[6] || (_cache[6] = ($event) => _ctx.$emit("comment-created", $event)),
|
|
4621
|
+
onCommentUpdated: _cache[7] || (_cache[7] = ($event) => _ctx.$emit("comment-updated", $event)),
|
|
4622
|
+
onCommentDeleted: _cache[8] || (_cache[8] = ($event) => _ctx.$emit("comment-deleted", $event))
|
|
4600
4623
|
}, null, 8, ["project", "bcfTopic"])
|
|
4601
4624
|
]),
|
|
4602
4625
|
$setup.showDeleteModal ? (openBlock(), createBlock(_component_BIMDataSafeZoneModal, {
|
|
@@ -4623,7 +4646,7 @@ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4623
4646
|
color: "primary",
|
|
4624
4647
|
outline: "",
|
|
4625
4648
|
radius: "",
|
|
4626
|
-
onClick: _cache[
|
|
4649
|
+
onClick: _cache[9] || (_cache[9] = ($event) => $setup.showDeleteModal = false)
|
|
4627
4650
|
}, {
|
|
4628
4651
|
default: withCtx(() => [
|
|
4629
4652
|
createTextVNode(toDisplayString(_ctx.$t("BcfComponents.BcfTopicOverview.keepBcfButton")), 1)
|
|
@@ -4633,12 +4656,12 @@ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4633
4656
|
]),
|
|
4634
4657
|
_: 1
|
|
4635
4658
|
})) : createCommentVNode("", true),
|
|
4636
|
-
$setup.loading ? (openBlock(), createElementBlock("div",
|
|
4659
|
+
$setup.loading ? (openBlock(), createElementBlock("div", _hoisted_39, [
|
|
4637
4660
|
createVNode(_component_BIMDataLoading)
|
|
4638
4661
|
])) : createCommentVNode("", true)
|
|
4639
4662
|
]);
|
|
4640
4663
|
}
|
|
4641
|
-
var BcfTopicOverview = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", _sfc_render$5], ["__scopeId", "data-v-
|
|
4664
|
+
var BcfTopicOverview = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", _sfc_render$5], ["__scopeId", "data-v-8f910a1c"]]);
|
|
4642
4665
|
var columnsDef = [
|
|
4643
4666
|
{
|
|
4644
4667
|
id: "index",
|
|
@@ -4648,30 +4671,25 @@ var columnsDef = [
|
|
|
4648
4671
|
},
|
|
4649
4672
|
{
|
|
4650
4673
|
id: "priority",
|
|
4651
|
-
label: "Priorit\xE9",
|
|
4652
4674
|
width: "96px",
|
|
4653
4675
|
align: "center"
|
|
4654
4676
|
},
|
|
4655
4677
|
{
|
|
4656
4678
|
id: "status",
|
|
4657
|
-
label: "Statut",
|
|
4658
4679
|
width: "72px",
|
|
4659
4680
|
align: "center"
|
|
4660
4681
|
},
|
|
4661
4682
|
{
|
|
4662
4683
|
id: "title",
|
|
4663
|
-
label: "Titre",
|
|
4664
4684
|
align: "left"
|
|
4665
4685
|
},
|
|
4666
4686
|
{
|
|
4667
4687
|
id: "creator",
|
|
4668
|
-
label: "Cr\xE9\xE9 par",
|
|
4669
4688
|
width: "60px",
|
|
4670
4689
|
align: "center"
|
|
4671
4690
|
},
|
|
4672
4691
|
{
|
|
4673
4692
|
id: "date",
|
|
4674
|
-
label: "Date",
|
|
4675
4693
|
width: "90px",
|
|
4676
4694
|
align: "center"
|
|
4677
4695
|
},
|
|
@@ -4985,7 +5003,9 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4985
5003
|
const _component_BIMDataTable = resolveComponent("BIMDataTable");
|
|
4986
5004
|
return openBlock(), createBlock(_component_BIMDataTable, {
|
|
4987
5005
|
class: "bcf-topics-table",
|
|
4988
|
-
columns: $setup.displayedColumns,
|
|
5006
|
+
columns: $setup.displayedColumns.map((col) => __spreadProps(__spreadValues({}, col), {
|
|
5007
|
+
label: col.label || _ctx.$t(`BcfComponents.BcfTopicsTable.headers.${col.id}`)
|
|
5008
|
+
})),
|
|
4989
5009
|
rows: $props.bcfTopics,
|
|
4990
5010
|
rowKey: "guid",
|
|
4991
5011
|
paginated: $props.paginated,
|
package/dist/vue3/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.bcf-filters__btn-toggle[data-v-077f83aa]:enabled{color:var(--color-primary)}.bcf-filters__btn-toggle[data-v-077f83aa]:disabled{background-color:var(--color-white);color:var(--color-silver-dark)}.bcf-filters__container[data-v-077f83aa]{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-077f83aa]{display:flex;justify-content:space-between;align-items:center}.bcf-filters__container__header__title[data-v-077f83aa]{font-size:1.1rem;font-weight:700}.bcf-filters__container__date[data-v-077f83aa]{display:flex;gap:calc(var(--spacing-unit) / 2)}.bcf-filters__container__date .example[data-v-077f83aa]{margin-top:calc(var(--spacing-unit) / 2);font-size:11px}.bcf-filters__container__actions[data-v-077f83aa]{display:flex;justify-content:center}.setting-card-item[data-v-a9deb2b6]{position:relative;height:37px;background-color:var(--color-silver-light);display:flex;justify-content:space-between;align-items:center;margin-bottom:calc(var(--spacing-unit) / 2);padding:0 var(--spacing-unit)}.setting-card-item__actions[data-v-a9deb2b6]{display:flex;align-items:center}.setting-card-item__color[data-v-a9deb2b6]{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-a9deb2b6]{position:absolute;z-index:1;top:37px;right:-12px}.setting-card-item__delete-guard[data-v-a9deb2b6]{position:absolute;right:1%;width:98%;height:100%;padding:0 var(--spacing-unit);gap:var(--spacing-unit);display:flex;justify-content:space-between;align-items:center;box-shadow:var(--box-shadow);background-color:var(--color-white)}.setting-card[data-v-6b7af8f7]{margin:var(--spacing-unit) 0;padding:var(--spacing-unit);box-shadow:var(--box-shadow);background:var(--color-white)}.setting-card__header[data-v-6b7af8f7]{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.setting-card__header__text[data-v-6b7af8f7]{font-weight:700}.setting-card__header__icons[data-v-6b7af8f7]{display:flex;align-items:center;gap:calc(var(--spacing-unit) * 2)}.setting-card__header__icons .count[data-v-6b7af8f7]{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-6b7af8f7]{display:flex;justify-content:space-between;align-items:center;margin-top:calc(var(--spacing-unit) / 2);margin-bottom:var(--spacing-unit)}.setting-card__add-form[data-v-6b7af8f7]{margin-bottom:var(--spacing-unit)}.setting-card__add-form .actions[data-v-6b7af8f7]{display:flex;justify-content:flex-end;align-items:center;gap:calc(var(--spacing-unit) / 2)}.bcf-settings[data-v-54aa64a7]{height:100%;padding:var(--spacing-unit)}.bcf-settings__header[data-v-54aa64a7]{height:60px;display:flex;justify-content:space-between;align-items:center}.bcf-settings__content[data-v-54aa64a7]{height:100%}.bcf-settings__content__text[data-v-54aa64a7]{padding:calc(var(--spacing-unit) * 2) calc(var(--spacing-unit) * 4);text-align:center;color:var(--color-granite)}.bcf-statistics[data-v-763cac12]{width:100%}.bcf-statistics__content[data-v-763cac12]{position:relative;display:flex}.bcf-statistics__content__chart[data-v-763cac12]{flex:1}.bcf-statistics__content__legend[data-v-763cac12]{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-763cac12]{font-weight:700}.bcf-statistics__content__legend__item[data-v-763cac12]{display:flex;align-items:center;line-height:24px}.bcf-statistics__content__legend__item__mark[data-v-763cac12]{width:10px;height:10px;border:3px solid;border-radius:50px}.bcf-statistics__content__legend__item__percent[data-v-763cac12]{margin:0 calc(var(--spacing-unit) / 2);font-weight:700}.bcf-statistics__content__legend__item__text .total[data-v-763cac12]{font-size:13px}.bcf-statistics__content__legend[data-v-763cac12] .bimdata-paginated-list ul:first-child{height:144px}.bcf-topic-card[data-v-482756ae]{position:relative;width:336px;height:307px}.bcf-topic-card__header[data-v-482756ae]{min-height:204px;box-shadow:var(--box-shadow)}.bcf-topic-card__header__infos[data-v-482756ae]{height:32px;background-color:var(--color-white)}.bcf-topic-card__header__infos__index[data-v-482756ae]{padding:3px;min-width:32px;background-color:var(--color-silver);color:var(--color-text)}.bcf-topic-card__header__infos__title[data-v-482756ae]{width:calc(100% - var(--spacing-unit) * 2 - 32px);color:var(--color-primary)}.bcf-topic-card__header__img[data-v-482756ae]{height:172px;position:relative}.bcf-topic-card__header__img img[data-v-482756ae]{width:100%;height:100%;object-fit:cover}.bcf-topic-card__header__img .default-img[data-v-482756ae]{width:120px;height:120px}.bcf-topic-card__header__img__status[data-v-482756ae]{position:absolute;top:6px;left:6px;border-radius:3px}.bcf-topic-card__header__img__date[data-v-482756ae]{position:absolute;bottom:0;right:0;font-size:11px;background-color:var(--color-white)}.bcf-topic-card__content[data-v-482756ae]{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-02f52cb0]{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-02f52cb0]{font-size:14px}.bcf-topic-images[data-v-29b59353]{display:flex;flex-direction:column;gap:var(--spacing-unit)}.bcf-topic-images__images[data-v-29b59353]{width:100%;height:262px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.bcf-topic-images__images .image-preview[data-v-29b59353]{position:relative}.bcf-topic-images__images .image-preview img[data-v-29b59353]{width:100%;height:100%;object-fit:cover}.bcf-topic-images__images .image-preview .btn-delete[data-v-29b59353]{position:absolute;top:calc(50% - 16px);left:calc(50% - 16px)}.bcf-topic-images__images .image-preview:first-child.single[data-v-29b59353]{height:262px;grid-area:1/1/2/4}.bcf-topic-images__images .image-preview[data-v-29b59353]:first-child:not(.single){height:180px;grid-area:1/1/2/4}.bcf-topic-images__images .image-preview[data-v-29b59353]:nth-child(2){height:72px;grid-area:2/1/3/2}.bcf-topic-images__images .image-preview[data-v-29b59353]:nth-child(3){height:72px;grid-area:2/2/3/3}.bcf-topic-images__images .image-preview[data-v-29b59353]:nth-child(4){height:72px;grid-area:2/3/3/4}.bcf-topic-images .btn-upload label[data-v-29b59353]{display:flex;justify-content:center;align-items:center}.bcf-topic-images .btn-upload:not(:disabled) label[data-v-29b59353]{width:100%;height:100%;cursor:pointer}.bcf-topic-images__upload[data-v-29b59353]{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-29b59353]{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-7e063fcc]{width:100%;min-height:180px;max-height:262px;display:flex;flex-wrap:wrap;gap:10px}.bcf-topic-snapshots__snapshots .snapshot-preview[data-v-7e063fcc]{position:relative}.bcf-topic-snapshots__snapshots .snapshot-preview img[data-v-7e063fcc]{width:100%;height:100%;object-fit:cover}.bcf-topic-snapshots__snapshots .snapshot-preview .btn-delete[data-v-7e063fcc]{position:absolute;top:calc(50% - 16px);left:calc(50% - 16px)}.bcf-topic-snapshots__snapshots .snapshot-preview[data-v-7e063fcc]:first-child{width:100%;height:180px}.bcf-topic-snapshots__snapshots .snapshot-preview[data-v-7e063fcc]:not(:first-child){width:30%;height:72px}.bcf-topic-snapshots__create[data-v-7e063fcc]{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-412a1f16]{height:100%}.bcf-topic-form__content[data-v-412a1f16]{height:calc(100% - 64px - var(--spacing-unit));padding:0 calc(var(--spacing-unit) / 2);display:flex;flex-direction:column;gap:var(--spacing-unit);overflow:auto}.bcf-topic-form__content__head[data-v-412a1f16]{height:27px;display:flex;justify-content:space-between;align-items:center;font-size:12px}.bcf-topic-form__content__head__index[data-v-412a1f16],.bcf-topic-form__content__head__date[data-v-412a1f16]{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-412a1f16]{min-width:50px}.bcf-topic-form__content__head__date[data-v-412a1f16]{min-width:100px}.bcf-topic-form__content__actions[data-v-412a1f16]{display:flex;gap:var(--spacing-unit)}.bcf-topic-form__content__actions>*[data-v-412a1f16]{flex-grow:1}.bcf-topic-form__content__body .bimdata-select[data-v-412a1f16]{margin:30px 0;font-size:13px}.bcf-topic-form__content__body[data-v-412a1f16] .bimdata-input input{font-size:13px;color:var(--color-granite)}.bcf-topic-form__content__body[data-v-412a1f16] .bimdata-textarea textarea{font-family:var(--primary-font);font-size:13px;color:var(--color-granite);resize:vertical}.bcf-topic-form__footer[data-v-412a1f16]{padding:var(--spacing-unit) calc(var(--spacing-unit) / 2)}.bcf-topic-form__loader[data-v-412a1f16]{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-3764dcb1]{min-width:32px;min-height:32px;display:flex;justify-content:center;align-items:center;border-radius:50%;overflow:hidden}.user-avatar img[data-v-3764dcb1]{width:100%;height:100%}.user-avatar--primary[data-v-3764dcb1]{background-color:var(--color-primary);color:var(--color-silver-light)}.user-avatar--secondary[data-v-3764dcb1]{background-color:var(--color-secondary);color:var(--color-primary)}.user-avatar--silver-light[data-v-3764dcb1]{background-color:var(--color-silver-light);color:var(--color-primary)}.topic-comment__header[data-v-7631a934]{position:relative;font-weight:700}.topic-comment__header__left__user[data-v-7631a934]{width:32px;height:32px;border-radius:50px;background-color:var(--color-silver-light)}.topic-comment__header__right__actions[data-v-7631a934]{position:absolute;top:0;right:0;background-color:var(--color-white)}.topic-comment__header__right__delete[data-v-7631a934]{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-7631a934] .bimdata-textarea{margin-bottom:calc(var(--spacing-unit) / 2)}.topic-comment__content[data-v-7631a934] .bimdata-textarea textarea{font-family:Roboto;color:var(--color-granite)}.topic-comment__content[data-v-7631a934] .bimdata-textarea:not(.editing) .bar{display:none}.bcf-topic-comments p[data-v-377292f2]{font-weight:700}.bcf-topic-comments[data-v-377292f2] .bimdata-textarea{width:100%}.bcf-topic-overview[data-v-25dff787]{height:100%;font-size:12px}.bcf-topic-overview__header[data-v-25dff787]{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-25dff787]{flex-grow:1;font-size:14px;font-weight:700}.bcf-topic-overview__header__actions[data-v-25dff787]{display:flex;justify-content:center;align-items:center}.bcf-topic-overview__content[data-v-25dff787]{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-25dff787]{height:27px;display:flex;justify-content:space-between;align-items:center}.bcf-topic-overview__content__head__index[data-v-25dff787],.bcf-topic-overview__content__head__date[data-v-25dff787]{height:100%;padding:calc(var(--spacing-unit) / 2);display:flex;justify-content:center;align-items:center}.bcf-topic-overview__content__head__index[data-v-25dff787]{min-width:50px}.bcf-topic-overview__content__head__date[data-v-25dff787]{min-width:100px;background-color:var(--color-silver-light);color:var(--color-primary)}.bcf-topic-overview__content__image[data-v-25dff787]{position:relative;height:262px;min-height:262px;text-align:center;background-color:var(--color-silver-light);overflow:hidden}.bcf-topic-overview__content__image .status-badge[data-v-25dff787]{position:absolute;z-index:1;left:calc(var(--spacing-unit) / 2);top:calc(var(--spacing-unit) / 2);padding:calc(var(--spacing-unit) / 2);border-radius:3px;display:flex;gap:calc(var(--spacing-unit) / 2)}.bcf-topic-overview__content__image[data-v-25dff787] .bimdata-carousel{height:100%}.bcf-topic-overview__content__image[data-v-25dff787] .bimdata-carousel .bimdata-carousel__container{height:100%;margin:0;padding:0;overflow:hidden}.bcf-topic-overview__content__image[data-v-25dff787] .bimdata-carousel .bimdata-carousel__container__slider{height:100%!important}.bcf-topic-overview__content__image[data-v-25dff787] .bimdata-carousel .bimdata-carousel__btn-prev{left:calc(var(--spacing-unit) / 2)}.bcf-topic-overview__content__image[data-v-25dff787] .bimdata-carousel .bimdata-carousel__btn-next{right:calc(var(--spacing-unit) / 2)}.bcf-topic-overview__content__image .snapshot-preview[data-v-25dff787]{position:relative;width:100%;height:100%}.bcf-topic-overview__content__image .snapshot-preview img[data-v-25dff787]{width:100%;height:100%;object-fit:cover}.bcf-topic-overview__content__image .default-image[data-v-25dff787]{width:170px;height:170px;padding:12px}.bcf-topic-overview__content__card[data-v-25dff787]{padding:var(--spacing-unit);box-shadow:var(--box-shadow);line-height:1.5}.bcf-topic-overview__content__card .title[data-v-25dff787]{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-25dff787]{margin-right:4px;font-weight:700;color:var(--color-primary)}.bcf-topic-overview__content__card .line .value[data-v-25dff787]{color:var(--color-granite)}.bcf-topic-overview .delete-modal[data-v-25dff787]{z-index:10}.bcf-topic-actions-cell .bimdata-btn[data-v-fe159426]{margin:auto}.bcf-topic-index-cell[data-v-73373bfa]{position:relative;display:flex;justify-content:center;align-items:center}.bcf-topic-index-cell .left-stripe[data-v-73373bfa]{position:absolute;left:calc(0px - var(--spacing-unit));width:10px;height:42px}.bcf-topic-priority-cell[data-v-7be782b8]{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-02899ce8]{height:42px;padding:0 calc(var(--spacing-unit) / 2);display:flex;justify-content:center;align-items:center}
|
|
1
|
+
.bcf-filters__btn-toggle[data-v-077f83aa]:enabled{color:var(--color-primary)}.bcf-filters__btn-toggle[data-v-077f83aa]:disabled{background-color:var(--color-white);color:var(--color-silver-dark)}.bcf-filters__container[data-v-077f83aa]{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-077f83aa]{display:flex;justify-content:space-between;align-items:center}.bcf-filters__container__header__title[data-v-077f83aa]{font-size:1.1rem;font-weight:700}.bcf-filters__container__date[data-v-077f83aa]{display:flex;gap:calc(var(--spacing-unit) / 2)}.bcf-filters__container__date .example[data-v-077f83aa]{margin-top:calc(var(--spacing-unit) / 2);font-size:11px}.bcf-filters__container__actions[data-v-077f83aa]{display:flex;justify-content:center}.setting-card-item[data-v-a9deb2b6]{position:relative;height:37px;background-color:var(--color-silver-light);display:flex;justify-content:space-between;align-items:center;margin-bottom:calc(var(--spacing-unit) / 2);padding:0 var(--spacing-unit)}.setting-card-item__actions[data-v-a9deb2b6]{display:flex;align-items:center}.setting-card-item__color[data-v-a9deb2b6]{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-a9deb2b6]{position:absolute;z-index:1;top:37px;right:-12px}.setting-card-item__delete-guard[data-v-a9deb2b6]{position:absolute;right:1%;width:98%;height:100%;padding:0 var(--spacing-unit);gap:var(--spacing-unit);display:flex;justify-content:space-between;align-items:center;box-shadow:var(--box-shadow);background-color:var(--color-white)}.setting-card[data-v-6b7af8f7]{margin:var(--spacing-unit) 0;padding:var(--spacing-unit);box-shadow:var(--box-shadow);background:var(--color-white)}.setting-card__header[data-v-6b7af8f7]{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.setting-card__header__text[data-v-6b7af8f7]{font-weight:700}.setting-card__header__icons[data-v-6b7af8f7]{display:flex;align-items:center;gap:calc(var(--spacing-unit) * 2)}.setting-card__header__icons .count[data-v-6b7af8f7]{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-6b7af8f7]{display:flex;justify-content:space-between;align-items:center;margin-top:calc(var(--spacing-unit) / 2);margin-bottom:var(--spacing-unit)}.setting-card__add-form[data-v-6b7af8f7]{margin-bottom:var(--spacing-unit)}.setting-card__add-form .actions[data-v-6b7af8f7]{display:flex;justify-content:flex-end;align-items:center;gap:calc(var(--spacing-unit) / 2)}.bcf-settings[data-v-54aa64a7]{height:100%;padding:var(--spacing-unit)}.bcf-settings__header[data-v-54aa64a7]{height:60px;display:flex;justify-content:space-between;align-items:center}.bcf-settings__content[data-v-54aa64a7]{height:100%}.bcf-settings__content__text[data-v-54aa64a7]{padding:calc(var(--spacing-unit) * 2) calc(var(--spacing-unit) * 4);text-align:center;color:var(--color-granite)}.bcf-statistics[data-v-763cac12]{width:100%}.bcf-statistics__content[data-v-763cac12]{position:relative;display:flex}.bcf-statistics__content__chart[data-v-763cac12]{flex:1}.bcf-statistics__content__legend[data-v-763cac12]{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-763cac12]{font-weight:700}.bcf-statistics__content__legend__item[data-v-763cac12]{display:flex;align-items:center;line-height:24px}.bcf-statistics__content__legend__item__mark[data-v-763cac12]{width:10px;height:10px;border:3px solid;border-radius:50px}.bcf-statistics__content__legend__item__percent[data-v-763cac12]{margin:0 calc(var(--spacing-unit) / 2);font-weight:700}.bcf-statistics__content__legend__item__text .total[data-v-763cac12]{font-size:13px}.bcf-statistics__content__legend[data-v-763cac12] .bimdata-paginated-list ul:first-child{height:144px}.bcf-topic-card[data-v-482756ae]{position:relative;width:336px;height:307px}.bcf-topic-card__header[data-v-482756ae]{min-height:204px;box-shadow:var(--box-shadow)}.bcf-topic-card__header__infos[data-v-482756ae]{height:32px;background-color:var(--color-white)}.bcf-topic-card__header__infos__index[data-v-482756ae]{padding:3px;min-width:32px;background-color:var(--color-silver);color:var(--color-text)}.bcf-topic-card__header__infos__title[data-v-482756ae]{width:calc(100% - var(--spacing-unit) * 2 - 32px);color:var(--color-primary)}.bcf-topic-card__header__img[data-v-482756ae]{height:172px;position:relative}.bcf-topic-card__header__img img[data-v-482756ae]{width:100%;height:100%;object-fit:cover}.bcf-topic-card__header__img .default-img[data-v-482756ae]{width:120px;height:120px}.bcf-topic-card__header__img__status[data-v-482756ae]{position:absolute;top:6px;left:6px;border-radius:3px}.bcf-topic-card__header__img__date[data-v-482756ae]{position:absolute;bottom:0;right:0;font-size:11px;background-color:var(--color-white)}.bcf-topic-card__content[data-v-482756ae]{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-02f52cb0]{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-02f52cb0]{font-size:14px}.bcf-topic-images[data-v-29b59353]{display:flex;flex-direction:column;gap:var(--spacing-unit)}.bcf-topic-images__images[data-v-29b59353]{width:100%;height:262px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.bcf-topic-images__images .image-preview[data-v-29b59353]{position:relative}.bcf-topic-images__images .image-preview img[data-v-29b59353]{width:100%;height:100%;object-fit:cover}.bcf-topic-images__images .image-preview .btn-delete[data-v-29b59353]{position:absolute;top:calc(50% - 16px);left:calc(50% - 16px)}.bcf-topic-images__images .image-preview:first-child.single[data-v-29b59353]{height:262px;grid-area:1/1/2/4}.bcf-topic-images__images .image-preview[data-v-29b59353]:first-child:not(.single){height:180px;grid-area:1/1/2/4}.bcf-topic-images__images .image-preview[data-v-29b59353]:nth-child(2){height:72px;grid-area:2/1/3/2}.bcf-topic-images__images .image-preview[data-v-29b59353]:nth-child(3){height:72px;grid-area:2/2/3/3}.bcf-topic-images__images .image-preview[data-v-29b59353]:nth-child(4){height:72px;grid-area:2/3/3/4}.bcf-topic-images .btn-upload label[data-v-29b59353]{display:flex;justify-content:center;align-items:center}.bcf-topic-images .btn-upload:not(:disabled) label[data-v-29b59353]{width:100%;height:100%;cursor:pointer}.bcf-topic-images__upload[data-v-29b59353]{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-29b59353]{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-7e063fcc]{width:100%;min-height:180px;max-height:262px;display:flex;flex-wrap:wrap;gap:10px}.bcf-topic-snapshots__snapshots .snapshot-preview[data-v-7e063fcc]{position:relative}.bcf-topic-snapshots__snapshots .snapshot-preview img[data-v-7e063fcc]{width:100%;height:100%;object-fit:cover}.bcf-topic-snapshots__snapshots .snapshot-preview .btn-delete[data-v-7e063fcc]{position:absolute;top:calc(50% - 16px);left:calc(50% - 16px)}.bcf-topic-snapshots__snapshots .snapshot-preview[data-v-7e063fcc]:first-child{width:100%;height:180px}.bcf-topic-snapshots__snapshots .snapshot-preview[data-v-7e063fcc]:not(:first-child){width:30%;height:72px}.bcf-topic-snapshots__create[data-v-7e063fcc]{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-412a1f16]{height:100%}.bcf-topic-form__content[data-v-412a1f16]{height:calc(100% - 64px - var(--spacing-unit));padding:0 calc(var(--spacing-unit) / 2);display:flex;flex-direction:column;gap:var(--spacing-unit);overflow:auto}.bcf-topic-form__content__head[data-v-412a1f16]{height:27px;display:flex;justify-content:space-between;align-items:center;font-size:12px}.bcf-topic-form__content__head__index[data-v-412a1f16],.bcf-topic-form__content__head__date[data-v-412a1f16]{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-412a1f16]{min-width:50px}.bcf-topic-form__content__head__date[data-v-412a1f16]{min-width:100px}.bcf-topic-form__content__actions[data-v-412a1f16]{display:flex;gap:var(--spacing-unit)}.bcf-topic-form__content__actions>*[data-v-412a1f16]{flex-grow:1}.bcf-topic-form__content__body .bimdata-select[data-v-412a1f16]{margin:30px 0;font-size:13px}.bcf-topic-form__content__body[data-v-412a1f16] .bimdata-input input{font-size:13px;color:var(--color-granite)}.bcf-topic-form__content__body[data-v-412a1f16] .bimdata-textarea textarea{font-family:var(--primary-font);font-size:13px;color:var(--color-granite);resize:vertical}.bcf-topic-form__footer[data-v-412a1f16]{padding:var(--spacing-unit) calc(var(--spacing-unit) / 2)}.bcf-topic-form__loader[data-v-412a1f16]{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-3764dcb1]{min-width:32px;min-height:32px;display:flex;justify-content:center;align-items:center;border-radius:50%;overflow:hidden}.user-avatar img[data-v-3764dcb1]{width:100%;height:100%}.user-avatar--primary[data-v-3764dcb1]{background-color:var(--color-primary);color:var(--color-silver-light)}.user-avatar--secondary[data-v-3764dcb1]{background-color:var(--color-secondary);color:var(--color-primary)}.user-avatar--silver-light[data-v-3764dcb1]{background-color:var(--color-silver-light);color:var(--color-primary)}.topic-comment__header[data-v-7631a934]{position:relative;font-weight:700}.topic-comment__header__left__user[data-v-7631a934]{width:32px;height:32px;border-radius:50px;background-color:var(--color-silver-light)}.topic-comment__header__right__actions[data-v-7631a934]{position:absolute;top:0;right:0;background-color:var(--color-white)}.topic-comment__header__right__delete[data-v-7631a934]{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-7631a934] .bimdata-textarea{margin-bottom:calc(var(--spacing-unit) / 2)}.topic-comment__content[data-v-7631a934] .bimdata-textarea textarea{font-family:Roboto;color:var(--color-granite)}.topic-comment__content[data-v-7631a934] .bimdata-textarea:not(.editing) .bar{display:none}.bcf-topic-comments p[data-v-377292f2]{font-weight:700}.bcf-topic-comments[data-v-377292f2] .bimdata-textarea{width:100%}.bcf-topic-overview[data-v-8f910a1c]{height:100%;font-size:12px}.bcf-topic-overview__header[data-v-8f910a1c]{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-8f910a1c]{flex-grow:1;font-size:14px;font-weight:700}.bcf-topic-overview__header__actions[data-v-8f910a1c]{display:flex;justify-content:center;align-items:center}.bcf-topic-overview__content[data-v-8f910a1c]{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-8f910a1c]{height:27px;display:flex;justify-content:space-between;align-items:center}.bcf-topic-overview__content__head__index[data-v-8f910a1c],.bcf-topic-overview__content__head__date[data-v-8f910a1c]{height:100%;padding:calc(var(--spacing-unit) / 2);display:flex;justify-content:center;align-items:center}.bcf-topic-overview__content__head__index[data-v-8f910a1c]{min-width:50px}.bcf-topic-overview__content__head__date[data-v-8f910a1c]{min-width:100px;background-color:var(--color-silver-light);color:var(--color-primary)}.bcf-topic-overview__content__image[data-v-8f910a1c]{position:relative;height:262px;min-height:262px;text-align:center;background-color:var(--color-silver-light);overflow:hidden}.bcf-topic-overview__content__image .status-badge[data-v-8f910a1c]{position:absolute;z-index:1;left:calc(var(--spacing-unit) / 2);top:calc(var(--spacing-unit) / 2);padding:calc(var(--spacing-unit) / 2);border-radius:3px;display:flex;gap:calc(var(--spacing-unit) / 2)}.bcf-topic-overview__content__image[data-v-8f910a1c] .bimdata-carousel{height:100%}.bcf-topic-overview__content__image[data-v-8f910a1c] .bimdata-carousel .bimdata-carousel__container{height:100%;margin:0;padding:0;overflow:hidden}.bcf-topic-overview__content__image[data-v-8f910a1c] .bimdata-carousel .bimdata-carousel__container__slider{height:100%!important}.bcf-topic-overview__content__image[data-v-8f910a1c] .bimdata-carousel .bimdata-carousel__btn-prev{left:calc(var(--spacing-unit) / 2)}.bcf-topic-overview__content__image[data-v-8f910a1c] .bimdata-carousel .bimdata-carousel__btn-next{right:calc(var(--spacing-unit) / 2)}.bcf-topic-overview__content__image .snapshot-preview[data-v-8f910a1c]{position:relative;width:100%;height:100%}.bcf-topic-overview__content__image .snapshot-preview img[data-v-8f910a1c]{width:100%;height:100%;object-fit:cover}.bcf-topic-overview__content__image .default-image[data-v-8f910a1c]{width:170px;height:170px;padding:12px}.bcf-topic-overview__content__card[data-v-8f910a1c]{padding:var(--spacing-unit);box-shadow:var(--box-shadow);line-height:1.5}.bcf-topic-overview__content__card .title[data-v-8f910a1c]{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-8f910a1c]{margin-right:4px;font-weight:700;color:var(--color-primary)}.bcf-topic-overview__content__card .line .value[data-v-8f910a1c]{color:var(--color-granite)}.bcf-topic-overview .delete-modal[data-v-8f910a1c]{z-index:10}.bcf-topic-actions-cell .bimdata-btn[data-v-fe159426]{margin:auto}.bcf-topic-index-cell[data-v-73373bfa]{position:relative;display:flex;justify-content:center;align-items:center}.bcf-topic-index-cell .left-stripe[data-v-73373bfa]{position:absolute;left:calc(0px - var(--spacing-unit));width:10px;height:42px}.bcf-topic-priority-cell[data-v-7be782b8]{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-02899ce8]{height:42px;padding:0 calc(var(--spacing-unit) / 2);display:flex;justify-content:center;align-items:center}
|
package/package.json
CHANGED
package/vue2-plugin.js
CHANGED
|
@@ -43,7 +43,7 @@ const pluginFactory = ({
|
|
|
43
43
|
console.warn(
|
|
44
44
|
"[BCF Components Plugin] No i18n instance provided. " +
|
|
45
45
|
"You should either provide an i18n instance or define " +
|
|
46
|
-
"your own translations in order have text displayed properly."
|
|
46
|
+
"your own translations in order to have text displayed properly."
|
|
47
47
|
);
|
|
48
48
|
}
|
|
49
49
|
|