@bimdata/bcf-components 1.0.4-rc.1 → 1.1.0-rc.1
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.
|
@@ -3962,10 +3962,12 @@ const __vue2_script$3 = {
|
|
|
3962
3962
|
required: true
|
|
3963
3963
|
}
|
|
3964
3964
|
},
|
|
3965
|
-
emits: [
|
|
3965
|
+
emits: [
|
|
3966
|
+
"open-bcf-topic"
|
|
3967
|
+
]
|
|
3966
3968
|
};
|
|
3967
3969
|
const __cssModules$3 = {};
|
|
3968
|
-
var __component__$3 = /* @__PURE__ */ normalizeComponent(__vue2_script$3, render$3, staticRenderFns$3, false, __vue2_injectStyles$3, "
|
|
3970
|
+
var __component__$3 = /* @__PURE__ */ normalizeComponent(__vue2_script$3, render$3, staticRenderFns$3, false, __vue2_injectStyles$3, "4f85c962", null, null);
|
|
3969
3971
|
function __vue2_injectStyles$3(context) {
|
|
3970
3972
|
for (let o2 in __cssModules$3) {
|
|
3971
3973
|
this[o2] = __cssModules$3[o2];
|
|
@@ -4145,4 +4147,4 @@ const components = {
|
|
|
4145
4147
|
BcfTopicOverview,
|
|
4146
4148
|
BcfTopicsTable
|
|
4147
4149
|
};
|
|
4148
|
-
export { components, setApiClient };
|
|
4150
|
+
export { BcfFilters, BcfSettings, BcfStatistics, BcfTopicCard, BcfTopicCreate, BcfTopicCreationCard, BcfTopicForm, BcfTopicOverview, BcfTopicsTable, components, setApiClient };
|
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-42059e6a]{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-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}
|
|
@@ -4781,7 +4781,9 @@ const _sfc_main$3 = {
|
|
|
4781
4781
|
required: true
|
|
4782
4782
|
}
|
|
4783
4783
|
},
|
|
4784
|
-
emits: [
|
|
4784
|
+
emits: [
|
|
4785
|
+
"open-bcf-topic"
|
|
4786
|
+
]
|
|
4785
4787
|
};
|
|
4786
4788
|
const _hoisted_1 = { class: "bcf-topic-actions-cell" };
|
|
4787
4789
|
function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
@@ -4800,7 +4802,7 @@ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4800
4802
|
})
|
|
4801
4803
|
]);
|
|
4802
4804
|
}
|
|
4803
|
-
var BcfTopicActionsCell = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_render$3], ["__scopeId", "data-v-
|
|
4805
|
+
var BcfTopicActionsCell = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_render$3], ["__scopeId", "data-v-4e8d8704"]]);
|
|
4804
4806
|
var BcfTopicPriorityCell_scss_vue_type_style_index_0_src_scoped_true_lang = "";
|
|
4805
4807
|
const _sfc_main$2 = {
|
|
4806
4808
|
props: {
|
|
@@ -4967,4 +4969,4 @@ const components = {
|
|
|
4967
4969
|
BcfTopicOverview,
|
|
4968
4970
|
BcfTopicsTable
|
|
4969
4971
|
};
|
|
4970
|
-
export { components, setApiClient };
|
|
4972
|
+
export { BcfFilters, BcfSettings, BcfStatistics, BcfTopicCard, BcfTopicCreate, BcfTopicCreationCard, BcfTopicForm, BcfTopicOverview, BcfTopicsTable, components, setApiClient };
|
package/dist/vue3/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.bcf-filters .btn-color-granite-light[data-v-39821704]:enabled{color:var(--color-primary)}.bcf-filters .btn-color-granite-light[data-v-39821704]:disabled{background-color:var(--color-white);color:var(--color-silver-dark)}.bcf-filters__container[data-v-39821704]{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-39821704]{font-size:12px;font-weight:700}.bcf-filters__container__date p[data-v-39821704]{font-size:11px}.setting-card-item[data-v-263afb1b]{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-263afb1b]{display:flex;align-items:center}.setting-card-item__color[data-v-263afb1b]{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-263afb1b]{position:absolute;z-index:1;top:37px;right:-12px}.setting-card-item__delete-guard[data-v-263afb1b]{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:400px}.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 .bimdata-paginated-list[data-v-763cac12] ul:first-child{height:144px}.bcf-topic-card[data-v-e897fd22]{position:relative;width:336px;height:307px}.bcf-topic-card__header[data-v-e897fd22]{min-height:204px;box-shadow:var(--box-shadow)}.bcf-topic-card__header__infos[data-v-e897fd22]{height:32px;background-color:var(--color-white)}.bcf-topic-card__header__infos__index[data-v-e897fd22]{padding:3px;min-width:32px;background-color:var(--color-silver);color:var(--color-text)}.bcf-topic-card__header__infos__title[data-v-e897fd22]{width:calc(100% - var(--spacing-unit) * 2 - 32px);color:var(--color-primary)}.bcf-topic-card__header__img[data-v-e897fd22]{height:172px;position:relative}.bcf-topic-card__header__img img[data-v-e897fd22]{width:100%;height:100%;object-fit:cover}.bcf-topic-card__header__img .default-img[data-v-e897fd22]{width:120px;height:120px}.bcf-topic-card__header__img__status[data-v-e897fd22]{position:absolute;top:6px;left:6px;border-radius:3px}.bcf-topic-card__header__img__date[data-v-e897fd22]{position:absolute;bottom:0;right:0;font-size:11px;background-color:var(--color-white)}.bcf-topic-card__content[data-v-e897fd22]{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-782856bf]{height:100%}.bcf-topic-create__content[data-v-782856bf]{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-782856bf]{height:27px;display:flex;justify-content:space-between;align-items:center;font-size:12px}.bcf-topic-create__content__head__index[data-v-782856bf],.bcf-topic-create__content__head__date[data-v-782856bf]{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-782856bf]{min-width:50px}.bcf-topic-create__content__head__date[data-v-782856bf]{min-width:100px}.bcf-topic-create__content__images[data-v-782856bf]{width:100%;height:295px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.bcf-topic-create__content__images .snapshot-preview[data-v-782856bf]{position:relative}.bcf-topic-create__content__images .snapshot-preview img[data-v-782856bf]{width:100%;height:100%;object-fit:cover}.bcf-topic-create__content__images .snapshot-preview .btn-delete[data-v-782856bf]{position:absolute;top:calc(50% - 16px);left:calc(50% - 16px)}.bcf-topic-create__content__images .snapshot-preview[data-v-782856bf]:first-child{height:210px;grid-area:1/1/2/4}.bcf-topic-create__content__images .snapshot-preview[data-v-782856bf]:nth-child(2){height:75px;grid-area:2/1/3/2}.bcf-topic-create__content__images .snapshot-preview[data-v-782856bf]:nth-child(3){height:75px;grid-area:2/2/3/3}.bcf-topic-create__content__images .snapshot-preview[data-v-782856bf]:nth-child(4){height:75px;grid-area:2/3/3/4}.bcf-topic-create__content .btn-upload:not(:disabled) label[data-v-782856bf]{width:100%;height:100%;display:flex;justify-content:center;align-items:center;cursor:pointer}.bcf-topic-create__content__upload[data-v-782856bf]{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-782856bf]{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[data-v-782856bf] .bimdata-input input{font-size:13px;color:var(--color-granite)}.bcf-topic-create__content__body[data-v-782856bf] .bimdata-select{margin:30px 0;font-size:13px}.bcf-topic-create__content__body[data-v-782856bf] .bimdata-textarea textarea{font-family:var(--primary-font);font-size:13px;color:var(--color-granite)}.bcf-topic-create__footer[data-v-782856bf]{padding:var(--spacing-unit) calc(var(--spacing-unit) / 2)}.bcf-topic-create__loader[data-v-782856bf]{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-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-form[data-v-486e3d2b]{height:100%}.bcf-topic-form__content[data-v-486e3d2b]{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-486e3d2b]{height:27px;display:flex;justify-content:space-between;align-items:center;font-size:12px}.bcf-topic-form__content__head__index[data-v-486e3d2b],.bcf-topic-form__content__head__date[data-v-486e3d2b]{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-486e3d2b]{min-width:50px}.bcf-topic-form__content__head__date[data-v-486e3d2b]{min-width:100px}.bcf-topic-form__content__images[data-v-486e3d2b]{width:100%;height:295px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.bcf-topic-form__content__images .snapshot-preview[data-v-486e3d2b]{position:relative}.bcf-topic-form__content__images .snapshot-preview img[data-v-486e3d2b]{width:100%;height:100%;object-fit:cover}.bcf-topic-form__content__images .snapshot-preview .btn-delete[data-v-486e3d2b]{position:absolute;top:calc(50% - 16px);left:calc(50% - 16px)}.bcf-topic-form__content__images .snapshot-preview[data-v-486e3d2b]:first-child{height:210px;grid-area:1/1/2/4}.bcf-topic-form__content__images .snapshot-preview[data-v-486e3d2b]:nth-child(2){height:75px;grid-area:2/1/3/2}.bcf-topic-form__content__images .snapshot-preview[data-v-486e3d2b]:nth-child(3){height:75px;grid-area:2/2/3/3}.bcf-topic-form__content__images .snapshot-preview[data-v-486e3d2b]:nth-child(4){height:75px;grid-area:2/3/3/4}.bcf-topic-form__content .btn-upload:not(:disabled) label[data-v-486e3d2b]{width:100%;height:100%;display:flex;justify-content:center;align-items:center;cursor:pointer}.bcf-topic-form__content__upload[data-v-486e3d2b]{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-486e3d2b]{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[data-v-486e3d2b] .bimdata-input input{font-size:13px;color:var(--color-granite)}.bcf-topic-form__content__body[data-v-486e3d2b] .bimdata-select{margin:30px 0;font-size:13px}.bcf-topic-form__content__body[data-v-486e3d2b] .bimdata-textarea textarea{font-family:var(--primary-font);font-size:13px;color:var(--color-granite)}.bcf-topic-form__footer[data-v-486e3d2b]{padding:var(--spacing-unit) calc(var(--spacing-unit) / 2)}.bcf-topic-form__loader[data-v-486e3d2b]{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-7433599e]{position:relative;font-weight:700}.comment__header__left__user[data-v-7433599e]{width:32px;height:32px;background-color:var(--color-silver-light);border-radius:50px}.comment__header__right__actions[data-v-7433599e]{position:absolute;top:0;right:0;background-color:var(--color-white)}.comment__header__right__delete[data-v-7433599e]{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[data-v-7433599e] .bimdata-textarea{margin-bottom:6px}.comment__content[data-v-7433599e] .bimdata-textarea textarea{color:var(--color-granite);font-family:Roboto}.comment__content[data-v-7433599e] :not(.editing) .bar{display:none}.bcf-topic-comments p[data-v-55e7832a]{font-weight:700}.bcf-topic-comments[data-v-55e7832a] .bimdata-textarea{width:100%}.bcf-topic-overview[data-v-6733d961]{height:100%;font-size:12px}.bcf-topic-overview__header[data-v-6733d961]{display:flex;justify-content:space-between;align-items:center}.bcf-topic-overview__header__title[data-v-6733d961]{font-size:14px;font-weight:700}.bcf-topic-overview__header__actions[data-v-6733d961]{display:flex;justify-content:center;align-items:center}.bcf-topic-overview__content[data-v-6733d961]{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-6733d961]{height:27px;display:flex;justify-content:space-between;align-items:center}.bcf-topic-overview__content__head__index[data-v-6733d961],.bcf-topic-overview__content__head__date[data-v-6733d961]{height:100%;padding:calc(var(--spacing-unit) / 2);display:flex;justify-content:center;align-items:center}.bcf-topic-overview__content__head__index[data-v-6733d961]{min-width:50px}.bcf-topic-overview__content__head__date[data-v-6733d961]{min-width:100px;background-color:var(--color-silver-light);color:var(--color-primary)}.bcf-topic-overview__content__image[data-v-6733d961]{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-6733d961]{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-6733d961]{height:100%}.bcf-topic-overview__content__image .bimdata-carousel[data-v-6733d961] .bimdata-carousel__container{height:100%;margin:0;padding:0;overflow:hidden}.bcf-topic-overview__content__image .bimdata-carousel[data-v-6733d961] .bimdata-carousel__btn-prev{left:calc(var(--spacing-unit) / 2)}.bcf-topic-overview__content__image .bimdata-carousel[data-v-6733d961] .bimdata-carousel__btn-next{right:calc(var(--spacing-unit) / 2)}.bcf-topic-overview__content__image .snapshot-preview[data-v-6733d961]{position:relative;width:100%}.bcf-topic-overview__content__image .snapshot-preview img[data-v-6733d961]{width:100%;height:100%;object-fit:cover}.bcf-topic-overview__content__image .default-image[data-v-6733d961]{width:170px;height:170px;padding:12px}.bcf-topic-overview__content__card[data-v-6733d961]{padding:var(--spacing-unit);box-shadow:var(--box-shadow);line-height:1.5}.bcf-topic-overview__content__card .title[data-v-6733d961]{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-6733d961]{margin-right:4px;font-weight:700;color:var(--color-primary)}.bcf-topic-overview__content__card .line .value[data-v-6733d961]{color:var(--color-granite)}.bcf-topic-overview .delete-modal[data-v-6733d961]{z-index:10}.bcf-topic-actions-cell .bimdata-btn[data-v-4b7bed86]{margin:auto}.bcf-topic-priority-cell[data-v-4584461c]{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-ef484b2a]{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-39821704]:enabled{color:var(--color-primary)}.bcf-filters .btn-color-granite-light[data-v-39821704]:disabled{background-color:var(--color-white);color:var(--color-silver-dark)}.bcf-filters__container[data-v-39821704]{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-39821704]{font-size:12px;font-weight:700}.bcf-filters__container__date p[data-v-39821704]{font-size:11px}.setting-card-item[data-v-263afb1b]{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-263afb1b]{display:flex;align-items:center}.setting-card-item__color[data-v-263afb1b]{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-263afb1b]{position:absolute;z-index:1;top:37px;right:-12px}.setting-card-item__delete-guard[data-v-263afb1b]{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:400px}.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 .bimdata-paginated-list[data-v-763cac12] ul:first-child{height:144px}.bcf-topic-card[data-v-e897fd22]{position:relative;width:336px;height:307px}.bcf-topic-card__header[data-v-e897fd22]{min-height:204px;box-shadow:var(--box-shadow)}.bcf-topic-card__header__infos[data-v-e897fd22]{height:32px;background-color:var(--color-white)}.bcf-topic-card__header__infos__index[data-v-e897fd22]{padding:3px;min-width:32px;background-color:var(--color-silver);color:var(--color-text)}.bcf-topic-card__header__infos__title[data-v-e897fd22]{width:calc(100% - var(--spacing-unit) * 2 - 32px);color:var(--color-primary)}.bcf-topic-card__header__img[data-v-e897fd22]{height:172px;position:relative}.bcf-topic-card__header__img img[data-v-e897fd22]{width:100%;height:100%;object-fit:cover}.bcf-topic-card__header__img .default-img[data-v-e897fd22]{width:120px;height:120px}.bcf-topic-card__header__img__status[data-v-e897fd22]{position:absolute;top:6px;left:6px;border-radius:3px}.bcf-topic-card__header__img__date[data-v-e897fd22]{position:absolute;bottom:0;right:0;font-size:11px;background-color:var(--color-white)}.bcf-topic-card__content[data-v-e897fd22]{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-782856bf]{height:100%}.bcf-topic-create__content[data-v-782856bf]{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-782856bf]{height:27px;display:flex;justify-content:space-between;align-items:center;font-size:12px}.bcf-topic-create__content__head__index[data-v-782856bf],.bcf-topic-create__content__head__date[data-v-782856bf]{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-782856bf]{min-width:50px}.bcf-topic-create__content__head__date[data-v-782856bf]{min-width:100px}.bcf-topic-create__content__images[data-v-782856bf]{width:100%;height:295px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.bcf-topic-create__content__images .snapshot-preview[data-v-782856bf]{position:relative}.bcf-topic-create__content__images .snapshot-preview img[data-v-782856bf]{width:100%;height:100%;object-fit:cover}.bcf-topic-create__content__images .snapshot-preview .btn-delete[data-v-782856bf]{position:absolute;top:calc(50% - 16px);left:calc(50% - 16px)}.bcf-topic-create__content__images .snapshot-preview[data-v-782856bf]:first-child{height:210px;grid-area:1/1/2/4}.bcf-topic-create__content__images .snapshot-preview[data-v-782856bf]:nth-child(2){height:75px;grid-area:2/1/3/2}.bcf-topic-create__content__images .snapshot-preview[data-v-782856bf]:nth-child(3){height:75px;grid-area:2/2/3/3}.bcf-topic-create__content__images .snapshot-preview[data-v-782856bf]:nth-child(4){height:75px;grid-area:2/3/3/4}.bcf-topic-create__content .btn-upload:not(:disabled) label[data-v-782856bf]{width:100%;height:100%;display:flex;justify-content:center;align-items:center;cursor:pointer}.bcf-topic-create__content__upload[data-v-782856bf]{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-782856bf]{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[data-v-782856bf] .bimdata-input input{font-size:13px;color:var(--color-granite)}.bcf-topic-create__content__body[data-v-782856bf] .bimdata-select{margin:30px 0;font-size:13px}.bcf-topic-create__content__body[data-v-782856bf] .bimdata-textarea textarea{font-family:var(--primary-font);font-size:13px;color:var(--color-granite)}.bcf-topic-create__footer[data-v-782856bf]{padding:var(--spacing-unit) calc(var(--spacing-unit) / 2)}.bcf-topic-create__loader[data-v-782856bf]{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-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-form[data-v-486e3d2b]{height:100%}.bcf-topic-form__content[data-v-486e3d2b]{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-486e3d2b]{height:27px;display:flex;justify-content:space-between;align-items:center;font-size:12px}.bcf-topic-form__content__head__index[data-v-486e3d2b],.bcf-topic-form__content__head__date[data-v-486e3d2b]{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-486e3d2b]{min-width:50px}.bcf-topic-form__content__head__date[data-v-486e3d2b]{min-width:100px}.bcf-topic-form__content__images[data-v-486e3d2b]{width:100%;height:295px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.bcf-topic-form__content__images .snapshot-preview[data-v-486e3d2b]{position:relative}.bcf-topic-form__content__images .snapshot-preview img[data-v-486e3d2b]{width:100%;height:100%;object-fit:cover}.bcf-topic-form__content__images .snapshot-preview .btn-delete[data-v-486e3d2b]{position:absolute;top:calc(50% - 16px);left:calc(50% - 16px)}.bcf-topic-form__content__images .snapshot-preview[data-v-486e3d2b]:first-child{height:210px;grid-area:1/1/2/4}.bcf-topic-form__content__images .snapshot-preview[data-v-486e3d2b]:nth-child(2){height:75px;grid-area:2/1/3/2}.bcf-topic-form__content__images .snapshot-preview[data-v-486e3d2b]:nth-child(3){height:75px;grid-area:2/2/3/3}.bcf-topic-form__content__images .snapshot-preview[data-v-486e3d2b]:nth-child(4){height:75px;grid-area:2/3/3/4}.bcf-topic-form__content .btn-upload:not(:disabled) label[data-v-486e3d2b]{width:100%;height:100%;display:flex;justify-content:center;align-items:center;cursor:pointer}.bcf-topic-form__content__upload[data-v-486e3d2b]{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-486e3d2b]{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[data-v-486e3d2b] .bimdata-input input{font-size:13px;color:var(--color-granite)}.bcf-topic-form__content__body[data-v-486e3d2b] .bimdata-select{margin:30px 0;font-size:13px}.bcf-topic-form__content__body[data-v-486e3d2b] .bimdata-textarea textarea{font-family:var(--primary-font);font-size:13px;color:var(--color-granite)}.bcf-topic-form__footer[data-v-486e3d2b]{padding:var(--spacing-unit) calc(var(--spacing-unit) / 2)}.bcf-topic-form__loader[data-v-486e3d2b]{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-7433599e]{position:relative;font-weight:700}.comment__header__left__user[data-v-7433599e]{width:32px;height:32px;background-color:var(--color-silver-light);border-radius:50px}.comment__header__right__actions[data-v-7433599e]{position:absolute;top:0;right:0;background-color:var(--color-white)}.comment__header__right__delete[data-v-7433599e]{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[data-v-7433599e] .bimdata-textarea{margin-bottom:6px}.comment__content[data-v-7433599e] .bimdata-textarea textarea{color:var(--color-granite);font-family:Roboto}.comment__content[data-v-7433599e] :not(.editing) .bar{display:none}.bcf-topic-comments p[data-v-55e7832a]{font-weight:700}.bcf-topic-comments[data-v-55e7832a] .bimdata-textarea{width:100%}.bcf-topic-overview[data-v-6733d961]{height:100%;font-size:12px}.bcf-topic-overview__header[data-v-6733d961]{display:flex;justify-content:space-between;align-items:center}.bcf-topic-overview__header__title[data-v-6733d961]{font-size:14px;font-weight:700}.bcf-topic-overview__header__actions[data-v-6733d961]{display:flex;justify-content:center;align-items:center}.bcf-topic-overview__content[data-v-6733d961]{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-6733d961]{height:27px;display:flex;justify-content:space-between;align-items:center}.bcf-topic-overview__content__head__index[data-v-6733d961],.bcf-topic-overview__content__head__date[data-v-6733d961]{height:100%;padding:calc(var(--spacing-unit) / 2);display:flex;justify-content:center;align-items:center}.bcf-topic-overview__content__head__index[data-v-6733d961]{min-width:50px}.bcf-topic-overview__content__head__date[data-v-6733d961]{min-width:100px;background-color:var(--color-silver-light);color:var(--color-primary)}.bcf-topic-overview__content__image[data-v-6733d961]{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-6733d961]{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-6733d961]{height:100%}.bcf-topic-overview__content__image .bimdata-carousel[data-v-6733d961] .bimdata-carousel__container{height:100%;margin:0;padding:0;overflow:hidden}.bcf-topic-overview__content__image .bimdata-carousel[data-v-6733d961] .bimdata-carousel__btn-prev{left:calc(var(--spacing-unit) / 2)}.bcf-topic-overview__content__image .bimdata-carousel[data-v-6733d961] .bimdata-carousel__btn-next{right:calc(var(--spacing-unit) / 2)}.bcf-topic-overview__content__image .snapshot-preview[data-v-6733d961]{position:relative;width:100%}.bcf-topic-overview__content__image .snapshot-preview img[data-v-6733d961]{width:100%;height:100%;object-fit:cover}.bcf-topic-overview__content__image .default-image[data-v-6733d961]{width:170px;height:170px;padding:12px}.bcf-topic-overview__content__card[data-v-6733d961]{padding:var(--spacing-unit);box-shadow:var(--box-shadow);line-height:1.5}.bcf-topic-overview__content__card .title[data-v-6733d961]{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-6733d961]{margin-right:4px;font-weight:700;color:var(--color-primary)}.bcf-topic-overview__content__card .line .value[data-v-6733d961]{color:var(--color-granite)}.bcf-topic-overview .delete-modal[data-v-6733d961]{z-index:10}.bcf-topic-actions-cell .bimdata-btn[data-v-4e8d8704]{margin:auto}.bcf-topic-priority-cell[data-v-4584461c]{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-ef484b2a]{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
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import { setApiClient, components } from "./dist/vue2/bcf-components.es.js";
|
|
2
|
+
import messages from "./dist/i18n/index.js";
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* BCF Components library plugin for Vue 2.
|
|
6
|
+
* Here are the actions the plugin will perform:
|
|
7
|
+
* - set library api client
|
|
8
|
+
* - register components translations
|
|
9
|
+
* - globally register BCF components
|
|
10
|
+
*
|
|
11
|
+
* @param {
|
|
12
|
+
* {
|
|
13
|
+
* apiClient: Object,
|
|
14
|
+
* i18nPlugin: Object,
|
|
15
|
+
* includedComponents?: string[],
|
|
16
|
+
* excludedComponents?: string[],
|
|
17
|
+
* }
|
|
18
|
+
* } [cfg]
|
|
19
|
+
*/
|
|
20
|
+
const pluginFactory = ({
|
|
21
|
+
apiClient,
|
|
22
|
+
i18nPlugin,
|
|
23
|
+
includedComponents = [],
|
|
24
|
+
excludedComponents = [],
|
|
25
|
+
} = {}) => {
|
|
26
|
+
return {
|
|
27
|
+
install(Vue) {
|
|
28
|
+
if (apiClient) {
|
|
29
|
+
setApiClient(apiClient);
|
|
30
|
+
} else {
|
|
31
|
+
console.error(
|
|
32
|
+
"[BCF Components Plugin] No api client provided. " +
|
|
33
|
+
"You must provide an api client for the components " +
|
|
34
|
+
"to work properly."
|
|
35
|
+
);
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
if (i18nPlugin) {
|
|
39
|
+
Object.entries(messages).forEach(([locale, translations]) => {
|
|
40
|
+
i18nPlugin.mergeLocaleMessage(locale, translations);
|
|
41
|
+
});
|
|
42
|
+
} else {
|
|
43
|
+
console.warn(
|
|
44
|
+
"[BCF Components Plugin] No i18n instance provided. " +
|
|
45
|
+
"You should either provide an i18n instance or define " +
|
|
46
|
+
"your own translations in order have text displayed properly."
|
|
47
|
+
);
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
Object.entries(components)
|
|
51
|
+
.forEach(([name, component]) => {
|
|
52
|
+
|
|
53
|
+
// Do not register excluded components.
|
|
54
|
+
if (excludedComponents.includes(name)) {
|
|
55
|
+
return;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
// Only register included components if any.
|
|
59
|
+
// Otherwise register all (non excluded) components.
|
|
60
|
+
if (
|
|
61
|
+
includedComponents.length === 0 ||
|
|
62
|
+
includedComponents.includes(name)
|
|
63
|
+
) {
|
|
64
|
+
Vue.component(name, component);
|
|
65
|
+
}
|
|
66
|
+
});
|
|
67
|
+
},
|
|
68
|
+
};
|
|
69
|
+
};
|
|
70
|
+
|
|
71
|
+
export default pluginFactory;
|