@bimdata/bcf-components 1.1.0-rc.2 → 1.1.0-rc.3

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.
@@ -78,6 +78,9 @@
78
78
  "statusLabel": "Status",
79
79
  "stageLabel": "Phase",
80
80
  "assignedToLabel": "Zugewiesen an",
81
+ "dueDateLabel": "Fälligkeitsdatum (TT.MM.JJJJ)",
82
+ "dateErrorMessage": "Datumsformat oder falsches Datum",
83
+ "dateExample": "(Z. B.: 28.04.2022)",
81
84
  "descriptionLabel": "Beschreibung",
82
85
  "tagsPlaceholder": "Tags",
83
86
  "editButton": "Diesen BCF bearbeiten",
@@ -78,6 +78,9 @@
78
78
  "statusLabel": "Status",
79
79
  "stageLabel": "Stage",
80
80
  "assignedToLabel": "Assigned to",
81
+ "dueDateLabel": "Due date",
82
+ "dateErrorMessage": "Date format or incorrect date",
83
+ "dateExample": "(Ex: 28/04/2022)",
81
84
  "descriptionLabel": "Description",
82
85
  "labelsLabel": "Tags",
83
86
  "editButton": "Modify this BCF",
@@ -78,6 +78,9 @@
78
78
  "statusLabel": "Estado",
79
79
  "stageLabel": "Fase",
80
80
  "assignedToLabel": "Asignado a",
81
+ "dueDateLabel": "Fecha de vencimiento (DD/MM/AAAA)",
82
+ "dateErrorMessage": "Formato de la fecha o fecha incorrecta",
83
+ "dateExample": "(Ej: 28/04/2022)",
81
84
  "descriptionLabel": "Descripción",
82
85
  "tagsPlaceholder": "Etiquetas:",
83
86
  "editButton": "Modificar este BCF",
@@ -78,6 +78,9 @@
78
78
  "statusLabel": "Statut",
79
79
  "stageLabel": "Phase",
80
80
  "assignedToLabel": "Assigné à",
81
+ "dueDateLabel": "Date d'échéance (JJ/MM/AAAA)",
82
+ "dateErrorMessage": "Format de date ou date incorrecte",
83
+ "dateExample": "(Ex: 28/04/2022)",
81
84
  "descriptionLabel": "Description",
82
85
  "labelsLabel": "Tags",
83
86
  "editButton": "Modifier ce BCF",
@@ -78,6 +78,9 @@
78
78
  "statusLabel": "Stato",
79
79
  "stageLabel": "Fase",
80
80
  "assignedToLabel": "Assegnato a",
81
+ "dueDateLabel": "Data di scadenza (GG/MM/AAAA)",
82
+ "dateErrorMessage": "Formato della data o data errati",
83
+ "dateExample": "(Ad es. 28/04/2022)",
81
84
  "descriptionLabel": "Descrizione",
82
85
  "tagsPlaceholder": "Tags",
83
86
  "editButton": "Modificare questo BCF",
