@bimdata/bcf-components 1.1.0-rc.1 → 1.1.0-rc.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -19,7 +19,6 @@ var __spreadValues = (a2, b2) => {
|
|
|
19
19
|
};
|
|
20
20
|
var __spreadProps = (a2, b2) => __defProps(a2, __getOwnPropDescs(b2));
|
|
21
21
|
import { ref, computed, watch } from "@vue/composition-api";
|
|
22
|
-
import { computed as computed$1 } from "vue";
|
|
23
22
|
let apiClient = null;
|
|
24
23
|
function setApiClient(client) {
|
|
25
24
|
apiClient = client;
|
|
@@ -3378,14 +3377,14 @@ const __vue2_script$7 = {
|
|
|
3378
3377
|
}
|
|
3379
3378
|
},
|
|
3380
3379
|
setup(props) {
|
|
3381
|
-
const initials = computed
|
|
3380
|
+
const initials = computed(() => `${props.user.firstname && props.user.firstname[0] || ""}${props.user.lastname && props.user.lastname[0] || ""}`.toUpperCase());
|
|
3382
3381
|
return {
|
|
3383
3382
|
initials
|
|
3384
3383
|
};
|
|
3385
3384
|
}
|
|
3386
3385
|
};
|
|
3387
3386
|
const __cssModules$7 = {};
|
|
3388
|
-
var __component__$7 = /* @__PURE__ */ normalizeComponent(__vue2_script$7, render$7, staticRenderFns$7, false, __vue2_injectStyles$7, "
|
|
3387
|
+
var __component__$7 = /* @__PURE__ */ normalizeComponent(__vue2_script$7, render$7, staticRenderFns$7, false, __vue2_injectStyles$7, "555abc52", null, null);
|
|
3389
3388
|
function __vue2_injectStyles$7(context) {
|
|
3390
3389
|
for (let o2 in __cssModules$7) {
|
|
3391
3390
|
this[o2] = __cssModules$7[o2];
|
package/dist/vue2/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.bcf-filters .btn-color-granite-light[data-v-20b07608]:enabled{color:var(--color-primary)}.bcf-filters .btn-color-granite-light[data-v-20b07608]:disabled{background-color:var(--color-white);color:var(--color-silver-dark)}.bcf-filters__container[data-v-20b07608]{position:absolute;z-index:1;top:44px;left:0;width:100%;box-shadow:var(--box-shadow);background-color:var(--color-white)}.bcf-filters__container__header__title[data-v-20b07608]{font-size:12px;font-weight:700}.bcf-filters__container__date p[data-v-20b07608]{font-size:11px}.setting-card-item[data-v-33d9bbba]{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-33d9bbba]{display:flex;align-items:center}.setting-card-item__color[data-v-33d9bbba]{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-33d9bbba]{position:absolute;z-index:1;top:37px;right:-12px}.setting-card-item__delete-guard[data-v-33d9bbba]{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-72c52d15]{margin:var(--spacing-unit) 0;padding:var(--spacing-unit);box-shadow:var(--box-shadow);background:var(--color-white)}.setting-card__header[data-v-72c52d15]{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.setting-card__header__text[data-v-72c52d15]{font-weight:700}.setting-card__header__icons[data-v-72c52d15]{display:flex;align-items:center;gap:calc(var(--spacing-unit) * 2)}.setting-card__header__icons .count[data-v-72c52d15]{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-72c52d15]{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-72c52d15]{margin-bottom:var(--spacing-unit)}.setting-card__add-form .actions[data-v-72c52d15]{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-5dc331a8]{width:400px}.bcf-statistics__content[data-v-5dc331a8]{position:relative;display:flex}.bcf-statistics__content__chart[data-v-5dc331a8]{flex:1}.bcf-statistics__content__legend[data-v-5dc331a8]{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-5dc331a8]{font-weight:700}.bcf-statistics__content__legend__item[data-v-5dc331a8]{display:flex;align-items:center;line-height:24px}.bcf-statistics__content__legend__item__mark[data-v-5dc331a8]{width:10px;height:10px;border:3px solid;border-radius:50px}.bcf-statistics__content__legend__item__percent[data-v-5dc331a8]{margin:0 calc(var(--spacing-unit) / 2);font-weight:700}.bcf-statistics__content__legend__item__text .total[data-v-5dc331a8]{font-size:13px}.bcf-statistics__content__legend .bimdata-paginated-list:deep ul[data-v-5dc331a8]:first-child{height:144px}.bcf-topic-card[data-v-9306b056]{position:relative;width:336px;height:307px}.bcf-topic-card__header[data-v-9306b056]{min-height:204px;box-shadow:var(--box-shadow)}.bcf-topic-card__header__infos[data-v-9306b056]{height:32px;background-color:var(--color-white)}.bcf-topic-card__header__infos__index[data-v-9306b056]{padding:3px;min-width:32px;background-color:var(--color-silver);color:var(--color-text)}.bcf-topic-card__header__infos__title[data-v-9306b056]{width:calc(100% - var(--spacing-unit) * 2 - 32px);color:var(--color-primary)}.bcf-topic-card__header__img[data-v-9306b056]{height:172px;position:relative}.bcf-topic-card__header__img img[data-v-9306b056]{width:100%;height:100%;object-fit:cover}.bcf-topic-card__header__img .default-img[data-v-9306b056]{width:120px;height:120px}.bcf-topic-card__header__img__status[data-v-9306b056]{position:absolute;top:6px;left:6px;border-radius:3px}.bcf-topic-card__header__img__date[data-v-9306b056]{position:absolute;bottom:0;right:0;font-size:11px;background-color:var(--color-white)}.bcf-topic-card__content[data-v-9306b056]{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-create[data-v-3d3ea756]{height:100%}.bcf-topic-create__content[data-v-3d3ea756]{height:calc(100% - 76px);padding:0 calc(var(--spacing-unit) / 2);display:flex;flex-direction:column;gap:var(--spacing-unit);overflow:auto}.bcf-topic-create__content__head[data-v-3d3ea756]{height:27px;display:flex;justify-content:space-between;align-items:center;font-size:12px}.bcf-topic-create__content__head__index[data-v-3d3ea756],.bcf-topic-create__content__head__date[data-v-3d3ea756]{height:100%;padding:calc(var(--spacing-unit) / 2);display:flex;justify-content:center;align-items:center;background-color:var(--color-silver-light)}.bcf-topic-create__content__head__index[data-v-3d3ea756]{min-width:50px}.bcf-topic-create__content__head__date[data-v-3d3ea756]{min-width:100px}.bcf-topic-create__content__images[data-v-3d3ea756]{width:100%;height:295px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.bcf-topic-create__content__images .snapshot-preview[data-v-3d3ea756]{position:relative}.bcf-topic-create__content__images .snapshot-preview img[data-v-3d3ea756]{width:100%;height:100%;object-fit:cover}.bcf-topic-create__content__images .snapshot-preview .btn-delete[data-v-3d3ea756]{position:absolute;top:calc(50% - 16px);left:calc(50% - 16px)}.bcf-topic-create__content__images .snapshot-preview[data-v-3d3ea756]:first-child{height:210px;grid-area:1/1/2/4}.bcf-topic-create__content__images .snapshot-preview[data-v-3d3ea756]:nth-child(2){height:75px;grid-area:2/1/3/2}.bcf-topic-create__content__images .snapshot-preview[data-v-3d3ea756]:nth-child(3){height:75px;grid-area:2/2/3/3}.bcf-topic-create__content__images .snapshot-preview[data-v-3d3ea756]:nth-child(4){height:75px;grid-area:2/3/3/4}.bcf-topic-create__content .btn-upload:not(:disabled) label[data-v-3d3ea756]{width:100%;height:100%;display:flex;justify-content:center;align-items:center;cursor:pointer}.bcf-topic-create__content__upload[data-v-3d3ea756]{width:100%;height:210px;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-create__content__upload .icon[data-v-3d3ea756]{width:52px;height:52px;display:flex;justify-content:center;align-items:center;background-color:var(--color-silver-light);border-radius:50%}.bcf-topic-create__content__body:deep .bimdata-input input[data-v-3d3ea756]{font-size:13px;color:var(--color-granite)}.bcf-topic-create__content__body:deep .bimdata-select[data-v-3d3ea756]{margin:30px 0;font-size:13px}.bcf-topic-create__content__body:deep .bimdata-textarea textarea[data-v-3d3ea756]{font-family:var(--primary-font);font-size:13px;color:var(--color-granite)}.bcf-topic-create__footer[data-v-3d3ea756]{padding:var(--spacing-unit) calc(var(--spacing-unit) / 2)}.bcf-topic-create__loader[data-v-3d3ea756]{position:absolute;z-index:10;top:0;left:0;width:100%;height:100%;background-color:#2f374ae6;display:flex;justify-content:center;align-items:center}.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-form[data-v-44fd597a]{height:100%}.bcf-topic-form__content[data-v-44fd597a]{height:calc(100% - 76px);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-44fd597a]{height:27px;display:flex;justify-content:space-between;align-items:center;font-size:12px}.bcf-topic-form__content__head__index[data-v-44fd597a],.bcf-topic-form__content__head__date[data-v-44fd597a]{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-44fd597a]{min-width:50px}.bcf-topic-form__content__head__date[data-v-44fd597a]{min-width:100px}.bcf-topic-form__content__images[data-v-44fd597a]{width:100%;height:295px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.bcf-topic-form__content__images .snapshot-preview[data-v-44fd597a]{position:relative}.bcf-topic-form__content__images .snapshot-preview img[data-v-44fd597a]{width:100%;height:100%;object-fit:cover}.bcf-topic-form__content__images .snapshot-preview .btn-delete[data-v-44fd597a]{position:absolute;top:calc(50% - 16px);left:calc(50% - 16px)}.bcf-topic-form__content__images .snapshot-preview[data-v-44fd597a]:first-child{height:210px;grid-area:1/1/2/4}.bcf-topic-form__content__images .snapshot-preview[data-v-44fd597a]:nth-child(2){height:75px;grid-area:2/1/3/2}.bcf-topic-form__content__images .snapshot-preview[data-v-44fd597a]:nth-child(3){height:75px;grid-area:2/2/3/3}.bcf-topic-form__content__images .snapshot-preview[data-v-44fd597a]:nth-child(4){height:75px;grid-area:2/3/3/4}.bcf-topic-form__content .btn-upload:not(:disabled) label[data-v-44fd597a]{width:100%;height:100%;display:flex;justify-content:center;align-items:center;cursor:pointer}.bcf-topic-form__content__upload[data-v-44fd597a]{width:100%;height:210px;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-form__content__upload .icon[data-v-44fd597a]{width:52px;height:52px;display:flex;justify-content:center;align-items:center;background-color:var(--color-silver-light);border-radius:50%}.bcf-topic-form__content__body:deep .bimdata-input input[data-v-44fd597a]{font-size:13px;color:var(--color-granite)}.bcf-topic-form__content__body:deep .bimdata-select[data-v-44fd597a]{margin:30px 0;font-size:13px}.bcf-topic-form__content__body:deep .bimdata-textarea textarea[data-v-44fd597a]{font-family:var(--primary-font);font-size:13px;color:var(--color-granite)}.bcf-topic-form__footer[data-v-44fd597a]{padding:var(--spacing-unit) calc(var(--spacing-unit) / 2)}.bcf-topic-form__loader[data-v-44fd597a]{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-f84b809a]{min-width:32px;min-height:32px;display:flex;justify-content:center;align-items:center;border-radius:50%;overflow:hidden}.user-avatar img[data-v-f84b809a]{width:100%;height:100%}.user-avatar--primary[data-v-f84b809a]{background-color:var(--color-primary);color:var(--color-silver-light)}.user-avatar--secondary[data-v-f84b809a]{background-color:var(--color-secondary);color:var(--color-primary)}.user-avatar--silver-light[data-v-f84b809a]{background-color:var(--color-silver-light);color:var(--color-primary)}.comment__header[data-v-cef86726]{position:relative;font-weight:700}.comment__header__left__user[data-v-cef86726]{width:32px;height:32px;background-color:var(--color-silver-light);border-radius:50px}.comment__header__right__actions[data-v-cef86726]{position:absolute;top:0;right:0;background-color:var(--color-white)}.comment__header__right__delete[data-v-cef86726]{width:96%;top:0;position:absolute;display:flex;align-items:center;justify-content:space-between;background-color:var(--color-white);box-shadow:var(--box-shadow);height:40px;right:2%}.comment__content:deep .bimdata-textarea[data-v-cef86726]{margin-bottom:6px}.comment__content:deep .bimdata-textarea textarea[data-v-cef86726]{color:var(--color-granite);font-family:Roboto}.comment__content:deep :not(.editing) .bar[data-v-cef86726]{display:none}.bcf-topic-comments p[data-v-0fb03500]{font-weight:700}.bcf-topic-comments:deep .bimdata-textarea[data-v-0fb03500]{width:100%}.bcf-topic-overview[data-v-bd75e456]{height:100%;font-size:12px}.bcf-topic-overview__header[data-v-bd75e456]{display:flex;justify-content:space-between;align-items:center}.bcf-topic-overview__header__title[data-v-bd75e456]{font-size:14px;font-weight:700}.bcf-topic-overview__header__actions[data-v-bd75e456]{display:flex;justify-content:center;align-items:center}.bcf-topic-overview__content[data-v-bd75e456]{height:calc(100% - 32px);padding:var(--spacing-unit) 0;overflow:auto;display:flex;flex-direction:column;gap:var(--spacing-unit)}.bcf-topic-overview__content__head[data-v-bd75e456]{height:27px;display:flex;justify-content:space-between;align-items:center}.bcf-topic-overview__content__head__index[data-v-bd75e456],.bcf-topic-overview__content__head__date[data-v-bd75e456]{height:100%;padding:calc(var(--spacing-unit) / 2);display:flex;justify-content:center;align-items:center}.bcf-topic-overview__content__head__index[data-v-bd75e456]{min-width:50px}.bcf-topic-overview__content__head__date[data-v-bd75e456]{min-width:100px;background-color:var(--color-silver-light);color:var(--color-primary)}.bcf-topic-overview__content__image[data-v-bd75e456]{position:relative;height:295px;min-height:210px;max-height:295px;text-align:center;background-color:var(--color-silver-light);overflow:hidden}.bcf-topic-overview__content__image .status-badge[data-v-bd75e456]{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 .bimdata-carousel[data-v-bd75e456]:deep{height:100%}.bcf-topic-overview__content__image .bimdata-carousel:deep .bimdata-carousel__container[data-v-bd75e456]{height:100%;margin:0;padding:0;overflow:hidden}.bcf-topic-overview__content__image .bimdata-carousel:deep .bimdata-carousel__btn-prev[data-v-bd75e456]{left:calc(var(--spacing-unit) / 2)}.bcf-topic-overview__content__image .bimdata-carousel:deep .bimdata-carousel__btn-next[data-v-bd75e456]{right:calc(var(--spacing-unit) / 2)}.bcf-topic-overview__content__image .snapshot-preview[data-v-bd75e456]{position:relative;width:100%}.bcf-topic-overview__content__image .snapshot-preview img[data-v-bd75e456]{width:100%;height:100%;object-fit:cover}.bcf-topic-overview__content__image .default-image[data-v-bd75e456]{width:170px;height:170px;padding:12px}.bcf-topic-overview__content__card[data-v-bd75e456]{padding:var(--spacing-unit);box-shadow:var(--box-shadow);line-height:1.5}.bcf-topic-overview__content__card .title[data-v-bd75e456]{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-bd75e456]{margin-right:4px;font-weight:700;color:var(--color-primary)}.bcf-topic-overview__content__card .line .value[data-v-bd75e456]{color:var(--color-granite)}.bcf-topic-overview .delete-modal[data-v-bd75e456]{z-index:10}.bcf-topic-actions-cell .bimdata-btn[data-v-4f85c962]{margin:auto}.bcf-topic-priority-cell[data-v-42770510]{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-9af43d36]{height:42px;padding:0 calc(var(--spacing-unit) / 2);display:flex;justify-content:center;align-items:center}
|
|
1
|
+
.bcf-filters .btn-color-granite-light[data-v-20b07608]:enabled{color:var(--color-primary)}.bcf-filters .btn-color-granite-light[data-v-20b07608]:disabled{background-color:var(--color-white);color:var(--color-silver-dark)}.bcf-filters__container[data-v-20b07608]{position:absolute;z-index:1;top:44px;left:0;width:100%;box-shadow:var(--box-shadow);background-color:var(--color-white)}.bcf-filters__container__header__title[data-v-20b07608]{font-size:12px;font-weight:700}.bcf-filters__container__date p[data-v-20b07608]{font-size:11px}.setting-card-item[data-v-33d9bbba]{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-33d9bbba]{display:flex;align-items:center}.setting-card-item__color[data-v-33d9bbba]{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-33d9bbba]{position:absolute;z-index:1;top:37px;right:-12px}.setting-card-item__delete-guard[data-v-33d9bbba]{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-72c52d15]{margin:var(--spacing-unit) 0;padding:var(--spacing-unit);box-shadow:var(--box-shadow);background:var(--color-white)}.setting-card__header[data-v-72c52d15]{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.setting-card__header__text[data-v-72c52d15]{font-weight:700}.setting-card__header__icons[data-v-72c52d15]{display:flex;align-items:center;gap:calc(var(--spacing-unit) * 2)}.setting-card__header__icons .count[data-v-72c52d15]{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-72c52d15]{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-72c52d15]{margin-bottom:var(--spacing-unit)}.setting-card__add-form .actions[data-v-72c52d15]{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-5dc331a8]{width:400px}.bcf-statistics__content[data-v-5dc331a8]{position:relative;display:flex}.bcf-statistics__content__chart[data-v-5dc331a8]{flex:1}.bcf-statistics__content__legend[data-v-5dc331a8]{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-5dc331a8]{font-weight:700}.bcf-statistics__content__legend__item[data-v-5dc331a8]{display:flex;align-items:center;line-height:24px}.bcf-statistics__content__legend__item__mark[data-v-5dc331a8]{width:10px;height:10px;border:3px solid;border-radius:50px}.bcf-statistics__content__legend__item__percent[data-v-5dc331a8]{margin:0 calc(var(--spacing-unit) / 2);font-weight:700}.bcf-statistics__content__legend__item__text .total[data-v-5dc331a8]{font-size:13px}.bcf-statistics__content__legend .bimdata-paginated-list:deep ul[data-v-5dc331a8]:first-child{height:144px}.bcf-topic-card[data-v-9306b056]{position:relative;width:336px;height:307px}.bcf-topic-card__header[data-v-9306b056]{min-height:204px;box-shadow:var(--box-shadow)}.bcf-topic-card__header__infos[data-v-9306b056]{height:32px;background-color:var(--color-white)}.bcf-topic-card__header__infos__index[data-v-9306b056]{padding:3px;min-width:32px;background-color:var(--color-silver);color:var(--color-text)}.bcf-topic-card__header__infos__title[data-v-9306b056]{width:calc(100% - var(--spacing-unit) * 2 - 32px);color:var(--color-primary)}.bcf-topic-card__header__img[data-v-9306b056]{height:172px;position:relative}.bcf-topic-card__header__img img[data-v-9306b056]{width:100%;height:100%;object-fit:cover}.bcf-topic-card__header__img .default-img[data-v-9306b056]{width:120px;height:120px}.bcf-topic-card__header__img__status[data-v-9306b056]{position:absolute;top:6px;left:6px;border-radius:3px}.bcf-topic-card__header__img__date[data-v-9306b056]{position:absolute;bottom:0;right:0;font-size:11px;background-color:var(--color-white)}.bcf-topic-card__content[data-v-9306b056]{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-create[data-v-3d3ea756]{height:100%}.bcf-topic-create__content[data-v-3d3ea756]{height:calc(100% - 76px);padding:0 calc(var(--spacing-unit) / 2);display:flex;flex-direction:column;gap:var(--spacing-unit);overflow:auto}.bcf-topic-create__content__head[data-v-3d3ea756]{height:27px;display:flex;justify-content:space-between;align-items:center;font-size:12px}.bcf-topic-create__content__head__index[data-v-3d3ea756],.bcf-topic-create__content__head__date[data-v-3d3ea756]{height:100%;padding:calc(var(--spacing-unit) / 2);display:flex;justify-content:center;align-items:center;background-color:var(--color-silver-light)}.bcf-topic-create__content__head__index[data-v-3d3ea756]{min-width:50px}.bcf-topic-create__content__head__date[data-v-3d3ea756]{min-width:100px}.bcf-topic-create__content__images[data-v-3d3ea756]{width:100%;height:295px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.bcf-topic-create__content__images .snapshot-preview[data-v-3d3ea756]{position:relative}.bcf-topic-create__content__images .snapshot-preview img[data-v-3d3ea756]{width:100%;height:100%;object-fit:cover}.bcf-topic-create__content__images .snapshot-preview .btn-delete[data-v-3d3ea756]{position:absolute;top:calc(50% - 16px);left:calc(50% - 16px)}.bcf-topic-create__content__images .snapshot-preview[data-v-3d3ea756]:first-child{height:210px;grid-area:1/1/2/4}.bcf-topic-create__content__images .snapshot-preview[data-v-3d3ea756]:nth-child(2){height:75px;grid-area:2/1/3/2}.bcf-topic-create__content__images .snapshot-preview[data-v-3d3ea756]:nth-child(3){height:75px;grid-area:2/2/3/3}.bcf-topic-create__content__images .snapshot-preview[data-v-3d3ea756]:nth-child(4){height:75px;grid-area:2/3/3/4}.bcf-topic-create__content .btn-upload:not(:disabled) label[data-v-3d3ea756]{width:100%;height:100%;display:flex;justify-content:center;align-items:center;cursor:pointer}.bcf-topic-create__content__upload[data-v-3d3ea756]{width:100%;height:210px;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-create__content__upload .icon[data-v-3d3ea756]{width:52px;height:52px;display:flex;justify-content:center;align-items:center;background-color:var(--color-silver-light);border-radius:50%}.bcf-topic-create__content__body:deep .bimdata-input input[data-v-3d3ea756]{font-size:13px;color:var(--color-granite)}.bcf-topic-create__content__body:deep .bimdata-select[data-v-3d3ea756]{margin:30px 0;font-size:13px}.bcf-topic-create__content__body:deep .bimdata-textarea textarea[data-v-3d3ea756]{font-family:var(--primary-font);font-size:13px;color:var(--color-granite)}.bcf-topic-create__footer[data-v-3d3ea756]{padding:var(--spacing-unit) calc(var(--spacing-unit) / 2)}.bcf-topic-create__loader[data-v-3d3ea756]{position:absolute;z-index:10;top:0;left:0;width:100%;height:100%;background-color:#2f374ae6;display:flex;justify-content:center;align-items:center}.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-form[data-v-44fd597a]{height:100%}.bcf-topic-form__content[data-v-44fd597a]{height:calc(100% - 76px);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-44fd597a]{height:27px;display:flex;justify-content:space-between;align-items:center;font-size:12px}.bcf-topic-form__content__head__index[data-v-44fd597a],.bcf-topic-form__content__head__date[data-v-44fd597a]{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-44fd597a]{min-width:50px}.bcf-topic-form__content__head__date[data-v-44fd597a]{min-width:100px}.bcf-topic-form__content__images[data-v-44fd597a]{width:100%;height:295px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.bcf-topic-form__content__images .snapshot-preview[data-v-44fd597a]{position:relative}.bcf-topic-form__content__images .snapshot-preview img[data-v-44fd597a]{width:100%;height:100%;object-fit:cover}.bcf-topic-form__content__images .snapshot-preview .btn-delete[data-v-44fd597a]{position:absolute;top:calc(50% - 16px);left:calc(50% - 16px)}.bcf-topic-form__content__images .snapshot-preview[data-v-44fd597a]:first-child{height:210px;grid-area:1/1/2/4}.bcf-topic-form__content__images .snapshot-preview[data-v-44fd597a]:nth-child(2){height:75px;grid-area:2/1/3/2}.bcf-topic-form__content__images .snapshot-preview[data-v-44fd597a]:nth-child(3){height:75px;grid-area:2/2/3/3}.bcf-topic-form__content__images .snapshot-preview[data-v-44fd597a]:nth-child(4){height:75px;grid-area:2/3/3/4}.bcf-topic-form__content .btn-upload:not(:disabled) label[data-v-44fd597a]{width:100%;height:100%;display:flex;justify-content:center;align-items:center;cursor:pointer}.bcf-topic-form__content__upload[data-v-44fd597a]{width:100%;height:210px;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-form__content__upload .icon[data-v-44fd597a]{width:52px;height:52px;display:flex;justify-content:center;align-items:center;background-color:var(--color-silver-light);border-radius:50%}.bcf-topic-form__content__body:deep .bimdata-input input[data-v-44fd597a]{font-size:13px;color:var(--color-granite)}.bcf-topic-form__content__body:deep .bimdata-select[data-v-44fd597a]{margin:30px 0;font-size:13px}.bcf-topic-form__content__body:deep .bimdata-textarea textarea[data-v-44fd597a]{font-family:var(--primary-font);font-size:13px;color:var(--color-granite)}.bcf-topic-form__footer[data-v-44fd597a]{padding:var(--spacing-unit) calc(var(--spacing-unit) / 2)}.bcf-topic-form__loader[data-v-44fd597a]{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-555abc52]{min-width:32px;min-height:32px;display:flex;justify-content:center;align-items:center;border-radius:50%;overflow:hidden}.user-avatar img[data-v-555abc52]{width:100%;height:100%}.user-avatar--primary[data-v-555abc52]{background-color:var(--color-primary);color:var(--color-silver-light)}.user-avatar--secondary[data-v-555abc52]{background-color:var(--color-secondary);color:var(--color-primary)}.user-avatar--silver-light[data-v-555abc52]{background-color:var(--color-silver-light);color:var(--color-primary)}.comment__header[data-v-cef86726]{position:relative;font-weight:700}.comment__header__left__user[data-v-cef86726]{width:32px;height:32px;background-color:var(--color-silver-light);border-radius:50px}.comment__header__right__actions[data-v-cef86726]{position:absolute;top:0;right:0;background-color:var(--color-white)}.comment__header__right__delete[data-v-cef86726]{width:96%;top:0;position:absolute;display:flex;align-items:center;justify-content:space-between;background-color:var(--color-white);box-shadow:var(--box-shadow);height:40px;right:2%}.comment__content:deep .bimdata-textarea[data-v-cef86726]{margin-bottom:6px}.comment__content:deep .bimdata-textarea textarea[data-v-cef86726]{color:var(--color-granite);font-family:Roboto}.comment__content:deep :not(.editing) .bar[data-v-cef86726]{display:none}.bcf-topic-comments p[data-v-0fb03500]{font-weight:700}.bcf-topic-comments:deep .bimdata-textarea[data-v-0fb03500]{width:100%}.bcf-topic-overview[data-v-bd75e456]{height:100%;font-size:12px}.bcf-topic-overview__header[data-v-bd75e456]{display:flex;justify-content:space-between;align-items:center}.bcf-topic-overview__header__title[data-v-bd75e456]{font-size:14px;font-weight:700}.bcf-topic-overview__header__actions[data-v-bd75e456]{display:flex;justify-content:center;align-items:center}.bcf-topic-overview__content[data-v-bd75e456]{height:calc(100% - 32px);padding:var(--spacing-unit) 0;overflow:auto;display:flex;flex-direction:column;gap:var(--spacing-unit)}.bcf-topic-overview__content__head[data-v-bd75e456]{height:27px;display:flex;justify-content:space-between;align-items:center}.bcf-topic-overview__content__head__index[data-v-bd75e456],.bcf-topic-overview__content__head__date[data-v-bd75e456]{height:100%;padding:calc(var(--spacing-unit) / 2);display:flex;justify-content:center;align-items:center}.bcf-topic-overview__content__head__index[data-v-bd75e456]{min-width:50px}.bcf-topic-overview__content__head__date[data-v-bd75e456]{min-width:100px;background-color:var(--color-silver-light);color:var(--color-primary)}.bcf-topic-overview__content__image[data-v-bd75e456]{position:relative;height:295px;min-height:210px;max-height:295px;text-align:center;background-color:var(--color-silver-light);overflow:hidden}.bcf-topic-overview__content__image .status-badge[data-v-bd75e456]{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 .bimdata-carousel[data-v-bd75e456]:deep{height:100%}.bcf-topic-overview__content__image .bimdata-carousel:deep .bimdata-carousel__container[data-v-bd75e456]{height:100%;margin:0;padding:0;overflow:hidden}.bcf-topic-overview__content__image .bimdata-carousel:deep .bimdata-carousel__btn-prev[data-v-bd75e456]{left:calc(var(--spacing-unit) / 2)}.bcf-topic-overview__content__image .bimdata-carousel:deep .bimdata-carousel__btn-next[data-v-bd75e456]{right:calc(var(--spacing-unit) / 2)}.bcf-topic-overview__content__image .snapshot-preview[data-v-bd75e456]{position:relative;width:100%}.bcf-topic-overview__content__image .snapshot-preview img[data-v-bd75e456]{width:100%;height:100%;object-fit:cover}.bcf-topic-overview__content__image .default-image[data-v-bd75e456]{width:170px;height:170px;padding:12px}.bcf-topic-overview__content__card[data-v-bd75e456]{padding:var(--spacing-unit);box-shadow:var(--box-shadow);line-height:1.5}.bcf-topic-overview__content__card .title[data-v-bd75e456]{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-bd75e456]{margin-right:4px;font-weight:700;color:var(--color-primary)}.bcf-topic-overview__content__card .line .value[data-v-bd75e456]{color:var(--color-granite)}.bcf-topic-overview .delete-modal[data-v-bd75e456]{z-index:10}.bcf-topic-actions-cell .bimdata-btn[data-v-4f85c962]{margin:auto}.bcf-topic-priority-cell[data-v-42770510]{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-9af43d36]{height:42px;padding:0 calc(var(--spacing-unit) / 2);display:flex;justify-content:center;align-items:center}
|