@@ -752,23 +752,21 @@ var render$i = function() {
752
752
  var _vm = this;
753
753
  var _h = _vm.$createElement;
754
754
  var _c = _vm._self._c || _h;
755
- return _c("div", { directives: [{ name: "click-away", rawName: "v-click-away", value: _vm.closeFilters, expression: "closeFilters" }], staticClass: "bcf-filters" }, [_c("BIMDataButton", { staticClass: "btn-color-granite-light", class: { "btn-active": _vm.showFilters }, attrs: { "disabled": !_vm.bcfTopics.length, "width": "120px", "color": "default", "fill": "", "square": "", "icon": "" }, on: { "click": _vm.toggleFilters } }, [_c("BIMDataIcon", { attrs: { "name": "filter", "size": "xxs", "fill": "", "color": "default", "margin": "0 6px 0 0" } }), _vm._v(" " + _vm._s(_vm.$t("BcfComponents.BcfFilters.filtersButton")) + " ")], 1), _c("transition", { attrs: { "name": "slide-fade-up" } }, [_c("div", { directives: [{ name: "show", rawName: "v-show", value: _vm.showFilters, expression: "showFilters" }], staticClass: "bcf-filters__container p-18" }, [_c("div", { staticClass: "bcf-filters__container__header flex items-center justify-between" }, [_c("div", { staticClass: "bcf-filters__container__header__title" }, [_vm._v(" " + _vm._s(_vm.$t("BcfComponents.BcfFilters.filtersTitle")) + " ")]), _c("BIMDataButton", { attrs: { "color": "primary", "ghost": "", "rounded": "", "icon": "" } }, [_c("BIMDataIcon", { attrs: { "name": "close", "size": "xxs", "fill": "", "color": "primary" }, on: { "click": function($event) {
756
- _vm.showFilters = false;
757
- } } })], 1)], 1), _c("BIMDataSelect", { staticClass: "m-t-24", attrs: { "width": "100%", "multi": true, "label": _vm.$t("BcfComponents.BcfFilters.priorityLabel"), "options": _vm.priorityOptions, "optionKey": "value", "optionLabelKey": "label" }, model: { value: _vm.priorities, callback: function($$v) {
755
+ return _c("div", { directives: [{ name: "click-away", rawName: "v-click-away", value: _vm.closeFilters, expression: "closeFilters" }], staticClass: "bcf-filters" }, [_c("BIMDataButton", { staticClass: "bcf-filters__btn-toggle", class: { "btn-active": _vm.showFilters }, attrs: { "disabled": _vm.bcfTopics.length === 0, "width": "120px", "fill": "", "square": "", "icon": "" }, on: { "click": _vm.toggleFilters } }, [_c("BIMDataIcon", { attrs: { "name": "filter", "size": "xxs", "fill": "", "color": "default", "margin": "0 6px 0 0" } }), _c("span", [_vm._v(" " + _vm._s(_vm.$t("BcfComponents.BcfFilters.filtersButton")) + " ")])], 1), _c("transition", { attrs: { "name": "slide-fade-up" } }, [_c("div", { directives: [{ name: "show", rawName: "v-show", value: _vm.showFilters, expression: "showFilters" }], staticClass: "bcf-filters__container" }, [_c("div", { staticClass: "bcf-filters__container__header" }, [_c("div", { staticClass: "bcf-filters__container__header__title" }, [_vm._v(" " + _vm._s(_vm.$t("BcfComponents.BcfFilters.filtersTitle")) + " ")]), _c("BIMDataButton", { attrs: { "color": "primary", "ghost": "", "rounded": "", "icon": "" } }, [_c("BIMDataIcon", { attrs: { "name": "close", "size": "xxs", "fill": "", "color": "primary" }, on: { "click": _vm.closeFilters } })], 1)], 1), _c("BIMDataSelect", { attrs: { "width": "100%", "multi": true, "label": _vm.$t("BcfComponents.BcfFilters.priorityLabel"), "options": _vm.priorityOptions, "optionKey": "value", "optionLabelKey": "label" }, model: { value: _vm.priorities, callback: function($$v) {
758
756
  _vm.priorities = $$v;
759
- }, expression: "priorities" } }), _c("BIMDataSelect", { staticClass: "m-t-24", attrs: { "width": "100%", "multi": true, "label": _vm.$t("BcfComponents.BcfFilters.statusLabel"), "options": _vm.statusOptions, "optionKey": "value", "optionLabelKey": "label" }, model: { value: _vm.status, callback: function($$v) {
757
+ }, expression: "priorities" } }), _c("BIMDataSelect", { attrs: { "width": "100%", "multi": true, "label": _vm.$t("BcfComponents.BcfFilters.statusLabel"), "options": _vm.statusOptions, "optionKey": "value", "optionLabelKey": "label" }, model: { value: _vm.status, callback: function($$v) {
760
758
  _vm.status = $$v;
761
- }, expression: "status" } }), _c("div", { staticClass: "bcf-filters__container__date flex justify-between m-t-24" }, [_c("div", { staticClass: "m-r-6" }, [_c("BIMDataInput", { attrs: { "margin": "0", "placeholder": _vm.$t("BcfComponents.BcfFilters.startDatePlaceholder"), "error": _vm.hasStartDateError, "errorMessage": "Error" }, model: { value: _vm.startDateInput, callback: function($$v) {
759
+ }, expression: "status" } }), _c("div", { staticClass: "bcf-filters__container__date" }, [_c("div", [_c("BIMDataInput", { attrs: { "margin": "0", "placeholder": _vm.$t("BcfComponents.BcfFilters.startDatePlaceholder"), "error": _vm.hasStartDateError, "errorMessage": "Error" }, model: { value: _vm.startDateInput, callback: function($$v) {
762
760
  _vm.startDateInput = $$v;
763
- }, expression: "startDateInput" } }), _c("p", { staticClass: "m-y-6" }, [_vm._v(" " + _vm._s(_vm.$t("BcfComponents.BcfFilters.startDateExample")) + " ")])], 1), _c("div", [_c("BIMDataInput", { attrs: { "margin": "0", "placeholder": _vm.$t("BcfComponents.BcfFilters.endDatePlaceholder"), "error": _vm.hasEndDateError, "errorMessage": "Error" }, model: { value: _vm.endDateInput, callback: function($$v) {
761
+ }, expression: "startDateInput" } }), _c("p", { staticClass: "example" }, [_vm._v(" " + _vm._s(_vm.$t("BcfComponents.BcfFilters.startDateExample")) + " ")])], 1), _c("div", [_c("BIMDataInput", { attrs: { "margin": "0", "placeholder": _vm.$t("BcfComponents.BcfFilters.endDatePlaceholder"), "error": _vm.hasEndDateError, "errorMessage": "Error" }, model: { value: _vm.endDateInput, callback: function($$v) {
764
762
  _vm.endDateInput = $$v;
765
- }, expression: "endDateInput" } }), _c("p", { staticClass: "m-y-6" }, [_vm._v(" " + _vm._s(_vm.$t("BcfComponents.BcfFilters.endDateExample")) + " ")])], 1)]), _c("BIMDataSelect", { staticClass: "m-t-24", attrs: { "width": "100%", "multi": true, "label": _vm.$t("BcfComponents.BcfFilters.assignedToLabel"), "options": _vm.userOptions, "optionKey": "value", "optionLabelKey": "label" }, model: { value: _vm.users, callback: function($$v) {
763
+ }, expression: "endDateInput" } }), _c("p", { staticClass: "example" }, [_vm._v(" " + _vm._s(_vm.$t("BcfComponents.BcfFilters.endDateExample")) + " ")])], 1)]), _c("BIMDataSelect", { attrs: { "width": "100%", "multi": true, "label": _vm.$t("BcfComponents.BcfFilters.assignedToLabel"), "options": _vm.userOptions, "optionKey": "value", "optionLabelKey": "label" }, model: { value: _vm.users, callback: function($$v) {
766
764
  _vm.users = $$v;
767
- }, expression: "users" } }), _c("BIMDataSelect", { staticClass: "m-t-24", attrs: { "width": "100%", "multi": true, "label": _vm.$t("BcfComponents.BcfFilters.creatorsLabel"), "options": _vm.creatorOptions, "optionKey": "value", "optionLabelKey": "label" }, model: { value: _vm.creators, callback: function($$v) {
765
+ }, expression: "users" } }), _c("BIMDataSelect", { attrs: { "width": "100%", "multi": true, "label": _vm.$t("BcfComponents.BcfFilters.creatorsLabel"), "options": _vm.creatorOptions, "optionKey": "value", "optionLabelKey": "label" }, model: { value: _vm.creators, callback: function($$v) {
768
766
  _vm.creators = $$v;
769
- }, expression: "creators" } }), _c("BIMDataSelect", { staticClass: "m-t-24", attrs: { "width": "100%", "multi": true, "label": _vm.$t("BcfComponents.BcfFilters.tagsLabel"), "options": _vm.tagOptions }, model: { value: _vm.tags, callback: function($$v) {
767
+ }, expression: "creators" } }), _c("BIMDataSelect", { attrs: { "width": "100%", "multi": true, "label": _vm.$t("BcfComponents.BcfFilters.tagsLabel"), "options": _vm.tagOptions }, model: { value: _vm.tags, callback: function($$v) {
770
768
  _vm.tags = $$v;
771
- }, expression: "tags" } }), _c("div", { staticClass: "flex justify-center m-t-24" }, [_c("BIMDataButton", { staticClass: "m-r-12", attrs: { "color": "primary", "ghost": "", "radius": "" }, on: { "click": _vm.resetFilters } }, [_vm._v(_vm._s(_vm.$t("BcfComponents.BcfFilters.resetButton")))]), _c("BIMDataButton", { attrs: { "color": "primary", "fill": "", "radius": "" }, on: { "click": _vm.submitFilters } }, [_c("BIMDataIcon", { attrs: { "name": "search", "size": "xxs", "fill": "", "color": "default", "margin": "0 6px 0 0" } }), _c("span", [_vm._v(_vm._s(_vm.$t("BcfComponents.BcfFilters.searchButton")))])], 1)], 1)], 1)])], 1);
769
+ }, expression: "tags" } }), _c("div", { staticClass: "bcf-filters__container__actions" }, [_c("BIMDataButton", { staticClass: "m-r-12", attrs: { "color": "primary", "ghost": "", "radius": "" }, on: { "click": _vm.resetFilters } }, [_vm._v(" " + _vm._s(_vm.$t("BcfComponents.BcfFilters.resetButton")) + " ")]), _c("BIMDataButton", { attrs: { "color": "primary", "fill": "", "radius": "" }, on: { "click": _vm.submitFilters } }, [_c("BIMDataIcon", { attrs: { "name": "search", "size": "xxs", "fill": "", "color": "default", "margin": "0 6px 0 0" } }), _c("span", [_vm._v(" " + _vm._s(_vm.$t("BcfComponents.BcfFilters.searchButton")) + " ")])], 1)], 1)], 1)])], 1);
772
770
  };
773
771
  var staticRenderFns$i = [];
774
772
  var BcfFilters_scss_vue_type_style_index_0_from__2Fhome_2Frunner_2FactionsRunner_2F_work_2FbcfComponents_2FbcfComponents_2Fsrc_2Fcomponents_2FbcfFilters_2FBcfFilters_vue_src_scoped_true_lang = "";
@@ -901,9 +899,15 @@ const __vue2_script$i = {
901
899
  return Array.from(new Set(props.bcfTopics.flatMap((bcfTopic) => bcfTopic.labels))).flat().sort((a2, b2) => a2.localeCompare(b2, void 0, { sensitivity: "base" }));
902
900
  });
903
901
  const submitFilters = () => {
904
- const startDateConform = isStartDateConform(startDateInput);
905
- const endDateConform = isEndDateConform(startDateInput, endDateInput);
906
- if (priorities.value.length || status.value.length || startDateConform && endDateConform || users.value.length || creators.value.length || tags.value.length) {
902
+ if (startDateInput.value && !isStartDateConform(startDateInput) || !startDateInput.value && endDateInput.value) {
903
+ hasStartDateError.value = true;
904
+ return;
905
+ }
906
+ if (startDateInput.value && endDateInput.value && !isEndDateConform(startDateInput, endDateInput)) {
907
+ hasEndDateError.value = true;
908
+ return;
909
+ }
910
+ if (priorities.value.length || status.value.length || startDateInput.value || startDateInput.value && endDateInput.value || users.value.length || creators.value.length || tags.value.length) {
907
911
  emit("submit", {
908
912
  priorities: priorities.value.map((p2) => p2.value),
909
913
  status: status.value.map((s2) => s2.value),
@@ -914,9 +918,6 @@ const __vue2_script$i = {
914
918
  tags: tags.value
915
919
  });
916
920
  showFilters.value = false;
917
- } else if (startDateInput.value && endDateInput.value && !startDateConform && !endDateConform) {
918
- hasStartDateError.value = true;
919
- hasEndDateError.value = true;
920
921
  }
921
922
  };
922
923
  const resetFilters = () => {
@@ -942,28 +943,28 @@ const __vue2_script$i = {
942
943
  return {
943
944
  creators,
944
945
  creatorOptions,
946
+ endDateInput,
947
+ hasEndDateError,
948
+ hasStartDateError,
945
949
  priorities,
946
950
  priorityOptions,
951
+ showFilters,
952
+ startDateInput,
947
953
  status,
948
954
  statusOptions,
949
955
  tags,
950
956
  tagOptions,
951
957
  users,
952
958
  userOptions,
953
- showFilters,
954
- startDateInput,
955
- endDateInput,
956
- hasStartDateError,
957
- hasEndDateError,
959
+ closeFilters,
958
960
  resetFilters,
959
961
  submitFilters,
960
- closeFilters,
961
962
  toggleFilters
962
963
  };
963
964
  }
964
965
  };
965
966
  const __cssModules$i = {};
966
- var __component__$i = /* @__PURE__ */ normalizeComponent(__vue2_script$i, render$i, staticRenderFns$i, false, __vue2_injectStyles$i, "20b07608", null, null);
967
+ var __component__$i = /* @__PURE__ */ normalizeComponent(__vue2_script$i, render$i, staticRenderFns$i, false, __vue2_injectStyles$i, "239464ea", null, null);
967
968
  function __vue2_injectStyles$i(context) {
968
969
  for (let o2 in __cssModules$i) {
969
970
  this[o2] = __cssModules$i[o2];
@@ -2095,7 +2096,7 @@ var render$b = function() {
2095
2096
  _vm.topicAssignedTo = $$v;
2096
2097
  }, expression: "topicAssignedTo" } }), _c("div", { staticClass: "m-b-30" }, [_c("BIMDataInput", { attrs: { "margin": "0", "placeholder": _vm.$t("BcfComponents.BcfTopicCreate.dueDateLabel"), "error": _vm.hasErrorDate, "errorMessage": _vm.$t("BcfComponents.BcfTopicCreate.dateErrorMessage") }, model: { value: _vm.topicDate, callback: function($$v) {
2097
2098
  _vm.topicDate = $$v;
2098
- }, expression: "topicDate" } }), _c("div", [_vm._v(" " + _vm._s(_vm.$t("BcfComponents.BcfTopicCreate.dateExample")) + " ")])], 1), _c("BIMDataTextarea", { attrs: { "width": "100%", "name": "description", "label": _vm.$t("BcfComponents.BcfTopicCreate.descriptionLabel"), "fitContent": "", "resizable": "" }, model: { value: _vm.topicDescription, callback: function($$v) {
2099
+ }, expression: "topicDate" } }), _c("div", [_vm._v(" " + _vm._s(_vm.$t("BcfComponents.BcfTopicCreate.dateExample")) + " ")])], 1), _c("BIMDataTextarea", { attrs: { "width": "100%", "name": "description", "label": _vm.$t("BcfComponents.BcfTopicCreate.descriptionLabel"), "fitContent": "" }, model: { value: _vm.topicDescription, callback: function($$v) {
2099
2100
  _vm.topicDescription = $$v;
2100
2101
  }, expression: "topicDescription" } }), _c("BIMDataSelect", { attrs: { "width": "100%", "multi": true, "label": _vm.$t("BcfComponents.BcfTopicCreate.labelsLabel"), "options": _vm.extensions.topicLabel }, model: { value: _vm.topicLabels, callback: function($$v) {
2101
2102
  _vm.topicLabels = $$v;
@@ -2233,7 +2234,7 @@ const __vue2_script$b = {
2233
2234
  }
2234
2235
  };
2235
2236
  const __cssModules$b = {};
2236
- var __component__$b = /* @__PURE__ */ normalizeComponent(__vue2_script$b, render$b, staticRenderFns$b, false, __vue2_injectStyles$b, "3d3ea756", null, null);
2237
+ var __component__$b = /* @__PURE__ */ normalizeComponent(__vue2_script$b, render$b, staticRenderFns$b, false, __vue2_injectStyles$b, "109a3c16", null, null);
2237
2238
  function __vue2_injectStyles$b(context) {
2238
2239
  for (let o2 in __cssModules$b) {
2239
2240
  this[o2] = __cssModules$b[o2];
@@ -2725,9 +2726,9 @@ var render$8 = function() {
2725
2726
  _vm.topicStage = $$v;
2726
2727
  }, expression: "topicStage" } }), _c("BIMDataSelect", { attrs: { "width": "100%", "label": _vm.$t("BcfComponents.BcfTopicForm.assignedToLabel"), "options": _vm.extensions.userIdType }, model: { value: _vm.topicAssignedTo, callback: function($$v) {
2727
2728
  _vm.topicAssignedTo = $$v;
2728
- }, expression: "topicAssignedTo" } }), _c("div", { staticClass: "m-b-30" }, [_c("BIMDataInput", { attrs: { "margin": "0", "placeholder": _vm.$t("CreateBcfTopic.dueDateLabel"), "error": _vm.hasErrorDate, "errorMessage": _vm.$t("CreateBcfTopic.dateErrorMessage") }, model: { value: _vm.topicDate, callback: function($$v) {
2729
+ }, expression: "topicAssignedTo" } }), _c("div", { staticClass: "m-b-30" }, [_c("BIMDataInput", { attrs: { "margin": "0", "placeholder": _vm.$t("BcfComponents.BcfTopicForm.dueDateLabel"), "error": _vm.hasErrorDate, "errorMessage": _vm.$t("BcfComponents.BcfTopicForm.dateErrorMessage") }, model: { value: _vm.topicDate, callback: function($$v) {
2729
2730
  _vm.topicDate = $$v;
2730
- }, expression: "topicDate" } }), _c("div", [_vm._v(" " + _vm._s(_vm.$t("CreateBcfTopic.dateExample")) + " ")])], 1), _c("BIMDataTextarea", { attrs: { "width": "100%", "name": "description", "label": _vm.$t("BcfComponents.BcfTopicForm.descriptionLabel"), "fitContent": "", "resizable": "" }, model: { value: _vm.topicDescription, callback: function($$v) {
2731
+ }, expression: "topicDate" } }), _c("div", [_vm._v(" " + _vm._s(_vm.$t("BcfComponents.BcfTopicForm.dateExample")) + " ")])], 1), _c("BIMDataTextarea", { attrs: { "width": "100%", "name": "description", "label": _vm.$t("BcfComponents.BcfTopicForm.descriptionLabel"), "fitContent": "", "resizable": "" }, model: { value: _vm.topicDescription, callback: function($$v) {
2731
2732
  _vm.topicDescription = $$v;
2732
2733
  }, expression: "topicDescription" } }), _c("BIMDataSelect", { attrs: { "width": "100%", "multi": true, "label": _vm.$t("BcfComponents.BcfTopicForm.labelsLabel"), "options": _vm.extensions.topicLabel }, model: { value: _vm.topicLabels, callback: function($$v) {
2733
2734
  _vm.topicLabels = $$v;
@@ -2884,7 +2885,7 @@ const __vue2_script$8 = {
2884
2885
  }
2885
2886
  };
2886
2887
  const __cssModules$8 = {};
2887
- var __component__$8 = /* @__PURE__ */ normalizeComponent(__vue2_script$8, render$8, staticRenderFns$8, false, __vue2_injectStyles$8, "44fd597a", null, null);
2888
+ var __component__$8 = /* @__PURE__ */ normalizeComponent(__vue2_script$8, render$8, staticRenderFns$8, false, __vue2_injectStyles$8, "b3554644", null, null);
2888
2889
  function __vue2_injectStyles$8(context) {
2889
2890
  for (let o2 in __cssModules$8) {
2890
2891
  this[o2] = __cssModules$8[o2];
@@ -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-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}
1
+ .bcf-filters__btn-toggle[data-v-239464ea]:enabled{color:var(--color-primary)}.bcf-filters__btn-toggle[data-v-239464ea]:disabled{background-color:var(--color-white);color:var(--color-silver-dark)}.bcf-filters__container[data-v-239464ea]{position:absolute;z-index:1;top:44px;left:0;width:100%;padding:var(--spacing-unit);box-shadow:var(--box-shadow);background-color:var(--color-white);display:flex;flex-direction:column;gap:calc(var(--spacing-unit) * 2)}.bcf-filters__container__header[data-v-239464ea]{display:flex;justify-content:space-between;align-items:center}.bcf-filters__container__header__title[data-v-239464ea]{font-size:1.1rem;font-weight:700}.bcf-filters__container__date[data-v-239464ea]{display:flex;gap:calc(var(--spacing-unit) / 2)}.bcf-filters__container__date .example[data-v-239464ea]{margin-top:calc(var(--spacing-unit) / 2);font-size:11px}.bcf-filters__container__actions[data-v-239464ea]{display:flex;justify-content:center}.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[data-v-5dc331a8] .bimdata-paginated-list ul:first-child,.bcf-statistics__content__legend :deep(.bimdata-paginated-list) 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-109a3c16]{height:100%}.bcf-topic-create__content[data-v-109a3c16]{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-109a3c16]{height:27px;display:flex;justify-content:space-between;align-items:center;font-size:12px}.bcf-topic-create__content__head__index[data-v-109a3c16],.bcf-topic-create__content__head__date[data-v-109a3c16]{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-109a3c16]{min-width:50px}.bcf-topic-create__content__head__date[data-v-109a3c16]{min-width:100px}.bcf-topic-create__content__images[data-v-109a3c16]{width:100%;height:295px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.bcf-topic-create__content__images .snapshot-preview[data-v-109a3c16]{position:relative}.bcf-topic-create__content__images .snapshot-preview img[data-v-109a3c16]{width:100%;height:100%;object-fit:cover}.bcf-topic-create__content__images .snapshot-preview .btn-delete[data-v-109a3c16]{position:absolute;top:calc(50% - 16px);left:calc(50% - 16px)}.bcf-topic-create__content__images .snapshot-preview[data-v-109a3c16]:first-child{height:210px;grid-area:1/1/2/4}.bcf-topic-create__content__images .snapshot-preview[data-v-109a3c16]:nth-child(2){height:75px;grid-area:2/1/3/2}.bcf-topic-create__content__images .snapshot-preview[data-v-109a3c16]:nth-child(3){height:75px;grid-area:2/2/3/3}.bcf-topic-create__content__images .snapshot-preview[data-v-109a3c16]:nth-child(4){height:75px;grid-area:2/3/3/4}.bcf-topic-create__content .btn-upload label[data-v-109a3c16]{display:flex;justify-content:center;align-items:center}.bcf-topic-create__content .btn-upload:not(:disabled) label[data-v-109a3c16]{width:100%;height:100%;cursor:pointer}.bcf-topic-create__content__upload[data-v-109a3c16]{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-109a3c16]{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 .bimdata-select[data-v-109a3c16]{margin:30px 0;font-size:13px}.bcf-topic-create__content__body[data-v-109a3c16] .bimdata-input input,.bcf-topic-create__content__body :deep(.bimdata-input) input[data-v-109a3c16]{font-size:13px;color:var(--color-granite)}.bcf-topic-create__content__body[data-v-109a3c16] .bimdata-textarea textarea,.bcf-topic-create__content__body :deep(.bimdata-textarea) textarea[data-v-109a3c16]{font-family:var(--primary-font);font-size:13px;color:var(--color-granite);resize:vertical}.bcf-topic-create__footer[data-v-109a3c16]{padding:var(--spacing-unit) calc(var(--spacing-unit) / 2)}.bcf-topic-create__loader[data-v-109a3c16]{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-b3554644]{height:100%}.bcf-topic-form__content[data-v-b3554644]{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-b3554644]{height:27px;display:flex;justify-content:space-between;align-items:center;font-size:12px}.bcf-topic-form__content__head__index[data-v-b3554644],.bcf-topic-form__content__head__date[data-v-b3554644]{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-b3554644]{min-width:50px}.bcf-topic-form__content__head__date[data-v-b3554644]{min-width:100px}.bcf-topic-form__content__images[data-v-b3554644]{width:100%;height:295px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.bcf-topic-form__content__images .snapshot-preview[data-v-b3554644]{position:relative}.bcf-topic-form__content__images .snapshot-preview img[data-v-b3554644]{width:100%;height:100%;object-fit:cover}.bcf-topic-form__content__images .snapshot-preview .btn-delete[data-v-b3554644]{position:absolute;top:calc(50% - 16px);left:calc(50% - 16px)}.bcf-topic-form__content__images .snapshot-preview[data-v-b3554644]:first-child{height:210px;grid-area:1/1/2/4}.bcf-topic-form__content__images .snapshot-preview[data-v-b3554644]:nth-child(2){height:75px;grid-area:2/1/3/2}.bcf-topic-form__content__images .snapshot-preview[data-v-b3554644]:nth-child(3){height:75px;grid-area:2/2/3/3}.bcf-topic-form__content__images .snapshot-preview[data-v-b3554644]:nth-child(4){height:75px;grid-area:2/3/3/4}.bcf-topic-form__content .btn-upload label[data-v-b3554644]{display:flex;justify-content:center;align-items:center}.bcf-topic-form__content .btn-upload:not(:disabled) label[data-v-b3554644]{width:100%;height:100%;cursor:pointer}.bcf-topic-form__content__upload[data-v-b3554644]{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-b3554644]{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 .bimdata-select[data-v-b3554644]{margin:30px 0;font-size:13px}.bcf-topic-form__content__body[data-v-b3554644] .bimdata-input input,.bcf-topic-form__content__body :deep(.bimdata-input) input[data-v-b3554644]{font-size:13px;color:var(--color-granite)}.bcf-topic-form__content__body[data-v-b3554644] .bimdata-textarea textarea,.bcf-topic-form__content__body :deep(.bimdata-textarea) textarea[data-v-b3554644]{font-family:var(--primary-font);font-size:13px;color:var(--color-granite)}.bcf-topic-form__footer[data-v-b3554644]{padding:var(--spacing-unit) calc(var(--spacing-unit) / 2)}.bcf-topic-form__loader[data-v-b3554644]{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;border-radius:50px;background-color:var(--color-silver-light)}.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]{position:absolute;top:0;right:2%;width:96%;height:40px;display:flex;justify-content:space-between;align-items:center;background-color:var(--color-white);box-shadow:var(--box-shadow)}.comment__content[data-v-cef86726] .bimdata-textarea,.comment__content[data-v-cef86726] :deep(.bimdata-textarea){margin-bottom:calc(var(--spacing-unit) / 2)}.comment__content[data-v-cef86726] .bimdata-textarea textarea,.comment__content :deep(.bimdata-textarea) textarea[data-v-cef86726]{font-family:Roboto;color:var(--color-granite)}.comment__content[data-v-cef86726] .bimdata-textarea:not(.editing) .bar,.comment__content :deep(.bimdata-textarea):not(.editing) .bar[data-v-cef86726]{display:none}.bcf-topic-comments p[data-v-0fb03500]{font-weight:700}.bcf-topic-comments[data-v-0fb03500] .bimdata-textarea,.bcf-topic-comments[data-v-0fb03500] :deep(.bimdata-textarea){width:100%}.bcf-topic-overview[data-v-bd75e456]{height:100%;font-size:12px}.bcf-topic-overview__header[data-v-bd75e456]{padding:0 calc(var(--spacing-unit) / 2);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) calc(var(--spacing-unit) / 2);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[data-v-bd75e456] .bimdata-carousel,.bcf-topic-overview__content__image[data-v-bd75e456] :deep(.bimdata-carousel){height:100%}.bcf-topic-overview__content__image[data-v-bd75e456] .bimdata-carousel .bimdata-carousel__container,.bcf-topic-overview__content__image :deep(.bimdata-carousel) .bimdata-carousel__container[data-v-bd75e456]{height:100%;margin:0;padding:0;overflow:hidden}.bcf-topic-overview__content__image[data-v-bd75e456] .bimdata-carousel .bimdata-carousel__btn-prev,.bcf-topic-overview__content__image :deep(.bimdata-carousel) .bimdata-carousel__btn-prev[data-v-bd75e456]{left:calc(var(--spacing-unit) / 2)}.bcf-topic-overview__content__image[data-v-bd75e456] .bimdata-carousel .bimdata-carousel__btn-next,.bcf-topic-overview__content__image :deep(.bimdata-carousel) .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}
@@ -710,9 +710,15 @@ const _sfc_main$i = {
710
710
  return Array.from(new Set(props.bcfTopics.flatMap((bcfTopic) => bcfTopic.labels))).flat().sort((a, b2) => a.localeCompare(b2, void 0, { sensitivity: "base" }));
711
711
  });
712
712
  const submitFilters = () => {
713
- const startDateConform = isStartDateConform(startDateInput);
714
- const endDateConform = isEndDateConform(startDateInput, endDateInput);
715
- if (priorities.value.length || status.value.length || startDateConform && endDateConform || users.value.length || creators.value.length || tags.value.length) {
713
+ if (startDateInput.value && !isStartDateConform(startDateInput) || !startDateInput.value && endDateInput.value) {
714
+ hasStartDateError.value = true;
715
+ return;
716
+ }
717
+ if (startDateInput.value && endDateInput.value && !isEndDateConform(startDateInput, endDateInput)) {
718
+ hasEndDateError.value = true;
719
+ return;
720
+ }
721
+ if (priorities.value.length || status.value.length || startDateInput.value || startDateInput.value && endDateInput.value || users.value.length || creators.value.length || tags.value.length) {
716
722
  emit("submit", {
717
723
  priorities: priorities.value.map((p2) => p2.value),
718
724
  status: status.value.map((s2) => s2.value),
@@ -723,9 +729,6 @@ const _sfc_main$i = {
723
729
  tags: tags.value
724
730
  });
725
731
  showFilters.value = false;
726
- } else if (startDateInput.value && endDateInput.value && !startDateConform && !endDateConform) {
727
- hasStartDateError.value = true;
728
- hasEndDateError.value = true;
729
732
  }
730
733
  };
731
734
  const resetFilters = () => {
@@ -751,35 +754,34 @@ const _sfc_main$i = {
751
754
  return {
752
755
  creators,
753
756
  creatorOptions,
757
+ endDateInput,
758
+ hasEndDateError,
759
+ hasStartDateError,
754
760
  priorities,
755
761
  priorityOptions,
762
+ showFilters,
763
+ startDateInput,
756
764
  status,
757
765
  statusOptions,
758
766
  tags,
759
767
  tagOptions,
760
768
  users,
761
769
  userOptions,
762
- showFilters,
763
- startDateInput,
764
- endDateInput,
765
- hasStartDateError,
766
- hasEndDateError,
770
+ closeFilters,
767
771
  resetFilters,
768
772
  submitFilters,
769
- closeFilters,
770
773
  toggleFilters
771
774
  };
772
775
  }
773
776
  };
774
777
  const _hoisted_1$f = { class: "bcf-filters" };
775
- const _hoisted_2$d = { class: "bcf-filters__container p-18" };
776
- const _hoisted_3$a = { class: "bcf-filters__container__header flex items-center justify-between" };
778
+ const _hoisted_2$d = { class: "bcf-filters__container" };
779
+ const _hoisted_3$a = { class: "bcf-filters__container__header" };
777
780
  const _hoisted_4$a = { class: "bcf-filters__container__header__title" };
778
- const _hoisted_5$9 = { class: "bcf-filters__container__date flex justify-between m-t-24" };
779
- const _hoisted_6$8 = { class: "m-r-6" };
780
- const _hoisted_7$8 = { class: "m-y-6" };
781
- const _hoisted_8$8 = { class: "m-y-6" };
782
- const _hoisted_9$6 = { class: "flex justify-center m-t-24" };
781
+ const _hoisted_5$9 = { class: "bcf-filters__container__date" };
782
+ const _hoisted_6$8 = { class: "example" };
783
+ const _hoisted_7$8 = { class: "example" };
784
+ const _hoisted_8$8 = { class: "bcf-filters__container__actions" };
783
785
  function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
784
786
  const _component_BIMDataIcon = resolveComponent("BIMDataIcon");
785
787
  const _component_BIMDataButton = resolveComponent("BIMDataButton");
@@ -788,10 +790,9 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
788
790
  const _directive_click_away = resolveDirective("click-away");
789
791
  return withDirectives((openBlock(), createElementBlock("div", _hoisted_1$f, [
790
792
  createVNode(_component_BIMDataButton, {
791
- class: normalizeClass(["btn-color-granite-light", { "btn-active": $setup.showFilters }]),
792
- disabled: !$props.bcfTopics.length,
793
+ class: normalizeClass(["bcf-filters__btn-toggle", { "btn-active": $setup.showFilters }]),
794
+ disabled: $props.bcfTopics.length === 0,
793
795
  width: "120px",
794
- color: "default",
795
796
  fill: "",
796
797
  square: "",
797
798
  icon: "",
@@ -805,7 +806,7 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
805
806
  color: "default",
806
807
  margin: "0 6px 0 0"
807
808
  }),
808
- createTextVNode(" " + toDisplayString(_ctx.$t("BcfComponents.BcfFilters.filtersButton")), 1)
809
+ createElementVNode("span", null, toDisplayString(_ctx.$t("BcfComponents.BcfFilters.filtersButton")), 1)
809
810
  ]),
810
811
  _: 1
811
812
  }, 8, ["class", "disabled", "onClick"]),
@@ -826,14 +827,13 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
826
827
  size: "xxs",
827
828
  fill: "",
828
829
  color: "primary",
829
- onClick: _cache[0] || (_cache[0] = ($event) => $setup.showFilters = false)
830
- })
830
+ onClick: $setup.closeFilters
831
+ }, null, 8, ["onClick"])
831
832
  ]),
832
833
  _: 1
833
834
  })
834
835
  ]),
835
836
  createVNode(_component_BIMDataSelect, {
836
- class: "m-t-24",
837
837
  width: "100%",
838
838
  multi: true,
839
839
  label: _ctx.$t("BcfComponents.BcfFilters.priorityLabel"),
@@ -841,10 +841,9 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
841
841
  optionKey: "value",
842
842
  optionLabelKey: "label",
843
843
  modelValue: $setup.priorities,
844
- "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => $setup.priorities = $event)
844
+ "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $setup.priorities = $event)
845
845
  }, null, 8, ["label", "options", "modelValue"]),
846
846
  createVNode(_component_BIMDataSelect, {
847
- class: "m-t-24",
848
847
  width: "100%",
849
848
  multi: true,
850
849
  label: _ctx.$t("BcfComponents.BcfFilters.statusLabel"),
@@ -852,34 +851,33 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
852
851
  optionKey: "value",
853
852
  optionLabelKey: "label",
854
853
  modelValue: $setup.status,
855
- "onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => $setup.status = $event)
854
+ "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => $setup.status = $event)
856
855
  }, null, 8, ["label", "options", "modelValue"]),
857
856
  createElementVNode("div", _hoisted_5$9, [
858
- createElementVNode("div", _hoisted_6$8, [
857
+ createElementVNode("div", null, [
859
858
  createVNode(_component_BIMDataInput, {
860
859
  margin: "0",
861
860
  modelValue: $setup.startDateInput,
862
- "onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => $setup.startDateInput = $event),
861
+ "onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => $setup.startDateInput = $event),
863
862
  placeholder: _ctx.$t("BcfComponents.BcfFilters.startDatePlaceholder"),
864
863
  error: $setup.hasStartDateError,
865
864
  errorMessage: "Error"
866
865
  }, null, 8, ["modelValue", "placeholder", "error"]),
867
- createElementVNode("p", _hoisted_7$8, toDisplayString(_ctx.$t("BcfComponents.BcfFilters.startDateExample")), 1)
866
+ createElementVNode("p", _hoisted_6$8, toDisplayString(_ctx.$t("BcfComponents.BcfFilters.startDateExample")), 1)
868
867
  ]),
869
868
  createElementVNode("div", null, [
870
869
  createVNode(_component_BIMDataInput, {
871
870
  margin: "0",
872
871
  modelValue: $setup.endDateInput,
873
- "onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => $setup.endDateInput = $event),
872
+ "onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => $setup.endDateInput = $event),
874
873
  placeholder: _ctx.$t("BcfComponents.BcfFilters.endDatePlaceholder"),
875
874
  error: $setup.hasEndDateError,
876
875
  errorMessage: "Error"
877
876
  }, null, 8, ["modelValue", "placeholder", "error"]),
878
- createElementVNode("p", _hoisted_8$8, toDisplayString(_ctx.$t("BcfComponents.BcfFilters.endDateExample")), 1)
877
+ createElementVNode("p", _hoisted_7$8, toDisplayString(_ctx.$t("BcfComponents.BcfFilters.endDateExample")), 1)
879
878
  ])
880
879
  ]),
881
880
  createVNode(_component_BIMDataSelect, {
882
- class: "m-t-24",
883
881
  width: "100%",
884
882
  multi: true,
885
883
  label: _ctx.$t("BcfComponents.BcfFilters.assignedToLabel"),
@@ -887,10 +885,9 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
887
885
  optionKey: "value",
888
886
  optionLabelKey: "label",
889
887
  modelValue: $setup.users,
890
- "onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => $setup.users = $event)
888
+ "onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => $setup.users = $event)
891
889
  }, null, 8, ["label", "options", "modelValue"]),
892
890
  createVNode(_component_BIMDataSelect, {
893
- class: "m-t-24",
894
891
  width: "100%",
895
892
  multi: true,
896
893
  label: _ctx.$t("BcfComponents.BcfFilters.creatorsLabel"),
@@ -898,18 +895,17 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
898
895
  optionKey: "value",
899
896
  optionLabelKey: "label",
900
897
  modelValue: $setup.creators,
901
- "onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => $setup.creators = $event)
898
+ "onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => $setup.creators = $event)
902
899
  }, null, 8, ["label", "options", "modelValue"]),
903
900
  createVNode(_component_BIMDataSelect, {
904
- class: "m-t-24",
905
901
  width: "100%",
906
902
  multi: true,
907
903
  label: _ctx.$t("BcfComponents.BcfFilters.tagsLabel"),
908
904
  options: $setup.tagOptions,
909
905
  modelValue: $setup.tags,
910
- "onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => $setup.tags = $event)
906
+ "onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => $setup.tags = $event)
911
907
  }, null, 8, ["label", "options", "modelValue"]),
912
- createElementVNode("div", _hoisted_9$6, [
908
+ createElementVNode("div", _hoisted_8$8, [
913
909
  createVNode(_component_BIMDataButton, {
914
910
  class: "m-r-12",
915
911
  color: "primary",
@@ -951,7 +947,7 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
951
947
  [_directive_click_away, $setup.closeFilters]
952
948
  ]);
953
949
  }
954
- var BcfFilters = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["render", _sfc_render$i], ["__scopeId", "data-v-39821704"]]);
950
+ var BcfFilters = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["render", _sfc_render$i], ["__scopeId", "data-v-68c1191c"]]);
955
951
  const EXTENSION_TYPES = [
956
952
  "Priority",
957
953
  "Type",
@@ -2421,8 +2417,7 @@ function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
2421
2417
  label: _ctx.$t("BcfComponents.BcfTopicCreate.descriptionLabel"),
2422
2418
  modelValue: $setup.topicDescription,
2423
2419
  "onUpdate:modelValue": _cache[9] || (_cache[9] = ($event) => $setup.topicDescription = $event),
2424
- fitContent: "",
2425
- resizable: ""
2420
+ fitContent: ""
2426
2421
  }, null, 8, ["label", "modelValue"]),
2427
2422
  createVNode(_component_BIMDataSelect, {
2428
2423
  width: "100%",
@@ -2454,7 +2449,7 @@ function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
2454
2449
  ])) : createCommentVNode("", true)
2455
2450
  ]);
2456
2451
  }
2457
- var BcfTopicCreate = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["render", _sfc_render$b], ["__scopeId", "data-v-782856bf"]]);
2452
+ var BcfTopicCreate = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["render", _sfc_render$b], ["__scopeId", "data-v-8d37aec4"]]);
2458
2453
  const _sfc_main$a = {};
2459
2454
  const _hoisted_1$7 = {
2460
2455
  width: "66",
@@ -3205,13 +3200,13 @@ function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
3205
3200
  createElementVNode("div", _hoisted_13$1, [
3206
3201
  createVNode(_component_BIMDataInput, {
3207
3202
  margin: "0",
3208
- placeholder: _ctx.$t("CreateBcfTopic.dueDateLabel"),
3203
+ placeholder: _ctx.$t("BcfComponents.BcfTopicForm.dueDateLabel"),
3209
3204
  error: $setup.hasErrorDate,
3210
- errorMessage: _ctx.$t("CreateBcfTopic.dateErrorMessage"),
3205
+ errorMessage: _ctx.$t("BcfComponents.BcfTopicForm.dateErrorMessage"),
3211
3206
  modelValue: $setup.topicDate,
3212
3207
  "onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => $setup.topicDate = $event)
3213
3208
  }, null, 8, ["placeholder", "error", "errorMessage", "modelValue"]),
3214
- createElementVNode("div", null, toDisplayString(_ctx.$t("CreateBcfTopic.dateExample")), 1)
3209
+ createElementVNode("div", null, toDisplayString(_ctx.$t("BcfComponents.BcfTopicForm.dateExample")), 1)
3215
3210
  ]),
3216
3211
  createVNode(_component_BIMDataTextarea, {
3217
3212
  width: "100%",
@@ -3283,7 +3278,7 @@ function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
3283
3278
  })) : createCommentVNode("", true)
3284
3279
  ]);
3285
3280
  }
3286
- var BcfTopicForm = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["render", _sfc_render$8], ["__scopeId", "data-v-486e3d2b"]]);
3281
+ var BcfTopicForm = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["render", _sfc_render$8], ["__scopeId", "data-v-74119530"]]);
3287
3282
  var u = Object.freeze(["default", "primary", "secondary", "high", "success", "granite"]), M$1 = { name: "BIMDataButton", props: { width: { type: String, default: "32px" }, height: { type: String, default: "32px" }, fill: { type: Boolean, default: false }, outline: { type: Boolean, default: false }, ghost: { type: Boolean, default: false }, ripple: { type: Boolean, default: false }, radius: { type: Boolean, default: false }, square: { type: Boolean, default: false }, rounded: { type: Boolean, default: false }, icon: { type: Boolean, default: false }, color: { type: String, default: "default", validator: (n) => u.includes(n) } }, emits: ["click"], computed: { classes() {
3288
3283
  return { "bimdata-btn__icon": this.icon, "bimdata-btn__fill": this.fill, "bimdata-btn__outline": this.outline, "bimdata-btn__ghost": this.ghost, "bimdata-btn__ripple": this.ripple, "bimdata-btn__radius": this.radius, "bimdata-btn__square": this.square, "bimdata-btn__rounded": this.rounded, ["bimdata-btn__fill--" + this.color]: this.fill && this.color, ["bimdata-btn__outline--" + this.color]: this.outline && this.color, ["bimdata-btn__ghost--" + this.color]: this.ghost && this.color, ["bimdata-btn__ripple--" + this.color]: this.ripple && this.color };
3289
3284
  }, style() {
@@ -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-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}
1
+ .bcf-filters__btn-toggle[data-v-68c1191c]:enabled{color:var(--color-primary)}.bcf-filters__btn-toggle[data-v-68c1191c]:disabled{background-color:var(--color-white);color:var(--color-silver-dark)}.bcf-filters__container[data-v-68c1191c]{position:absolute;z-index:1;top:44px;left:0;width:100%;padding:var(--spacing-unit);box-shadow:var(--box-shadow);background-color:var(--color-white);display:flex;flex-direction:column;gap:calc(var(--spacing-unit) * 2)}.bcf-filters__container__header[data-v-68c1191c]{display:flex;justify-content:space-between;align-items:center}.bcf-filters__container__header__title[data-v-68c1191c]{font-size:1.1rem;font-weight:700}.bcf-filters__container__date[data-v-68c1191c]{display:flex;gap:calc(var(--spacing-unit) / 2)}.bcf-filters__container__date .example[data-v-68c1191c]{margin-top:calc(var(--spacing-unit) / 2);font-size:11px}.bcf-filters__container__actions[data-v-68c1191c]{display:flex;justify-content:center}.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[data-v-763cac12] .bimdata-paginated-list ul:first-child,.bcf-statistics__content__legend[data-v-763cac12] .bimdata-paginated-list 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-8d37aec4]{height:100%}.bcf-topic-create__content[data-v-8d37aec4]{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-8d37aec4]{height:27px;display:flex;justify-content:space-between;align-items:center;font-size:12px}.bcf-topic-create__content__head__index[data-v-8d37aec4],.bcf-topic-create__content__head__date[data-v-8d37aec4]{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-8d37aec4]{min-width:50px}.bcf-topic-create__content__head__date[data-v-8d37aec4]{min-width:100px}.bcf-topic-create__content__images[data-v-8d37aec4]{width:100%;height:295px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.bcf-topic-create__content__images .snapshot-preview[data-v-8d37aec4]{position:relative}.bcf-topic-create__content__images .snapshot-preview img[data-v-8d37aec4]{width:100%;height:100%;object-fit:cover}.bcf-topic-create__content__images .snapshot-preview .btn-delete[data-v-8d37aec4]{position:absolute;top:calc(50% - 16px);left:calc(50% - 16px)}.bcf-topic-create__content__images .snapshot-preview[data-v-8d37aec4]:first-child{height:210px;grid-area:1/1/2/4}.bcf-topic-create__content__images .snapshot-preview[data-v-8d37aec4]:nth-child(2){height:75px;grid-area:2/1/3/2}.bcf-topic-create__content__images .snapshot-preview[data-v-8d37aec4]:nth-child(3){height:75px;grid-area:2/2/3/3}.bcf-topic-create__content__images .snapshot-preview[data-v-8d37aec4]:nth-child(4){height:75px;grid-area:2/3/3/4}.bcf-topic-create__content .btn-upload label[data-v-8d37aec4]{display:flex;justify-content:center;align-items:center}.bcf-topic-create__content .btn-upload:not(:disabled) label[data-v-8d37aec4]{width:100%;height:100%;cursor:pointer}.bcf-topic-create__content__upload[data-v-8d37aec4]{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-8d37aec4]{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 .bimdata-select[data-v-8d37aec4]{margin:30px 0;font-size:13px}.bcf-topic-create__content__body[data-v-8d37aec4] .bimdata-input input,.bcf-topic-create__content__body[data-v-8d37aec4] .bimdata-input input{font-size:13px;color:var(--color-granite)}.bcf-topic-create__content__body[data-v-8d37aec4] .bimdata-textarea textarea,.bcf-topic-create__content__body[data-v-8d37aec4] .bimdata-textarea textarea{font-family:var(--primary-font);font-size:13px;color:var(--color-granite);resize:vertical}.bcf-topic-create__footer[data-v-8d37aec4]{padding:var(--spacing-unit) calc(var(--spacing-unit) / 2)}.bcf-topic-create__loader[data-v-8d37aec4]{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-74119530]{height:100%}.bcf-topic-form__content[data-v-74119530]{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-74119530]{height:27px;display:flex;justify-content:space-between;align-items:center;font-size:12px}.bcf-topic-form__content__head__index[data-v-74119530],.bcf-topic-form__content__head__date[data-v-74119530]{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-74119530]{min-width:50px}.bcf-topic-form__content__head__date[data-v-74119530]{min-width:100px}.bcf-topic-form__content__images[data-v-74119530]{width:100%;height:295px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.bcf-topic-form__content__images .snapshot-preview[data-v-74119530]{position:relative}.bcf-topic-form__content__images .snapshot-preview img[data-v-74119530]{width:100%;height:100%;object-fit:cover}.bcf-topic-form__content__images .snapshot-preview .btn-delete[data-v-74119530]{position:absolute;top:calc(50% - 16px);left:calc(50% - 16px)}.bcf-topic-form__content__images .snapshot-preview[data-v-74119530]:first-child{height:210px;grid-area:1/1/2/4}.bcf-topic-form__content__images .snapshot-preview[data-v-74119530]:nth-child(2){height:75px;grid-area:2/1/3/2}.bcf-topic-form__content__images .snapshot-preview[data-v-74119530]:nth-child(3){height:75px;grid-area:2/2/3/3}.bcf-topic-form__content__images .snapshot-preview[data-v-74119530]:nth-child(4){height:75px;grid-area:2/3/3/4}.bcf-topic-form__content .btn-upload label[data-v-74119530]{display:flex;justify-content:center;align-items:center}.bcf-topic-form__content .btn-upload:not(:disabled) label[data-v-74119530]{width:100%;height:100%;cursor:pointer}.bcf-topic-form__content__upload[data-v-74119530]{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-74119530]{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 .bimdata-select[data-v-74119530]{margin:30px 0;font-size:13px}.bcf-topic-form__content__body[data-v-74119530] .bimdata-input input,.bcf-topic-form__content__body[data-v-74119530] .bimdata-input input{font-size:13px;color:var(--color-granite)}.bcf-topic-form__content__body[data-v-74119530] .bimdata-textarea textarea,.bcf-topic-form__content__body[data-v-74119530] .bimdata-textarea textarea{font-family:var(--primary-font);font-size:13px;color:var(--color-granite)}.bcf-topic-form__footer[data-v-74119530]{padding:var(--spacing-unit) calc(var(--spacing-unit) / 2)}.bcf-topic-form__loader[data-v-74119530]{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;border-radius:50px;background-color:var(--color-silver-light)}.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]{position:absolute;top:0;right:2%;width:96%;height:40px;display:flex;justify-content:space-between;align-items:center;background-color:var(--color-white);box-shadow:var(--box-shadow)}.comment__content[data-v-7433599e] .bimdata-textarea,.comment__content[data-v-7433599e] .bimdata-textarea{margin-bottom:calc(var(--spacing-unit) / 2)}.comment__content[data-v-7433599e] .bimdata-textarea textarea,.comment__content[data-v-7433599e] .bimdata-textarea textarea{font-family:Roboto;color:var(--color-granite)}.comment__content[data-v-7433599e] .bimdata-textarea:not(.editing) .bar,.comment__content[data-v-7433599e] .bimdata-textarea:not(.editing) .bar{display:none}.bcf-topic-comments p[data-v-55e7832a]{font-weight:700}.bcf-topic-comments[data-v-55e7832a] .bimdata-textarea,.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]{padding:0 calc(var(--spacing-unit) / 2);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) calc(var(--spacing-unit) / 2);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[data-v-6733d961] .bimdata-carousel,.bcf-topic-overview__content__image[data-v-6733d961] .bimdata-carousel{height:100%}.bcf-topic-overview__content__image[data-v-6733d961] .bimdata-carousel .bimdata-carousel__container,.bcf-topic-overview__content__image[data-v-6733d961] .bimdata-carousel .bimdata-carousel__container{height:100%;margin:0;padding:0;overflow:hidden}.bcf-topic-overview__content__image[data-v-6733d961] .bimdata-carousel .bimdata-carousel__btn-prev,.bcf-topic-overview__content__image[data-v-6733d961] .bimdata-carousel .bimdata-carousel__btn-prev{left:calc(var(--spacing-unit) / 2)}.bcf-topic-overview__content__image[data-v-6733d961] .bimdata-carousel .bimdata-carousel__btn-next,.bcf-topic-overview__content__image[data-v-6733d961] .bimdata-carousel .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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bimdata/bcf-components",
3
- "version": "1.1.0-rc.2",
3
+ "version": "1.1.0-rc.3",
4
4
  "files": [
5
5
  "dist",
6
6
  "vue2-plugin.js",