@bimdata/bcf-components 1.1.0-rc.19 → 1.1.0-rc.21

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.
@@ -167,12 +167,12 @@ function useBcfSort(topics) {
167
167
  sortOrderDate
168
168
  };
169
169
  }
170
- var r$c = Object.freeze(["default", "primary", "secondary", "high", "success", "granite"]), o$c = { 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: (o2) => r$c.includes(o2) } }, emits: ["click"], computed: { classes() {
170
+ var r$d = Object.freeze(["default", "primary", "secondary", "high", "success", "granite"]), o$d = { 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: (o2) => r$d.includes(o2) } }, emits: ["click"], computed: { classes() {
171
171
  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 };
172
172
  }, style() {
173
173
  return { "min-width": "" + this.width, "min-height": "" + this.height };
174
174
  } } };
175
- function a$a(r2, o2, a2, t2, e2, i2, l2, c2, n2, s2) {
175
+ function a$b(r2, o2, a2, t2, e2, i2, l2, c2, n2, s2) {
176
176
  typeof l2 != "boolean" && (n2 = c2, c2 = l2, l2 = false);
177
177
  const d2 = typeof a2 == "function" ? a2.options : a2;
178
178
  let b2;
@@ -194,14 +194,14 @@ function a$a(r2, o2, a2, t2, e2, i2, l2, c2, n2, s2) {
194
194
  }
195
195
  return a2;
196
196
  }
197
- const t$c = typeof navigator != "undefined" && /msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());
198
- function e$c(r2) {
197
+ const t$d = typeof navigator != "undefined" && /msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());
198
+ function e$d(r2) {
199
199
  return (r3, o2) => function(r4, o3) {
200
- const a2 = t$c ? o3.media || "default" : r4, e2 = l$6[a2] || (l$6[a2] = { ids: /* @__PURE__ */ new Set(), styles: [] });
200
+ const a2 = t$d ? o3.media || "default" : r4, e2 = l$7[a2] || (l$7[a2] = { ids: /* @__PURE__ */ new Set(), styles: [] });
201
201
  if (!e2.ids.has(r4)) {
202
202
  e2.ids.add(r4);
203
203
  let a3 = o3.source;
204
- if (o3.map && (a3 += "\n/*# sourceURL=" + o3.map.sources[0] + " */", a3 += "\n/*# sourceMappingURL=data:application/json;base64," + btoa(unescape(encodeURIComponent(JSON.stringify(o3.map)))) + " */"), e2.element || (e2.element = document.createElement("style"), e2.element.type = "text/css", o3.media && e2.element.setAttribute("media", o3.media), i$b === void 0 && (i$b = document.head || document.getElementsByTagName("head")[0]), i$b.appendChild(e2.element)), "styleSheet" in e2.element)
204
+ if (o3.map && (a3 += "\n/*# sourceURL=" + o3.map.sources[0] + " */", a3 += "\n/*# sourceMappingURL=data:application/json;base64," + btoa(unescape(encodeURIComponent(JSON.stringify(o3.map)))) + " */"), e2.element || (e2.element = document.createElement("style"), e2.element.type = "text/css", o3.media && e2.element.setAttribute("media", o3.media), i$c === void 0 && (i$c = document.head || document.getElementsByTagName("head")[0]), i$c.appendChild(e2.element)), "styleSheet" in e2.element)
205
205
  e2.styles.push(a3), e2.element.styleSheet.cssText = e2.styles.filter(Boolean).join("\n");
206
206
  else {
207
207
  const r5 = e2.ids.size - 1, o4 = document.createTextNode(a3), t2 = e2.element.childNodes;
@@ -210,17 +210,17 @@ function e$c(r2) {
210
210
  }
211
211
  }(r3, o2);
212
212
  }
213
- let i$b;
214
- const l$6 = {};
215
- const c$5 = a$a({ render: function() {
213
+ let i$c;
214
+ const l$7 = {};
215
+ const c$5 = a$b({ render: function() {
216
216
  var r2 = this, o2 = r2.$createElement;
217
217
  return (r2._self._c || o2)("button", { staticClass: "bimdata-btn", class: r2.classes, style: r2.style, attrs: { color: r2.color, type: "button" }, on: { click: function(o3) {
218
218
  return r2.$emit("click", o3);
219
219
  } } }, [r2._t("default")], 2);
220
220
  }, staticRenderFns: [] }, function(r2) {
221
221
  r2 && (r2("data-v-7af18892_0", { source: 'html[data-v-7af18892]{--color-primary-lighter:rgba(248, 249, 250, 1);--color-primary-light:rgba(67, 78, 105, 1);--color-primary:rgba(47, 55, 74, 1);--color-primary-dark:rgba(27, 32, 43, 1);--color-secondary-lighter:rgba(255, 252, 242, 1);--color-secondary-light:rgba(250, 212, 94, 1);--color-secondary:rgba(249, 199, 44, 1);--color-secondary-dark:rgba(235, 180, 7, 1);--color-white:rgba(255, 255, 255, 1);--color-silver-light:rgba(247, 247, 247, 1);--color-silver:rgba(216, 216, 216, 1);--color-silver-dark:rgba(189, 189, 189, 1);--color-granite-light:rgba(122, 122, 122, 1);--color-granite:rgba(96, 96, 96, 1);--color-black:rgba(0, 0, 0, 1);--color-text:rgba(47, 55, 74, 1);--color-black-100:rgba(0, 0, 0, 0.1);--color-success-lighter:rgba(226, 255, 239, 1);--color-success-light:rgba(0, 200, 92, 1);--color-success:rgba(0, 175, 80, 1);--color-success-dark:rgba(0, 149, 68, 1);--color-warning-lighter:rgba(255, 233, 204, 1);--color-warning-light:rgba(255, 167, 51, 1);--color-warning:rgba(255, 145, 0, 1);--color-warning-dark:rgba(204, 116, 0, 1);--color-high-lighter:rgba(255, 237, 234, 1);--color-high-light:rgba(255, 104, 81, 1);--color-high:rgba(255, 61, 30, 1);--color-high-dark:rgba(234, 31, 0, 1);--font-size:14px;--box-shadow:0px 2px 10px rgba(0, 0, 0, 0.1);--border-radius-tiny:3px;--spacing-unit:12px;--size-btn-options:45px;--primary-font:"roboto",sans-serif}html[data-v-7af18892]{--color-primary-lighter:rgba(248, 249, 250, 1);--color-primary-light:rgba(67, 78, 105, 1);--color-primary:rgba(47, 55, 74, 1);--color-primary-dark:rgba(27, 32, 43, 1);--color-secondary-lighter:rgba(255, 252, 242, 1);--color-secondary-light:rgba(250, 212, 94, 1);--color-secondary:rgba(249, 199, 44, 1);--color-secondary-dark:rgba(235, 180, 7, 1);--color-white:rgba(255, 255, 255, 1);--color-silver-light:rgba(247, 247, 247, 1);--color-silver:rgba(216, 216, 216, 1);--color-silver-dark:rgba(189, 189, 189, 1);--color-granite-light:rgba(122, 122, 122, 1);--color-granite:rgba(96, 96, 96, 1);--color-black:rgba(0, 0, 0, 1);--color-text:rgba(47, 55, 74, 1);--color-black-100:rgba(0, 0, 0, 0.1);--color-success-lighter:rgba(226, 255, 239, 1);--color-success-light:rgba(0, 200, 92, 1);--color-success:rgba(0, 175, 80, 1);--color-success-dark:rgba(0, 149, 68, 1);--color-warning-lighter:rgba(255, 233, 204, 1);--color-warning-light:rgba(255, 167, 51, 1);--color-warning:rgba(255, 145, 0, 1);--color-warning-dark:rgba(204, 116, 0, 1);--color-high-lighter:rgba(255, 237, 234, 1);--color-high-light:rgba(255, 104, 81, 1);--color-high:rgba(255, 61, 30, 1);--color-high-dark:rgba(234, 31, 0, 1);--font-size:14px;--box-shadow:0px 2px 10px rgba(0, 0, 0, 0.1);--border-radius-tiny:3px;--spacing-unit:12px;--size-btn-options:45px;--primary-font:"roboto",sans-serif}.text-left[data-v-7af18892]{text-align:left}.text-center[data-v-7af18892]{text-align:center}.text-right[data-v-7af18892]{text-align:right}.bimdata-link[data-v-7af18892]{color:var(--color-primary);border-bottom:1px solid var(--color-primary);font-weight:700}.primary-font[data-v-7af18892]{font-family:roboto,sans-serif}', map: void 0, media: void 0 }), r2("data-v-7af18892_1", { source: ".bimdata-btn{padding:0 var(--spacing-unit);height:fit-content;display:flex;align-items:center;justify-content:center;background-color:transparent;border:none;color:var(--color-primary);cursor:pointer;font-family:var(--primary-font);font-size:12px;transition:all .1s ease}.bimdata-btn:hover{transition:all .25s ease-in}.bimdata-btn:focus{outline:0}.bimdata-btn__icon{padding:0}.bimdata-btn__radius{border-radius:3px}.bimdata-btn__square{border-radius:0}.bimdata-btn__rounded{border-radius:50%}.bimdata-btn__fill{background-color:var(--color-white);justify-content:center}.bimdata-btn__fill--default{box-shadow:var(--box-shadow)}.bimdata-btn__fill--default:hover{background-color:var(--color-silver-light)}.bimdata-btn__fill--primary{background-color:var(--color-primary);color:var(--color-white)}.bimdata-btn__fill--primary:hover{background-color:var(--color-primary-light)}.bimdata-btn__fill--secondary{background-color:var(--color-secondary);color:var(--color-primary)}.bimdata-btn__fill--secondary:hover{background-color:var(--color-secondary-light)}.bimdata-btn__fill--granite{background-color:var(--color-granite);color:var(--color-white)}.bimdata-btn__fill--granite:hover{background-color:var(--color-granite)}.bimdata-btn__fill--high{background-color:var(--color-high);color:var(--color-white)}.bimdata-btn__fill--high:hover{background-color:var(--color-high-light)}.bimdata-btn__fill--success{background-color:var(--color-success);color:var(--color-white)}.bimdata-btn__fill--success:hover{background-color:var(--color-success-light)}.bimdata-btn__fill--btn-icon svg{margin:0 6px}.bimdata-btn__fill:disabled{background-color:var(--color-silver-dark);color:var(--color-white);cursor:auto}.bimdata-btn__ripple{background-position:center;transition:background .8s}.bimdata-btn__ripple--default{background-color:transparent;color:var(--color-primary)}.bimdata-btn__ripple--default:hover{background:transparent radial-gradient(circle,transparent 1%,var(--color-silver-light) 1%) center/15000%}.bimdata-btn__ripple--default:active:not(:disabled){background-color:var(--color-silver-light);background-size:100%;transition:background 0s}.bimdata-btn__ripple--primary{background-color:var(--color-primary);color:var(--color-white)}.bimdata-btn__ripple--primary:hover{background:var(--color-primary) radial-gradient(circle,transparent 1%,var(--color-primary) 1%) center/15000%}.bimdata-btn__ripple--primary:active:not(:disabled){background-color:var(--color-primary-light);background-size:100%;transition:background 0s}.bimdata-btn__ripple--secondary{background-color:var(--color-secondary);color:var(--color-primary)}.bimdata-btn__ripple--secondary:hover{background:var(--color-secondary) radial-gradient(circle,transparent 1%,var(--color-secondary) 1%) center/15000%}.bimdata-btn__ripple--secondary:active:not(:disabled){background-color:var(--color-secondary-light);background-size:100%;transition:background 0s}.bimdata-btn__ripple--granite{background-color:var(--color-granite);color:var(--color-white)}.bimdata-btn__ripple--granite:hover{background:var(--color-granite) radial-gradient(circle,transparent 1%,var(--color-granite) 1%) center/15000%}.bimdata-btn__ripple--granite:active:not(:disabled){background-color:var(--color-granite-light);background-size:100%;transition:background 0s}.bimdata-btn__ripple--high{background-color:var(--color-high);color:var(--color-white)}.bimdata-btn__ripple--high:hover{background:var(--color-high) radial-gradient(circle,transparent 1%,var(--color-high) 1%) center/15000%}.bimdata-btn__ripple--high:active:not(:disabled){background-color:var(--color-high-light);background-size:100%;transition:background 0s}.bimdata-btn__ripple--success{background-color:var(--color-success);color:var(--color-white)}.bimdata-btn__ripple--success:hover{background:var(--color-success) radial-gradient(circle,transparent 1%,var(--color-success) 1%) center/15000%}.bimdata-btn__ripple--success:active:not(:disabled){background-color:var(--color-success-light);background-size:100%;transition:background 0s}.bimdata-btn__ripple:disabled{background-color:var(--color-silver-dark);color:var(--color-white);cursor:auto}.bimdata-btn__outline{justify-content:center;border:1px solid}.bimdata-btn__outline--default{border-color:var(--color-silver);color:var(--color-primary)}.bimdata-btn__outline--default:hover{background-color:var(--color-silver-light)}.bimdata-btn__outline--primary{border-color:var(--color-primary);color:var(--color-primary)}.bimdata-btn__outline--primary:hover{background-color:var(--color-primary-lighter)}.bimdata-btn__outline--secondary{border-color:var(--color-secondary);color:var(--color-primary)}.bimdata-btn__outline--secondary:hover{background-color:var(--color-secondary-lighter)}.bimdata-btn__outline--granite{border-color:var(--color-granite);color:var(--color-granite)}.bimdata-btn__outline--granite:hover{background-color:var(--color-silver-light)}.bimdata-btn__outline--high{border-color:var(--color-high);color:var(--color-high)}.bimdata-btn__outline--high:hover{background-color:var(--color-high-lighter)}.bimdata-btn__outline--success{border-color:var(--color-success);color:var(--color-success)}.bimdata-btn__outline--success:hover{background-color:var(--color-success-lighter)}.bimdata-btn__outline:disabled{border-color:var(--color-silver-dark);color:var(--color-silver-dark);cursor:auto}.bimdata-btn__outline:disabled:hover{background-color:transparent}.bimdata-btn__ghost{justify-content:center}.bimdata-btn__ghost svg{display:flex;align-items:center}.bimdata-btn__ghost--default{color:var(--color-primary)}.bimdata-btn__ghost--default:hover{background-color:var(--color-silver-light)}.bimdata-btn__ghost--primary{color:var(--color-primary)}.bimdata-btn__ghost--primary:hover{background-color:var(--color-primary-lighter)}.bimdata-btn__ghost--secondary{color:var(--color-secondary)}.bimdata-btn__ghost--secondary:hover{background-color:var(--color-secondary-lighter)}.bimdata-btn__ghost--granite{color:var(--color-granite)}.bimdata-btn__ghost--granite:hover{background-color:var(--color-silver-light)}.bimdata-btn__ghost--high{color:var(--color-high)}.bimdata-btn__ghost--high:hover{background-color:var(--color-high-lighter)}.bimdata-btn__ghost--success{color:var(--color-success)}.bimdata-btn__ghost--success:hover{background-color:var(--color-success-lighter)}.bimdata-btn__ghost:disabled{color:var(--color-silver-dark);cursor:auto}", map: void 0, media: void 0 }));
222
- }, o$c, "data-v-7af18892", false, void 0, false, e$c, void 0, void 0);
223
- function e$b(e2, t2, i2, d2, r2, o2, n2, v2, C2, s2) {
222
+ }, o$d, "data-v-7af18892", false, void 0, false, e$d, void 0, void 0);
223
+ function e$c(e2, t2, i2, d2, r2, o2, n2, v2, C2, s2) {
224
224
  typeof n2 != "boolean" && (C2 = v2, v2 = n2, n2 = false);
225
225
  const l2 = typeof i2 == "function" ? i2.options : i2;
226
226
  let a2;
@@ -242,401 +242,404 @@ function e$b(e2, t2, i2, d2, r2, o2, n2, v2, C2, s2) {
242
242
  }
243
243
  return i2;
244
244
  }
245
- var t$b = { addFile: e$b({ render: function() {
245
+ var t$c = { addFile: e$c({ render: function() {
246
246
  var e2 = this.$createElement;
247
247
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M17.6687 16.5312H14.4343V19.7656H12.2781V16.5312H9.04369V14.375H12.2781V11.1406H14.4343V14.375H17.6687V16.5312ZM4.01244 7.90625L10.1218 1.79688V5.97245V7.90625H4.01244ZM20.3885 2.3C20.3885 1.035 19.365 0 18.1 0H8.9L2 6.9V20.7C2 21.965 3.03464 23 4.3 23H18.1115C19.3765 23 20.4 21.965 20.4 20.7L20.3885 2.3Z" } });
248
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), addFolder: e$b({ render: function() {
248
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), addFolder: e$c({ render: function() {
249
249
  var e2 = this.$createElement;
250
250
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M19.55 15.0531H16.0997V18.503H13.7999V15.0531H10.35V12.7529H13.7999V9.303H16.0997V12.7529H19.55V15.0531ZM20.7001 5.85364H11.4997L9.19989 3.55383H2.29968C1.02325 3.55383 0.0113988 4.5772 0.0113988 5.85364L-0.00012207 19.6537C-0.00012207 20.9301 1.02325 21.9539 2.29968 21.9539H20.7001C21.9761 21.9539 22.9999 20.9301 22.9999 19.6537V8.15384C22.9999 6.87701 21.9761 5.85364 20.7001 5.85364Z" } });
251
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), addUser: e$b({ render: function() {
251
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), addUser: e$c({ render: function() {
252
252
  var e2 = this.$createElement;
253
253
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M18.8177 7.18182C18.8177 9.49225 16.9463 11.3636 14.6359 11.3636C12.3254 11.3636 10.4541 9.49225 10.4541 7.18182C10.4541 4.87139 12.3254 3 14.6359 3C16.9463 3 18.8177 4.87139 18.8177 7.18182ZM5.22678 8.22703V5.09066H3.13588V8.22703H-0.000488281V10.3179H3.13588V13.4543H5.22678V10.3179H8.36315V8.22703H5.22678ZM14.6359 13.4542C11.8445 13.4542 6.27224 14.8552 6.27224 17.636V19.727H22.9995V17.636C22.9995 14.8552 17.4273 13.4542 14.6359 13.4542Z" } });
254
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), alphabeticalAscending: e$b({ render: function() {
254
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), alphabeticalAscending: e$c({ render: function() {
255
255
  var e2 = this.$createElement, t2 = this._self._c || e2;
256
256
  return t2("g", [t2("path", { attrs: { d: "M7.78286 7.489H4.60159L3.8871 9.47078H2.85449L5.75415 1.87744H6.6303L9.53517 9.47078H8.50777L7.78286 7.489ZM4.90407 6.665H7.48559L6.19222 3.11344L4.90407 6.665Z" } }), this._v(" "), t2("path", { attrs: { d: "M4.62766 20.3037H8.97193V21.1225H3.44381V20.3715L7.60554 14.3532H3.51161V13.5292H8.80504V14.2645L4.62766 20.3037Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M6.6303 1.87746L9.53516 9.47079H8.50777L7.78286 7.48902H4.60158L3.8871 9.47079H2.85449L5.75414 1.87746H6.6303ZM6.19222 3.11346L4.90406 6.66501H7.48559L6.19222 3.11346ZM6.19314 4.53477L5.59659 6.17953H6.79211L6.19314 4.53477ZM4.94263 7.9745L4.22814 9.95628H2.14941L5.41985 1.39197H6.96437L10.2407 9.95628H8.16841L7.44349 7.9745H4.94263ZM3.44381 20.3715L7.60554 14.3532H3.5116V13.5292H8.80504V14.2645L4.62766 20.3037H8.97192V21.1225H3.44381V20.3715ZM5.55379 19.8182H9.45741V21.608H2.95832V20.22L6.67956 14.8387H3.02612V13.0437H9.29052V14.4161L5.55379 19.8182Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M18.9443 1.39197V20.7091H17.0023V1.39197H18.9443Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M15.581 17.3666C15.6001 17.3461 15.6313 17.3461 15.6504 17.3666L17.9423 19.8349L20.2245 17.3772C20.2436 17.3566 20.2749 17.3566 20.294 17.3772L20.836 17.961C20.8552 17.9815 20.8552 18.0152 20.836 18.0358L17.9798 21.1118C17.961 21.1321 17.9305 21.1323 17.9113 21.1128C17.9054 21.1102 17.8999 21.1063 17.8952 21.1012L15.0389 18.0252C15.0198 18.0046 15.0198 17.9709 15.0389 17.9504L15.581 17.3666Z" } })]);
257
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), alphabeticalDescending: e$b({ render: function() {
257
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), alphabeticalDescending: e$c({ render: function() {
258
258
  var e2 = this.$createElement, t2 = this._self._c || e2;
259
259
  return t2("g", [t2("path", { attrs: { d: "M8.08205 7.47655H4.90078L4.1863 9.45833H3.15369L6.05334 1.86499H6.92949L9.83436 9.45833H8.80697L8.08205 7.47655ZM5.20326 6.65255H7.78479L6.49142 3.10099L5.20326 6.65255Z" } }), this._v(" "), t2("path", { attrs: { d: "M4.92686 20.2913H9.27112V21.11H3.743V20.3591L7.90474 14.3407H3.8108V13.5167H9.10423V14.252L4.92686 20.2913Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M6.92949 1.865L9.83436 9.45834H8.80696L8.08205 7.47657H4.90078L4.18629 9.45834H3.15368L6.05334 1.865H6.92949ZM6.49141 3.10101L5.20326 6.65256H7.78478L6.49141 3.10101ZM6.49233 4.52232L5.89578 6.16707H7.0913L6.49233 4.52232ZM5.24182 7.96205L4.52734 9.94383H2.44861L5.71905 1.37952H7.26356L10.5399 9.94383H8.4676L7.74269 7.96205H5.24182ZM3.743 20.3591L7.90473 14.3407H3.8108V13.5167H9.10423V14.2521L4.92685 20.2913H9.27112V21.1101H3.743V20.3591ZM5.85298 19.8058H9.7566V21.5955H3.25751V20.2076L6.97876 14.8262H3.32531V13.0312H9.58972V14.4036L5.85298 19.8058Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M19.2426 2.56055V21.608H17.3008V2.56055H19.2426Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M15.8795 5.63065C15.8986 5.65095 15.9298 5.65095 15.949 5.63065L18.2408 3.19454L20.5228 5.62019C20.5419 5.64055 20.5732 5.64055 20.5923 5.62019L21.1343 5.04404C21.1535 5.02374 21.1535 4.99049 21.1343 4.97019L18.2782 1.9342C18.2594 1.91423 18.2289 1.91401 18.2097 1.93326C18.2039 1.93581 18.1984 1.93962 18.1936 1.94466L15.3374 4.98065C15.3183 5.00095 15.3183 5.03419 15.3374 5.05449L15.8795 5.63065Z" } })]);
260
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), alphabeticalSort: e$b({ render: function() {
260
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), alphabeticalSort: e$c({ render: function() {
261
261
  var e2 = this.$createElement, t2 = this._self._c || e2;
262
262
  return t2("g", [t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M15.2918 7.49901C15.3115 7.52019 15.3436 7.52019 15.3634 7.49901L17.7238 4.95698L20.0741 7.4881C20.0938 7.50934 20.126 7.50934 20.1457 7.4881L20.704 6.88689C20.7237 6.86571 20.7237 6.83102 20.704 6.80984L17.7623 3.64184C17.743 3.62101 17.7115 3.62078 17.6918 3.64086C17.6858 3.64352 17.6801 3.6475 17.6752 3.65275L14.7335 6.82074C14.7138 6.84193 14.7138 6.87662 14.7335 6.8978L15.2918 7.49901Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M15.2918 18.183C15.3115 18.1618 15.3436 18.1618 15.3634 18.183L17.7238 20.725L20.0741 18.1939C20.0938 18.1727 20.126 18.1727 20.1457 18.1939L20.704 18.7951C20.7237 18.8163 20.7237 18.851 20.704 18.8722L17.7623 22.0402C17.743 22.061 17.7115 22.0612 17.6918 22.0411C17.6858 22.0385 17.6801 22.0345 17.6752 22.0293L14.7335 18.8613C14.7138 18.8401 14.7138 18.8054 14.7335 18.7842L15.2918 18.183Z" } }), this._v(" "), t2("path", { attrs: { d: "M3.34473 9.441H3.41497L3.4388 9.37492L4.15081 7.39999H7.28703L8.0096 9.37536L8.03361 9.441H8.10352H9.16162H9.30694L9.25502 9.30527L6.26332 1.48496L6.23873 1.42069H6.16992H5.26758H5.19872L5.17416 1.48502L2.18783 9.30533L2.13602 9.441H2.28125H3.34473ZM8.68154 22.4977V22.3977H8.58154H4.29819L8.49191 16.3349L8.50967 16.3092V16.278V15.5207V15.4207H8.40967H2.95801H2.85801V15.5207V16.3693V16.4693H2.95801H6.98358L2.80593 22.5107L2.78818 22.5364V22.5676V23.341V23.441H2.88818H8.58154H8.68154V23.341V22.4977ZM4.53473 6.35136L5.71894 3.0864L6.90794 6.35136H4.53473Z" } })]);
263
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), alt: e$b({ render: function() {
263
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), alt: e$c({ render: function() {
264
264
  var e2 = this.$createElement, t2 = this._self._c || e2;
265
265
  return t2("g", [t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.7015 3.57515L5.95106 8.45858L0.201477 13.342H5.54916V19.4455H17.8546V13.342H23.2015L17.4519 8.45858L11.7015 3.57515Z" } })]);
266
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), angle: e$b({ render: function() {
266
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), angle: e$c({ render: function() {
267
267
  var e2 = this.$createElement, t2 = this._self._c || e2;
268
268
  return t2("g", [t2("path", { attrs: { d: "M1.97143 0.989715L3.94286 3.61829L0 3.61829L1.97143 0.989715Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M2.62856 2.30405L2.62856 22.6755L1.31427 22.6755L1.31427 2.30405L2.62856 2.30405Z" } }), this._v(" "), t2("path", { attrs: { d: "M22.9999 22.0183L20.3713 23.9897L20.3713 20.0469L22.9999 22.0183Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M21.6856 22.6754H1.31421V21.3611H21.6856V22.6754Z" } }), this._v(" "), t2("path", { attrs: { d: "M17.7429 22.0183C17.7429 19.8609 17.3349 17.7246 16.5423 15.7314C15.7497 13.7381 14.588 11.9271 13.1235 10.4015C11.659 8.876 9.92038 7.66588 8.0069 6.84027C6.09342 6.01466 4.04257 5.58972 1.97144 5.58972L1.97144 22.0183H17.7429Z" } })]);
269
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), api: e$b({ render: function() {
269
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), api: e$c({ render: function() {
270
270
  var e2 = this.$createElement;
271
271
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M9.58497 3.93973L10.6402 3.62V2.00037H13.7601V3.59997L14.8315 3.91204C16.1242 4.28859 17.2929 4.94218 18.2616 5.80229L19.0793 6.52835L20.5167 5.73415L22.0766 8.32L20.636 9.11602L20.8775 10.1526C21.0158 10.7465 21.0891 11.3652 21.0891 12.002C21.0891 12.6666 21.0093 13.3115 20.859 13.9292L20.6047 14.9738L22.0774 15.7876L20.5175 18.3734L19.0168 17.5442L18.2001 18.2559C17.2436 19.0893 16.0969 19.7234 14.8315 20.092L13.7601 20.4041V22.1073H10.6402V20.384L9.58497 20.0643C8.34041 19.6872 7.21348 19.0525 6.27315 18.224L5.45582 17.5038L3.88196 18.3735L2.32201 15.7876L3.88637 14.9232L3.63966 13.8834C3.49644 13.2797 3.4205 12.6502 3.4205 12.002C3.4205 11.3816 3.49006 10.7784 3.62158 10.1986L3.8556 9.16688L2.32281 8.31994L3.88275 5.73409L5.39381 6.56903L6.21204 5.83441C7.16447 4.9793 8.31333 4.32502 9.58497 3.93973ZM12.1698 18.9829C16.1967 18.9829 19.4611 15.8587 19.4611 12.0048C19.4611 8.15092 16.1967 5.02673 12.1698 5.02673C8.14298 5.02673 4.87858 8.15092 4.87858 12.0048C4.87858 15.8587 8.14298 18.9829 12.1698 18.9829ZM10.3379 0.553833C9.67013 0.553833 9.12877 1.07194 9.12877 1.71106V2.56066C7.63716 3.0126 6.29183 3.77936 5.17793 4.77943L4.37669 4.33671C3.79836 4.01715 3.05884 4.20679 2.72494 4.76028L0.862703 7.84722C0.528802 8.40071 0.726954 9.10846 1.30529 9.42802L2.14453 9.89174C1.99029 10.5717 1.90904 11.2778 1.90904 12.002C1.90904 12.7587 1.99774 13.4956 2.16573 14.2037L1.30449 14.6795C0.726157 14.9991 0.528005 15.7069 0.861906 16.2603L2.72414 19.3473C3.05804 19.9008 3.79756 20.0904 4.37589 19.7709L5.24943 19.2882C6.34921 20.2572 7.66893 21.0011 9.12877 21.4434V22.3966C9.12877 23.0357 9.67014 23.5538 10.3379 23.5538H14.0624C14.7302 23.5538 15.2716 23.0357 15.2716 22.3966V21.4758C16.756 21.0434 18.0989 20.3003 19.2176 19.3255L20.0235 19.7708C20.6019 20.0904 21.3414 19.9007 21.6753 19.3472L23.5375 16.2603C23.8714 15.7068 23.6733 14.999 23.0949 14.6795L22.331 14.2574C22.5073 13.5329 22.6006 12.7779 22.6006 12.002C22.6006 11.2586 22.515 10.5344 22.3527 9.83776L23.0941 9.42808C23.6725 9.10852 23.8706 8.40077 23.5367 7.84728L21.6745 4.76034C21.3406 4.20685 20.6011 4.01721 20.0227 4.33677L19.2896 4.74185C18.1567 3.73592 16.788 2.9699 15.2716 2.52819V1.71106C15.2716 1.07194 14.7302 0.553833 14.0624 0.553833H10.3379ZM12.1698 17.5363C15.3619 17.5363 17.9496 15.0598 17.9496 12.0048C17.9496 8.94982 15.3619 6.47326 12.1698 6.47326C8.97774 6.47326 6.39003 8.94982 6.39003 12.0048C6.39003 15.0598 8.97774 17.5363 12.1698 17.5363ZM10.3429 13.3399H8.78295L8.48637 14.2046H7.54029L9.14773 10.0078H9.97221L11.5885 14.2046H10.6425L10.3429 13.3399ZM9.02317 12.6394H10.1027L9.55997 11.0685L9.02317 12.6394ZM12.8816 12.7259V14.2046H11.9919V10.0078H13.6764C14.0007 10.0078 14.2854 10.0655 14.5306 10.1808C14.7777 10.2961 14.9675 10.4603 15.1 10.6736C15.2325 10.885 15.2987 11.1262 15.2987 11.3971C15.2987 11.8084 15.1534 12.1331 14.8627 12.3714C14.5741 12.6077 14.1737 12.7259 13.6616 12.7259H12.8816ZM12.8816 12.0255H13.6764C13.9117 12.0255 14.0907 11.9717 14.2132 11.8641C14.3378 11.7565 14.4001 11.6027 14.4001 11.4029C14.4001 11.1973 14.3378 11.0311 14.2132 10.9042C14.0887 10.7774 13.9167 10.7121 13.6972 10.7082H12.8816V12.0255ZM15.969 14.2046H16.8587V10.0078H15.969V14.2046Z" } });
272
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), archive: e$b({ render: function() {
272
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), archive: e$c({ render: function() {
273
273
  var e2 = this.$createElement;
274
274
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M8.99856 2.98975H14.0663V6.55599H16.6753L11.4995 11.3798L6.32372 6.55599H8.99856V2.98975ZM8.47943 4.54312H4.53947L1.91832 12.2755H1.26615C0.566874 12.2755 0 12.8424 0 13.5417V20.7158C0 21.4151 0.566876 21.982 1.26615 21.982H21.7339C22.4331 21.982 23 21.4151 23 20.7158V13.5417C23 12.8424 22.4331 12.2755 21.7339 12.2755H21.0649L18.3821 4.54312H14.5607V5.38716H17.7816L20.1716 12.2755H2.80954L5.14457 5.38716H8.47943V4.54312ZM15.1789 16.378H7.82121V17.8795H15.1789V16.378Z" } });
275
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), arrow: e$b({ render: function() {
275
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), arrow: e$c({ render: function() {
276
276
  var e2 = this.$createElement;
277
277
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.5005 0L2.30076 9.19978L0 11.4995L2.30076 13.8002L11.5005 23L13.8002 20.7003L6.2268 13.1269H22.9995V11.5V9.8731H6.2268L13.8002 2.29967L11.5005 0Z" } });
278
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), attach: e$b({ render: function() {
278
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), attach: e$c({ render: function() {
279
279
  var e2 = this.$createElement;
280
280
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M18.1353 0.97151C16.3653 -0.0111109 14.0902 0.591777 13.0536 2.3181L10.7744 6.11407C10.0103 7.38659 10.1326 8.91433 10.9585 10.0232L10.0988 11.5123C8.75683 11.4605 7.42339 12.1185 6.69746 13.3276L4.41822 17.1235C3.38168 18.8498 3.97626 21.0459 5.74626 22.0285C7.51626 23.0111 9.79142 22.4082 10.828 20.6819L13.1072 16.8859C13.8713 15.6134 13.749 14.0857 12.9231 12.9768L13.7828 11.4877C15.1248 11.5395 16.4582 10.8815 17.1842 9.67246L19.4634 5.87648C20.4999 4.15016 19.9053 1.95413 18.1353 0.97151ZM15.1171 8.66728C15.2354 8.56657 15.3391 8.44577 15.4225 8.30644L17.3449 5.09331C17.7532 4.41085 17.518 3.54214 16.8195 3.15299C16.121 2.76384 15.2238 3.00161 14.8155 3.68407L12.893 6.8972C12.8 7.0527 12.7404 7.21786 12.712 7.38482C13.1909 7.09804 13.8068 7.07256 14.3244 7.37143C14.8089 7.65111 15.0903 8.14736 15.1171 8.66728ZM8.76452 14.3326C8.79131 14.8525 9.07277 15.3488 9.55722 15.6285C10.0748 15.9273 10.6907 15.9019 11.1695 15.6152C11.1411 15.7821 11.0815 15.9473 10.9885 16.1028L9.06607 19.3159C8.65776 19.9984 7.76052 20.2361 7.06203 19.847C6.36354 19.4578 6.12831 18.5891 6.53662 17.9067L8.45904 14.6935C8.54242 14.5541 8.64621 14.4333 8.76452 14.3326Z" } });
281
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), backInTime: e$b({ render: function() {
281
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), backInTime: e$c({ render: function() {
282
282
  var e2 = this.$createElement, t2 = this._self._c || e2;
283
283
  return t2("svg", { attrs: { width: "23", height: "23", viewBox: "0 0 23 23", xmlns: "http://www.w3.org/2000/svg" } }, [t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M16.5152 18.8912C14.7948 19.8847 12.7947 20.3156 10.8063 20.1211C8.81778 19.9266 6.94481 19.1169 5.46017 17.8099L4.20403 19.1719C5.98558 20.7403 8.23315 21.7119 10.6193 21.9453C13.0055 22.1787 15.4056 21.6616 17.47 20.4695C19.5345 19.2773 21.1554 17.4723 22.0966 15.3175C23.0379 13.1626 23.2503 10.7704 22.7029 8.48932C22.1556 6.20828 20.877 4.15755 19.0536 2.63588C17.2301 1.11421 14.957 0.201092 12.5654 0.0295368C10.1737 -0.142017 7.78844 0.436958 5.75705 1.68212C3.74822 2.91346 2.18922 4.73267 1.30143 6.87966L5.26823e-05 6.39128L1.17369 9.93593L4.47445 8.07041L3.05349 7.53716C3.79534 5.76072 5.08945 4.25563 6.75436 3.2351C8.44718 2.19746 10.4349 1.71498 12.4279 1.85795C14.421 2.00091 16.3153 2.76184 17.8348 4.0299C19.3544 5.29796 20.4198 7.0069 20.8759 8.90777C21.332 10.8086 21.155 12.8021 20.3707 14.5979C19.5863 16.3936 18.2355 17.8978 16.5152 18.8912ZM12.0098 6.24789H10.8615V11.8578H10.8614V12.9813H17.7518V11.8578H12.0098V6.24789Z" } })]);
284
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), bcf: e$b({ render: function() {
284
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), bcf: e$c({ render: function() {
285
285
  var e2 = this.$createElement;
286
286
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M15.5638 14.574C15.5651 14.6276 15.5665 14.6846 15.5665 14.7468C16.1967 14.6326 16.7553 14.4489 17.1707 14.0071C17.1964 13.9797 17.2227 13.9522 17.2492 13.9244C17.547 13.6121 17.8733 13.27 17.7701 12.7976C17.7252 12.5932 17.6806 12.3886 17.6359 12.1841C17.321 10.7405 17.0058 9.29526 16.5932 7.87892C16.2429 6.67372 15.7432 5.50726 15.2475 4.34989L15.2288 4.3062C14.988 3.74418 14.6627 3.19308 14.2702 2.72539C13.2993 1.56907 12.0408 0.82782 10.6002 0.374527C9.04977 -0.114015 7.49483 -0.117987 5.94735 0.323886C4.56153 0.720082 3.34682 1.42906 2.33457 2.47119C0.939797 3.90852 0.175259 5.62587 0.0255348 7.6143C-0.0615141 8.7731 0.0698054 9.91452 0.484158 11.0023C0.641925 11.4171 0.841186 11.816 1.04895 12.2319C1.14382 12.4219 1.24047 12.6153 1.33575 12.8155C1.36603 12.769 1.38858 12.7368 1.40523 12.7131C1.43016 12.6776 1.4419 12.6609 1.44667 12.6427C1.7496 11.5509 2.38182 10.6389 3.023 9.73032C3.07453 9.65753 3.12878 9.58579 3.18307 9.51399C3.32692 9.32376 3.47108 9.13312 3.56569 8.92154C3.66341 8.70179 3.73641 8.47108 3.80938 8.24044C3.88463 8.00264 3.95985 7.7649 4.06212 7.53933C5.06044 5.34436 6.79247 4.03612 9.12737 3.54608C10.1555 3.33061 11.137 3.53864 11.9303 4.31167C13.2107 5.55884 14.1369 7.03291 14.7696 8.69614C15.4551 10.4989 15.7719 12.3547 15.5685 14.2841C15.5589 14.3755 15.5612 14.4679 15.5638 14.574ZM14.2089 1.78922C15.1446 1.71773 15.9977 1.79865 16.8249 2.01959C17.9162 2.31202 18.923 2.79064 19.8228 3.49614C20.7192 4.19917 21.4484 5.03674 21.9891 6.03021C22.7158 7.36576 23.067 8.81054 22.9894 10.3228C22.9108 11.8679 22.4482 13.3077 21.5578 14.5966C20.7854 15.7157 19.8129 16.6138 18.6086 17.2424C17.764 17.6832 16.8821 18.0139 15.9007 18.0382C14.2885 18.0785 12.7152 17.8317 11.1597 17.4554C9.97487 17.1694 8.79946 16.8427 7.62654 16.51C7.5413 16.4859 7.45527 16.4624 7.36895 16.4388C6.88459 16.3064 6.39117 16.1714 5.97659 15.9177C5.65675 15.7216 5.41301 15.2793 5.29811 14.898C5.11804 14.3012 5.1449 13.6697 5.45131 13.0396C5.54177 13.0994 5.63077 13.1586 5.71889 13.2172L5.71898 13.2172C5.90314 13.3397 6.08343 13.4596 6.26509 13.5768C7.41613 14.3205 8.65919 14.8473 9.9878 15.1859C11.7949 15.6477 13.613 15.6635 15.4435 15.3632C16.6344 15.1676 17.6093 14.677 18.1803 13.5336C18.5743 12.7452 18.7076 11.9141 18.7419 11.0561C18.8265 8.92969 18.0261 7.1622 16.5418 5.66629C16.3766 5.49955 16.2784 5.25672 16.186 5.02798L16.1603 4.96475C15.6922 3.82432 15.1252 2.74545 14.2089 1.78922ZM11.9724 5.19575C10.8024 5.68777 9.76084 6.32576 8.81872 7.13056C7.40206 8.34199 6.26396 9.76542 5.4835 11.4604C5.24424 11.9807 5.0393 12.5179 4.8468 13.0576C4.37724 14.3768 4.68713 15.552 5.64716 16.5216C7.65077 18.5448 10.0543 19.1803 12.8165 18.4514C12.9692 18.4107 13.1413 18.4083 13.299 18.4291C14.3978 18.5756 15.4976 18.663 16.6039 18.5274C16.6573 18.5208 16.7106 18.5126 16.7647 18.5044L16.7648 18.5043C16.9417 18.4773 17.1276 18.4488 17.3585 18.4678C17.2774 18.5942 17.1981 18.7217 17.1187 18.8492L17.1185 18.8495C16.9422 19.1329 16.7658 19.4163 16.571 19.6867C15.7369 20.8435 14.6371 21.6945 13.3482 22.2729C11.6933 23.0147 9.95384 23.1894 8.17854 22.7947C6.54699 22.4323 5.13431 21.6558 3.98875 20.429C2.73425 19.085 1.98961 17.5027 1.7991 15.6686C1.67623 14.4865 1.69712 13.2964 2.19703 12.2126C2.5895 11.3611 3.11528 10.5558 3.67736 9.80017C4.80452 8.28539 6.13264 6.94289 7.50702 5.64954C7.91734 5.26388 8.34354 4.89555 8.76981 4.52717L8.7703 4.52674C8.89318 4.42055 9.01606 4.31436 9.13856 4.20774C9.20571 4.14866 9.29724 4.09206 9.3833 4.08313C10.4572 3.96844 11.265 4.18193 11.9724 5.19575Z" } });
287
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), building: e$b({ render: function() {
287
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), building: e$c({ render: function() {
288
288
  var e2 = this.$createElement;
289
289
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M15.3333 3.63158V10.8947H23V23H0V6.05263H7.66667V3.63158L11.5 0L15.3333 3.63158ZM2.55551 20.5793H5.11106V18.1582H2.55551V20.5793ZM5.11106 15.7373H2.55551V13.3162H5.11106V15.7373ZM2.55551 10.8943H5.11106V8.47325H2.55551V10.8943ZM12.7778 20.5793H10.2223V18.1582H12.7778V20.5793ZM10.2223 15.7373H12.7778V13.3162H10.2223V15.7373ZM12.7778 10.8943H10.2223V8.47325H12.7778V10.8943ZM10.2223 6.05231H12.7778V3.63126H10.2223V6.05231ZM20.4444 20.5793H17.8889V18.1582H20.4444V20.5793ZM17.8889 15.7373H20.4444V13.3162H17.8889V15.7373Z" } });
290
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), burgerMenu: e$b({ render: function() {
290
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), burgerMenu: e$c({ render: function() {
291
291
  var e2 = this.$createElement;
292
292
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M0 6.55556H23V4H0V6.55556ZM0 12.9446H23V10.389H0V12.9446ZM0 19.3332H23V16.7777H0V19.3332Z" } });
293
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), calendar: e$b({ render: function() {
293
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), calendar: e$c({ render: function() {
294
294
  var e2 = this.$createElement;
295
295
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M17.9401 2.0909H18.9856C20.1356 2.0909 21.0765 3.03181 21.0765 4.1818V20.909C21.0765 22.059 20.1356 22.9999 18.9856 22.9999H2.25838C1.10839 22.9999 0.16748 22.059 0.16748 20.909V4.1818C0.16748 3.03181 1.10839 2.0909 2.25838 2.0909H3.30383V0H5.39473V2.0909H15.8492V0H17.9401V2.0909ZM2.25838 20.909H18.9856V7.31815H2.25838V20.909ZM8.77371 8.57203H3.50813V13.8376H8.77371V8.57203Z" } });
296
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), caliper: e$b({ render: function() {
296
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), caliper: e$c({ render: function() {
297
297
  var e2 = this.$createElement;
298
298
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M15.4094 6.03868C15.7162\n5.46323 15.8901 4.80619 15.8901 4.10853C15.8901 1.83945 14.0507 0 11.7816\n0C9.51251 0 7.67306 1.83945 7.67306 4.10853C7.67306 4.80469 7.84621 5.46041\n8.15178 6.03497L4.91762 12.3967C4.36198 11.8537 3.87187 11.2459 3.4583\n10.5855C3.13751 10.0733 2.4887 9.83995 1.944 10.1018C1.39931 10.3636 1.16579\n11.0206 1.47611 11.5392C2.12429 12.6225 2.93847 13.5955 3.88741\n14.4232L1.00004 20.1028L1.62696 23L4.33716 21.7993L7.07177 16.4202C8.55075\n17.0507 10.1475 17.3804 11.7682 17.3822C14.028 17.3848 16.2426 16.7497 18.1576\n15.5499C19.7626 14.5444 21.1025 13.1765 22.0733 11.5622C22.3848 11.0443\n22.1527 10.3868 21.6086 10.1237C21.0645 9.86066 20.4152 10.0926 20.0933\n10.6041C19.6815 11.2583 19.1944 11.8607 18.643 12.3992L15.4094\n6.03868ZM12.3008 8.18457C12.1307 8.20601 11.9574 8.21706 11.7816\n8.21706C11.6045 8.21706 11.43 8.20585 11.2588 8.18411L8.06635 14.4638C9.23735\n14.9423 10.4949 15.1922 11.7706 15.1936C13.0526 15.1951 14.3167 14.9456\n15.4936 14.4651L12.3008 8.18457ZM11.7816 5.92554C10.7781 5.92554 9.96458\n5.11204 9.96458 4.10853C9.96458 3.10502 10.7781 2.29152 11.7816\n2.29152C12.7851 2.29152 13.5986 3.10502 13.5986 4.10853C13.5986 5.11204\n12.7851 5.92554 11.7816 5.92554ZM19.2221 21.7991L17.2609 17.9415C18.0623\n17.6222 18.8367 17.2302 19.574 16.7683C19.9026 16.5625 20.2218 16.344 20.5312\n16.1135L22.5592 20.1026L21.9323 22.9998L19.2221 21.7991Z" } });
299
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), camera: e$b({ render: function() {
299
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), camera: e$c({ render: function() {
300
300
  var e2 = this.$createElement;
301
301
  return (this._self._c || e2)("path", { attrs: { d: "M3.91781 5.21572V2.51572H5.71781V5.21572H8.41781V7.01572H5.71781V9.71572H3.91781V7.01572H1.31781V5.21572H3.91781ZM6.61781 10.6157V7.91572H9.31781V5.21572H15.5178L17.1178 7.01572H20.0178C21.0178 7.01572 21.8178 7.81572 21.8178 8.81572V19.5157C21.8178 20.5157 21.0178 21.3157 20.0178 21.3157H5.71781C4.71781 21.3157 3.91781 20.5157 3.91781 19.5157V10.6157H6.61781ZM12.8178 18.6157C15.3178 18.6157 17.3178 16.6157 17.3178 14.1157C17.3178 11.6157 15.3178 9.61572 12.8178 9.61572C10.3178 9.61572 8.31781 11.6157 8.31781 14.1157C8.31781 16.6157 10.4178 18.6157 12.8178 18.6157ZM10.0178 14.1157C10.0178 15.7157 11.3178 17.0157 12.9178 17.0157C14.5178 17.0157 15.8178 15.7157 15.8178 14.1157C15.8178 12.5157 14.5178 11.2157 12.9178 11.2157C11.3178 11.2157 10.0178 12.6157 10.0178 14.1157Z" } });
302
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), cancelCamera: e$b({ render: function() {
302
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), cancelCamera: e$c({ render: function() {
303
303
  var e2 = this.$createElement, t2 = this._self._c || e2;
304
304
  return t2("g", [t2("path", { attrs: { d: "M1.30957 3.00321L3.1304 4.82404C2.8429 5.20738 2.65124 5.68654 2.65124 6.16571V8.08238V17.6657C2.65124 18.7199 3.51374 19.5824 4.5679 19.5824H17.8887L20.0929 21.7865L21.0512 20.8282L2.2679 2.04488L1.30957 3.00321ZM12.2346 16.7074C9.55124 16.7074 7.4429 14.599 7.4429 11.9157C7.4429 11.149 7.63457 10.3824 8.0179 9.71154L9.35957 11.0532C9.26374 11.3407 9.26374 11.6282 9.26374 11.9157C9.26374 13.6407 10.6054 14.9824 12.3304 14.9824C12.6179 14.9824 12.9054 14.8865 13.1929 14.8865L14.5346 16.2282C13.7679 16.5157 13.0012 16.7074 12.2346 16.7074Z" } }), this._v(" "), t2("path", { attrs: { d: "M19.9012 4.24905H16.8346L15.1096 2.33238H13.9596H9.93457H9.35957L7.63457 4.24905H6.29291L9.83874 7.79488C10.5096 7.41155 11.3721 7.12405 12.2346 7.12405C14.9179 7.12405 17.0262 9.23238 17.0262 11.9157C17.0262 12.7782 16.7387 13.6407 16.3554 14.3115L21.1471 19.1032C21.5304 18.7199 21.8179 18.2407 21.8179 17.6657V8.08238V6.16572C21.8179 5.11155 20.9554 4.24905 19.9012 4.24905Z" } }), this._v(" "), t2("path", { attrs: { d: "M12.2346 8.84904C11.8513 8.84904 11.4679 8.94488 11.0846 9.04071L15.1096 13.0657C15.2054 12.6824 15.3013 12.299 15.3013 11.9157C15.3013 10.1907 13.9596 8.84904 12.2346 8.84904Z" } })]);
305
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), check: e$b({ render: function() {
305
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), check: e$c({ render: function() {
306
306
  var e2 = this.$createElement;
307
307
  return (this._self._c || e2)("path", { attrs: { d: "M13.7426 8.83955H0.599731V10.9824H13.7426V8.83955ZM13.7426 4.55383H0.599731V6.69669H13.7426V4.55383ZM0.599731 15.2681H9.36164V13.1253H0.599731V15.2681ZM21.9569 10.4467L23.5997 12.0538L15.944 19.5538L11.0045 14.7324L12.6474 13.1253L15.944 16.3395L21.9569 10.4467Z" } });
308
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), chevron: e$b({ render: function() {
308
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), chevron: e$c({ render: function() {
309
309
  var e2 = this.$createElement;
310
310
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M6.0522 2.19676C5.9826 2.27217 5.9826 2.39544 6.0522 2.47105L14.4046 11.5192L6.08804 20.529C6.01825 20.6044 6.01825 20.7279 6.08804 20.8033L8.06344 22.9433C8.13304 23.0189 8.24702 23.0189 8.31662 22.9433L18.7257 11.667C18.7942 11.5928 18.795 11.4724 18.729 11.3968C18.7202 11.3736 18.7071 11.3518 18.6899 11.3331L8.28077 0.0565512C8.21117 -0.0188504 8.09719 -0.0188504 8.02759 0.0565512L6.0522 2.19676Z" } });
311
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), classificationCategorie: e$b({ render: function() {
311
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), classificationCategorie: e$c({ render: function() {
312
312
  var e2 = this.$createElement, t2 = this._self._c || e2;
313
313
  return t2("g", [t2("path", { attrs: { d: "M22.4015 1.01572H9.1015V4.91572H22.4015V1.01572Z" } }), this._v(" "), t2("path", { attrs: { d: "M19.5015 6.81572H9.1015V10.7157H19.5015V6.81572Z" } }), this._v(" "), t2("path", { attrs: { d: "M16.5015 12.6157H9.1015V16.5157H16.5015V12.6157Z" } }), this._v(" "), t2("path", { attrs: { d: "M7.30149 1.01572H3.40149V18.4157H0.901489L3.10149 20.7157L5.30149 23.0157L7.50149 20.7157L9.70149 18.4157H7.30149V1.01572Z" } })]);
314
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), classificationElement: e$b({ render: function() {
314
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), classificationElement: e$c({ render: function() {
315
315
  var e2 = this.$createElement, t2 = this._self._c || e2;
316
316
  return t2("g", [t2("path", { attrs: { d: "M18.0475 5.01572H5.34753V7.61572H18.0475V5.01572Z" } }), this._v(" "), t2("path", { attrs: { d: "M18.0475 10.2157H5.34753V12.8157H18.0475V10.2157Z" } }), this._v(" "), t2("path", { attrs: { d: "M18.0475 15.3157H5.34753V17.9157H18.0475V15.3157Z" } }), this._v(" "), t2("path", { attrs: { d: "M9.14756 0.515717H3.34756H0.747559V3.11572V8.81572H3.34756V3.11572H9.14756V0.515717Z" } }), this._v(" "), t2("path", { attrs: { d: "M20.1475 14.2157V19.9157H14.3475V22.5157H20.1475H22.7475V19.9157V14.2157H20.1475Z" } })]);
317
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), click: e$b({ render: function() {
317
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), click: e$c({ render: function() {
318
318
  var e2 = this.$createElement;
319
319
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M9.94492 4.49546C10.154 4.49546 10.2586 4.28637 10.2586 4.18182V0.313636C10.2586 0.104545 10.0495 0 9.94492 0C9.84037 0 9.52674 0.104545 9.52674 0.313636V4.07727C9.52674 4.39091 9.73583 4.49546 9.94492 4.49546ZM21.4449 17.3545L15.4858 12.5454L9.52674 7.63181L9.63128 15.2636V23L14.1267 17.1455L21.4449 17.3545ZM15.5904 2.3C15.6949 2.40455 15.6949 2.71818 15.5904 2.82273L12.8722 5.54091C12.7676 5.64546 12.454 5.64546 12.3495 5.54091C12.2449 5.43637 12.2449 5.12273 12.3495 5.01818L15.0676 2.3C15.1722 2.19546 15.4858 2.19546 15.5904 2.3ZM7.0177 10.35L4.29951 13.0682C4.19497 13.1727 4.19497 13.4864 4.29951 13.5909C4.40406 13.6955 4.71769 13.6955 4.82224 13.5909L7.54042 10.8727C7.64497 10.7682 7.64497 10.4546 7.54042 10.35C7.33133 10.2455 7.12224 10.2455 7.0177 10.35ZM13.7085 8.2591C13.604 8.2591 13.3949 8.15456 13.3949 7.94546C13.3949 7.73637 13.4994 7.52728 13.7085 7.63183H17.4721C17.5767 7.63183 17.7858 7.73637 17.7858 7.94546C17.7858 8.05001 17.6812 8.2591 17.4721 8.2591H13.7085ZM6.49497 7.94546C6.49497 7.73637 6.28588 7.63183 6.18133 7.63183H2.31315C2.10406 7.52728 1.99951 7.73637 1.99951 7.94546C1.99951 8.15456 2.2086 8.2591 2.31315 8.2591H6.07679C6.28588 8.2591 6.49497 8.15456 6.49497 7.94546ZM4.29951 2.3C4.40406 2.19546 4.71769 2.19546 4.82224 2.3L7.54042 5.01818C7.64497 5.12273 7.64497 5.43637 7.54042 5.54091C7.33133 5.64546 7.12224 5.64546 7.0177 5.54091L4.29951 2.82273C4.19497 2.71818 4.19497 2.50909 4.29951 2.3Z" } });
320
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), close: e$b({ render: function() {
320
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), close: e$c({ render: function() {
321
321
  var e2 = this.$createElement;
322
322
  return (this._self._c || e2)("path", { attrs: { d: "M23 2.31643L20.6836 0L11.5 9.18357L2.31643 0L0 2.31643L9.18357 11.5L0 20.6836L2.31643 23L11.5 13.8164L20.6836 23L23 20.6836L13.8164 11.5L23 2.31643Z" } });
323
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), cloud: e$b({ render: function() {
323
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), cloud: e$c({ render: function() {
324
324
  var e2 = this.$createElement;
325
325
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M22.9995 13.7162C22.9995 10.6768 20.5357 8.21286 17.4963 8.21286C17.095 8.21286 16.7041 8.25698 16.3273 8.33851C15.6281 5.83623 13.333 4 10.6077 4C7.32729 4 4.66778 6.65933 4.66778 9.93979C4.66778 10.2037 4.68688 10.463 4.72022 10.7178H4.25039C1.91241 10.7178 -0.000488281 12.6307 -0.000488281 14.9687C-0.000488281 17.3067 1.91241 19.2195 4.25039 19.2195H8.87188H13.9108H18.7488C21.0866 19.2195 22.9995 17.3067 22.9995 14.9687C22.9995 14.7743 22.9817 14.5844 22.9562 14.3968C22.9837 14.1736 22.9995 13.9468 22.9995 13.7162Z" } });
326
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), color: e$b({ render: function() {
326
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), color: e$c({ render: function() {
327
327
  var e2 = this.$createElement;
328
328
  return (this._self._c || e2)("path", { attrs: { d: "M11.405 0.00179965C5.89928 0.116844 1.7993 3.45312 0.393597 8.51505C-1.01211 13.577 1.7993 17.6035 1.7993 17.6035C1.7993 17.6035 4.025 21.4 8.35926 22.5504C10.9364 23.2407 13.5135 23.3557 16.2078 21.2849C16.2078 21.2849 16.6763 20.9398 16.5592 20.5947C16.4421 20.2495 15.6221 20.3646 15.6221 20.3646H14.2164C13.1621 20.3646 12.2249 19.4442 12.2249 18.4088C12.2249 17.3734 13.1621 16.4531 14.2164 16.4531H18.3163C18.6678 16.4531 20.3078 16.4531 21.1277 15.1876C21.2449 14.9575 21.4792 14.6124 21.5963 14.3823C26.6334 5.29382 16.9106 -0.113244 11.405 0.00179965ZM4.49357 11.5062C3.43929 11.5062 2.50215 10.5858 2.50215 9.55044C2.50215 8.51505 3.43929 7.5947 4.49357 7.5947C5.54785 7.5947 6.48499 8.51505 6.48499 9.55044C6.48499 10.5858 5.54785 11.5062 4.49357 11.5062ZM8.35926 6.44426C7.30498 6.44426 6.36784 5.52391 6.36784 4.48851C6.36784 3.45312 7.30498 2.53276 8.35926 2.53276C9.41354 2.53276 10.3507 3.45312 10.3507 4.48851C10.3507 5.52391 9.53068 6.44426 8.35926 6.44426ZM14.8021 6.32921C13.7478 6.32921 12.8107 5.40886 12.8107 4.37347C12.8107 3.33807 13.7478 2.41772 14.8021 2.41772C15.8564 2.41772 16.7935 3.33807 16.7935 4.37347C16.7935 5.40886 15.8564 6.32921 14.8021 6.32921ZM18.7849 11.5062C17.7306 11.5062 16.7935 10.5858 16.7935 9.55044C16.7935 8.51505 17.7306 7.5947 18.7849 7.5947C19.8392 7.5947 20.7763 8.51505 20.7763 9.55044C20.6592 10.5858 19.8392 11.5062 18.7849 11.5062Z" } });
329
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), comment: e$b({ render: function() {
329
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), comment: e$c({ render: function() {
330
330
  var e2 = this.$createElement;
331
331
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M2 0C0.895431 0 0 0.895431 0 2V14C0 15.1046 0.895431 16 2 16H6.01207L6.01207 22.4845C6.01207 22.9512 6.59476 23.1635 6.89492 22.8061L12.612 16H21C22.1046 16 23 15.1046 23 14V2C23 0.895431 22.1046 0 21 0H2ZM3.6767 5.08725C3.6767 4.53497 4.12442 4.08725 4.6767 4.08725H18.0124C18.5647 4.08725 19.0124 4.53497 19.0124 5.08725V5.6432C19.0124 6.19548 18.5647 6.6432 18.0124 6.6432H4.6767C4.12442 6.6432 3.6767 6.19548 3.6767 5.6432V5.08725ZM4.6767 9.19914C4.12442 9.19914 3.6767 9.64685 3.6767 10.1991V10.7551C3.6767 11.3074 4.12442 11.7551 4.6767 11.7551H14.1785C14.7307 11.7551 15.1785 11.3074 15.1785 10.7551V10.1991C15.1785 9.64685 14.7307 9.19914 14.1785 9.19914H4.6767Z" } });
332
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), cursor: e$b({ render: function() {
332
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), cursor: e$c({ render: function() {
333
333
  var e2 = this.$createElement;
334
334
  return (this._self._c || e2)("path", { attrs: { d: "M23 0L0 9.62167V10.8739L8.74 14.26L12.1133 23H13.3656L23 0Z" } });
335
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), dateAscending: e$b({ render: function() {
335
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), dateAscending: e$c({ render: function() {
336
336
  var e2 = this.$createElement, t2 = this._self._c || e2;
337
337
  return t2("g", [t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M17.9932 20.4443L17.9932 1.39685L19.9351 1.39685L19.9351 20.4443L17.9932 20.4443Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M21.3563 17.3742C21.3372 17.3539 21.306 17.3539 21.2868 17.3742L18.9951 19.8103L16.713 17.3847C16.6939 17.3643 16.6627 17.3643 16.6436 17.3847L16.1015 17.9608C16.0824 17.9811 16.0824 18.0144 16.1015 18.0347L18.9577 21.0707C18.9764 21.0906 19.0069 21.0909 19.0261 21.0716C19.032 21.0691 19.0375 21.0653 19.0422 21.0602L21.8984 18.0242C21.9175 18.0039 21.9175 17.9707 21.8984 17.9504L21.3563 17.3742Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M10.7945 7.18197H11.3399C11.9399 7.18197 12.4308 7.67288 12.4308 8.27288V17.0002C12.4308 17.6002 11.9399 18.0911 11.3399 18.0911H2.61264C2.01264 18.0911 1.52173 17.6002 1.52173 17.0002V8.27288C1.52173 7.67288 2.01264 7.18197 2.61264 7.18197H3.15809V6.09106H4.249V7.18197H9.70355V6.09106H10.7945V7.18197ZM2.61264 17.0002H11.3399V9.90925H2.61264V17.0002ZM6.01196 10.5634H3.26468V13.3107H6.01196V10.5634Z" } })]);
338
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), dateDescending: e$b({ render: function() {
338
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), dateDescending: e$c({ render: function() {
339
339
  var e2 = this.$createElement, t2 = this._self._c || e2;
340
340
  return t2("g", [t2("path", { attrs: { d: "M11.3399 7.18185H10.7945V6.09094H9.70355V7.18185H4.249V6.09094H3.15809V7.18185H2.61264C2.01264 7.18185 1.52173 7.67276 1.52173 8.27276V17C1.52173 17.6 2.01264 18.0909 2.61264 18.0909H11.3399C11.9399 18.0909 12.4308 17.6 12.4308 17V8.27276C12.4308 7.67276 11.9399 7.18185 11.3399 7.18185ZM11.3399 17H2.61264V9.90912H11.3399V17Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M20.0067 2.56714V21.6146H18.0648V2.56714H20.0067Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M16.6436 5.63724C16.6627 5.65754 16.6939 5.65754 16.713 5.63724L19.0048 3.20114L21.2868 5.62679C21.3059 5.64714 21.3372 5.64714 21.3563 5.62679L21.8983 5.05063C21.9175 5.03033 21.9175 4.99709 21.8983 4.97679L19.0422 1.94079C19.0234 1.92083 18.9929 1.92061 18.9738 1.93985C18.9679 1.9424 18.9624 1.94622 18.9577 1.95125L16.1015 4.98724C16.0824 5.00754 16.0824 5.04078 16.1015 5.06108L16.6436 5.63724Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M10.7945 7.18185H11.3399C11.9399 7.18185 12.4308 7.67276 12.4308 8.27276V17C12.4308 17.6 11.9399 18.0909 11.3399 18.0909H2.61264C2.01264 18.0909 1.52173 17.6 1.52173 17V8.27276C1.52173 7.67276 2.01264 7.18185 2.61264 7.18185H3.15809V6.09094H4.249V7.18185H9.70355V6.09094H10.7945V7.18185ZM2.61264 17H11.3399V9.90912H2.61264V17ZM10.6696 13.5819H7.91956V16.3319H10.6696V13.5819Z" } })]);
341
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), default: e$b({ render: function() {
341
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), default: e$c({ render: function() {
342
342
  var e2 = this.$createElement;
343
343
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M1.4375 19.8906V4.4375H21.5625V19.8906H1.4375ZM0 4.07812C0 3.48269 0.482693 3 1.07812 3H21.9219C22.5173 3 23 3.48269 23 4.07812V20.25C23 20.8454 22.5173 21.3281 21.9219 21.3281H1.07812C0.482693 21.3281 0 20.8454 0 20.25V4.07812ZM7.54688 8.21094C7.54688 9.50104 6.50104 10.5469 5.21094 10.5469C3.92084 10.5469 2.875 9.50104 2.875 8.21094C2.875 6.92084 3.92084 5.875 5.21094 5.875C6.50104 5.875 7.54688 6.92084 7.54688 8.21094ZM2.875 16.1172V18.4531H20.125V12.8828L15.0938 7.85156L8.80469 14.1406L6.82812 12.1641L2.875 16.1172Z" } });
344
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), delete: e$b({ render: function() {
344
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), delete: e$c({ render: function() {
345
345
  var e2 = this.$createElement;
346
346
  return (this._self._c || e2)("path", { attrs: { d: "M4.1508 20.7945C4.1508 22.1993 5.33296 23.3486 6.77783 23.3486H17.286C18.7308 23.3486 19.913 22.1993 19.913 20.7945V5.47018H4.1508V20.7945ZM7.38204 11.7021L9.2341 9.90147L12.0319 12.6088L14.8165 9.90147L16.6686 11.7021L13.8839 14.4094L16.6686 17.1167L14.8165 18.9173L12.0319 16.21L9.24724 18.9173L7.39518 17.1167L10.1798 14.4094L7.38204 11.7021ZM16.6292 1.63909L15.3157 0.362061H8.7481L7.43459 1.63909H2.83728V4.19315H21.2265V1.63909H16.6292Z" } });
347
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), deniedFile: e$b({ render: function() {
347
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), deniedFile: e$c({ render: function() {
348
348
  var e2 = this.$createElement, t2 = this._self._c || e2;
349
349
  return t2("g", [t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M0 18.6042V0.395833C0 0.178125 0.178125 0 0.395833 0H9.5V5.14583C9.5 5.36354 9.67813 5.54167 9.89583 5.54167H14.25V18.6042C14.25 18.8219 14.0719 19 13.8542 19H0.395833C0.178125 19 0 18.8219 0 18.6042ZM14.1508 4.55257C14.1904 4.61194 14.2101 4.67132 14.2299 4.75048H10.2914V0.237984L14.1508 4.55257Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11 15V17H11.0033L11 17.0033L12.3333 18.3333L11 19.6667L11.0033 19.67H11V21.6667H15V19.67H14.9967L15 19.6667L13.6667 18.3333L15 17.0033L14.9967 17H15V15H11ZM14.3333 19.8333V21H11.6667V19.8333L13 18.5L14.3333 19.8333ZM11.6667 16.8333V15.6667H14.3333V16.8333L13 18.1667L11.6667 16.8333ZM13.0002 19.6667L12.0002 20.6667H14.0002L13.0002 19.6667ZM13.9999 16.8333L12.9999 17.8333L11.9999 16.8333L13.9999 16.8333Z" } }), this._v(" "), t2("path", { attrs: { d: "M10.7275 13.0429C11.4757 11.6116 13.5243 11.6116 14.2725 13.0429L18.4702 21.0735C19.1663 22.4051 18.2003 24 16.6978 24H8.30222C6.79967 24 5.8337 22.4051 6.52977 21.0735L10.7275 13.0429Z", fill: "#FF3D1E" } }), this._v(" "), t2("path", { attrs: { d: "M13.2031 16L13.0581 20.4429H12.0034L11.854 16H13.2031ZM11.8188 21.8184C11.8188 21.6309 11.8833 21.4756 12.0122 21.3525C12.144 21.2266 12.3169 21.1636 12.5308 21.1636C12.7476 21.1636 12.9204 21.2266 13.0493 21.3525C13.1782 21.4756 13.2427 21.6309 13.2427 21.8184C13.2427 22 13.1782 22.1538 13.0493 22.2798C12.9204 22.4058 12.7476 22.4688 12.5308 22.4688C12.3169 22.4688 12.144 22.4058 12.0122 22.2798C11.8833 22.1538 11.8188 22 11.8188 21.8184Z", fill: "white" } })]);
350
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), deploy: e$b({ render: function() {
350
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), deploy: e$c({ render: function() {
351
351
  var e2 = this.$createElement;
352
352
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M21.7691 6.1512C21.6937 6.0816 21.5704 6.0816 21.4948 6.1512L12.4466 14.5036L3.43681 6.18704C3.36141 6.11725 3.23794 6.11725 3.16253 6.18704L1.02253 8.16243C0.946918 8.23204 0.946918 8.34601 1.02253 8.41562L12.2989 18.8247C12.373 18.8932 12.4934 18.894 12.569 18.828C12.5923 18.8192 12.614 18.8061 12.6327 18.7889L23.9093 8.37977C23.9847 8.31017 23.9847 8.19619 23.9093 8.12659L21.7691 6.1512Z" } });
353
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), detach: e$b({ render: function() {
353
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), detach: e$c({ render: function() {
354
354
  var e2 = this.$createElement;
355
355
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M12.0537 2.3513C13.0902 0.62498 15.3654 0.0220922 17.1354 1.00471C18.9054 1.98733 19.5 4.18337 18.4634 5.90969L16.1842 9.70566C15.4582 10.9147 14.1248 11.5727 12.7828 11.5209L12.4773 12.0501L9.7249 10.461L9.95854 10.0563C9.13259 8.94749 9.01038 7.41978 9.77444 6.14727L12.0537 2.3513ZM14.1171 8.70055C14.0903 8.18061 13.8088 7.68435 13.3244 7.40465C12.8068 7.1058 12.1909 7.13127 11.7121 7.418C11.7404 7.25105 11.8 7.08589 11.8931 6.93041L13.8155 3.71728C14.2238 3.03482 15.121 2.79704 15.8195 3.1862C16.518 3.57535 16.7532 4.44406 16.3449 5.12652L14.4225 8.33965C14.3391 8.47901 14.2354 8.59983 14.1171 8.70055ZM5.6974 13.3607C6.42334 12.1517 7.7568 11.4937 9.09878 11.5455L9.3791 11.0599L12.1315 12.649L11.923 13.01C12.749 14.1189 12.8712 15.6466 12.1071 16.9191L9.8279 20.7151C8.79136 22.4414 6.5162 23.0443 4.7462 22.0617C2.9762 21.0791 2.38162 18.883 3.41816 17.1567L5.6974 13.3607ZM7.45903 14.7267C7.54241 14.5874 7.64618 14.4665 7.76448 14.3658C7.79126 14.8858 8.07272 15.382 8.55717 15.6617C9.07479 15.9606 9.69066 15.9351 10.1695 15.6484C10.1411 15.8153 10.0815 15.9805 9.98848 16.136L8.06607 19.3491C7.65775 20.0316 6.76051 20.2693 6.06202 19.8802C5.36354 19.491 5.1283 18.6223 5.53662 17.9398L7.45903 14.7267ZM17.7429 16.2934L18.5331 14.9246L14.7161 13.6334L17.7429 16.2934ZM15.9264 17.7095L14.3998 18.1185L14.1404 14.0974L15.9264 17.7095ZM18.5467 12.5879L18.1376 11.0613L14.5255 12.8473L18.5467 12.5879ZM3.85241 8.07499L4.70693 6.7454L7.60365 9.54648L3.85241 8.07499ZM8.13313 5.08147L6.58873 5.4174L8.20076 9.11043L8.13313 5.08147ZM4.0636 11.9528L3.72767 10.4084L7.75663 10.3408L4.0636 11.9528Z" } });
356
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), distance: e$b({ render: function() {
356
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), distance: e$c({ render: function() {
357
357
  var e2 = this.$createElement, t2 = this._self._c || e2;
358
358
  return t2("g", [t2("rect", { attrs: { y: "6.24689", width: "23", height: "17.7429" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M3.28571 0.989746L0 2.96117L3.28571 4.9326L3.28571 0.989746ZM20.3714 4.9326L23 2.96117L20.3714 0.989746V4.9326Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M20.3715\n 3.6183H2.6286V2.30402H20.3715V3.6183Z" } })]);
359
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), doubleChevron: e$b({ render: function() {
359
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), doubleChevron: e$c({ render: function() {
360
360
  var e2 = this.$createElement;
361
361
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M1.05119 2.47105C0.982285 2.39544 0.982285 2.27217 1.05119 2.19676L3.00683 0.0565512C3.07573 -0.0188504 3.18857 -0.0188504 3.25748 0.0565512L13.5625 11.3331C13.5796 11.3518 13.5925 11.3736 13.6012 11.3968C13.6665 11.4724 13.6658 11.5928 13.598 11.667L3.29296 22.9433C3.22406 23.0189 3.11122 23.0189 3.04231 22.9433L1.08668 20.8033C1.01758 20.7279 1.01758 20.6044 1.08668 20.529L9.32003 11.5192L1.05119 2.47105ZM10.2512 2.47105C10.1823 2.39544 10.1823 2.27217 10.2512 2.19676L12.2068 0.0565512C12.2757 -0.0188504 12.3886 -0.0188504 12.4575 0.0565512L22.7625 11.3331C22.7796 11.3518 22.7925 11.3736 22.8012 11.3968C22.8665 11.4724 22.8658 11.5928 22.798 11.667L12.493 22.9433C12.4241 23.0189 12.3112 23.0189 12.2423 22.9433L10.2867 20.8033C10.2176 20.7279 10.2176 20.6044 10.2867 20.529L18.52 11.5192L10.2512 2.47105Z" } });
362
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), down: e$b({ render: function() {
362
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), down: e$c({ render: function() {
363
363
  var e2 = this.$createElement;
364
364
  return (this._self._c || e2)("path", { attrs: { d: "M11.8209 21.5107L0.320924 0.0440684L23.3209 0.0440705L11.8209 21.5107Z" } });
365
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), download: e$b({ render: function() {
365
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), download: e$c({ render: function() {
366
366
  var e2 = this.$createElement;
367
367
  return (this._self._c || e2)("path", { attrs: { d: "M18.5438 9.77808C17.8921 6.47183 14.9883 3.98975 11.5 3.98975C8.73042 3.98975 6.325 5.56141 5.12708 7.86141C2.2425 8.16808 0 10.6118 0 13.5731C0 16.7452 2.57792 19.3231 5.75 19.3231H18.2083C20.8533 19.3231 23 17.1764 23 14.5314C23 12.0014 21.0354 9.95058 18.5438 9.77808ZM16.2917 12.6147L11.5 17.4064L6.70833 12.6147H9.58333V8.78141H13.4167V12.6147H16.2917Z" } });
368
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), drag: e$b({ render: function() {
368
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), drag: e$c({ render: function() {
369
369
  var e2 = this, t2 = e2.$createElement, i2 = e2._self._c || t2;
370
370
  return i2("g", [i2("rect", { attrs: { x: "7.0011", y: "8.99884", width: "2.24971", height: "2.24971" } }), e2._v(" "), i2("rect", { attrs: { x: "7.0011", y: "12.3734", width: "2.24971", height: "2.24971" } }), e2._v(" "), i2("rect", { attrs: { x: "10.3756", y: "8.99884", width: "2.24971", height: "2.24971" } }), e2._v(" "), i2("rect", { attrs: { x: "10.3756", y: "12.3734", width: "2.24971", height: "2.24971" } }), e2._v(" "), i2("rect", { attrs: { x: "13.7502", y: "8.99884", width: "2.24971", height: "2.24971" } }), e2._v(" "), i2("rect", { attrs: { x: "13.7502", y: "12.3734", width: "2.24971", height: "2.24971" } }), e2._v(" "), i2("rect", { attrs: { x: "11.5002", width: "1.27286", height: "6.36432", transform: "rotate(45 11.5002 0)" } }), e2._v(" "), i2("rect", { attrs: { x: "15.9996", y: "4.50104", width: "1.27287", height: "6.36432", transform: "rotate(135 15.9996 4.50104)" } }), e2._v(" "), i2("rect", { attrs: { width: "1.22648", height: "6.13242", transform: "matrix(-0.733847 -0.679315 0.733847 -0.679315 11.4996 22.9999)" } }), e2._v(" "), i2("rect", { attrs: { width: "1.22648", height: "6.13242", transform: "matrix(0.733847 -0.679315 0.733847 0.679315 7 18.8331)" } })]);
371
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), edit: e$b({ render: function() {
371
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), edit: e$c({ render: function() {
372
372
  var e2 = this.$createElement;
373
373
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M22.6263 3.36328C23.1245 3.86155 23.1245 4.66643 22.6263 5.1647L20.2883 7.50271L15.4973 2.71171L17.8353 0.373698C18.3335 -0.124566 19.1384 -0.124566 19.6367 0.373698L22.6263 3.36328ZM0 23.0001V18.2091L14.1303 4.07886L18.9213 8.86987L4.791 23.0001H0Z" } });
374
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), ellipsis: e$b({ render: function() {
374
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), ellipsis: e$c({ render: function() {
375
375
  var e2 = this.$createElement, t2 = this._self._c || e2;
376
376
  return t2("g", [t2("path", { attrs: { d: "M11.5 8.69377C12.3284 8.69377 13 8.01961 13 7.18798C13 6.35636 12.3284 5.68219 11.5 5.68219C10.6716 5.68219 10 6.35636 10 7.18798C10 8.01961 10.6716 8.69377 11.5 8.69377Z" } }), this._v(" "), t2("path", { attrs: { d: "M11.5 13.0058C12.3284 13.0058 13 12.3316 13 11.5C13 10.6684 12.3284 9.9942 11.5 9.9942C10.6716 9.9942 10 10.6684 10 11.5C10 12.3316 10.6716 13.0058 11.5 13.0058Z" } }), this._v(" "), t2("path", { attrs: { d: "M11.5 17.3179C12.3284 17.3179 13 16.6437 13 15.8121C13 14.9804 12.3284 14.3063 11.5 14.3063C10.6716 14.3063 10 14.9804 10 15.8121C10 16.6437 10.6716 17.3179 11.5 17.3179Z" } })]);
377
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), expanded: e$b({ render: function() {
377
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), expanded: e$c({ render: function() {
378
378
  var e2 = this.$createElement, t2 = this._self._c || e2;
379
379
  return t2("g", [t2("path", { attrs: { d: "M12.3356 0.500488H0.447998V12.256L12.3356 0.500488Z" } }), this._v(" "), t2("rect", { attrs: { width: "3.30881", height: "8.73784", transform: "matrix(0.711046 -0.703145 0.711046 0.703145 3.54883 5.89368)" } }), this._v(" "), t2("path", { attrs: { d: "M11.5604 23.5005L23.448 23.5005L23.448 11.7449L11.5604 23.5005Z" } }), this._v(" "), t2("rect", { attrs: { width: "3.30881", height: "8.73784", transform: "matrix(-0.711046 0.703145 -0.711046 -0.703146 20.3464 18.1073)" } })]);
380
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), explosion: e$b({ render: function() {
380
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), explosion: e$c({ render: function() {
381
381
  var e2 = this.$createElement;
382
382
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.6172 3.34817C11.549 3.12969 11.3438 2.98329 11.115 2.98997C10.8862 2.99664 10.6898 3.15475 10.6345 3.37683L8.79044 10.7763L2.90624 6.97704C2.72176 6.85793 2.48179 6.87012 2.31033 7.00731C2.13888 7.14451 2.07435 7.37596 2.1501 7.58207L5.26103 16.0467L0.350471 17.6681C0.148987 17.7346 0.0096536 17.9188 0.000480396 18.1308C-0.00869285 18.3428 0.114207 18.5384 0.309191 18.6221L6.25703 21.1748C6.51614 21.286 6.81634 21.1661 6.92754 20.907C7.03875 20.6479 6.91885 20.3477 6.65974 20.2365L1.9502 18.2152L6.08239 16.8508C6.21376 16.8074 6.32191 16.7126 6.38206 16.588C6.44222 16.4634 6.44924 16.3197 6.40152 16.1899L3.63531 8.66321L8.83628 12.0213C8.9747 12.1107 9.14775 12.1278 9.30098 12.0672C9.4542 12.0066 9.56876 11.8757 9.6086 11.7159L11.185 5.39037L13.3994 12.4848C13.4458 12.6332 13.5572 12.7525 13.7022 12.8087C13.8471 12.8649 14.0098 12.852 14.1441 12.7736L20.828 8.87298L17.5593 15.8953C17.5019 16.0186 17.4961 16.1597 17.5432 16.2873C17.5902 16.4149 17.6862 16.5185 17.8099 16.575L21.3166 18.1781L17.2541 20.2508C17.0029 20.379 16.9032 20.6865 17.0314 20.9376C17.1595 21.1888 17.467 21.2885 17.7182 21.1604L22.7215 18.6077C22.8959 18.5187 23.0041 18.3377 22.9999 18.1419C22.9957 17.9461 22.8798 17.77 22.7017 17.6886L18.702 15.8601L22.4418 7.82561C22.536 7.62326 22.4878 7.38318 22.3228 7.23283C22.1579 7.08248 21.9144 7.05672 21.7216 7.16922L14.1831 11.5686L11.6172 3.34817ZM11.8626 11.9433C11.8215 11.7198 11.6232 11.5599 11.3961 11.5671C11.169 11.5743 10.9812 11.7465 10.9544 11.9721L10.4943 15.8413L8.33957 14C8.17477 13.8592 7.93398 13.8527 7.76183 13.9844C7.58968 14.1162 7.53301 14.3503 7.62586 14.5462L9.2083 17.8845L6.87485 18.1039C6.67435 18.1227 6.50948 18.2699 6.46815 18.4671C6.42683 18.6642 6.51867 18.8652 6.69472 18.963L8.76033 20.1106L7.67407 21.5523C7.52137 21.755 7.56188 22.0431 7.76456 22.1958C7.96724 22.3485 8.25534 22.308 8.40805 22.1053L9.81204 20.2418C9.89204 20.1357 9.92213 20 9.89454 19.87C9.86696 19.74 9.78441 19.6282 9.6682 19.5637L8.43756 18.88L9.94755 18.738C10.0968 18.724 10.2298 18.638 10.3039 18.5077C10.3781 18.3774 10.384 18.2192 10.3197 18.0837L9.37737 16.0957L10.5505 17.0982C10.6794 17.2084 10.8585 17.2386 11.0163 17.1769C11.1742 17.1151 11.2853 16.9715 11.3053 16.8032L11.5081 15.0984L11.8267 16.832C11.8547 16.9845 11.9578 17.1126 12.1008 17.1726C12.2438 17.2326 12.4075 17.2164 12.536 17.1295L14.5182 15.7891L13.126 18.3413C13.0484 18.4837 13.0515 18.6564 13.1343 18.7959C13.2171 18.9353 13.3672 19.0208 13.5294 19.0208H15.1757L13.7572 19.8494C13.6424 19.9164 13.5623 20.0299 13.5375 20.1604C13.5127 20.291 13.5456 20.4259 13.6279 20.5304L14.5724 21.7301C14.7293 21.9295 15.0182 21.9639 15.2176 21.807C15.417 21.65 15.4514 21.3611 15.2944 21.1617L14.6764 20.3767L17.1052 18.9581C17.2844 18.8534 17.3712 18.6416 17.317 18.4413C17.2628 18.241 17.081 18.1019 16.8735 18.1019H14.3034L16.2302 14.5694C16.3317 14.3833 16.2928 14.1519 16.1359 14.0093C15.9791 13.8668 15.745 13.85 15.5695 13.9687L12.6034 15.9745L11.8626 11.9433Z" } });
383
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), export: e$b({ render: function() {
383
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), export: e$c({ render: function() {
384
384
  var e2 = this.$createElement, t2 = this._self._c || e2;
385
385
  return t2("g", [t2("path", { attrs: { d: "M22.3,15.3l-4.1-2.8h-2.1l3.6,2.6h-4l-1.1,2.5h-3.1h-0.2H8.3l-1.1-2.5h-4l3.6-2.6H4.8l-4.1,2.8 c0,0-0.2,4,1.4,5h9.3h0.2h9.3C22.6,19.3,22.3,15.3,22.3,15.3z" } }), this._v(" "), t2("polygon", { attrs: { points: "16.8,7.6 14.1,5.2 11.4,2.7 8.7,5.2 5.9,7.6 9.2,7.6 9.2,13.1 13.5,13.1 13.5,7.6" } })]);
386
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), exportIfc: e$b({ render: function() {
386
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), exportIfc: e$c({ render: function() {
387
387
  var e2 = this.$createElement, t2 = this._self._c || e2;
388
388
  return t2("g", [t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M18.8743 18.5537H5.92538V1.6318H14.0184V6.63481H18.6686V6.30358L18.8743 6.51754V18.5537ZM18.4533 6.07957L16.4743 4.02064L14.5737 2.12235V6.07957H18.4533ZM5.33679 1.04321H14.3261L16.8945 3.60843L19.4629 6.28053V19.1423H5.33679V1.04321Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M4.84741 0.553833H14.5286L17.2474 3.26923L19.9522 6.08347V19.6316H4.84741V0.553833ZM18.3849 7.12416H13.5291V2.12114H6.41472V18.0643H18.3849V7.12416ZM17.3042 5.59019L16.1249 4.36333L15.063 3.30273V5.59019H17.3042Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M14.0184 17.4473H10.7076V20.1695L9.3833 20.1695L12.3998 23.5538L15.4163 20.1695L14.0184 20.1695V17.4473Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M13.0162 8.23163C13.5359 7.90501 14.2302 7.98058 14.6665 8.44511L15.8945 9.75273C16.3293 10.2157 16.3635 10.9113 16.0102 11.4107L16.0096 11.4102C15.9597 11.4808 15.902 11.5476 15.8366 11.6092L14.8553 12.5339C14.776 12.6086 14.6898 12.6716 14.5989 12.7228L14.5992 12.7231C14.5055 12.7757 14.4069 12.8158 14.3057 12.8436C13.9524 12.9408 13.5674 12.8868 13.2516 12.6846L13.2526 12.6837L13.2443 12.6783L13.943 12.0259L13.9466 12.0298L15.3488 10.7085L13.6673 8.92294L13.1447 9.42292L12.4913 8.73761L13.0181 8.23359L13.0162 8.23163ZM13.1267 11.1586L12.4033 11.8341L11.7812 11.1686C11.3641 10.7223 11.3179 10.0619 11.63 9.56849L13.1267 11.1586ZM8.72122 11.2988C8.3954 10.7782 8.47097 10.0828 8.93471 9.64576L10.2396 8.41598C10.7018 7.98042 11.3961 7.94601 11.8946 8.29968L11.8943 8.30004C11.9647 8.35001 12.0313 8.40774 12.0928 8.47319L13.0162 9.45663C13.0909 9.53616 13.1537 9.62255 13.2048 9.71363L13.2053 9.71322C13.2847 9.85519 13.3356 10.0085 13.3583 10.1649C13.4033 10.4729 13.3387 10.7931 13.1665 11.0629L13.1658 11.0621L13.1606 11.0702L12.5094 10.3704L12.5131 10.367L11.1938 8.962L9.41138 10.6466L9.9107 11.1702L9.22553 11.8258L8.72216 11.2979L8.72122 11.2988ZM11.6437 11.1881L12.3179 11.9127L11.6531 12.5362C11.2078 12.9539 10.5487 13.0001 10.0562 12.6875L11.6437 11.1881ZM11.784 15.5876C11.2642 15.9142 10.57 15.8386 10.1338 15.3741L8.90577 14.0664C8.47101 13.6035 8.43679 12.9079 8.79001 12.4085L8.79049 12.409C8.84043 12.3383 8.89812 12.2715 8.96355 12.2099L9.94485 11.2852C10.0241 11.2105 10.1102 11.1476 10.201 11.0965L10.2006 11.0961C10.2924 11.0446 10.3888 11.005 10.4878 10.9774C10.843 10.8776 11.2308 10.931 11.5486 11.1345L11.5473 11.1357L11.5552 11.1408L10.8566 11.7931L10.8533 11.7895L9.45126 13.1107L11.133 14.8964L11.6557 14.3963L12.3127 15.0853L11.7862 15.589L11.7151 15.5145L11.784 15.5876ZM11.6729 12.6603L12.3963 11.9849L13.0186 12.6507C13.4356 13.0969 13.4819 13.7573 13.1698 14.2507L11.6729 12.6603ZM15.8647 14.187C16.3285 13.75 16.404 13.0546 16.0782 12.5339L16.0774 12.5347L15.5741 12.0069L14.8891 12.6624L15.3883 13.186L13.606 14.8704L12.2868 13.4655L12.2904 13.4621L11.6392 12.7623L11.6341 12.7703L11.6333 12.7695C11.4871 12.9987 11.4184 13.2642 11.4287 13.5278C11.4363 13.7321 11.4913 13.9353 11.5944 14.1195L11.595 14.1189C11.6461 14.21 11.709 14.2963 11.7836 14.3758L12.707 15.3593C12.7685 15.4247 12.835 15.4824 12.9055 15.5324L12.9048 15.5331C13.4033 15.8868 14.0976 15.8524 14.5598 15.4168L15.8647 14.187ZM12.482 11.9198L13.1562 12.6444L14.7434 11.1452C14.2509 10.8326 13.5918 10.8788 13.1465 11.2965L12.482 11.9198Z" } })]);
389
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), failed: e$b({ render: function() {
389
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), failed: e$c({ render: function() {
390
390
  var e2 = this.$createElement;
391
391
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.5 23.0664C17.8513 23.0664 23 17.9177 23 11.5664C23 5.21513 17.8513 0.0664062 11.5 0.0664062C5.14873 0.0664062 0 5.21513 0 11.5664C0 17.9177 5.14873 23.0664 11.5 23.0664ZM16.0918 5.81641L17.25 6.97462L12.6582 11.5664L17.25 16.1582L16.0918 17.3164L11.5 12.7246L6.90821 17.3164L5.75 16.1582L10.3418 11.5664L5.75 6.97462L6.90821 5.81641L11.5 10.4082L16.0918 5.81641Z" } });
392
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), filter: e$b({ render: function() {
392
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), filter: e$c({ render: function() {
393
393
  var e2 = this.$createElement;
394
394
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M0 6.55556H23V4H0V6.55556ZM3.83333 12.9442H19.1679V10.3887H3.83333V12.9442ZM8.94442 19.3336H14.0555V16.778H8.94442V19.3336Z" } });
395
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), fitView: e$b({ render: function() {
395
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), fitView: e$c({ render: function() {
396
396
  var e2 = this.$createElement, t2 = this._self._c || e2;
397
397
  return t2("g", [t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M9.07563 14.7426C5.80119 14.7426 3.15796 12.0993 3.15796 8.8249C3.15796 5.55045 5.80119 2.90723 9.07563 2.90723C12.3501 2.90723 14.9933 5.55045 14.9933 8.8249C14.9933 12.0993 12.3501 14.7426 9.07563 14.7426V14.7426ZM16.966 14.7428H15.9272L15.559 14.3878C16.8477 12.8886 17.6236 10.9424 17.6236 8.82515C17.6236 4.10416 13.7968 0.277405 9.07582 0.277405C4.35484 0.277405 0.528076 4.10416 0.528076 8.82515C0.528076 13.5461 4.35484 17.3729 9.07582 17.3729C11.193 17.3729 13.1393 16.597 14.6384 15.3083L14.9935 15.6765V16.7154L21.5687 23.2774L23.5281 21.318L16.966 14.7428Z" } }), this._v(" "), t2("path", { attrs: { d: "M4.309 11.6279L9.12309 13.831L13.9372 11.6279C14.0188 11.6279 14.1004 11.4648 14.1004 11.3832V6.1611C14.1004 6.0795 14.0188 5.99791 13.9372 5.91632L9.12309 3.71326C9.0415 3.71326 8.9599 3.71326 8.87831 3.71326L5.53292 5.42675C5.45133 5.50834 5.36973 5.58994 5.45133 5.75313C5.53292 5.83472 5.69611 5.91632 5.77771 5.83472L9.20469 4.20283L13.366 6.0795L9.12309 7.87459L4.47219 5.99791C4.3906 5.99791 4.309 5.99791 4.22741 5.99791C4.22741 6.0795 4.14581 6.1611 4.14581 6.24269V11.4648C4.14581 11.5464 4.22741 11.6279 4.309 11.6279ZM4.63538 6.56907L9.0415 8.44575C9.12309 8.44575 9.20469 8.44575 9.20469 8.44575L13.6924 6.56907V11.3016L9.36788 13.2598V9.42489C9.36788 9.2617 9.28628 9.18011 9.12309 9.18011C8.9599 9.18011 8.87831 9.2617 8.87831 9.42489V13.2598L4.63538 11.3016V6.56907Z" } })]);
398
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), folder: e$b({ render: function() {
398
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), folder: e$c({ render: function() {
399
399
  var e2 = this.$createElement;
400
400
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M9.19976 3H2.29984C1.03451 3 0.0111238 4.03491 0.0111238 5.30024L0 19.1001C0 20.3654 1.03451 21.4003 2.29984 21.4003H20.6998C21.9651 21.4003 23 20.3654 23 19.1001V7.60008C23 6.33515 21.9651 5.30024 20.6998 5.30024H11.5L9.19976 3Z" } });
401
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), folderMove: e$b({ render: function() {
401
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), folderMove: e$c({ render: function() {
402
402
  var e2 = this.$createElement, t2 = this._self._c || e2;
403
403
  return t2("g", [t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M2.29985 18.1002H20.6999V6.60037H2.29985V18.1002ZM20.6998 4.3002H11.4998L9.2 2H2.2998C1.03489 2 0.0115209 3.03529 0.0115209 4.3002L0 18.1002C0 19.3651 1.03489 20.4 2.2998 20.4H20.6998C21.9647 20.4 23 19.3651 23 18.1002V6.6C23 5.33509 21.9647 4.3002 20.6998 4.3002Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.653 16.72L15.0877 13.2854L15.9467 12.4268L15.0877 11.5679L11.653 8.1333L10.7945 8.99185L13.6219 11.8193L7.35999 11.8193L7.35999 12.4266L7.35999 13.034L13.6219 13.034L10.7945 15.8614L11.653 16.72Z" } })]);
404
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), folderOpen: e$b({ render: function() {
404
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), folderOpen: e$c({ render: function() {
405
405
  var e2 = this.$createElement;
406
406
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M2.29979 19.1002H20.6998V7.60039H2.29979V19.1002ZM20.6998 5.3002H11.4998L9.2 3H2.2998C1.03489 3 0.0115209 4.03529 0.0115209 5.3002L0 19.1002C0 20.3651 1.03489 21.4 2.2998 21.4H20.6998C21.9647 21.4 23 20.3651 23 19.1002V7.6C23 6.33509 21.9647 5.3002 20.6998 5.3002Z" } });
407
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), fullscreen: e$b({ render: function() {
407
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), fullscreen: e$c({ render: function() {
408
408
  var e2 = this.$createElement;
409
409
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M0 0H4.8995e-05H2.19545H8.05005V2.15625H2.19545V7.90625H0V0ZM20.8045 2.15628L14.95 2.15628V3.05176e-05H23V2.15628V7.90628H20.8045V2.15628ZM4.8995e-05 23H0V15.0938H2.19545V20.8437H8.05005V23H2.19545H4.8995e-05ZM14.95 23L23 23V20.8438V15.0938H20.8045V20.8438H14.95V23Z" } });
410
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), grid: e$b({ render: function() {
410
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), grid: e$c({ render: function() {
411
411
  var e2 = this, t2 = e2.$createElement, i2 = e2._self._c || t2;
412
412
  return i2("g", [i2("path", { attrs: { d: "M3.11719 2.52161C3.11719 2.24546 3.34105 2.02161 3.61719 2.02161H7.61719C7.89333 2.02161 8.11719 2.24546 8.11719 2.52161V6.52161C8.11719 6.79775 7.89333 7.02161 7.61719 7.02161H3.61719C3.34105 7.02161 3.11719 6.79775 3.11719 6.52161V2.52161Z" } }), e2._v(" "), i2("path", { attrs: { d: "M3.11719 16.4784C3.11719 16.2023 3.34105 15.9784 3.61719 15.9784H7.61719C7.89333 15.9784 8.11719 16.2023 8.11719 16.4784V20.4784C8.11719 20.7545 7.89333 20.9784 7.61719 20.9784H3.61719C3.34105 20.9784 3.11719 20.7545 3.11719 20.4784V16.4784Z" } }), e2._v(" "), i2("path", { attrs: { d: "M3.11719 9.5C3.11719 9.22386 3.34105 9 3.61719 9H7.61719C7.89333 9 8.11719 9.22386 8.11719 9.5V13.5C8.11719 13.7761 7.89333 14 7.61719 14H3.61719C3.34105 14 3.11719 13.7761 3.11719 13.5V9.5Z" } }), e2._v(" "), i2("path", { attrs: { d: "M9.68536 2.52161C9.68536 2.24546 9.90922 2.02161 10.1854 2.02161H14.1854C14.4615 2.02161 14.6854 2.24546 14.6854 2.52161V6.52161C14.6854 6.79775 14.4615 7.02161 14.1854 7.02161H10.1854C9.90922 7.02161 9.68536 6.79775 9.68536 6.52161V2.52161Z" } }), e2._v(" "), i2("path", { attrs: { d: "M9.68536 16.4784C9.68536 16.2023 9.90922 15.9784 10.1854 15.9784H14.1854C14.4615 15.9784 14.6854 16.2023 14.6854 16.4784V20.4784C14.6854 20.7545 14.4615 20.9784 14.1854 20.9784H10.1854C9.90922 20.9784 9.68536 20.7545 9.68536 20.4784V16.4784Z" } }), e2._v(" "), i2("path", { attrs: { d: "M9.68536 9.5C9.68536 9.22386 9.90922 9 10.1854 9H14.1854C14.4615 9 14.6854 9.22386 14.6854 9.5V13.5C14.6854 13.7761 14.4615 14 14.1854 14H10.1854C9.90922 14 9.68536 13.7761 9.68536 13.5V9.5Z" } }), e2._v(" "), i2("path", { attrs: { d: "M16.2535 2.52161C16.2535 2.24546 16.4774 2.02161 16.7535 2.02161H20.7535C21.0297 2.02161 21.2535 2.24546 21.2535 2.52161V6.52161C21.2535 6.79775 21.0297 7.02161 20.7535 7.02161H16.7535C16.4774 7.02161 16.2535 6.79775 16.2535 6.52161V2.52161Z" } }), e2._v(" "), i2("path", { attrs: { d: "M16.2535 16.4784C16.2535 16.2023 16.4774 15.9784 16.7535 15.9784H20.7535C21.0297 15.9784 21.2535 16.2023 21.2535 16.4784V20.4784C21.2535 20.7545 21.0297 20.9784 20.7535 20.9784H16.7535C16.4774 20.9784 16.2535 20.7545 16.2535 20.4784V16.4784Z" } }), e2._v(" "), i2("path", { attrs: { d: "M16.2535 9.5C16.2535 9.22386 16.4774 9 16.7535 9H20.7535C21.0297 9 21.2535 9.22386 21.2535 9.5V13.5C21.2535 13.7761 21.0297 14 20.7535 14H16.7535C16.4774 14 16.2535 13.7761 16.2535 13.5V9.5Z" } })]);
413
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), group: e$b({ render: function() {
413
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), group: e$c({ render: function() {
414
414
  var e2 = this.$createElement, t2 = this._self._c || e2;
415
415
  return t2("g", [t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M8.1632 14.0812C5.66865 14.0812 0.688965 15.3332 0.688965 17.8184V19.6869H15.6374V17.8184C15.6374 15.3332 10.6577 14.0812 8.1632 14.0812Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M8.16302 12.2129C10.2278 12.2129 11.9001 10.5405 11.9001 8.47576C11.9001 6.41103 10.2278 4.73865 8.16302 4.73865C6.09828 4.73865 4.4259 6.41103 4.4259 8.47576C4.4259 10.5405 6.09828 12.2129 8.16302 12.2129Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M17.2606 13.2593C19.0363 13.2593 20.4745 11.821 20.4745 10.0453C20.4745 8.26967 19.0363 6.83142 17.2606 6.83142C15.4849 6.83142 14.0467 8.26967 14.0467 10.0453C14.0467 11.821 15.4849 13.2593 17.2606 13.2593Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M10.8334 19.6868H17.2612V17.6154C17.2612 16.5705 16.4671 15.7222 15.3304 15.0718C16.0414 14.9347 16.7195 14.866 17.2613 14.866C19.4066 14.866 23.6891 15.9427 23.6891 18.08V19.6869H10.8334V19.6868Z" } })]);
416
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), hide: e$b({ render: function() {
416
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), hide: e$c({ render: function() {
417
417
  var e2 = this.$createElement;
418
418
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M3.99087 6.78082L0.945206 3.73516L1.68037 3L19.4292 20.6438L18.6941 21.379L16.1735 18.8584C14.7032 19.4886 13.1279 19.8037 11.4475 19.8037C6.30137 19.8037 1.78539 16.653 0 12.032C0.840183 9.93151 2.20548 8.14612 3.99087 6.78082ZM6.19635 12.032C6.19635 14.9726 8.61187 17.2831 11.4475 17.2831C12.2877 17.2831 13.1279 17.0731 13.863 16.653L12.2877 15.0776C11.9726 15.1826 11.7626 15.1826 11.4475 15.1826C9.6621 15.1826 8.2968 13.7123 8.2968 12.032C8.2968 11.7169 8.2968 11.4018 8.40183 11.1918L6.82648 9.61644C6.40639 10.3516 6.19635 11.1918 6.19635 12.032ZM11.4476 4.26048C9.34714 4.26048 7.45673 4.7856 5.77637 5.62578L8.19189 8.0413C9.1371 7.30614 10.1873 6.88605 11.4476 6.88605C14.2832 6.88605 16.6987 9.19656 16.6987 12.1372C16.6987 13.3975 16.2786 14.5527 15.5435 15.3929L18.1691 18.0185C20.3745 16.6532 22.0549 14.5527 23.0001 12.1372C21.1097 7.41117 16.6987 4.26048 11.4476 4.26048ZM11.4475 8.88086C10.8174 8.88086 10.1872 9.0909 9.66211 9.511L14.0731 13.922C14.3881 13.3968 14.7032 12.7667 14.7032 12.1366C14.5982 10.3512 13.1279 8.88086 11.4475 8.88086Z" } });
419
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), ifc: e$b({ render: function() {
419
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), ifc: e$c({ render: function() {
420
420
  var e2 = this.$createElement;
421
421
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M13.4279 1.14627C14.9692 0.177724 17.0281 0.401832 18.3218 1.77945L21.9637 5.65738C23.253 7.03033 23.3545 9.09327 22.3069 10.5743L22.3051 10.5723C22.157 10.782 21.9859 10.98 21.7919 11.1628L18.8817 13.905C18.6464 14.1267 18.3908 14.3134 18.1213 14.4652L18.1224 14.4663C17.8104 14.6415 17.4799 14.7701 17.1408 14.8522C16.1239 15.1002 15.0293 14.9307 14.1257 14.3521L14.1289 14.3492L14.1044 14.3334L16.1763 12.3987L16.1869 12.41L20.3454 8.49157L15.3586 3.1964L13.809 4.67919L11.8711 2.6468L13.4333 1.15203L13.4279 1.14627ZM13.7555 9.82669L11.6102 11.8298L9.76531 9.85607C8.52837 8.53274 8.39124 6.57409 9.31689 5.11091L13.7555 9.82669ZM0.690849 10.2425C-0.275375 8.69857 -0.0512554 6.63632 1.32401 5.34024L5.19394 1.69313C6.56454 0.401454 8.62364 0.299392 10.1021 1.34822L10.1006 1.34962C10.3096 1.49781 10.507 1.66901 10.6893 1.86309L13.4278 4.77961C13.6492 5.01543 13.8356 5.27159 13.9871 5.54167L13.9885 5.54034C14.2325 5.97628 14.3857 6.44824 14.4491 6.92921C14.5688 7.82737 14.3751 8.75745 13.8735 9.54335L13.8713 9.54092L13.856 9.56456L11.925 7.48933L11.9356 7.47939L8.02331 3.3128L2.73747 8.30833L4.21831 9.8614L2.18633 11.8057L0.693501 10.24L0.690849 10.2425ZM9.35752 9.91441L11.3569 12.0631L9.38551 13.9122C8.06488 15.151 6.11012 15.2882 4.6496 14.3611L9.35752 9.91441ZM9.77347 22.9615C8.23216 23.93 6.17324 23.7059 4.87947 22.3283L1.23761 18.4504C-0.0517673 17.0774 -0.15322 15.0144 0.894438 13.5334L0.896188 13.5353C1.04427 13.3256 1.21537 13.1276 1.40936 12.9448L4.31957 10.2026C4.5547 9.98105 4.81009 9.7945 5.07933 9.64277L5.07808 9.64144C5.39912 9.46112 5.73974 9.33026 6.08911 9.24851C7.0979 9.01064 8.18039 9.18229 9.07548 9.75545L9.07196 9.75876L9.09521 9.77379L7.02345 11.7083L7.01381 11.6981L2.85576 15.616L7.84304 20.9117L9.39298 19.4286L11.3413 21.472L9.78006 22.9659L9.58559 22.7619L9.77347 22.9615ZM9.44428 14.2803L11.5896 12.2772L13.4352 14.2517C14.6721 15.575 14.8092 17.5337 13.8836 18.9969L9.44428 14.2803ZM21.8757 18.8078C23.251 17.5117 23.4751 15.4495 22.5088 13.9055L22.5063 13.9079L21.0138 12.3426L18.9822 14.2865L20.4627 15.8393L15.1772 20.8345L11.265 16.668L11.2756 16.658L9.34443 14.5826L9.32915 14.6063L9.32712 14.6041C8.94205 15.2075 8.73846 15.8958 8.71879 16.5894C8.69813 17.2832 8.86144 17.9825 9.21132 18.6077L9.21348 18.6057C9.36503 18.8758 9.55143 19.132 9.77289 19.3678L12.5114 22.2844C12.6936 22.4784 12.8909 22.6495 13.0999 22.7977L13.0976 22.7998C14.576 23.8487 16.6352 23.7466 18.0058 22.4549L21.8757 18.8078ZM11.8438 12.0842L13.8431 14.2329L18.5502 9.78693C17.0897 8.85986 15.1349 8.9971 13.8143 10.2358L11.8438 12.0842Z" } });
422
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), ifcFile: e$b({ render: function() {
422
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), ifcFile: e$c({ render: function() {
423
423
  var e2 = this.$createElement;
424
424
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M3 0.479167V22.5208C3 22.7844 3.21563 23 3.47917 23H19.7708C20.0344 23 20.25 22.7844 20.25 22.5208V6.70833H14.9792C14.7156 6.70833 14.5 6.49271 14.5 6.22917V0H3.47917C3.21563 0 3 0.215625 3 0.479167ZM4.4375 9.82251H18.8125V21.5621H4.4375V9.82251ZM5.06037 4.88621V1.48413H4.2937V4.88621H5.06037ZM5.75516 1.48413H7.81558V2.10705H6.52183V2.87371H7.7437V3.49663H6.52183V4.86226H5.75516V1.48413ZM10.0197 4.93444C10.427 4.93444 10.7385 4.86257 10.8822 4.79069L10.7625 4.16777C10.5947 4.23965 10.3552 4.28757 10.1156 4.28757C9.44474 4.28757 9.03745 3.85632 9.03745 3.18548C9.03745 2.41882 9.51662 2.05944 10.1156 2.05944C10.3791 2.05944 10.5947 2.10736 10.7625 2.17923L10.9302 1.58027C10.7864 1.5084 10.4989 1.43652 10.0916 1.43652C9.08537 1.43652 8.24683 2.0834 8.24683 3.2334C8.24683 4.19173 8.84578 4.93444 10.0197 4.93444ZM20.226 5.75034C20.202 5.65451 20.178 5.58263 20.1301 5.51076L15.4583 0.287842V5.75034H20.226ZM13.1105 11.1157C13.374 11.1157 13.5896 11.2116 13.7573 11.3793C14.012 11.6339 14.2693 11.8886 14.5276 12.1442L14.5276 12.1442L14.5277 12.1443L14.5278 12.1444C15.0468 12.6581 15.5694 13.1753 16.0813 13.7032C16.4646 14.0866 16.4646 14.6376 16.0813 15.0209C15.6669 15.4512 15.242 15.8709 14.8135 16.2941L14.8133 16.2943L14.8133 16.2943L14.8133 16.2943L14.8132 16.2944C14.5976 16.5073 14.3811 16.7211 14.1646 16.9376C13.7573 17.3209 13.2063 17.3209 12.799 16.9376C12.7032 16.8418 12.6792 16.7938 12.799 16.6741C13.2951 16.194 13.7804 15.7033 14.2622 15.2161L14.2624 15.216L14.2625 15.2159C14.502 14.9737 14.7406 14.7325 14.9792 14.4938C15.099 14.3741 15.099 14.3022 14.9792 14.1824C14.7867 13.9899 14.5942 13.8 14.4025 13.6111L14.4024 13.611C14.0218 13.2356 13.6447 12.8638 13.2782 12.4813C13.1584 12.3616 13.0865 12.3376 12.9667 12.4813C12.8876 12.5763 12.7981 12.6607 12.705 12.7485C12.6571 12.7937 12.6083 12.8398 12.5594 12.8886C12.4876 12.9605 12.4396 12.9845 12.3438 12.8886C12.2152 12.7439 12.0757 12.61 11.94 12.4796L11.9399 12.4796C11.8735 12.4157 11.8079 12.3527 11.7448 12.2897C11.649 12.2178 11.673 12.1459 11.7448 12.0741L12.4636 11.3553C12.6553 11.2116 12.8709 11.1157 13.1105 11.1157ZM7.16882 13.8711C7.00111 14.0388 6.90527 14.2544 6.90527 14.494C6.90527 14.7336 6.97715 14.9732 7.21673 15.1888L7.71986 15.6919C7.87778 15.8377 7.95562 15.9095 8.03148 15.9075C8.10522 15.9055 8.17708 15.8336 8.31881 15.6919L8.31882 15.6919C8.36673 15.644 8.42246 15.5961 8.47819 15.5482L8.47821 15.5482C8.61756 15.4284 8.75691 15.3086 8.77402 15.1888C8.77402 15.0549 8.63367 14.9443 8.49189 14.8327L8.49188 14.8327C8.43074 14.7845 8.36934 14.7362 8.31882 14.6857L8.29486 14.6617C8.17507 14.5659 8.19902 14.494 8.29486 14.3982L10.0199 12.6732C10.1396 12.5534 10.1876 12.5294 10.3313 12.6732L12.4876 14.8294C12.5834 14.9492 12.6553 14.9492 12.7511 14.8294C13.1105 14.4221 13.1344 13.8711 12.7511 13.4877L10.8105 11.5471C10.4511 11.1877 9.87611 11.1877 9.51673 11.5471C8.72611 12.3138 7.93548 13.0805 7.16882 13.8711ZM10.3073 20.6987C10.0198 20.6987 9.80422 20.6029 9.61255 20.4352L9.61246 20.4351C8.84582 19.6684 8.07919 18.9018 7.31255 18.1591C6.90526 17.7518 6.90526 17.2008 7.31255 16.7935C7.7287 16.3614 8.15554 15.9399 8.57878 15.522L8.57881 15.522L8.57886 15.5219L8.57903 15.5217L8.57919 15.5216L8.57942 15.5214L8.57958 15.5212C8.78961 15.3138 8.99875 15.1073 9.20526 14.9008C9.61255 14.4935 10.1636 14.5175 10.5709 14.9008C10.6907 15.0206 10.6667 15.0685 10.5709 15.1643C9.85213 15.8831 9.13338 16.6018 8.39067 17.3206C8.27088 17.4404 8.27088 17.5123 8.39067 17.632L10.1157 19.3571C10.2115 19.4529 10.2834 19.4768 10.3792 19.3571L10.8105 18.9258C10.8823 18.8539 10.9303 18.8539 10.9782 18.9258L11.6011 19.5487C11.673 19.6206 11.673 19.6685 11.6011 19.7404C11.3615 19.98 11.1219 20.2196 10.8584 20.4591C10.7386 20.6268 10.523 20.6987 10.3073 20.6987ZM16.4886 17.3207C16.4886 17.5842 16.4167 17.7998 16.2251 17.9676C15.4584 18.7582 14.6678 19.5248 13.8772 20.2915C13.5178 20.6509 12.9667 20.6509 12.6074 20.3155C11.9365 19.6686 11.2657 18.9978 10.6188 18.3269C10.2355 17.9436 10.3074 17.3207 10.7147 16.9613C10.8045 16.8894 10.8404 16.9254 10.8831 16.968L10.8831 16.9681C10.8974 16.9823 10.9123 16.9972 10.9303 17.0092C11.1689 17.2478 11.4102 17.4865 11.6523 17.726L11.6524 17.726L11.6526 17.7262L11.6526 17.7263C12.1397 18.208 12.6305 18.6934 13.1105 19.1894C13.2303 19.3092 13.2782 19.3092 13.398 19.1894C13.973 18.5905 14.548 18.0155 15.147 17.4405C15.2667 17.3207 15.2667 17.2728 15.147 17.1769C15.0521 17.0978 14.9676 17.0083 14.8798 16.9152L14.8798 16.9152C14.8346 16.8673 14.7885 16.8185 14.7397 16.7696C14.6438 16.6978 14.6199 16.6259 14.7397 16.554C14.9553 16.3623 15.147 16.1707 15.3386 15.9551C15.4105 15.8832 15.4584 15.8592 15.5542 15.9551L15.5543 15.9551L15.5543 15.9551C15.7939 16.1947 16.0334 16.4342 16.273 16.6978C16.4167 16.8655 16.4886 17.0811 16.4886 17.3207ZM14.3564 14.7815C14.1647 14.5898 13.9251 14.47 13.5418 14.446C13.398 14.446 13.1584 14.5419 12.9907 14.7096C12.6074 15.069 12.248 15.4283 11.8886 15.7877C11.7928 15.8835 11.8168 15.9315 11.8886 16.0033C12.0333 16.132 12.1673 16.2714 12.2976 16.4071L12.2977 16.4071L12.2977 16.4071C12.3616 16.4737 12.4246 16.5393 12.4876 16.6023C12.5595 16.6742 12.6074 16.6981 12.7032 16.6023L14.3564 14.9492C14.4043 14.9013 14.4282 14.8533 14.3564 14.7815ZM13.1584 17.848C13.1584 18.1355 13.0386 18.3751 12.823 18.5667C12.7511 18.6386 12.7032 18.6386 12.6553 18.5667L12.6553 18.5667C12.1042 18.0157 11.5532 17.4647 10.9782 16.9136C10.9063 16.8417 10.9063 16.7938 10.9782 16.7459C11.1938 16.5542 11.4095 16.3386 11.6011 16.123C11.673 16.0511 11.7209 16.0511 11.7928 16.123C12.0315 16.3777 12.2809 16.6217 12.5337 16.8693L12.5337 16.8693L12.534 16.8696C12.6617 16.9946 12.7903 17.1205 12.9188 17.249C13.0866 17.3928 13.1584 17.6084 13.1584 17.848ZM10.7402 13.269C10.7219 13.2452 10.7002 13.2169 10.6668 13.2002C10.6189 13.2242 10.5949 13.2481 10.5709 13.296C10.1636 13.6554 10.1157 14.2304 10.4991 14.6377C10.6787 14.8294 10.8644 15.009 11.0501 15.1887C11.2358 15.3684 11.4215 15.5481 11.6011 15.7398C11.673 15.8117 11.7209 15.8117 11.7928 15.7398C11.8558 15.6768 11.9189 15.6111 11.9827 15.5446L11.9827 15.5446C12.1131 15.4089 12.2471 15.2695 12.3918 15.1408C12.4636 15.045 12.4636 14.9971 12.3918 14.9252L10.7626 13.296C10.7553 13.2888 10.7481 13.2793 10.7402 13.269ZM9.78022 17.3688C9.49272 17.3688 9.25314 17.2491 9.06147 17.0334C8.9896 16.9616 8.9896 16.9136 9.06147 16.8657L10.7146 15.2126C10.7865 15.1407 10.8344 15.1407 10.9063 15.2126C11.0332 15.3554 11.1707 15.4878 11.3117 15.6235C11.3836 15.6927 11.4564 15.7627 11.5292 15.8355C11.6011 15.9074 11.6011 15.9313 11.5292 16.0032L10.3792 17.1532C10.2115 17.297 9.99585 17.3688 9.78022 17.3688Z" } });
425
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), import: e$b({ render: function() {
425
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), import: e$c({ render: function() {
426
426
  var e2 = this.$createElement;
427
427
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.8998 13.6346L6.68806 8.51539L9.94558 8.51539L9.94558 2.85382L13.8541 2.85382V8.51539L17.1116 8.51539L11.8998 13.6346ZM1.06519 15.8128L5.86457 12.5658L7.81884 12.8583L3.45051 15.8128H6.46811C6.89919 15.8128 7.53145 16.2516 7.81884 17.4217C8.04875 18.3578 8.98756 18.7284 9.42822 18.7966H11.8998L11.8998 18.7966H14.3713C14.812 18.7284 15.7508 18.3578 15.9807 17.4217C16.2681 16.2516 16.9004 15.8128 17.3314 15.8128H20.349L15.9807 12.8583L17.935 12.5658L22.7344 15.8128C23.108 16.0079 23.723 16.8776 23.1942 18.7966C22.5332 21.1954 21.2974 21.2539 20.8951 21.2539H11.8998L11.8998 21.2538H2.90447C2.50213 21.2538 1.26636 21.1953 0.605363 18.7966C0.0765659 16.8776 0.691582 16.0078 1.06519 15.8128Z" } });
428
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), indexAscending: e$b({ render: function() {
428
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), indexAscending: e$c({ render: function() {
429
429
  var e2 = this.$createElement, t2 = this._self._c || e2;
430
430
  return t2("g", [t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M17.9932 20.4443L17.9932 1.39685L19.9351 1.39685L19.9351 20.4443L17.9932 20.4443Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M21.3563 17.3742C21.3372 17.3539 21.306 17.3539 21.2868 17.3742L18.9951 19.8103L16.713 17.3847C16.6939 17.3643 16.6627 17.3643 16.6436 17.3847L16.1015 17.9608C16.0824 17.9811 16.0824 18.0144 16.1015 18.0347L18.9577 21.0707C18.9764 21.0906 19.0069 21.0909 19.0261 21.0716C19.032 21.0691 19.0375 21.0653 19.0422 21.0602L21.8984 18.0242C21.9175 18.0039 21.9175 17.9707 21.8984 17.9504L21.3563 17.3742Z" } }), this._v(" "), t2("path", { attrs: { d: "M2.8938 18.5909L5.23755 4.37219H7.17114L4.83716 18.5909H2.8938ZM6.40942 18.5909L8.75317 4.37219H10.6965L8.35278 18.5909H6.40942ZM12.2786 10.2218H2.11255V8.43469H12.2786V10.2218ZM11.5364 14.587H1.38013V12.7999H11.5364V14.587Z" } })]);
431
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), indexDescending: e$b({ render: function() {
431
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), indexDescending: e$c({ render: function() {
432
432
  var e2 = this.$createElement, t2 = this._self._c || e2;
433
433
  return t2("g", [t2("g", { attrs: { "clip-path": "url(#clip0_3035_480)" } }, [t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M20.0067 2.56714V21.6146H18.0648V2.56714H20.0067Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M16.6436 5.63724C16.6627 5.65754 16.6939 5.65754 16.713 5.63724L19.0048 3.20114L21.2868 5.62679C21.3059 5.64714 21.3372 5.64714 21.3563 5.62679L21.8983 5.05063C21.9175 5.03033 21.9175 4.99709 21.8983 4.97679L19.0422 1.94079C19.0234 1.92083 18.9929 1.92061 18.9738 1.93985C18.9679 1.9424 18.9624 1.94622 18.9577 1.95125L16.1015 4.98724C16.0824 5.00754 16.0824 5.04078 16.1015 5.06108L16.6436 5.63724Z" } }), this._v(" "), t2("path", { attrs: { d: "M2.8938 18.5909L5.23755 4.37219H7.17114L4.83716 18.5909H2.8938ZM6.40942 18.5909L8.75317 4.37219H10.6965L8.35278 18.5909H6.40942ZM12.2786 10.2218H2.11255V8.43469H12.2786V10.2218ZM11.5364 14.587H1.38013V12.7999H11.5364V14.587Z" } })])]);
434
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), information: e$b({ render: function() {
434
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), information: e$c({ render: function() {
435
435
  var e2 = this.$createElement;
436
436
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M0 11.5C0 17.8424 5.15936 23 11.5 23C17.8406 23 23 17.8424 23 11.5C23 5.15936 17.8406 0 11.5 0C5.15936 0 0 5.15936 0 11.5ZM1.70953 11.5C1.70953 6.10131 6.10131 1.70953 11.5 1.70953C16.8987 1.70953 21.2905 6.10131 21.2905 11.5C21.2905 16.8987 16.8987 21.2905 11.5 21.2905C6.10131 21.2905 1.70953 16.8987 1.70953 11.5ZM10.8029 14.3193L10.5157 4.4775H12.4834L12.1962 14.3193H10.8029ZM10.2901 17.2508C10.2901 16.5123 10.8029 15.9789 11.5004 15.9789C12.2372 15.9789 12.7091 16.5123 12.7091 17.2508C12.7091 17.9688 12.2372 18.5209 11.5004 18.5209C10.7824 18.5209 10.2901 17.9688 10.2901 17.2508Z" } });
437
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), inProgressFile: e$b({ render: function() {
437
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), inProgressFile: e$c({ render: function() {
438
438
  var e2 = this.$createElement, t2 = this._self._c || e2;
439
439
  return t2("g", [t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M0 18.6042V0.395833C0 0.178125 0.178125 0 0.395833 0H9.5V5.14583C9.5 5.36354 9.67813 5.54167 9.89583 5.54167H14.25V18.6042C14.25 18.8219 14.0719 19 13.8542 19H0.395833C0.178125 19 0 18.8219 0 18.6042ZM14.1508 4.55257C14.1904 4.61194 14.2101 4.67132 14.2299 4.75048H10.2914V0.237984L14.1508 4.55257Z" } }), this._v(" "), t2("circle", { attrs: { cx: "13", cy: "18", r: "6", fill: "#D8D8D8" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11 15V17H11.0033L11 17.0033L12.3333 18.3333L11 19.6667L11.0033 19.67H11V21.6667H15V19.67H14.9967L15 19.6667L13.6667 18.3333L15 17.0033L14.9967 17H15V15H11ZM14.3333 19.8333V21H11.6667V19.8333L13 18.5L14.3333 19.8333ZM11.6667 16.8333V15.6667H14.3333V16.8333L13 18.1667L11.6667 16.8333ZM13.0002 19.6667L12.0002 20.6667H14.0002L13.0002 19.6667ZM13.9999 16.8333L12.9999 17.8333L11.9999 16.8333L13.9999 16.8333Z", fill: "#2F374A" } })]);
440
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), isolate: e$b({ render: function() {
440
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), invitation: e$c({ render: function() {
441
+ var e2 = this.$createElement;
442
+ return (this._self._c || e2)("path", { attrs: { d: "M11.5 1.5C5.98 1.5 1.5 5.98 1.5 11.5C1.5 17.02 5.98 21.5 11.5 21.5C17.02 21.5 21.5 17.02 21.5 11.5C21.5 5.98 17.02 1.5 11.5 1.5ZM15.11 7.84C16.18 7.84 17.04 8.7 17.04 9.77C17.04 10.84 16.18 11.7 15.11 11.7C14.04 11.7 13.18 10.84 13.18 9.77C13.17 8.7 14.04 7.84 15.11 7.84ZM9.11 6.26C10.41 6.26 11.47 7.32 11.47 8.62C11.47 9.92 10.41 10.98 9.11 10.98C7.81 10.98 6.75 9.92 6.75 8.62C6.75 7.31 7.8 6.26 9.11 6.26ZM9.11 15.39V19.14C6.71 18.39 4.81 16.54 3.97 14.18C5.02 13.06 7.64 12.49 9.11 12.49C9.64 12.49 10.31 12.57 11.01 12.71C9.37 13.58 9.11 14.73 9.11 15.39ZM11.5 19.5C11.23 19.5 10.97 19.49 10.71 19.46V15.39C10.71 13.97 13.65 13.26 15.11 13.26C16.18 13.26 18.03 13.65 18.95 14.41C17.78 17.38 14.89 19.5 11.5 19.5Z" } });
443
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), isolate: e$c({ render: function() {
441
444
  var e2 = this.$createElement;
442
445
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.3904 17.581L4.92852 14.6238C4.819 14.6238 4.70947 14.5143 4.70947 14.4048V7.39524C4.70947 7.34048 4.73685 7.28571 4.76423 7.23095C4.79162 7.17619 4.819 7.12143 4.819 7.06667H5.14757L11.3904 9.58571L17.0857 7.17619L11.4999 4.65714L6.89995 6.84762C6.79042 6.95714 6.57138 6.84762 6.46185 6.73809C6.35233 6.51905 6.46185 6.40952 6.57138 6.3L11.0619 4H11.3904L17.8523 6.95714C17.9619 7.06667 18.0714 7.17619 18.0714 7.28571V14.2952C18.0714 14.4048 17.9619 14.6238 17.8523 14.6238L11.3904 17.581ZM11.2809 10.3524L5.36662 7.83333V14.1857L11.0619 16.8143V11.6667C11.0619 11.4476 11.1714 11.3381 11.3904 11.3381C11.6095 11.3381 11.719 11.4476 11.719 11.6667V16.8143L17.5238 14.1857V7.83333L11.4999 10.3524H11.2809ZM18.9476 14.4001V9.58105C21.4667 10.7858 23 12.5382 23 14.5096C23 18.1239 17.8524 20.9715 11.5 20.9715C5.14762 20.9715 0 18.1239 0 14.5096C0 12.5382 1.53333 10.7858 4.05238 9.58105V14.4001C4.05238 14.7287 4.27143 15.1668 4.6 15.2763L10.9524 18.2334H11.0619H11.281H11.5H11.6095L18.4 15.2763C18.7286 15.1668 18.9476 14.8382 18.9476 14.4001Z" } });
443
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), key: e$b({ render: function() {
446
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), key: e$c({ render: function() {
444
447
  var e2 = this.$createElement;
445
448
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M19.0178 10.0262C19.0178 12.9638 16.6364 15.3452 13.6988 15.3452C13.0611 15.3452 12.4495 15.233 11.8829 15.0272L10.9023 16.0078H9.00661V17.8483H7.12931V19.7072H3.98207L3.98206 16.5967L8.7106 11.8769C8.49667 11.3005 8.37977 10.677 8.37977 10.0262C8.37977 7.08856 10.7612 4.70715 13.6988 4.70715C16.6364 4.70715 19.0178 7.08856 19.0178 10.0262ZM16.6431 8.77465C16.6431 9.67924 15.9098 10.4125 15.0052 10.4125C14.1006 10.4125 13.3673 9.67924 13.3673 8.77465C13.3673 7.87007 14.1006 7.13675 15.0052 7.13675C15.9098 7.13675 16.6431 7.87007 16.6431 8.77465Z" } });
446
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), left: e$b({ render: function() {
449
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), left: e$c({ render: function() {
447
450
  var e2 = this.$createElement;
448
451
  return (this._self._c || e2)("path", { attrs: { d: "M0.481203 11.7773L21.9479 0.277346L21.9479 23.2773L0.481203 11.7773Z" } });
449
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), linkedDocument: e$b({ render: function() {
452
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), linkedDocument: e$c({ render: function() {
450
453
  var e2 = this.$createElement;
451
454
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M3 0.479167V22.5208C3 22.7844 3.21562 23 3.47917 23H19.7708C20.0344 23 20.25 22.7844 20.25 22.5208V6.70833H14.9792C14.7156 6.70833 14.5 6.49271 14.5 6.22917V0H3.47917C3.21562 0 3 0.215625 3 0.479167ZM20.2257 5.75036C20.2017 5.65452 20.1778 5.58265 20.1299 5.51077L15.458 0.287855V5.75036H20.2257ZM15.1622 15.8675C16.4073 15.859 17.4235 14.8428 17.4321 13.5977C17.4406 12.3526 16.4382 11.3502 15.1931 11.3587L14.0318 11.3667C13.7931 11.3683 13.5983 11.5632 13.5966 11.8019C13.595 12.0406 13.7872 12.2327 14.0259 12.2311L15.1872 12.2231C15.9549 12.2179 16.5729 12.8359 16.5677 13.6036C16.5624 14.3713 15.9358 14.9979 15.1681 15.0031L12.8455 15.0191C12.0833 15.0243 11.4686 14.415 11.465 13.6549C11.4706 13.5382 11.4293 13.4203 11.3408 13.3319C11.1729 13.164 10.8988 13.1658 10.7286 13.336C10.6357 13.429 10.5929 13.5529 10.6006 13.6736C10.6077 14.9051 11.6042 15.8919 12.8396 15.8835L15.1622 15.8675ZM8.73734 11.4119C7.49227 11.4204 6.47603 12.4367 6.4675 13.6817C6.45897 14.9268 7.46138 15.9292 8.70646 15.9207L9.86777 15.9127C10.1065 15.9111 10.3013 15.7163 10.3029 15.4776C10.3046 15.2389 10.1124 15.0467 9.8737 15.0483L8.71238 15.0563C7.9447 15.0615 7.32664 14.4435 7.3319 13.6758C7.33715 12.9081 7.96374 12.2815 8.73142 12.2763L11.0541 12.2604C11.8163 12.2551 12.431 12.8644 12.4346 13.6245C12.429 13.7412 12.4703 13.8591 12.5588 13.9476C12.7267 14.1155 13.0007 14.1136 13.1709 13.9434C13.2639 13.8504 13.3066 13.7265 13.299 13.6059C13.2918 12.3743 12.2954 11.3875 11.06 11.396L8.73734 11.4119Z" } });
452
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), list: e$b({ render: function() {
455
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), list: e$c({ render: function() {
453
456
  var e2 = this.$createElement, t2 = this._self._c || e2;
454
457
  return t2("g", [t2("path", { attrs: { d: "M19.1537 13.26C19.1537 12.9839 18.9298 12.76 18.6537 12.76H8.56629C8.29015 12.76 8.06629 12.9839 8.06629 13.26V14.3701C8.06629 14.6462 8.29015 14.8701 8.56629 14.8701H18.6537C18.9298 14.8701 19.1537 14.6462 19.1537 14.3701V13.26Z" } }), this._v(" "), t2("path", { attrs: { d: "M19.1537 17.8898C19.1537 17.6137 18.9298 17.3898 18.6537 17.3898H8.56629C8.29015 17.3898 8.06629 17.6137 8.06629 17.8898V18.9999C8.06629 19.276 8.29015 19.4999 8.56629 19.4999H18.6537C18.9298 19.4999 19.1537 19.276 19.1537 18.9999V17.8898Z" } }), this._v(" "), t2("path", { attrs: { d: "M19.1537 8.62994C19.1537 8.3538 18.9298 8.12994 18.6537 8.12994H8.56629C8.29015 8.12994 8.06629 8.3538 8.06629 8.62994V9.74C8.06629 10.0161 8.29015 10.24 8.56629 10.24H18.6537C18.9298 10.24 19.1537 10.0161 19.1537 9.74V8.62994Z" } }), this._v(" "), t2("path", { attrs: { d: "M19.1537 4C19.1537 3.72386 18.9298 3.5 18.6537 3.5H8.56629C8.29015 3.5 8.06629 3.72386 8.06629 4V5.11006C8.06629 5.3862 8.29015 5.61006 8.56629 5.61006H18.6537C18.9298 5.61006 19.1537 5.3862 19.1537 5.11006V4Z" } }), this._v(" "), t2("path", { attrs: { d: "M3.84619 13.26C3.84619 12.9839 4.07005 12.76 4.34619 12.76H5.45625C5.73239 12.76 5.95625 12.9839 5.95625 13.26V14.3701C5.95625 14.6462 5.73239 14.8701 5.45625 14.8701H4.34619C4.07005 14.8701 3.84619 14.6462 3.84619 14.3701V13.26Z" } }), this._v(" "), t2("path", { attrs: { d: "M3.84619 17.8898C3.84619 17.6137 4.07005 17.3898 4.34619 17.3898H5.45625C5.73239 17.3898 5.95625 17.6137 5.95625 17.8898V18.9999C5.95625 19.276 5.73239 19.4999 5.45625 19.4999H4.34619C4.07005 19.4999 3.84619 19.276 3.84619 18.9999V17.8898Z" } }), this._v(" "), t2("path", { attrs: { d: "M3.84619 8.62994C3.84619 8.3538 4.07005 8.12994 4.34619 8.12994H5.45625C5.73239 8.12994 5.95625 8.3538 5.95625 8.62994V9.74C5.95625 10.0161 5.73239 10.24 5.45625 10.24H4.34619C4.07005 10.24 3.84619 10.0161 3.84619 9.74V8.62994Z" } }), this._v(" "), t2("path", { attrs: { d: "M3.84619 4C3.84619 3.72386 4.07005 3.5 4.34619 3.5H5.45625C5.73239 3.5 5.95625 3.72386 5.95625 4V5.11006C5.95625 5.3862 5.73239 5.61006 5.45625 5.61006H4.34619C4.07005 5.61006 3.84619 5.3862 3.84619 5.11006V4Z" } })]);
455
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), listManage: e$b({ render: function() {
458
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), listManage: e$c({ render: function() {
456
459
  var e2 = this.$createElement;
457
460
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M5.82965 16.6538L5.82965 0.553833H8.12965L8.12965 16.6538H11.9593L6.97965 23.5538L2 16.6538H5.82965ZM16.1796 0.553833L21.1593 7.45383L17.3296 7.45383V23.5538H15.0296V7.45383L11.2 7.45383L16.1796 0.553833Z" } });
458
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), location: e$b({ render: function() {
461
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), location: e$c({ render: function() {
459
462
  var e2 = this.$createElement;
460
463
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M4 8.05C4 3.5995 7.5995 0 12.05 0C16.5005 0 20.1 3.5995 20.1 8.05C20.1 14.0875 12.05 23 12.05 23C12.05 23 4 14.0875 4 8.05ZM9.17501 8.05011C9.17501 9.63711 10.463 10.9251 12.05 10.9251C13.637 10.9251 14.925 9.63711 14.925 8.05011C14.925 6.46311 13.637 5.17511 12.05 5.17511C10.463 5.17511 9.17501 6.46311 9.17501 8.05011Z" } });
461
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), lock: e$b({ render: function() {
464
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), lock: e$c({ render: function() {
462
465
  var e2 = this.$createElement;
463
466
  return (this._self._c || e2)("path", { attrs: { d: "M18.3333 7.66667H17.2381V5.47619C17.2381 2.45333 14.7848 0 11.7619 0C8.73905 0 6.28571 2.45333 6.28571 5.47619V7.66667H5.19048C3.98571 7.66667 3 8.65238 3 9.85714V20.8095C3 22.0143 3.98571 23 5.19048 23H18.3333C19.5381 23 20.5238 22.0143 20.5238 20.8095V9.85714C20.5238 8.65238 19.5381 7.66667 18.3333 7.66667ZM11.7619 17.5238C10.5571 17.5238 9.57143 16.5381 9.57143 15.3333C9.57143 14.1286 10.5571 13.1429 11.7619 13.1429C12.9667 13.1429 13.9524 14.1286 13.9524 15.3333C13.9524 16.5381 12.9667 17.5238 11.7619 17.5238ZM15.1571 7.66667H8.36667V5.47619C8.36667 3.60333 9.88905 2.08095 11.7619 2.08095C13.6348 2.08095 15.1571 3.60333 15.1571 5.47619V7.66667Z" } });
464
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), logout: e$b({ render: function() {
467
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), logout: e$c({ render: function() {
465
468
  var e2 = this.$createElement;
466
469
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M18.6434 4.08305L16.9078 5.8186C18.8389 7.37083 20.0734 9.75416 20.0734 12.4308C20.0734 17.1608 16.2478 20.9864 11.5178 20.9864C6.78782 20.9864 2.96227 17.1608 2.96227 12.4308C2.96227 9.75416 4.19671 7.37083 6.1156 5.80638L4.39227 4.08305C2.02116 6.09972 0.517822 9.08194 0.517822 12.4308C0.517822 18.5053 5.44338 23.4308 11.5178 23.4308C17.5923 23.4308 22.5178 18.5053 22.5178 12.4308C22.5178 9.08194 21.0133 6.09972 18.6434 4.08305ZM10.2956 13.6531H12.74V1.43085H10.2956V13.6531Z" } });
467
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), measure: e$b({ render: function() {
470
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), measure: e$c({ render: function() {
468
471
  var e2 = this.$createElement;
469
472
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M17.7717 0.241397L16.4534 1.55968L17.4627 2.56896C17.5803 2.68652 17.5803 2.87926 17.4627 2.99714L16.7515 3.708C16.634 3.82589 16.4412 3.82589 16.3234 3.708L15.3144 2.69873L14.4963 3.51656L16.4711 5.49142C16.589 5.60931 16.589 5.80204 16.4711 5.9196L15.7603 6.63046C15.6427 6.74835 15.4496 6.74835 15.3321 6.63046L13.3572 4.65592L12.5693 5.44388L13.5786 6.45283C13.6961 6.57072 13.6961 6.76345 13.5786 6.88102L12.8677 7.59188C12.7498 7.70976 12.5571 7.70976 12.4395 7.59188L11.4303 6.58292L10.5588 7.45439L12.5336 9.42926C12.6515 9.54682 12.6515 9.73955 12.5336 9.85712L11.8225 10.568C11.7049 10.6859 11.5122 10.6859 11.3946 10.568L9.41976 8.59312L8.59969 9.41352L9.60896 10.4225C9.72684 10.5404 9.72684 10.7331 9.60896 10.8507L8.8981 11.5618C8.78022 11.6794 8.58749 11.6794 8.46992 11.5618L7.46066 10.5526L6.65344 11.3598L8.62828 13.3346C8.74585 13.4522 8.74585 13.6449 8.62828 13.7625L7.91711 14.4737C7.79954 14.5913 7.60681 14.5913 7.48925 14.4737L5.51441 12.4988L4.71554 13.2977L5.7248 14.3067C5.84269 14.4245 5.84269 14.617 5.7248 14.7348L5.01395 15.4457C4.89607 15.5636 4.70334 15.5636 4.58577 15.4457L3.57651 14.4364L2.72496 15.288L4.6998 17.2628C4.81737 17.3807 4.81737 17.5735 4.6998 17.691L3.98895 18.4022C3.87106 18.5198 3.67833 18.5198 3.56077 18.4022L1.58593 16.4274L0.241635 17.7717C-0.0805451 18.0935 -0.0805451 18.6203 0.241635 18.9422L4.05769 22.7586C4.37987 23.0805 4.90634 23.0805 5.22852 22.7586L22.7586 5.22834C23.0805 4.90615 23.0805 4.37968 22.7586 4.05749L18.9422 0.241397C18.6204 -0.0804656 18.0936 -0.0804656 17.7717 0.241397Z" } });
470
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), minus: e$b({ render: function() {
473
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), minus: e$c({ render: function() {
471
474
  var e2 = this.$createElement;
472
475
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M0.0178223 13.2484H23.0178V9.9584H0.0178223V13.2484Z" } });
473
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), model3d: e$b({ render: function() {
476
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), model3d: e$c({ render: function() {
474
477
  var e2 = this.$createElement;
475
478
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M22.6758 5.03818L11.7623 0.0529037C11.607 -0.0183966 11.4265 -0.0172466 11.2712 0.0540537L3.22117 3.79272C2.93826 3.92497 2.81981 4.25157 2.95666 4.52413C3.09236 4.79668 3.43277 4.91168 3.71452 4.77943L11.5208 1.15461L21.0739 5.51773L11.4633 9.6175L0.795804 5.14398C0.619853 5.07038 0.417452 5.08648 0.257601 5.18768C0.0966005 5.28888 0 5.46138 0 5.64653V17.5042C0 17.717 0.127651 17.9102 0.327752 18.001L11.277 22.9484C11.2793 22.9495 11.2827 22.9495 11.285 22.9507C11.2977 22.9564 11.3115 22.9622 11.3241 22.9668C11.3299 22.9679 11.3356 22.9702 11.3402 22.9725C11.3552 22.9771 11.369 22.9806 11.3851 22.984C11.3897 22.9852 11.3931 22.9863 11.3989 22.9875C11.415 22.9909 11.4299 22.9932 11.446 22.9955L11.4587 22.9967C11.4782 22.999 11.4978 23.0001 11.5185 23.0001C11.5392 23.0001 11.5587 22.999 11.5794 22.9967C11.5829 22.9967 11.5863 22.9955 11.5909 22.9955C11.607 22.9932 11.6231 22.9909 11.6392 22.9875C11.6438 22.9863 11.6484 22.9852 11.653 22.984C11.668 22.9806 11.6829 22.9771 11.6967 22.9725C11.7025 22.9702 11.7071 22.9679 11.7128 22.9668C11.7266 22.961 11.7404 22.9564 11.7531 22.9507C11.7554 22.9495 11.7577 22.9495 11.76 22.9484L22.6747 17.9999C22.8736 17.9102 23.0001 17.717 23.0001 17.5042V5.53268C23.0001 5.32108 22.8736 5.12903 22.6758 5.03818ZM21.8637 17.1569L12.0863 21.5902V12.9444C12.0863 12.642 11.8322 12.397 11.5182 12.397C11.2043 12.397 10.9501 12.642 10.9501 12.9444V21.5913L1.13713 17.1569V6.48138L11.2388 10.718C11.3848 10.779 11.5504 10.779 11.6953 10.7169L21.8637 6.37903V17.1569Z" } });
476
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), organization: e$b({ render: function() {
479
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), organization: e$c({ render: function() {
477
480
  var e2 = this.$createElement;
478
481
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M14.0002 5.24957C14.0002 6.6303 12.8809 7.7496 11.5001 7.7496C10.1194 7.7496 9.00009 6.6303 9.00009 5.24957C9.00009 3.86884 10.1194 2.74954 11.5001 2.74954C12.8809 2.74954 14.0002 3.86884 14.0002 5.24957ZM15.4247 7.45313C14.6534 8.82378 13.1849 9.74962 11.5001 9.74962C9.01481 9.74962 7.00007 7.73488 7.00007 5.24957C7.00007 2.76426 9.01481 0.749512 11.5001 0.749512C13.9854 0.749512 16.0002 2.76426 16.0002 5.24957C16.0002 5.31734 15.9987 5.38477 15.9957 5.45181C18.3978 6.83951 20.099 9.30513 20.4381 12.1875C21.9533 12.9117 23 14.4586 23 16.25C23 18.7353 20.9852 20.75 18.4999 20.75C16.0146 20.75 13.9999 18.7353 13.9999 16.25C13.9999 13.8183 15.9285 11.8371 18.3396 11.7527C17.9513 9.97155 16.885 8.44368 15.4247 7.45313ZM7.00009 16.25C7.00009 17.6307 5.88079 18.75 4.50006 18.75C3.11933 18.75 2.00003 17.6307 2.00003 16.25C2.00003 14.8692 3.11933 13.7499 4.50006 13.7499C5.88079 13.7499 7.00009 14.8692 7.00009 16.25ZM9.00011 16.25C9.00011 18.7353 6.98537 20.75 4.50006 20.75C2.01474 20.75 0 18.7353 0 16.25C0 14.4585 1.0468 12.9116 2.56208 12.1874C2.90121 9.30518 4.60227 6.83967 7.00417 5.45195C7.03624 6.17683 7.2398 6.85713 7.57526 7.45328C6.11501 8.44384 5.04879 9.97164 4.66057 11.7527C7.07154 11.8372 9.00011 13.8184 9.00011 16.25ZM18.4999 18.75C19.8807 18.75 21 17.6307 21 16.25C21 14.8692 19.8807 13.7499 18.4999 13.7499C17.1192 13.7499 15.9999 14.8692 15.9999 16.25C15.9999 17.6307 17.1192 18.75 18.4999 18.75ZM15.1323 19.2356C15.6087 19.7726 16.2116 20.1948 16.8942 20.4556C15.391 21.5828 13.5235 22.2505 11.5001 22.2505C9.47656 22.2505 7.60903 21.5827 6.10581 20.4555C6.78842 20.1947 7.39124 19.7724 7.86758 19.2354C8.92655 19.8795 10.17 20.2505 11.5001 20.2505C12.8301 20.2505 14.0734 19.8796 15.1323 19.2356Z" } });
479
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), parameters: e$b({ render: function() {
482
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), parameters: e$c({ render: function() {
480
483
  var e2 = this.$createElement;
481
484
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M0 17.8889V20.4444H7.66667V17.8889H0ZM0 2.55556V5.11111H12.7778V2.55556H0ZM12.7778 23V20.4444H23V17.8889H12.7778V15.3333H10.2222V23H12.7778ZM5.11111 7.66667V10.2222H0V12.7778H5.11111V15.3333H7.66667V7.66667H5.11111ZM23 12.7778V10.2222H10.2222V12.7778H23ZM15.3333 7.66667H17.8889V5.11111H23V2.55556H17.8889V0H15.3333V7.66667Z" } });
482
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), path: e$b({ render: function() {
485
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), path: e$c({ render: function() {
483
486
  var e2 = this.$createElement;
484
487
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M23 2.87267C23 4.23366 21.8967 5.33696 20.5357 5.33696C19.8712 5.33696 19.2682 5.07396 18.825 4.64637L9.83851 9.13959C9.85081 9.23937 9.85714 9.341 9.85714 9.4441C9.85714 9.54715 9.85082 9.64872 9.83853 9.74845L18.8251 14.2417C19.2683 13.8142 19.8713 13.5512 20.5357 13.5512C21.8967 13.5512 23 14.6545 23 16.0155C23 17.3765 21.8967 18.4798 20.5357 18.4798C19.6964 18.4798 18.9551 18.0602 18.5101 17.4193L4.92202 21.1252C4.82932 22.4016 3.76438 23.4084 2.46429 23.4084C1.1033 23.4084 0 22.3051 0 20.9441C0 19.5831 1.1033 18.4798 2.46429 18.4798C3.30355 18.4798 4.04483 18.8994 4.48982 19.5402L18.078 15.8343C18.081 15.7929 18.085 15.7518 18.0901 15.711L9.10365 11.2178C8.66043 11.6454 8.05736 11.9084 7.39286 11.9084C6.03187 11.9084 4.92857 10.8051 4.92857 9.4441C4.92857 8.08311 6.03187 6.97982 7.39286 6.97982C8.0573 6.97982 8.66032 7.24278 9.10353 7.67032L18.09 3.17706C18.0778 3.07732 18.0714 2.97573 18.0714 2.87267C18.0714 1.51168 19.1747 0.408386 20.5357 0.408386C21.8967 0.408386 23 1.51168 23 2.87267Z" } });
485
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), pieGraph: e$b({ render: function() {
488
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), pieGraph: e$c({ render: function() {
486
489
  var e2 = this.$createElement, t2 = this._self._c || e2;
487
490
  return t2("g", [t2("circle", { attrs: { cx: "12.2266", cy: "12.2281", r: "9.65632", stroke: "#D8D8D8", "stroke-width": "5", fill: "none" } }), this._v(" "), t2("path", { attrs: { d: "M21.8824 12.2281C21.8824 6.89506 17.5592 2.57178 12.2261 2.57178C11.6725 2.57178 11.1297 2.61837 10.6016 2.70785", stroke: "var(--color-secondary)", "stroke-width": "5", fill: "none" } }), this._v(" "), t2("path", { attrs: { d: "M12.2266 21.8843C6.89359 21.8843 2.57031 17.5611 2.57031 12.228C2.57031 7.44861 6.04256 3.4802 10.6021 2.70776", stroke: "var(--color-primary)", "stroke-width": "5", fill: "none" } })]);
488
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), plus: e$b({ render: function() {
491
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), plus: e$c({ render: function() {
489
492
  var e2 = this.$createElement;
490
493
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M13.2066 0.46463H9.92089V10.3218H0.0637207V13.6075H9.92089V23.4646H13.2066V13.6075H23.0637V10.3218H13.2066V0.46463Z" } });
491
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), project: e$b({ render: function() {
494
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), project: e$c({ render: function() {
492
495
  var e2 = this.$createElement;
493
496
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M7.3081 2.94247L12.5649 0V1.89286C18.2707 2.22812 22.7916 6.81993 22.7916 12.4362C22.7916 18.2704 17.9134 23 11.8958 23C5.87827 23 1 18.2704 1 12.4362C1 9.69438 2.07754 7.19679 3.84419 5.31913L5.54766 6.67278C4.09078 8.18052 3.19828 10.2072 3.19828 12.4362C3.19828 17.0934 7.09229 20.8687 11.8958 20.8687C16.6993 20.8687 20.5933 17.0934 20.5933 12.4362C20.5933 7.99732 17.0557 4.35959 12.5649 4.02832V5.88494L7.3081 2.94247ZM7.70508 12.5722C7.70508 10.2578 9.58134 8.38155 11.8958 8.38155C14.2102 8.38155 16.0865 10.2578 16.0865 12.5722C16.0865 14.8867 14.2102 16.7629 11.8958 16.7629C9.58134 16.7629 7.70508 14.8867 7.70508 12.5722Z" } });
494
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), quickSelect: e$b({ render: function() {
497
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), quickSelect: e$c({ render: function() {
495
498
  var e2 = this.$createElement, t2 = this._self._c || e2;
496
499
  return t2("g", [t2("path", { attrs: { d: "M18.3998 4.89012H7.57623C6.08799 4.89012 4.87035 6.10777 4.87035 7.59601V18.4195H3.51741C2.02917 18.4195 0.811523 17.2019 0.811523 15.7137V3.53718C0.811523 2.04895 2.02917 0.831299 3.51741 0.831299H15.6939C17.1821 0.831299 18.3998 2.04895 18.3998 3.53718V4.89012Z" } }), this._v(" "), t2("path", { attrs: { d: "M8.92915 6.24307H21.1056C22.5939 6.24307 23.8115 7.46072 23.8115 8.94896V21.1254C23.8115 22.6137 22.5939 23.8313 21.1056 23.8313H8.92915C7.44091 23.8313 6.22327 22.6137 6.22327 21.1254V8.94896C6.22327 7.46072 7.44091 6.24307 8.92915 6.24307ZM20.4291 10.3019L12.988 17.7431L10.0115 14.7666L8.92915 15.849L12.8527 19.7725L21.3762 11.249L20.4291 10.3019Z" } })]);
497
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), readonlyFolder: e$b({ render: function() {
500
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), readonlyFolder: e$c({ render: function() {
498
501
  var e2 = this.$createElement;
499
502
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M2.29984 2H9.19976L11.5 4.30024H20.6998C21.9651 4.30024 23 5.33515 23 6.60008V18.1001C23 19.3654 21.9651 20.4003 20.6998 20.4003H2.29984C1.03451 20.4003 0 19.3654 0 18.1001L0.0111238 4.30024C0.0111238 3.03491 1.03451 2 2.29984 2ZM10 12.5C10 11.7253 10.67 11.1 11.5 11.1C12.33 11.1 13 11.7253 13 12.5C13 13.2747 12.33 13.9 11.5 13.9C10.67 13.9 10 13.2747 10 12.5ZM9 12.5C9 13.788 10.12 14.8333 11.5 14.8333C12.88 14.8333 14 13.788 14 12.5C14 11.212 12.88 10.1667 11.5 10.1667C10.12 10.1667 9 11.212 9 12.5ZM6 12.5C6.865 10.4513 9 9 11.5 9C14 9 16.135 10.4513 17 12.5C16.135 14.5487 14 16 11.5 16C9 16 6.865 14.5487 6 12.5Z" } });
500
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), redo: e$b({ render: function() {
503
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), redo: e$c({ render: function() {
501
504
  var e2 = this.$createElement;
502
505
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M17.1921 0.277443L22.6409 5.41187L17.1921 10.5463V7.24548H10.0143C6.59996 7.24548 3.83206 10.0134 3.83206 13.4278C3.83206 16.8421 6.59996 19.61 10.0143 19.61H17.4016V23.2775H10.0143C4.57448 23.2775 0.164612 18.8676 0.164612 13.4278C0.164612 7.9879 4.57448 3.57803 10.0143 3.57803H17.1921V0.277443Z" } });
503
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), reduced: e$b({ render: function() {
506
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), reduced: e$c({ render: function() {
504
507
  var e2 = this.$createElement, t2 = this._self._c || e2;
505
508
  return t2("g", [t2("path", { attrs: { d: "M0.000108719 12.2561L11.8879 12.2561L11.8879 0.50036L0.000108719 12.2561Z" } }), this._v(" "), t2("rect", { attrs: { width: "3.30887", height: "8.73798", transform: "matrix(-0.711046 0.703145 -0.711046 -0.703146 8.78711 6.86267)" } }), this._v(" "), t2("path", { attrs: { d: "M23.0004 11.7451L11.1125 11.7451L11.1125 23.5009L23.0004 11.7451Z" } }), this._v(" "), t2("rect", { attrs: { width: "3.30887", height: "8.73798", transform: "matrix(0.711046 -0.703145 0.711046 0.703145 14.2141 17.1385)" } })]);
506
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), refresh: e$b({ render: function() {
509
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), refresh: e$c({ render: function() {
507
510
  var e2 = this.$createElement;
508
511
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M12.3636 8.36364V5.22727C8.90318 5.22727 6.09091 8.03954 6.09091 11.5C6.09091 12.5559 6.35227 13.5595 6.82273 14.4273L5.29636 15.9536C4.48091 14.6677 4 13.1414 4 11.5C4 6.87909 7.74273 3.13636 12.3636 3.13636V0L16.5455 4.18182L12.3636 8.36364ZM17.9045 8.57278L19.4309 7.04642C20.2464 8.33233 20.7273 9.85869 20.7273 11.5001C20.7273 16.121 16.9845 19.8637 12.3636 19.8637V23.0001L8.18181 18.8182L12.3636 14.6364V17.7728C15.8241 17.7728 18.6364 14.9605 18.6364 11.5001C18.6364 10.4441 18.3645 9.45096 17.9045 8.57278Z" } });
509
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), reprocessIfc: e$b({ render: function() {
512
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), reprocessIfc: e$c({ render: function() {
510
513
  var e2 = this.$createElement, t2 = this._self._c || e2;
511
514
  return t2("g", [t2("path", { attrs: { d: "M11.8203 4.50582V5.99229L15.4758 3.25508L11.8203 0.553833V2.00433C6.00773 2.00433 1.2998 6.482 1.2998 12.0103C1.2998 13.974 1.90473 15.8 2.93048 17.3385L4.85047 15.5124C4.25869 14.4743 3.92993 13.2735 3.92993 12.0103C3.92993 7.87032 7.46745 4.50582 11.8203 4.50582Z" } }), this._v(" "), t2("path", { attrs: { d: "M11.7793 19.6018L11.7793 18.1154L8.12386 20.8526L11.7793 23.5538L11.7793 22.1033C17.5919 22.1033 22.2998 17.6257 22.2998 12.0974C22.2998 10.1337 21.6949 8.30762 20.6691 6.76921L18.7491 8.59529C19.3409 9.63341 19.6697 10.8341 19.6697 12.0974C19.6697 16.2373 16.1322 19.6018 11.7793 19.6018Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.1641 7.92453C11.1641 7.40334 11.5866 6.98083 12.1078 6.98083C12.629 6.98083 13.0515 7.40334 13.0515 7.92453V8.65954C13.4326 8.74917 13.7916 8.89186 14.1195 9.07888L14.6993 8.52748C15.0678 8.17697 15.6653 8.17697 16.0339 8.52748C16.4024 8.87799 16.4024 9.44627 16.0339 9.79678L15.4579 10.3446C15.6576 10.6571 15.8103 10.9999 15.9066 11.3639H16.7626C17.2583 11.3639 17.6601 11.7657 17.6601 12.2614C17.6601 12.7571 17.2583 13.159 16.7626 13.159H15.9143C15.8203 13.5268 15.6689 13.8733 15.4696 14.1894L16.0339 14.7261C16.4024 15.0766 16.4024 15.6449 16.0339 15.9954C15.6654 16.3459 15.0678 16.3459 14.6993 15.9954L14.1388 15.4623C13.8057 15.6548 13.44 15.8014 13.0515 15.8928V16.5984C13.0515 17.1196 12.629 17.5421 12.1078 17.5421C11.5866 17.5421 11.1641 17.1196 11.1641 16.5984V15.8927C10.7756 15.8013 10.41 15.6548 10.077 15.4623L9.51643 15.9955C9.1479 16.346 8.55039 16.346 8.18185 15.9955C7.81332 15.6449 7.81332 15.0767 8.18185 14.7261L8.7462 14.1894C8.54691 13.8733 8.39551 13.5268 8.30152 13.159H7.4532C6.9575 13.159 6.55566 12.7571 6.55566 12.2614C6.55566 11.7657 6.95751 11.3639 7.4532 11.3639H8.30917C8.40551 10.9999 8.55817 10.6572 8.75782 10.3446L8.18182 9.79677C7.81329 9.44626 7.81329 8.87797 8.18182 8.52746C8.55035 8.17695 9.14787 8.17695 9.5164 8.52746L10.0962 9.07891C10.4241 8.89189 10.7831 8.74921 11.1641 8.65957V7.92453ZM12.1079 14.4477C13.3689 14.4477 14.3911 13.4755 14.3911 12.2761C14.3911 11.0768 13.3689 10.1046 12.1079 10.1046C10.8469 10.1046 9.82463 11.0768 9.82463 12.2761C9.82463 13.4755 10.8469 14.4477 12.1079 14.4477Z" } })]);
512
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), reset: e$b({ render: function() {
515
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), reset: e$c({ render: function() {
513
516
  var e2 = this.$createElement;
514
517
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M9.89662 7.99349L16.5789 4.13546L9.89662 0.277418V7.99349ZM0.221069 13.1147C0.221069 7.66542 4.50998 3.21786 9.89633 2.96351V5.05472C5.66388 5.30673 2.30929 8.81897 2.30929 13.1147C2.30929 17.5741 5.92436 21.1892 10.3838 21.1892C14.8432 21.1892 18.4582 17.5741 18.4582 13.1147L18.4579 13.0467H20.5462L20.5465 13.1147C20.5465 18.7274 15.9965 23.2774 10.3838 23.2774C4.77106 23.2774 0.221069 18.7274 0.221069 13.1147Z" } });
515
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), right: e$b({ render: function() {
518
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), right: e$c({ render: function() {
516
519
  var e2 = this.$createElement;
517
520
  return (this._self._c || e2)("path", { attrs: { d: "M21.7407 11.7774L0.274057 23.2774L0.274058 0.277404L21.7407 11.7774Z" } });
518
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), rules: e$b({ render: function() {
521
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), rules: e$c({ render: function() {
519
522
  var e2 = this.$createElement;
520
523
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M0 4H13.1428V6.19047H0V4ZM0 8.38093H13.1428V10.5714H0V8.38093ZM0 14.9524H8.76189V12.7619H0V14.9524ZM23 11.6666L21.3571 10.0238L15.3443 16.0476L12.0476 12.7619L10.4048 14.4047L15.3443 19.3333L23 11.6666Z" } });
521
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), sandglass: e$b({ render: function() {
524
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), sandglass: e$c({ render: function() {
522
525
  var e2 = this.$createElement;
523
526
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M5 0V6.9H5.0115L5 6.9115L9.6 11.5L5 16.1L5.0115 16.1115H5V23H18.8V16.1115H18.7885L18.8 16.1L14.2 11.5L18.8 6.9115L18.7885 6.9H18.8V0H5ZM16.5 16.675V20.7H7.3V16.675L11.9 12.075L16.5 16.675ZM11.9 10.925L7.3 6.325V2.3H16.5V6.325L11.9 10.925ZM11.9 16.1L8.45 19.55H15.35L11.9 16.1ZM15.35 6.325L11.9 9.775L8.45 6.325L15.35 6.325Z" } });
524
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), save: e$b({ render: function() {
527
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), save: e$c({ render: function() {
525
528
  var e2 = this.$createElement;
526
529
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M 18.486083,0 H 1.4831979 C 0.66405087,0 0,0.66939113 0,1.4951152 V 20.504964 C 0,21.330672 0.66405183,22 1.4831998,22 H 20.516712 C 21.335835,22 22,21.330672 22,20.504964 V 3.5420143 Z M 3.0019947,11.000759 H 18.997863 V 21.469905 H 3.0019947 Z M 4.0318778,0.55220191 H 13.015922 V 5.4153029 c 0,0.058989 0.0474,0.1067975 0.10593,0.1067975 h 2.811993 c 0.05851,0 0.105944,-0.047817 0.105944,-0.1067975 V 0.55220191 h 1.928324 V 6.085047 c 0,0.5308217 -0.426912,0.9611484 -0.953468,0.9611484 H 4.9853636 c -0.5265892,0 -0.9534858,-0.4303267 -0.9534858,-0.9611484 z M 4.5687237,12.888559 H 17.431253 v 0.541178 H 4.5687237 Z M 17.431253,14.563595 H 4.5687237 v 0.54116 H 17.431253 Z M 4.5687237,16.238579 H 17.431253 v 0.541178 H 4.5687237 Z m 12.8625293,1.67514 H 4.5687237 v 0.541004 H 17.431253 Z" } });
527
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), screenConfig: e$b({ render: function() {
530
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), screenConfig: e$c({ render: function() {
528
531
  var e2 = this.$createElement, t2 = this._self._c || e2;
529
532
  return t2("g", [t2("path", { attrs: { d: "M16.4286 3H1.64286C0.731071 3 0 3.7565 0 4.7V14.9C0 15.835 0.731071 16.6 1.64286 16.6H7.39286V18.3H5.75V20H12.3214V18.3H10.6786V16.6H12.3214V14.9H1.64286V4.7H16.4286V8.95H18.0714V4.7C18.0714 3.7565 17.3321 3 16.4286 3Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M19.7143 10.65H17.25V11.7176C17.1264 11.7628 17.0058 11.8147 16.8886 11.8727L16.1589 11.1176L14.4164 12.9207L15.146 13.6757C15.0899 13.797 15.0399 13.9217 14.9962 14.0496H13.9643V16.5996H14.9959C15.0396 16.7277 15.0898 16.8527 15.1459 16.9741L14.4162 17.7292L16.1587 19.5323L16.8884 18.7772C17.0057 18.8353 17.1263 18.8871 17.2501 18.9324V20H19.7143V18.9323C19.838 18.8871 19.9587 18.8352 20.0759 18.7772L20.8055 19.5321L22.548 17.729L21.8184 16.974C21.8744 16.8527 21.9245 16.728 21.9682 16.6001H23V14.0501H21.9682C21.9246 13.9222 21.8745 13.7974 21.8184 13.6761L22.5482 12.921L20.8057 11.1178L20.076 11.8729C19.9588 11.8148 19.8381 11.7629 19.7143 11.7177V10.65ZM18.4822 17.45C19.6163 17.45 20.5357 16.4986 20.5357 15.325C20.5357 14.1514 19.6163 13.2 18.4822 13.2C17.348 13.2 16.4286 14.1514 16.4286 15.325C16.4286 16.4986 17.348 17.45 18.4822 17.45Z" } })]);
530
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), screenshot: e$b({ render: function() {
533
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), screenshot: e$c({ render: function() {
531
534
  var e2 = this, t2 = e2.$createElement, i2 = e2._self._c || t2;
532
535
  return i2("g", [i2("path", { attrs: { d: "M17.284 16.9705C17.284 19.1126 15.5475 20.8492 13.4053 20.8492C11.2632 20.8492 9.52663 19.1126 9.52663 16.9705C9.52663 14.8283 11.2632 13.0918 13.4053 13.0918C15.5475 13.0918 17.284 14.8283 17.284 16.9705ZM11.393 16.9705C11.393 18.0818 12.294 18.9828 13.4053 18.9828C14.5167 18.9828 15.4176 18.0818 15.4176 16.9705C15.4176 15.8591 14.5167 14.9582 13.4053 14.9582C12.294 14.9582 11.393 15.8591 11.393 16.9705Z" } }), e2._v(" "), i2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M3.81065 11.2545V23.7072H23V11.2545H18.1602L16.7396 9.41721H10.1391L8.73535 11.2545H3.81065ZM9.66272 13.0918H5.71598V21.8018H21.0947V13.0918H17.216L15.787 11.2545H11.0237L9.66272 13.0918Z" } }), e2._v(" "), i2("path", { attrs: { d: "M19.0533 8.32845H21.0947V10.3699H19.0533V8.32845Z" } }), e2._v(" "), i2("path", { attrs: { d: "M19.0533 4.5178H21.0947V6.55922H19.0533V4.5178Z" } }), e2._v(" "), i2("path", { attrs: { d: "M19.0533 0.707153H21.0947V2.74857H19.0533V0.707153Z" } }), e2._v(" "), i2("path", { attrs: { d: "M15.2426 0.707153H17.284V2.74857H15.2426V0.707153Z" } }), e2._v(" "), i2("path", { attrs: { d: "M11.432 0.707153H13.4734V2.74857H11.432V0.707153Z" } }), e2._v(" "), i2("path", { attrs: { d: "M7.6213 0.707153H9.66272V2.74857H7.6213V0.707153Z" } }), e2._v(" "), i2("path", { attrs: { d: "M3.81065 0.707153H5.85207V2.74857H3.81065V0.707153Z" } }), e2._v(" "), i2("path", { attrs: { d: "M0 0.707153H2.04142V2.74857H0V0.707153Z" } }), e2._v(" "), i2("path", { attrs: { d: "M0 4.5178H2.04142V6.55922H0V4.5178Z" } }), e2._v(" "), i2("path", { attrs: { d: "M0 8.32845H2.04142V10.3699H0V8.32845Z" } }), e2._v(" "), i2("path", { attrs: { d: "M0 12.1391H2.04142V14.1805H0V12.1391Z" } }), e2._v(" "), i2("path", { attrs: { d: "M0 15.9498H2.04142V17.9912H0V15.9498Z" } })]);
533
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), search: e$b({ render: function() {
536
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), search: e$c({ render: function() {
534
537
  var e2 = this.$createElement;
535
538
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M8.54777 14.4652C5.27332 14.4652 2.6301 11.822 2.6301 8.54753C2.6301 5.27309 5.27332 2.62986 8.54777 2.62986C11.8222 2.62986 14.4654 5.27309 14.4654 8.54753C14.4654 11.822 11.8222 14.4652 8.54777 14.4652ZM16.438 14.4654H15.3991L15.0309 14.1103C16.3196 12.6112 17.0955 10.665 17.0955 8.54774C17.0955 3.82676 13.2687 0 8.54774 0C3.82676 0 0 3.82676 0 8.54774C0 13.2687 3.82676 17.0955 8.54774 17.0955C10.665 17.0955 12.6112 16.3196 14.1103 15.0309L14.4654 15.3991V16.438L21.0406 23L23 21.0406L16.438 14.4654Z" } });
536
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), section: e$b({ render: function() {
539
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), section: e$c({ render: function() {
537
540
  var e2 = this.$createElement;
538
541
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M0 7.73164V23L11.953 16.5753C11.953 16.5753 6.49999 14.0121 6.28069 13.8522C6.26505 13.8408 6.24156 13.8259 6.21198 13.8071C5.82653 13.5623 4.40617 12.66 5.8354 10.3329C7.11214 8.25209 9.34904 9.49862 9.34904 9.49862L13.7885 11.4995V0L0 7.73164ZM19.8067 10.2348L18.2687 11.0038L20.3082 16.2667L8.58975 10.69C8.58975 10.69 7.57905 10.1296 7.03365 11.1403C6.3805 12.3517 7.13376 12.6275 7.13376 12.6275L19.2556 18.215L13.8883 20.6252L14.8085 22.0092L23 18.6253L19.8067 10.2348Z" } });
539
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), settings: e$b({ render: function() {
542
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), settings: e$c({ render: function() {
540
543
  var e2 = this.$createElement;
541
544
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.4907 15.5796C9.27638 15.5782 7.45187 13.7521 7.45375 11.5394C7.4554 9.32548 9.28085 7.50261 11.4952 7.50402C13.7103 7.50519 15.5319 9.32923 15.5294 11.5438C15.527 13.7615 13.7058 15.5813 11.4907 15.5796ZM19.8834 9.58064C19.6779 9.5487 19.5797 9.46792 19.5046 9.25984C19.2902 8.66804 19.0518 8.08304 18.7827 7.51448C18.6767 7.29138 18.6918 7.15235 18.8289 6.96142C19.4376 6.11292 20.0311 5.25363 20.606 4.43284C19.92 3.7471 19.2556 3.08296 18.5692 2.39674C18.4945 2.44911 18.3926 2.5198 18.2918 2.59237C17.5359 3.1358 16.7764 3.67476 16.027 4.22712C15.8635 4.3476 15.744 4.34149 15.5625 4.25929C14.9683 3.99063 14.364 3.74217 13.7556 3.50779C13.5729 3.43757 13.4803 3.35772 13.4479 3.15599C13.295 2.2037 13.1187 1.25516 12.9634 0.303332C12.9275 0.0821085 12.8451 -0.00407955 12.6102 0.000147662C11.8399 0.0142384 11.0692 0.00460971 10.2989 0.00695816C10.2118 0.00719301 10.1246 0.0266851 10.0333 0.0379577C9.86301 1.08231 9.68899 2.10083 9.53658 3.12264C9.50417 3.3387 9.41235 3.42653 9.21602 3.50004C8.61575 3.72455 8.0169 3.95752 7.43636 4.22806C7.22336 4.32716 7.0949 4.31331 6.91618 4.1832C6.08084 3.57472 5.2361 2.97915 4.42048 2.39721C3.73098 3.08413 3.06026 3.7532 2.37804 4.43331C2.96327 5.27194 3.56635 6.12584 4.153 6.99077C4.2204 7.08988 4.24952 7.27071 4.20748 7.37944C3.9562 8.0309 3.68425 8.67461 3.40455 9.31456C3.36251 9.41085 3.25401 9.52874 3.16031 9.54495C2.10891 9.72672 1.05422 9.89017 0 10.0588V12.9572C1.02886 13.139 2.05677 13.3281 3.08798 13.4967C3.29534 13.5307 3.36321 13.6327 3.43249 13.8107C3.67368 14.4292 3.92778 15.0434 4.20137 15.6481C4.28005 15.8216 4.27018 15.9313 4.16145 16.0795C3.69223 16.7188 3.23475 17.3667 2.77375 18.012C2.62204 18.2243 2.47268 18.4378 2.34422 18.6194C3.03936 19.3117 3.70444 19.9739 4.38596 20.6526C5.21473 20.0737 6.07497 19.481 6.92487 18.8735C7.1003 18.748 7.22688 18.7539 7.41875 18.8427C7.98003 19.102 8.54859 19.3502 9.131 19.5554C9.38205 19.6437 9.49713 19.7454 9.53705 20.0134C9.68547 21.0105 9.86137 22.0035 10.0279 23.0034H12.912C13.0938 21.9805 13.2809 20.9763 13.4453 19.9685C13.4848 19.7276 13.5912 19.6367 13.8162 19.5557C14.3866 19.35 14.9521 19.1207 15.4944 18.85C15.7416 18.7264 15.8945 18.7426 16.1071 18.8965C16.9441 19.5012 17.7942 20.0876 18.5995 20.6531C19.2885 19.9641 19.9531 19.2995 20.637 18.6158C20.5827 18.5386 20.5118 18.4357 20.4393 18.3342C19.8954 17.5785 19.3536 16.8211 18.8052 16.0687C18.7033 15.9287 18.6636 15.8235 18.747 15.6392C19.0252 15.0241 19.2608 14.3898 19.5332 13.7719C19.5821 13.6611 19.7169 13.5413 19.8326 13.5148C20.2457 13.4194 20.6682 13.3642 21.0867 13.2905C21.7278 13.1775 22.3683 13.0615 23 12.9486V10.0827C21.9463 9.91177 20.916 9.7401 19.8834 9.58064Z" } });
542
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), share: e$b({ render: function() {
545
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), share: e$c({ render: function() {
543
546
  var e2 = this.$createElement;
544
547
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M14.564 18.428L22.9999 10.714L14.564 3V7.94155C8.95509 7.51864 -0.50778 9.48476 0.0212735 20.6282C1.12724 17.8112 5.54844 12.6311 14.564 13.4746V18.428Z" } });
545
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), show: e$b({ render: function() {
548
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), show: e$c({ render: function() {
546
549
  var e2 = this.$createElement;
547
550
  return (this._self._c || e2)("path", { attrs: { d: "M11.4995 8.20455C9.76406 8.20455 8.36315 9.60545 8.36315 11.3409C8.36315 13.0764 9.76406 14.4773 11.4995 14.4773C13.235 14.4773 14.6359 13.0764 14.6359 11.3409C14.6359 9.60545 13.235 8.20455 11.4995 8.20455ZM11.4995 16.5682C8.61406 16.5682 6.27224 14.2264 6.27224 11.3409C6.27224 8.45545 8.61406 6.11364 11.4995 6.11364C14.385 6.11364 16.7268 8.45545 16.7268 11.3409C16.7268 14.2264 14.385 16.5682 11.4995 16.5682ZM11.4995 3.5C6.27224 3.5 1.80815 6.75136 -0.000488281 11.3409C1.80815 15.9305 6.27224 19.1818 11.4995 19.1818C16.7268 19.1818 21.1909 15.9305 22.9995 11.3409C21.1909 6.75136 16.7268 3.5 11.4995 3.5Z" } });
548
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), showSelected: e$b({ render: function() {
551
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), showSelected: e$c({ render: function() {
549
552
  var e2 = this.$createElement, t2 = this._self._c || e2;
550
553
  return t2("g", [t2("path", { attrs: { d: "M15.6069 2.9494L17.3118 4.61536L9.36673 12.3898L4.24048 7.39196L5.94544 5.726L9.36673 9.05792L15.6069 2.9494Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M3.42978 9.10136C3.42978 12.3758 6.07301 15.019 9.34745 15.019C12.6219 15.019 15.2651 12.3758 15.2651 9.10136C15.2651 8.63047 15.2105 8.17263 15.1071 7.73382L17.185 5.68489C17.6418 6.73127 17.8952 7.88682 17.8952 9.10157C17.8952 11.2188 17.1193 13.165 15.8306 14.6642L16.1988 15.0192H17.2376L23.7997 21.5944L21.8403 23.5538L15.2651 16.9918V15.9529L14.91 15.5847C13.4109 16.8734 11.4646 17.6493 9.34742 17.6493C4.62644 17.6493 0.799683 13.8226 0.799683 9.10157C0.799683 4.38059 4.62644 0.553833 9.34742 0.553833C11.4683 0.553833 13.4087 1.32617 14.9028 2.60494C14.87 2.63635 14.8357 2.66923 14.8 2.70347C14.3495 3.13521 13.6725 3.78411 12.9949 4.43717C11.9907 3.65145 10.7249 3.1837 9.34745 3.1837C6.07301 3.1837 3.42978 5.82692 3.42978 9.10136Z" } })]);
551
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), socotec: e$b({ render: function() {
554
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), socotec: e$c({ render: function() {
552
555
  var e2 = this.$createElement;
553
556
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M9.27974 16.9196C6.71704 16.9196 4.63987 14.8424 4.63987 12.2797C4.63987 9.71704 6.71704 7.63987 9.27974 7.63987C10.8157 7.63987 12.1732 8.38943 13.0177 9.53891L9.42965 12.4295L12.8781 15.2074C13.5286 14.4088 13.9198 13.3901 13.9198 12.2798C13.9198 11.2531 13.5825 10.3074 13.0179 9.53871L16.6353 6.62479C14.9386 4.4213 12.2759 3 9.27974 3C4.15463 3 0 7.15463 0 12.2797C0 17.4049 4.15463 21.5595 9.27974 21.5595C12.1921 21.5595 14.7898 20.2169 16.491 18.1182L12.8779 15.2074C12.0271 16.2518 10.7319 16.9196 9.27974 16.9196ZM16.6355 6.62479L20.2061 3.74837C20.2061 3.74837 26.4924 12.1301 20.2061 21.1105L16.4912 18.1182C17.7841 16.5233 18.5597 14.4925 18.5597 12.2797C18.5597 10.1508 17.841 8.19067 16.6355 6.62479Z" } });
554
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), space: e$b({ render: function() {
557
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), space: e$c({ render: function() {
555
558
  var e2 = this.$createElement, t2 = this._self._c || e2;
556
559
  return t2("g", [t2("path", { attrs: { d: "M12.0115 0.751587L2.51154 6.15159V17.0516L12.0115 11.5516V0.751587ZM8.81154 9.15159L6.41154 10.5516V7.85159L8.81154 6.55159V9.15159Z" } }), this._v(" "), t2("path", { attrs: { d: "M12.6115 0.751587V11.6516L15.5115 13.2516V5.95159L18.6115 7.75159V15.0516L22.1115 17.0516V6.15159L12.6115 0.751587Z" } }), this._v(" "), t2("path", { attrs: { d: "M12.3115 23.3516L2.51154 17.5516L12.3115 11.8516L22.1115 17.5516L12.3115 23.3516ZM3.11154 17.6516L12.3115 23.0516L21.5115 17.6516L12.3115 12.3516L3.11154 17.6516Z" } })]);
557
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), split: e$b({ render: function() {
560
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), split: e$c({ render: function() {
558
561
  var e2 = this.$createElement, t2 = this._self._c || e2;
559
562
  return t2("g", [t2("rect", { attrs: { x: "12.8649", y: "20.541", width: "1.72499", height: "18.0819", transform: "rotate(-180 12.8649 20.541)" } }), this._v(" "), t2("rect", { attrs: { width: "1.76375", height: "6.39361", transform: "matrix(0.704882 0.709324 -0.704882 0.709324 5.00671 6.9657)" } }), this._v(" "), t2("rect", { attrs: { x: "9.55774", y: "10.7045", width: "1.73586", height: "7.76247", transform: "rotate(90 9.55774 10.7045)" } }), this._v(" "), t2("rect", { attrs: { width: "1.76375", height: "6.39361", transform: "matrix(-0.704882 0.709324 -0.704882 -0.709324 6.25037 14.7845)" } }), this._v(" "), t2("rect", { attrs: { width: "1.76375", height: "6.39361", transform: "matrix(-0.704882 -0.709324 0.704882 -0.709324 18.9933 16.0353)" } }), this._v(" "), t2("rect", { attrs: { x: "14.4423", y: "12.2964", width: "1.73586", height: "7.76247", transform: "rotate(-90 14.4423 12.2964)" } }), this._v(" "), t2("rect", { attrs: { width: "1.76375", height: "6.39361", transform: "matrix(0.704882 -0.709324 0.704882 0.709324 17.7496 8.21649)" } })]);
560
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), storey: e$b({ render: function() {
563
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), storey: e$c({ render: function() {
561
564
  var e2 = this.$createElement;
562
565
  return (this._self._c || e2)("path", { attrs: { d: "M11.7015 19.5944L2.29239 12.886L0.201477 14.4194L11.7015 22.661L23.2015 14.4194L21.1106 12.886L11.7015 19.5944ZM11.7015 16.7194L21.1106 10.011L23.2015 8.47769L11.7015 0.236023L0.201477 8.47769L2.29239 10.011L11.7015 16.7194Z" } });
563
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), success: e$b({ render: function() {
566
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), success: e$c({ render: function() {
564
567
  var e2 = this.$createElement;
565
568
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M23 11.5664C23 17.9177 17.8513 23.0664 11.5 23.0664C5.14873 23.0664 0 17.9177 0 11.5664C0 5.21513 5.14873 0.0664062 11.5 0.0664062C17.8513 0.0664062 23 5.21513 23 11.5664ZM17.7727 10.1843L16.2727 8.71857L10.7827 14.0927L7.77271 11.1614L6.27271 12.6271L10.7827 17.0241L17.7727 10.1843Z" } });
566
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), surface: e$b({ render: function() {
569
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), surface: e$c({ render: function() {
567
570
  var e2 = this.$createElement, t2 = this._self._c || e2;
568
571
  return t2("g", [t2("path", { attrs: { d: "M0 2.96117L3.28571 0.989746V4.9326L0 2.96117Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M21.6857 3.6183H1.97144V2.30402H21.6857V3.6183Z" } }), this._v(" "), t2("path", { attrs: { d: "M21.0286 23.9898L19.0571 21.3612L23 21.3612L21.0286 23.9898Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M20.3714 22.0183L20.3714 2.30402L21.6857 2.30402L21.6857 22.0183L20.3714 22.0183Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M14.9266 6.24689H12.6502L17.7429 15.0677V11.1248L14.9266 6.24689ZM17.7429 8.4962L16.4442 6.24689H17.7429V8.4962ZM17.7429 17.6963L11.1326 6.24689H8.85611L17.7429 21.6392V17.6963ZM17.2029 23.3326L7.3385 6.24689H5.06212L14.9266 23.3326H17.2029ZM13.409 23.3326L3.54452 6.24689H1.26814L11.1326 23.3326H13.409ZM9.61498 23.3326L0.657166 7.81722V11.76L7.3386 23.3326H9.61498ZM5.82099 23.3326L0.657166 14.3886V18.3315L3.54454 23.3326H5.82099ZM2.02693 23.3326L0.657166 20.9601V23.3326H2.02693Z" } })]);
569
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), swap: e$b({ render: function() {
572
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), swap: e$c({ render: function() {
570
573
  var e2 = this.$createElement, t2 = this._self._c || e2;
571
574
  return t2("g", [t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M7.80716 0L1 6.07732L7.80716 12.1546V8.29974H21.7947V4.00115H7.80716V0Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M14.9876 23L21.7948 16.9227L14.9876 10.8454L14.9876 14.7001L1.0001 14.7001L1.0001 18.9987L14.9876 18.9987L14.9876 23Z" } })]);
572
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), synchro2d: e$b({ render: function() {
575
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), synchro2d: e$c({ render: function() {
573
576
  var e2 = this, t2 = e2.$createElement, i2 = e2._self._c || t2;
574
577
  return i2("g", [i2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M4.43855 9.62606L11.5053 13.8805L18.6466 9.54576L21.5979 11.2011L11.5158 17.311L1.48096 11.2794L4.43855 9.62606Z" } }), e2._v(" "), i2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.5054 17.9337L4.43909 13.6795L1.48108 15.3331L11.5159 21.3647L21.598 15.2547L18.6462 13.5992L11.5054 17.9337ZM18.6651 14.689L11.5074 19.0337L4.42144 14.7677L3.35737 15.3625L11.5139 20.2651L19.7298 15.2861L18.6651 14.689Z" } }), e2._v(" "), i2("rect", { attrs: { x: "17.8959", width: "5.10406", height: "1.00266" } }), e2._v(" "), i2("rect", { attrs: { x: "23", y: "0.000183105", width: "5.07595", height: "1.00821", transform: "rotate(90 23 0.000183105)" } }), e2._v(" "), i2("rect", { attrs: { x: "22.9996", y: "17.9227", width: "5.07595", height: "1.00821", transform: "rotate(90 22.9996 17.9227)" } }), e2._v(" "), i2("rect", { attrs: { x: "22.9996", y: "23", width: "5.10406", height: "1.00266", transform: "rotate(-180 22.9996 23)" } }), e2._v(" "), i2("rect", { attrs: { width: "5.10406", height: "1.00266", transform: "matrix(-1 0 0 1 5.10413 0)" } }), e2._v(" "), i2("rect", { attrs: { width: "5.07595", height: "1.00821", transform: "matrix(4.18898e-08 1 1 -4.56122e-08 0.00012207 0.000183105)" } }), e2._v(" "), i2("rect", { attrs: { width: "5.07595", height: "1.00821", transform: "matrix(4.58647e-08 1 1 -4.16591e-08 0 17.9227)" } }), e2._v(" "), i2("rect", { attrs: { width: "5.10406", height: "1.00266", transform: "matrix(1 -8.33183e-08 -9.17295e-08 -1 0 23)" } }), e2._v(" "), i2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M9.45079 2.7201L11.6262 1.50403L13.6668 2.64858L11.5004 3.89277L9.45079 2.7201ZM8.67663 3.15287L6.74597 4.23215L8.83247 5.42499L10.7366 4.33145L8.67663 3.15287ZM5.9718 4.66492L4.12574 5.6969L6.24637 6.9102L8.06863 5.86367L5.9718 4.66492ZM3.35157 6.12967L1.48108 7.17531L3.58393 8.43926L5.48254 7.34888L3.35157 6.12967ZM4.30028 8.86984L6.13779 9.97431L8.0998 8.84633L6.21696 7.76907L4.30028 8.86984ZM6.85413 10.4049L8.74577 11.5419L10.7726 10.3755L8.8342 9.2665L6.85413 10.4049ZM9.46209 11.9724L11.5159 13.2069L13.5582 11.9693L11.507 10.7957L9.46209 11.9724ZM14.3014 11.5188L16.0777 10.4424L14.0929 9.30768L12.2701 10.3566L14.3014 11.5188ZM16.8209 9.99195L18.6708 8.87093L16.7558 7.77529L14.8559 8.86857L16.8209 9.99195ZM19.414 8.42049L21.598 7.09697L19.7428 6.05644L17.5189 7.33618L19.414 8.42049ZM19.0011 5.64046L17.0474 4.54465L14.8489 5.80858L16.7845 6.91602L19.0011 5.64046ZM16.3057 4.12866L14.4085 3.06458L12.2348 4.31296L14.1145 5.3884L16.3057 4.12866ZM14.0855 6.24749L16.0214 7.35513L14.1213 8.44856L12.1837 7.34085L14.0855 6.24749ZM11.4202 7.77976L13.3582 8.88768L11.5357 9.93643L9.59764 8.8276L11.4202 7.77976ZM8.86324 8.40742L10.6856 7.35975L8.80334 6.28369L6.98079 7.33039L8.86324 8.40742ZM11.449 6.92084L13.3511 5.82731L11.471 4.75164L9.56717 5.84501L11.449 6.92084Z" } })]);
575
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), system: e$b({ render: function() {
578
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), system: e$c({ render: function() {
576
579
  var e2 = this.$createElement;
577
580
  return (this._self._c || e2)("path", { attrs: { d: "M18.0935 15.9516C16.9935 15.9516 15.9935 16.4516 15.2935 17.2516L8.99346 13.5516C9.09346 13.1516 9.19346 12.7516 9.19346 12.3516C9.19346 11.9516 9.09346 11.4516 8.99346 11.1516L15.2935 7.35159C15.9935 8.15159 16.9935 8.65159 18.0935 8.65159C20.1935 8.65159 21.7935 6.95159 21.7935 4.95159C21.7935 2.95159 20.0935 1.25159 18.0935 1.25159C15.9935 1.25159 14.3935 2.95159 14.3935 4.95159C14.3935 5.35159 14.4935 5.85159 14.5935 6.15159L8.29346 9.85159C7.59346 9.05159 6.59346 8.55159 5.49346 8.55159C3.39346 8.55159 1.79346 10.2516 1.79346 12.2516C1.79346 14.3516 3.49346 15.9516 5.49346 15.9516C6.59346 15.9516 7.59346 15.4516 8.29346 14.6516L14.5935 18.3516C14.4935 18.7516 14.3935 19.1516 14.3935 19.5516C14.3935 21.6516 16.0935 23.2516 18.0935 23.2516C20.1935 23.2516 21.7935 21.5516 21.7935 19.5516C21.7935 17.5516 20.1935 15.9516 18.0935 15.9516Z" } });
578
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), tag: e$b({ render: function() {
581
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), tag: e$c({ render: function() {
579
582
  var e2 = this.$createElement, t2 = this._self._c || e2;
580
583
  return t2("svg", { attrs: { width: "23", height: "23", viewBox: "0 0 23 23", xmlns: "http://www.w3.org/2000/svg" } }, [t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M10.3962 22.0997C9.45679 23.0219 7.94129 23.0015 7.01123 22.0541L0.836436 15.7643C-0.0936297 14.8169 -0.0860675 13.3012 0.853323 12.379L12.5926 0.854517C13.0398 0.415541 13.6433 0.171805 14.2725 0.176062L20.091 0.215414C21.3707 0.224069 22.4258 1.23792 22.486 2.51688L22.7832 8.82547C22.8151 9.50319 22.5582 10.1602 22.0763 10.6333L10.3962 22.0997ZM19.2431 6.6774C18.3037 7.59961 16.7882 7.57919 15.8581 6.63179C14.9281 5.68439 14.9356 4.16877 15.875 3.24657C16.8144 2.32436 18.3299 2.34479 19.26 3.29219C20.19 4.23959 20.1825 5.7552 19.2431 6.6774Z" } })]);
581
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), tree: e$b({ render: function() {
584
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), tree: e$c({ render: function() {
582
585
  var e2 = this.$createElement;
583
586
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M21.6656 16.4201H20.5497V12.3624C20.5497 11.9155 20.2107 11.5506 19.7954 11.5506H12.2543V7.49294H13.1828C13.9164 7.49294 14.5163 6.84638 14.5163 6.05693V2.43601C14.5163 1.64656 13.9164 1 13.1828 1H9.81719C9.08361 1 8.4828 1.64656 8.4828 2.43601V6.05693C8.4828 6.84638 9.08361 7.49294 9.81719 7.49294H10.7457V11.5506H3.20459C2.78931 11.5506 2.45029 11.9155 2.45029 12.3624V16.4201H1.33438C0.600802 16.4201 0 17.0667 0 17.8561V21.477C0 22.2665 0.600802 22.913 1.33438 22.913H4.69907C5.43265 22.913 6.03345 22.2665 6.03345 21.477V17.8561C6.03345 17.0667 5.43265 16.4201 4.69907 16.4201H3.95795V13.1741H10.7457V16.4201H9.81719C9.08361 16.4201 8.4828 17.0667 8.4828 17.8561V21.477C8.4828 22.2665 9.08361 22.913 9.81719 22.913H13.1828C13.9164 22.913 14.5163 22.2665 14.5163 21.477V17.8561C14.5163 17.0667 13.9164 16.4201 13.1828 16.4201H12.2543V13.1741H19.0411V16.4201H18.3009C17.5664 16.4201 16.9665 17.0667 16.9665 17.8561V21.477C16.9665 22.2665 17.5664 22.913 18.3009 22.913H21.6656C22.3992 22.913 23 22.2665 23 21.477V17.8561C23 17.0667 22.3992 16.4201 21.6656 16.4201Z" } });
584
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), unarchive: e$b({ render: function() {
587
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), unarchive: e$c({ render: function() {
585
588
  var e2 = this.$createElement;
586
589
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M14.0005 11.3952L8.93282 11.3952L8.93282 4.82378L6.32345 4.82378L11.4992 0L16.675 4.82378L14.0005 4.82378L14.0005 11.3952ZM8.47948 5.35129H4.53964L1.91846 13.0838H1C0.447715 13.0838 0 13.5315 0 14.0838V21.7902C0 22.3425 0.447715 22.7902 1 22.7902H22C22.5523 22.7902 23 22.3425 23 21.7902V14.0838C23 13.5315 22.5523 13.0838 22 13.0838H21.0651L18.3823 5.35129H14.5608V6.19532H17.7817L20.1717 13.0838H2.80967L5.14474 6.19532L8.47948 6.19532V5.35129ZM15.1788 17.1862H7.82114V18.6878H15.1788V17.1862Z" } });
587
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), undo: e$b({ render: function() {
590
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), undo: e$c({ render: function() {
588
591
  var e2 = this.$createElement;
589
592
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M5.55706 0.277443L0.108276 5.41187L5.55706 10.5463V7.24548H12.7348C16.1491 7.24548 18.917 10.0134 18.917 13.4278C18.917 16.8421 16.1491 19.61 12.7348 19.61H5.34754V23.2775H12.7348C18.1746 23.2775 22.5845 18.8676 22.5845 13.4278C22.5845 7.9879 18.1746 3.57803 12.7348 3.57803H5.55706V0.277443Z" } });
590
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), union: e$b({ render: function() {
593
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), union: e$c({ render: function() {
591
594
  var e2 = this.$createElement;
592
595
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M9.3398 7.91262C7.80826 6.62614 5.71323 6.63395 4.26441 6.65983L4.25505 6.65999H0.499756V4.56227H4.23629L4.30929 4.56094C5.69026 4.53548 8.51871 4.48332 10.689 6.30639C11.1904 6.7275 11.6426 7.22319 12.1087 7.73408L12.1087 7.73409L12.1634 7.79412C13.2698 9.00732 14.4941 10.3498 16.6072 10.8996V8.00851L23.4998 12.0541L16.6072 16.0997V13.5387C14.4592 14.1121 13.2296 15.4452 12.1087 16.6738C11.6426 17.1847 11.1904 17.6804 10.689 18.1015C8.51871 19.9246 5.69026 19.8724 4.30929 19.847L4.23629 19.8456H0.499756V17.7479H4.25505L4.26441 17.7481C5.71323 17.774 7.80826 17.7818 9.3398 16.4953C9.60506 16.2725 9.90529 15.9373 10.26 15.5413C11.1568 14.5401 12.4019 13.15 14.3107 12.204C12.4019 11.2579 11.1568 9.86786 10.26 8.86664C9.90529 8.47063 9.60506 8.13544 9.3398 7.91262Z" } });
593
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), up: e$b({ render: function() {
596
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), up: e$c({ render: function() {
594
597
  var e2 = this.$createElement;
595
598
  return (this._self._c || e2)("path", { attrs: { d: "M12.4011 0.0440674L23.9011 21.5107H0.901062L12.4011 0.0440674Z" } });
596
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), user: e$b({ render: function() {
599
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), user: e$c({ render: function() {
597
600
  var e2 = this.$createElement;
598
601
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.5 14.375C7.66179 14.375 0 16.3014 0 20.125V23H23V20.125C23 16.3014 15.3382 14.375 11.5 14.375ZM11.5 11.5C14.6775 11.5 17.25 8.92679 17.25 5.75C17.25 2.57321 14.6775 0 11.5 0C8.32252 0 5.75 2.57321 5.75 5.75C5.75 8.92679 8.32252 11.5 11.5 11.5Z" } });
599
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), validate: e$b({ render: function() {
602
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), validate: e$c({ render: function() {
600
603
  var e2 = this.$createElement;
601
604
  return (this._self._c || e2)("path", { attrs: { d: "M20 4L23 6.93137L9.02 20.6111L0 11.817L3 8.88562L9.02 14.7484L20 4Z" } });
602
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), validatedFile: e$b({ render: function() {
605
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), validatedFile: e$c({ render: function() {
603
606
  var e2 = this.$createElement, t2 = this._self._c || e2;
604
607
  return t2("g", [t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M0 18.6042V0.395833C0 0.178125 0.178125 0 0.395833 0H9.5V5.14583C9.5 5.36354 9.67813 5.54167 9.89583 5.54167H14.25V18.6042C14.25 18.8219 14.0719 19 13.8542 19H0.395833C0.178125 19 0 18.8219 0 18.6042ZM14.1508 4.55257C14.1904 4.61194 14.2101 4.67132 14.2299 4.75048H10.2914V0.237984L14.1508 4.55257Z" } }), this._v(" "), t2("circle", { attrs: { cx: "13", cy: "18", r: "6", fill: "#00AF50" } }), this._v(" "), t2("path", { attrs: { d: "M15.9565 15L17 16.0588L12.1374 21L9 17.8235L10.0435 16.7647L12.1374 18.8824L15.9565 15Z", fill: "white" } })]);
605
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), versioning: e$b({ render: function() {
608
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), versioning: e$c({ render: function() {
606
609
  var e2 = this.$createElement, t2 = this._self._c || e2;
607
610
  return t2("svg", { attrs: { width: "23", height: "23", viewBox: "0 0 23 23", xmlns: "http://www.w3.org/2000/svg" } }, [t2("rect", { attrs: { x: "10.7764", y: "3", width: "12.2237", height: "18" } }), this._v(" "), t2("rect", { attrs: { x: "5.38818", y: "4.89471", width: "3.86011", height: "14.2105" } }), this._v(" "), t2("rect", { attrs: { y: "6.78949", width: "3.86011", height: "10.4211" } })]);
608
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), video: e$b({ render: function() {
611
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), video: e$c({ render: function() {
609
612
  var e2 = this.$createElement;
610
613
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M5.40701 12.9833C4.32585 12.9833 3.45013 12.1298 3.45013 11.076C3.45013 10.0222 4.32585 9.16866 5.40701 9.16866C6.48817 9.16866 7.36388 10.0222 7.36388 11.076C7.36388 12.1298 6.48817 12.9833 5.40701 12.9833ZM21.9841 7.21059L18.5565 10.6275V7.87929C18.5565 7.10276 17.9049 6.46759 17.1082 6.46759H1.46619C0.669494 6.46759 0.0178223 7.10276 0.0178223 7.87929V17.8337C0.0178223 18.6093 0.669494 19.2454 1.46619 19.2454H17.1082C17.9049 19.2454 18.5565 18.6093 18.5565 17.8337V14.7294L21.9841 18.1463C22.3615 18.5232 23.0178 18.2623 23.0178 17.7358V7.62196C23.0178 7.09461 22.3615 6.83365 21.9841 7.21059Z" } });
611
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), visa: e$b({ render: function() {
614
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), visa: e$c({ render: function() {
612
615
  var e2 = this.$createElement, t2 = this._self._c || e2;
613
616
  return t2("g", [t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.5 21C16.7467 21 21 16.7467 21 11.5C21 6.25329 16.7467 2 11.5 2C6.25329 2 2 6.25329 2 11.5C2 16.7467 6.25329 21 11.5 21ZM11.5 23C17.8513 23 23 17.8513 23 11.5C23 5.14873 17.8513 0 11.5 0C5.14873 0 0 5.14873 0 11.5C0 17.8513 5.14873 23 11.5 23Z" } }), this._v(" "), t2("path", { attrs: { d: "M17 7.1875L18.6875 8.70956L10.8238 15.8125L5.75 11.2463L7.4375 9.72426L10.8238 12.7684L17 7.1875Z" } })]);
614
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), warning: e$b({ render: function() {
617
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), warning: e$c({ render: function() {
615
618
  var e2 = this.$createElement;
616
619
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M13.3606 0.552786C12.9921 -0.184262 11.9403 -0.184262 11.5718 0.552787L1.07366 21.549C0.741209 22.2139 1.22471 22.9962 1.96809 22.9962H22.9643C23.7077 22.9962 24.1912 22.2139 23.8588 21.549L13.3606 0.552786ZM11.518 15.71H13.353L13.5637 7.24522H11.316L11.518 15.71ZM11.5794 17.5233C11.3629 17.7267 11.2546 17.9849 11.2546 18.2981C11.2546 18.6003 11.3599 18.8531 11.5706 19.0564C11.7814 19.2597 12.0799 19.3614 12.4662 19.3614C12.8525 19.3614 13.151 19.2597 13.3617 19.0564C13.5724 18.8531 13.6778 18.6003 13.6778 18.2981C13.6778 17.9849 13.5695 17.7267 13.353 17.5233C13.1364 17.3145 12.8408 17.2101 12.4662 17.2101C12.0916 17.2101 11.796 17.3145 11.5794 17.5233Z" } });
617
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), windowBottom: e$b({ render: function() {
620
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), windowBottom: e$c({ render: function() {
618
621
  var e2 = this.$createElement;
619
622
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M0 22L23 22L23 2.28572L1.72348e-06 2.28571L0 22ZM3.28508 10.5001L3.28508 18.7144L19.7137 18.7144L19.7137 10.5001L3.28508 10.5001Z" } });
620
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), windowed: e$b({ render: function() {
623
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), windowed: e$c({ render: function() {
621
624
  var e2 = this.$createElement;
622
625
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M8.05009 7.90625H8.05004H5.85464L4.3869e-05 7.90625L4.40575e-05 5.75L5.85464 5.75L5.85464 0H8.05009L8.05009 7.90625ZM17.1454 5.75003L23 5.75003V7.90628L14.95 7.90628V5.75003L14.95 2.79065e-05L17.1454 2.80984e-05V5.75003ZM8.05 15.0938H8.05005L8.05005 23H5.85459L5.85459 17.25H0V15.0937L5.85459 15.0938H8.05ZM23 15.0938L14.95 15.0938V17.25V23H17.1454V17.25L23 17.25L23 15.0938Z" } });
623
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), windowLeft: e$b({ render: function() {
626
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), windowLeft: e$c({ render: function() {
624
627
  var e2 = this.$createElement;
625
628
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M23 2H0V21.7143H23V2ZM13.143 5.28546H3.28582V18.4283H13.143V5.28546Z" } });
626
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), windowRight: e$b({ render: function() {
629
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), windowRight: e$c({ render: function() {
627
630
  var e2 = this.$createElement;
628
631
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M23 2H0V21.7143H23V2ZM19.7165 5.28546H9.85937V18.4283H19.7165V5.28546Z" } });
629
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), windowTop: e$b({ render: function() {
632
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), windowTop: e$c({ render: function() {
630
633
  var e2 = this.$createElement;
631
634
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M23 2H0V21.7143H23V2ZM19.7137 13.4997V5.28546L3.28515 5.28546L3.28515 13.4997L19.7137 13.4997Z" } });
632
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), zone: e$b({ render: function() {
635
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), zone: e$c({ render: function() {
633
636
  var e2 = this.$createElement, t2 = this._self._c || e2;
634
637
  return t2("g", [t2("path", { attrs: { d: "M8.96582 11.3144L11.6658 10.1144V3.91443L1.96582 8.11443L8.96582 11.3144Z" } }), this._v(" "), t2("path", { attrs: { d: "M1.0658 15.2145L11.6658 19.9145V13.6145L1.0658 8.81445V15.2145Z" } }), this._v(" "), t2("path", { attrs: { d: "M22.9658 8.11443L13.2658 3.91443V10.1144L15.9658 11.3144L22.9658 8.11443Z" } }), this._v(" "), t2("path", { attrs: { d: "M13.2658 13.6145V19.9145L23.8658 15.2145V8.81445L13.2658 13.6145Z" } })]);
635
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0) }, i$a = Object.freeze(["black", "default", "granite", "granite-light", "high", "primary", "secondary", "success", "silver", "silver-light", "silver-dark", "warning", "white"]);
638
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0) }, i$b = Object.freeze(["black", "default", "granite", "granite-light", "high", "primary", "secondary", "success", "silver", "silver-light", "silver-dark", "warning", "white"]);
636
639
  const d$6 = { xxxs: 10, xxs: 13, xs: 16, s: 18, m: 22, l: 28, xl: 36, xxl: 45, xxxl: 60 };
637
- var r$b = { name: "BIMDataIcon", components: __spreadValues({}, function(e2) {
640
+ var r$c = { name: "BIMDataIcon", components: __spreadValues({}, function(e2) {
638
641
  return Object.entries(e2).reduce((e3, [t2, i2]) => __spreadProps(__spreadValues({}, e3), { ["bimdata-icon-" + t2]: i2 }), {});
639
- }(t$b)), props: { name: { type: String, required: true, validator: (e2) => Object.keys(t$b).includes(e2) }, color: { type: String, default: "default", validator: (e2) => i$a.includes(e2) }, fillColor: { type: String, default: "currentColor" }, fill: { type: Boolean, default: false }, stroke: { type: Boolean, default: false }, size: { type: String, default: "s", validator: (e2) => Object.keys(d$6).includes(e2) }, customSize: { type: [Number, String], default: null }, rotate: { type: Number, default: 0 }, margin: { type: String, default: "0px" } }, computed: { classes() {
642
+ }(t$c)), props: { name: { type: String, required: true, validator: (e2) => Object.keys(t$c).includes(e2) }, color: { type: String, default: "default", validator: (e2) => i$b.includes(e2) }, fillColor: { type: String, default: "currentColor" }, fill: { type: Boolean, default: false }, stroke: { type: Boolean, default: false }, size: { type: String, default: "s", validator: (e2) => Object.keys(d$6).includes(e2) }, customSize: { type: [Number, String], default: null }, rotate: { type: Number, default: 0 }, margin: { type: String, default: "0px" } }, computed: { classes() {
640
643
  return { "icon-fill": this.fill, "icon-stroke": this.stroke, ["icon-fill--" + this.color]: this.fill && this.color, ["icon-stroke--" + this.color]: this.stroke && this.color };
641
644
  }, style() {
642
645
  const e2 = this.getPixelSize(this.size);
@@ -644,10 +647,10 @@ var r$b = { name: "BIMDataIcon", components: __spreadValues({}, function(e2) {
644
647
  } }, methods: { getPixelSize() {
645
648
  return this.customSize ? this.customSize : d$6[this.size];
646
649
  } } };
647
- const o$b = typeof navigator != "undefined" && /msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());
650
+ const o$c = typeof navigator != "undefined" && /msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());
648
651
  function n$9(e2) {
649
652
  return (e3, t2) => function(e4, t3) {
650
- const i2 = o$b ? t3.media || "default" : e4, d2 = C$1[i2] || (C$1[i2] = { ids: /* @__PURE__ */ new Set(), styles: [] });
653
+ const i2 = o$c ? t3.media || "default" : e4, d2 = C$1[i2] || (C$1[i2] = { ids: /* @__PURE__ */ new Set(), styles: [] });
651
654
  if (!d2.ids.has(e4)) {
652
655
  d2.ids.add(e4);
653
656
  let i3 = t3.source;
@@ -662,17 +665,17 @@ function n$9(e2) {
662
665
  }
663
666
  let v$2;
664
667
  const C$1 = {};
665
- const s$9 = e$b({ render: function() {
668
+ const s$9 = e$c({ render: function() {
666
669
  var e2 = this.$createElement, t2 = this._self._c || e2;
667
670
  return t2("svg", { class: this.classes, style: this.style, attrs: { xmlns: "http://www.w3.org/2000/svg", preserveAspectRatio: "xMidYMid meet", viewBox: "0 0 23 23", width: "100%", fill: this.fillColor, color: this.color } }, [t2("bimdata-icon-" + this.name, { tag: "component" })], 1);
668
671
  }, staticRenderFns: [] }, function(e2) {
669
672
  e2 && (e2("data-v-198621a2_0", { source: 'html[data-v-198621a2]{--color-primary-lighter:rgba(248, 249, 250, 1);--color-primary-light:rgba(67, 78, 105, 1);--color-primary:rgba(47, 55, 74, 1);--color-primary-dark:rgba(27, 32, 43, 1);--color-secondary-lighter:rgba(255, 252, 242, 1);--color-secondary-light:rgba(250, 212, 94, 1);--color-secondary:rgba(249, 199, 44, 1);--color-secondary-dark:rgba(235, 180, 7, 1);--color-white:rgba(255, 255, 255, 1);--color-silver-light:rgba(247, 247, 247, 1);--color-silver:rgba(216, 216, 216, 1);--color-silver-dark:rgba(189, 189, 189, 1);--color-granite-light:rgba(122, 122, 122, 1);--color-granite:rgba(96, 96, 96, 1);--color-black:rgba(0, 0, 0, 1);--color-text:rgba(47, 55, 74, 1);--color-black-100:rgba(0, 0, 0, 0.1);--color-success-lighter:rgba(226, 255, 239, 1);--color-success-light:rgba(0, 200, 92, 1);--color-success:rgba(0, 175, 80, 1);--color-success-dark:rgba(0, 149, 68, 1);--color-warning-lighter:rgba(255, 233, 204, 1);--color-warning-light:rgba(255, 167, 51, 1);--color-warning:rgba(255, 145, 0, 1);--color-warning-dark:rgba(204, 116, 0, 1);--color-high-lighter:rgba(255, 237, 234, 1);--color-high-light:rgba(255, 104, 81, 1);--color-high:rgba(255, 61, 30, 1);--color-high-dark:rgba(234, 31, 0, 1);--font-size:14px;--box-shadow:0px 2px 10px rgba(0, 0, 0, 0.1);--border-radius-tiny:3px;--spacing-unit:12px;--size-btn-options:45px;--primary-font:"roboto",sans-serif}', map: void 0, media: void 0 }), e2("data-v-198621a2_1", { source: ".icon-fill--black{fill:var(--color-black)}.icon-fill--default{fill:currentColor}.icon-fill--disabled{fill:var(--color-silver-dark)}.icon-fill--high{fill:var(--color-high)}.icon-fill--primary{fill:var(--color-primary)}.icon-fill--secondary{fill:var(--color-secondary)}.icon-fill--success{fill:var(--color-success)}.icon-fill--silver{fill:var(--color-silver)}.icon-fill--granite-light{fill:var(--color-granite-light)}.icon-fill--granite{fill:var(--color-granite)}.icon-fill--silver-light{fill:var(--color-silver-light)}.icon-fill--warning{fill:var(--color-warning)}.icon-fill--white{fill:var(--color-white)}.icon-stroke{fill:transparent}.icon-stroke--black{stroke:var(--color-black)}.icon-stroke--default{stroke:currentColor}.icon-stroke--disabled{stroke:var(--color-silver-dark)}.icon-stroke--high{stroke:var(--color-high)}.icon-stroke--neutral{stroke:var(--color-neutral)}.icon-stroke--primary{stroke:var(--color-primary)}.icon-stroke--secondary{stroke:var(--color-secondary)}.icon-stroke--success{stroke:var(--color-success)}.icon-stroke--silver{stroke:var(--color-silver)}.icon-stroke--granite-light{stroke:var(--color-granite-light)}.icon-stroke--granite{stroke:var(--color-granite)}.icon-stroke--silver-light{stroke:var(--color-silver-light)}.icon-stroke--warning{stroke:var(--color-warning)}.icon-stroke--white{stroke:var(--color-white)}", map: void 0, media: void 0 }));
670
- }, r$b, "data-v-198621a2", false, void 0, false, n$9, void 0, void 0);
671
- let r$a = 0;
672
- var e$a = { model: { prop: "modelValue", event: "update:modelValue" }, props: { modelValue: { type: [String, Number, Boolean], default: "" }, placeholder: { type: String, default: "" }, error: { type: Boolean, default: false }, success: { type: Boolean, default: false }, errorMessage: { type: String, default: "" }, successMessage: { type: String, default: "" }, loading: { type: Boolean, default: false }, disabled: { type: Boolean, default: false }, margin: { type: String, default: "12px 0px" }, autocomplete: { type: Boolean, default: false } }, emits: ["update:modelValue", "blur", "keypress", "focus", "change"], computed: { style() {
673
+ }, r$c, "data-v-198621a2", false, void 0, false, n$9, void 0, void 0);
674
+ let r$b = 0;
675
+ var e$b = { model: { prop: "modelValue", event: "update:modelValue" }, props: { modelValue: { type: [String, Number, Boolean], default: "" }, placeholder: { type: String, default: "" }, error: { type: Boolean, default: false }, success: { type: Boolean, default: false }, errorMessage: { type: String, default: "" }, successMessage: { type: String, default: "" }, loading: { type: Boolean, default: false }, disabled: { type: Boolean, default: false }, margin: { type: String, default: "12px 0px" }, autocomplete: { type: Boolean, default: false } }, emits: ["update:modelValue", "blur", "keypress", "focus", "change"], computed: { style() {
673
676
  return { margin: "" + this.margin };
674
677
  } }, beforeCreate() {
675
- this.uuid = r$a.toString(), r$a += 1;
678
+ this.uuid = r$b.toString(), r$b += 1;
676
679
  }, created() {
677
680
  this.$watch(() => this.success && this.error, (r2) => {
678
681
  if (r2)
@@ -683,7 +686,7 @@ var e$a = { model: { prop: "modelValue", event: "update:modelValue" }, props: {
683
686
  }, blur() {
684
687
  this.$refs.input && this.$refs.input.blur();
685
688
  } } };
686
- function t$a(r2, e2, t2, a2, o2, i2, n2, s2, l2, c2) {
689
+ function t$b(r2, e2, t2, a2, o2, i2, n2, s2, l2, c2) {
687
690
  typeof n2 != "boolean" && (l2 = s2, s2 = n2, n2 = false);
688
691
  const d2 = typeof t2 == "function" ? t2.options : t2;
689
692
  let b2;
@@ -705,14 +708,14 @@ function t$a(r2, e2, t2, a2, o2, i2, n2, s2, l2, c2) {
705
708
  }
706
709
  return t2;
707
710
  }
708
- const a$9 = typeof navigator != "undefined" && /msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());
709
- function o$a(r2) {
711
+ const a$a = typeof navigator != "undefined" && /msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());
712
+ function o$b(r2) {
710
713
  return (r3, e2) => function(r4, e3) {
711
- const t2 = a$9 ? e3.media || "default" : r4, o2 = n$8[t2] || (n$8[t2] = { ids: /* @__PURE__ */ new Set(), styles: [] });
714
+ const t2 = a$a ? e3.media || "default" : r4, o2 = n$8[t2] || (n$8[t2] = { ids: /* @__PURE__ */ new Set(), styles: [] });
712
715
  if (!o2.ids.has(r4)) {
713
716
  o2.ids.add(r4);
714
717
  let t3 = e3.source;
715
- if (e3.map && (t3 += "\n/*# sourceURL=" + e3.map.sources[0] + " */", t3 += "\n/*# sourceMappingURL=data:application/json;base64," + btoa(unescape(encodeURIComponent(JSON.stringify(e3.map)))) + " */"), o2.element || (o2.element = document.createElement("style"), o2.element.type = "text/css", e3.media && o2.element.setAttribute("media", e3.media), i$9 === void 0 && (i$9 = document.head || document.getElementsByTagName("head")[0]), i$9.appendChild(o2.element)), "styleSheet" in o2.element)
718
+ if (e3.map && (t3 += "\n/*# sourceURL=" + e3.map.sources[0] + " */", t3 += "\n/*# sourceMappingURL=data:application/json;base64," + btoa(unescape(encodeURIComponent(JSON.stringify(e3.map)))) + " */"), o2.element || (o2.element = document.createElement("style"), o2.element.type = "text/css", e3.media && o2.element.setAttribute("media", e3.media), i$a === void 0 && (i$a = document.head || document.getElementsByTagName("head")[0]), i$a.appendChild(o2.element)), "styleSheet" in o2.element)
716
719
  o2.styles.push(t3), o2.element.styleSheet.cssText = o2.styles.filter(Boolean).join("\n");
717
720
  else {
718
721
  const r5 = o2.ids.size - 1, e4 = document.createTextNode(t3), a2 = o2.element.childNodes;
@@ -721,9 +724,9 @@ function o$a(r2) {
721
724
  }
722
725
  }(r3, e2);
723
726
  }
724
- let i$9;
727
+ let i$a;
725
728
  const n$8 = {};
726
- const s$8 = t$a({ render: function() {
729
+ const s$8 = t$b({ render: function() {
727
730
  var r2 = this, e2 = r2.$createElement, t2 = r2._self._c || e2;
728
731
  return t2("div", { staticClass: "bimdata-input", class: { error: r2.error, success: r2.success, disabled: r2.disabled, loading: r2.loading, "not-empty": !!r2.modelValue }, style: r2.style }, [t2("input", r2._b({ ref: "input", attrs: { id: "bimdata-input-" + r2.uuid, disabled: r2.disabled, autocomplete: r2.autocomplete ? "on" : "off" }, domProps: { value: r2.modelValue }, on: { input: function(e3) {
729
732
  return r2.$emit("update:modelValue", e3.currentTarget.value);
@@ -737,9 +740,9 @@ const s$8 = t$a({ render: function() {
737
740
  return r2.$emit("change", e3);
738
741
  } } }, "input", r2.$attrs, false)), r2._v(" "), t2("div", { staticClass: "bimdata-input__icon" }, [r2._t("inputIcon")], 2), r2._v(" "), t2("label", { attrs: { for: "bimdata-input-" + r2.uuid } }, [r2._v(r2._s(r2.placeholder))]), r2._v(" "), t2("span", { staticClass: "bar" }), r2._v(" "), r2.error ? t2("span", { staticClass: "error" }, [r2._v(r2._s(r2.errorMessage))]) : r2._e(), r2._v(" "), r2.success ? t2("span", { staticClass: "success" }, [r2._v(r2._s(r2.successMessage))]) : r2._e()]);
739
742
  }, staticRenderFns: [] }, function(r2) {
740
- r2 && (r2("data-v-957ba7b2_0", { source: 'html[data-v-957ba7b2]{--color-primary-lighter:rgba(248, 249, 250, 1);--color-primary-light:rgba(67, 78, 105, 1);--color-primary:rgba(47, 55, 74, 1);--color-primary-dark:rgba(27, 32, 43, 1);--color-secondary-lighter:rgba(255, 252, 242, 1);--color-secondary-light:rgba(250, 212, 94, 1);--color-secondary:rgba(249, 199, 44, 1);--color-secondary-dark:rgba(235, 180, 7, 1);--color-white:rgba(255, 255, 255, 1);--color-silver-light:rgba(247, 247, 247, 1);--color-silver:rgba(216, 216, 216, 1);--color-silver-dark:rgba(189, 189, 189, 1);--color-granite-light:rgba(122, 122, 122, 1);--color-granite:rgba(96, 96, 96, 1);--color-black:rgba(0, 0, 0, 1);--color-text:rgba(47, 55, 74, 1);--color-black-100:rgba(0, 0, 0, 0.1);--color-success-lighter:rgba(226, 255, 239, 1);--color-success-light:rgba(0, 200, 92, 1);--color-success:rgba(0, 175, 80, 1);--color-success-dark:rgba(0, 149, 68, 1);--color-warning-lighter:rgba(255, 233, 204, 1);--color-warning-light:rgba(255, 167, 51, 1);--color-warning:rgba(255, 145, 0, 1);--color-warning-dark:rgba(204, 116, 0, 1);--color-high-lighter:rgba(255, 237, 234, 1);--color-high-light:rgba(255, 104, 81, 1);--color-high:rgba(255, 61, 30, 1);--color-high-dark:rgba(234, 31, 0, 1);--font-size:14px;--box-shadow:0px 2px 10px rgba(0, 0, 0, 0.1);--border-radius-tiny:3px;--spacing-unit:12px;--size-btn-options:45px;--primary-font:"roboto",sans-serif}html[data-v-957ba7b2]{--color-primary-lighter:rgba(248, 249, 250, 1);--color-primary-light:rgba(67, 78, 105, 1);--color-primary:rgba(47, 55, 74, 1);--color-primary-dark:rgba(27, 32, 43, 1);--color-secondary-lighter:rgba(255, 252, 242, 1);--color-secondary-light:rgba(250, 212, 94, 1);--color-secondary:rgba(249, 199, 44, 1);--color-secondary-dark:rgba(235, 180, 7, 1);--color-white:rgba(255, 255, 255, 1);--color-silver-light:rgba(247, 247, 247, 1);--color-silver:rgba(216, 216, 216, 1);--color-silver-dark:rgba(189, 189, 189, 1);--color-granite-light:rgba(122, 122, 122, 1);--color-granite:rgba(96, 96, 96, 1);--color-black:rgba(0, 0, 0, 1);--color-text:rgba(47, 55, 74, 1);--color-black-100:rgba(0, 0, 0, 0.1);--color-success-lighter:rgba(226, 255, 239, 1);--color-success-light:rgba(0, 200, 92, 1);--color-success:rgba(0, 175, 80, 1);--color-success-dark:rgba(0, 149, 68, 1);--color-warning-lighter:rgba(255, 233, 204, 1);--color-warning-light:rgba(255, 167, 51, 1);--color-warning:rgba(255, 145, 0, 1);--color-warning-dark:rgba(204, 116, 0, 1);--color-high-lighter:rgba(255, 237, 234, 1);--color-high-light:rgba(255, 104, 81, 1);--color-high:rgba(255, 61, 30, 1);--color-high-dark:rgba(234, 31, 0, 1);--font-size:14px;--box-shadow:0px 2px 10px rgba(0, 0, 0, 0.1);--border-radius-tiny:3px;--spacing-unit:12px;--size-btn-options:45px;--primary-font:"roboto",sans-serif}.text-left[data-v-957ba7b2]{text-align:left}.text-center[data-v-957ba7b2]{text-align:center}.text-right[data-v-957ba7b2]{text-align:right}.bimdata-link[data-v-957ba7b2]{color:var(--color-primary);border-bottom:1px solid var(--color-primary);font-weight:700}.primary-font[data-v-957ba7b2]{font-family:roboto,sans-serif}', map: void 0, media: void 0 }), r2("data-v-957ba7b2_1", { source: '@keyframes scaleX{0%{transform:scaleX(0);left:-50%}25%{transform:scaleX(1);left:0}50%{transform:scaleX(1);left:50%}75%{transform:scaleX(0);left:50%}100%{transform:scaleX(0);left:50%}}input:-webkit-autofill{box-shadow:0 0 0 1000px var(--color-white) inset}.bimdata-input{min-height:32px;position:relative;font-family:var(--primary-font)}.bimdata-input.not-empty label{top:-22px;color:var(--color-primary);font-size:.7142857143em}.bimdata-input input{padding:0;width:100%;height:32px;border:none;display:flex;cursor:pointer;background-color:transparent;font-size:1em}.bimdata-input input:focus{outline:0}.bimdata-input input:focus~label{top:-22px;font-size:.7142857143em}.bimdata-input input:focus~.bar:after{width:100%;transition:transform .2s cubic-bezier(.55,0,.55,.2);transform:scaleX(1)}.bimdata-input__icon{position:absolute;right:0;top:8px}.bimdata-input label{position:absolute;top:0;left:0;font-size:.8571428571em;transform:translateY(8px);transition:.2s ease all;color:var(--color-granite-light);cursor:pointer}.bimdata-input .bar{width:100%;height:1px;display:block;background:var(--color-silver)}.bimdata-input .bar::after,.bimdata-input .bar::before{width:0;height:2px;content:"";display:block;position:absolute;background-color:var(--color-primary);transform:scaleX(0)}.bimdata-input.loading input~.bar:after{width:50%;animation:scaleX 2s linear infinite none;transform-origin:right}.bimdata-input.loading input~.bar:before{width:50%;animation:scaleX 2s linear 1s infinite none;transform-origin:right}.bimdata-input .error{color:var(--color-high);font-size:.7857142857em}.bimdata-input .success{color:var(--color-success);font-size:.7857142857em}.bimdata-input.disabled{opacity:.6}.bimdata-input.error label{color:var(--color-high)}.bimdata-input.error .bar{background-color:var(--color-high)}.bimdata-input.error .bar::after,.bimdata-input.error .bar::before{background-color:var(--color-high)}.bimdata-input.success label{color:var(--color-success)}.bimdata-input.success .bar{background-color:var(--color-success)}.bimdata-input.success .bar::after,.bimdata-input.success .bar::before{background-color:var(--color-success)}', map: void 0, media: void 0 }));
741
- }, e$a, "data-v-957ba7b2", false, void 0, false, o$a, void 0, void 0);
742
- var e$9 = { bind(e2, t2) {
743
+ r2 && (r2("data-v-957ba7b2_0", { source: 'html[data-v-957ba7b2]{--color-primary-lighter:rgba(248, 249, 250, 1);--color-primary-light:rgba(67, 78, 105, 1);--color-primary:rgba(47, 55, 74, 1);--color-primary-dark:rgba(27, 32, 43, 1);--color-secondary-lighter:rgba(255, 252, 242, 1);--color-secondary-light:rgba(250, 212, 94, 1);--color-secondary:rgba(249, 199, 44, 1);--color-secondary-dark:rgba(235, 180, 7, 1);--color-white:rgba(255, 255, 255, 1);--color-silver-light:rgba(247, 247, 247, 1);--color-silver:rgba(216, 216, 216, 1);--color-silver-dark:rgba(189, 189, 189, 1);--color-granite-light:rgba(122, 122, 122, 1);--color-granite:rgba(96, 96, 96, 1);--color-black:rgba(0, 0, 0, 1);--color-text:rgba(47, 55, 74, 1);--color-black-100:rgba(0, 0, 0, 0.1);--color-success-lighter:rgba(226, 255, 239, 1);--color-success-light:rgba(0, 200, 92, 1);--color-success:rgba(0, 175, 80, 1);--color-success-dark:rgba(0, 149, 68, 1);--color-warning-lighter:rgba(255, 233, 204, 1);--color-warning-light:rgba(255, 167, 51, 1);--color-warning:rgba(255, 145, 0, 1);--color-warning-dark:rgba(204, 116, 0, 1);--color-high-lighter:rgba(255, 237, 234, 1);--color-high-light:rgba(255, 104, 81, 1);--color-high:rgba(255, 61, 30, 1);--color-high-dark:rgba(234, 31, 0, 1);--font-size:14px;--box-shadow:0px 2px 10px rgba(0, 0, 0, 0.1);--border-radius-tiny:3px;--spacing-unit:12px;--size-btn-options:45px;--primary-font:"roboto",sans-serif}html[data-v-957ba7b2]{--color-primary-lighter:rgba(248, 249, 250, 1);--color-primary-light:rgba(67, 78, 105, 1);--color-primary:rgba(47, 55, 74, 1);--color-primary-dark:rgba(27, 32, 43, 1);--color-secondary-lighter:rgba(255, 252, 242, 1);--color-secondary-light:rgba(250, 212, 94, 1);--color-secondary:rgba(249, 199, 44, 1);--color-secondary-dark:rgba(235, 180, 7, 1);--color-white:rgba(255, 255, 255, 1);--color-silver-light:rgba(247, 247, 247, 1);--color-silver:rgba(216, 216, 216, 1);--color-silver-dark:rgba(189, 189, 189, 1);--color-granite-light:rgba(122, 122, 122, 1);--color-granite:rgba(96, 96, 96, 1);--color-black:rgba(0, 0, 0, 1);--color-text:rgba(47, 55, 74, 1);--color-black-100:rgba(0, 0, 0, 0.1);--color-success-lighter:rgba(226, 255, 239, 1);--color-success-light:rgba(0, 200, 92, 1);--color-success:rgba(0, 175, 80, 1);--color-success-dark:rgba(0, 149, 68, 1);--color-warning-lighter:rgba(255, 233, 204, 1);--color-warning-light:rgba(255, 167, 51, 1);--color-warning:rgba(255, 145, 0, 1);--color-warning-dark:rgba(204, 116, 0, 1);--color-high-lighter:rgba(255, 237, 234, 1);--color-high-light:rgba(255, 104, 81, 1);--color-high:rgba(255, 61, 30, 1);--color-high-dark:rgba(234, 31, 0, 1);--font-size:14px;--box-shadow:0px 2px 10px rgba(0, 0, 0, 0.1);--border-radius-tiny:3px;--spacing-unit:12px;--size-btn-options:45px;--primary-font:"roboto",sans-serif}.text-left[data-v-957ba7b2]{text-align:left}.text-center[data-v-957ba7b2]{text-align:center}.text-right[data-v-957ba7b2]{text-align:right}.bimdata-link[data-v-957ba7b2]{color:var(--color-primary);border-bottom:1px solid var(--color-primary);font-weight:700}.primary-font[data-v-957ba7b2]{font-family:roboto,sans-serif}', map: void 0, media: void 0 }), r2("data-v-957ba7b2_1", { source: '@keyframes scaleX{0%{transform:scaleX(0);left:-50%}25%{transform:scaleX(1);left:0}50%{transform:scaleX(1);left:50%}75%{transform:scaleX(0);left:50%}100%{transform:scaleX(0);left:50%}}input:-webkit-autofill{box-shadow:0 0 0 1000px var(--color-white) inset}.bimdata-input{min-height:32px;position:relative;font-family:var(--primary-font);font-size:16px}.bimdata-input.not-empty label{top:-22px;color:var(--color-primary);font-size:.7142857143em}.bimdata-input input{padding:0;width:100%;height:32px;border:none;display:flex;cursor:pointer;background-color:transparent;font-size:1em}.bimdata-input input:focus{outline:0}.bimdata-input input:focus~label{top:-22px;font-size:.7142857143em}.bimdata-input input:focus~.bar:after{width:100%;transition:transform .2s cubic-bezier(.55,0,.55,.2);transform:scaleX(1)}.bimdata-input__icon{position:absolute;right:0;top:8px}.bimdata-input label{position:absolute;top:0;left:0;font-size:.8571428571em;transform:translateY(8px);transition:.2s ease all;color:var(--color-granite-light);cursor:pointer}.bimdata-input .bar{width:100%;height:1px;display:block;background:var(--color-silver)}.bimdata-input .bar::after,.bimdata-input .bar::before{width:0;height:2px;content:"";display:block;position:absolute;background-color:var(--color-primary);transform:scaleX(0)}.bimdata-input.loading input~.bar:after{width:50%;animation:scaleX 2s linear infinite none;transform-origin:right}.bimdata-input.loading input~.bar:before{width:50%;animation:scaleX 2s linear 1s infinite none;transform-origin:right}.bimdata-input .error{color:var(--color-high);font-size:.7857142857em}.bimdata-input .success{color:var(--color-success);font-size:.7857142857em}.bimdata-input.disabled{opacity:.6}.bimdata-input.error label{color:var(--color-high)}.bimdata-input.error .bar{background-color:var(--color-high)}.bimdata-input.error .bar::after,.bimdata-input.error .bar::before{background-color:var(--color-high)}.bimdata-input.success label{color:var(--color-success)}.bimdata-input.success .bar{background-color:var(--color-success)}.bimdata-input.success .bar::after,.bimdata-input.success .bar::before{background-color:var(--color-success)}', map: void 0, media: void 0 }));
744
+ }, e$b, "data-v-957ba7b2", false, void 0, false, o$b, void 0, void 0);
745
+ var e$a = { bind(e2, t2) {
743
746
  if (typeof t2.value != "function")
744
747
  throw Error("click away directive needs function, got " + typeof t2.value);
745
748
  e2.clickAwayHandler = (o2) => {
@@ -747,7 +750,7 @@ var e$9 = { bind(e2, t2) {
747
750
  }, window.addEventListener(t2.arg || "click", e2.clickAwayHandler, true);
748
751
  }, unbind(e2, t2) {
749
752
  window.removeEventListener(t2.arg || "click", e2.clickAwayHandler, true), delete e2.clickAwayHandler;
750
- } }, t$9 = { name: "BIMDataCheckbox", inheritAttrs: false, model: { prop: "modelValue", event: "update:modelValue" }, props: { text: { type: String, default: null }, modelValue: { type: Boolean, validator: (e2) => e2 === null || typeof e2 == "boolean" }, disabled: { type: Boolean, default: false }, margin: { type: String, default: "0px" } }, emits: ["update:modelValue"], computed: { indeterminate() {
753
+ } }, t$a = { name: "BIMDataCheckbox", inheritAttrs: false, model: { prop: "modelValue", event: "update:modelValue" }, props: { text: { type: String, default: null }, modelValue: { type: Boolean, validator: (e2) => e2 === null || typeof e2 == "boolean" }, disabled: { type: Boolean, default: false }, margin: { type: String, default: "0px" } }, emits: ["update:modelValue"], computed: { indeterminate() {
751
754
  return this.modelValue === null;
752
755
  }, checked() {
753
756
  return this.modelValue === true || this.indeterminate;
@@ -756,7 +759,7 @@ var e$9 = { bind(e2, t2) {
756
759
  } }, methods: { onClick() {
757
760
  this.disabled || this.$emit("update:modelValue", !this.checked);
758
761
  } } };
759
- function o$9(e2, t2, o2, a2, r2, i2, l2, n2, s2, c2) {
762
+ function o$a(e2, t2, o2, a2, r2, i2, l2, n2, s2, c2) {
760
763
  typeof l2 != "boolean" && (s2 = n2, n2 = l2, l2 = false);
761
764
  const d2 = typeof o2 == "function" ? o2.options : o2;
762
765
  let b2;
@@ -778,14 +781,14 @@ function o$9(e2, t2, o2, a2, r2, i2, l2, n2, s2, c2) {
778
781
  }
779
782
  return o2;
780
783
  }
781
- const a$8 = typeof navigator != "undefined" && /msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());
782
- function r$9(e2) {
784
+ const a$9 = typeof navigator != "undefined" && /msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());
785
+ function r$a(e2) {
783
786
  return (e3, t2) => function(e4, t3) {
784
- const o2 = a$8 ? t3.media || "default" : e4, r2 = l$5[o2] || (l$5[o2] = { ids: /* @__PURE__ */ new Set(), styles: [] });
787
+ const o2 = a$9 ? t3.media || "default" : e4, r2 = l$6[o2] || (l$6[o2] = { ids: /* @__PURE__ */ new Set(), styles: [] });
785
788
  if (!r2.ids.has(e4)) {
786
789
  r2.ids.add(e4);
787
790
  let o3 = t3.source;
788
- if (t3.map && (o3 += "\n/*# sourceURL=" + t3.map.sources[0] + " */", o3 += "\n/*# sourceMappingURL=data:application/json;base64," + btoa(unescape(encodeURIComponent(JSON.stringify(t3.map)))) + " */"), r2.element || (r2.element = document.createElement("style"), r2.element.type = "text/css", t3.media && r2.element.setAttribute("media", t3.media), i$8 === void 0 && (i$8 = document.head || document.getElementsByTagName("head")[0]), i$8.appendChild(r2.element)), "styleSheet" in r2.element)
791
+ if (t3.map && (o3 += "\n/*# sourceURL=" + t3.map.sources[0] + " */", o3 += "\n/*# sourceMappingURL=data:application/json;base64," + btoa(unescape(encodeURIComponent(JSON.stringify(t3.map)))) + " */"), r2.element || (r2.element = document.createElement("style"), r2.element.type = "text/css", t3.media && r2.element.setAttribute("media", t3.media), i$9 === void 0 && (i$9 = document.head || document.getElementsByTagName("head")[0]), i$9.appendChild(r2.element)), "styleSheet" in r2.element)
789
792
  r2.styles.push(o3), r2.element.styleSheet.cssText = r2.styles.filter(Boolean).join("\n");
790
793
  else {
791
794
  const e5 = r2.ids.size - 1, t4 = document.createTextNode(o3), a2 = r2.element.childNodes;
@@ -794,24 +797,24 @@ function r$9(e2) {
794
797
  }
795
798
  }(e3, t2);
796
799
  }
797
- let i$8;
798
- const l$5 = {};
799
- const n$7 = o$9({ render: function() {
800
+ let i$9;
801
+ const l$6 = {};
802
+ const n$7 = o$a({ render: function() {
800
803
  var e2 = this, t2 = e2.$createElement, o2 = e2._self._c || t2;
801
804
  return o2("div", { staticClass: "bimdata-checkbox", class: { indeterminate: e2.indeterminate, disabled: e2.disabled, checked: e2.checked }, style: e2.style, on: { click: e2.onClick } }, [o2("span", { staticClass: "bimdata-checkbox__mark" }), e2._v(" "), e2.text ? o2("span", { staticClass: "bimdata-checkbox__text" }, [e2._t("default", function() {
802
805
  return [e2._v(e2._s(e2.text))];
803
806
  })], 2) : e2._e()]);
804
807
  }, staticRenderFns: [] }, function(e2) {
805
808
  e2 && (e2("data-v-119f0061_0", { source: 'html[data-v-119f0061]{--color-primary-lighter:rgba(248, 249, 250, 1);--color-primary-light:rgba(67, 78, 105, 1);--color-primary:rgba(47, 55, 74, 1);--color-primary-dark:rgba(27, 32, 43, 1);--color-secondary-lighter:rgba(255, 252, 242, 1);--color-secondary-light:rgba(250, 212, 94, 1);--color-secondary:rgba(249, 199, 44, 1);--color-secondary-dark:rgba(235, 180, 7, 1);--color-white:rgba(255, 255, 255, 1);--color-silver-light:rgba(247, 247, 247, 1);--color-silver:rgba(216, 216, 216, 1);--color-silver-dark:rgba(189, 189, 189, 1);--color-granite-light:rgba(122, 122, 122, 1);--color-granite:rgba(96, 96, 96, 1);--color-black:rgba(0, 0, 0, 1);--color-text:rgba(47, 55, 74, 1);--color-black-100:rgba(0, 0, 0, 0.1);--color-success-lighter:rgba(226, 255, 239, 1);--color-success-light:rgba(0, 200, 92, 1);--color-success:rgba(0, 175, 80, 1);--color-success-dark:rgba(0, 149, 68, 1);--color-warning-lighter:rgba(255, 233, 204, 1);--color-warning-light:rgba(255, 167, 51, 1);--color-warning:rgba(255, 145, 0, 1);--color-warning-dark:rgba(204, 116, 0, 1);--color-high-lighter:rgba(255, 237, 234, 1);--color-high-light:rgba(255, 104, 81, 1);--color-high:rgba(255, 61, 30, 1);--color-high-dark:rgba(234, 31, 0, 1);--font-size:14px;--box-shadow:0px 2px 10px rgba(0, 0, 0, 0.1);--border-radius-tiny:3px;--spacing-unit:12px;--size-btn-options:45px;--primary-font:"roboto",sans-serif}html[data-v-119f0061]{--color-primary-lighter:rgba(248, 249, 250, 1);--color-primary-light:rgba(67, 78, 105, 1);--color-primary:rgba(47, 55, 74, 1);--color-primary-dark:rgba(27, 32, 43, 1);--color-secondary-lighter:rgba(255, 252, 242, 1);--color-secondary-light:rgba(250, 212, 94, 1);--color-secondary:rgba(249, 199, 44, 1);--color-secondary-dark:rgba(235, 180, 7, 1);--color-white:rgba(255, 255, 255, 1);--color-silver-light:rgba(247, 247, 247, 1);--color-silver:rgba(216, 216, 216, 1);--color-silver-dark:rgba(189, 189, 189, 1);--color-granite-light:rgba(122, 122, 122, 1);--color-granite:rgba(96, 96, 96, 1);--color-black:rgba(0, 0, 0, 1);--color-text:rgba(47, 55, 74, 1);--color-black-100:rgba(0, 0, 0, 0.1);--color-success-lighter:rgba(226, 255, 239, 1);--color-success-light:rgba(0, 200, 92, 1);--color-success:rgba(0, 175, 80, 1);--color-success-dark:rgba(0, 149, 68, 1);--color-warning-lighter:rgba(255, 233, 204, 1);--color-warning-light:rgba(255, 167, 51, 1);--color-warning:rgba(255, 145, 0, 1);--color-warning-dark:rgba(204, 116, 0, 1);--color-high-lighter:rgba(255, 237, 234, 1);--color-high-light:rgba(255, 104, 81, 1);--color-high:rgba(255, 61, 30, 1);--color-high-dark:rgba(234, 31, 0, 1);--font-size:14px;--box-shadow:0px 2px 10px rgba(0, 0, 0, 0.1);--border-radius-tiny:3px;--spacing-unit:12px;--size-btn-options:45px;--primary-font:"roboto",sans-serif}.text-left[data-v-119f0061]{text-align:left}.text-center[data-v-119f0061]{text-align:center}.text-right[data-v-119f0061]{text-align:right}.bimdata-link[data-v-119f0061]{color:var(--color-primary);border-bottom:1px solid var(--color-primary);font-weight:700}.primary-font[data-v-119f0061]{font-family:roboto,sans-serif}', map: void 0, media: void 0 }), e2("data-v-119f0061_1", { source: '.bimdata-checkbox{position:relative;display:flex;align-items:center;font-family:var(--primary-font);font-size:1em;cursor:pointer;user-select:none}.bimdata-checkbox :after,.bimdata-checkbox :before{-webkit-box-sizing:border-box;box-sizing:border-box}.bimdata-checkbox__mark{width:13px;height:13px;position:relative;top:0;left:0;border:solid 1px var(--color-primary);border-radius:2px;box-sizing:border-box}.bimdata-checkbox__mark::after{width:4px;height:7px;content:"";display:block;position:absolute;top:1px;left:3px;border:solid transparent;opacity:0;transform:rotate(45deg)}.bimdata-checkbox__text{width:calc(100% - 13px - 5px);margin-left:6px;font-size:.8571428571em}.bimdata-checkbox.checked>.bimdata-checkbox__mark,.bimdata-checkbox.indeterminate>.bimdata-checkbox__mark{background-color:var(--color-primary)}.bimdata-checkbox:not(.indeterminate):not(.checked)>.bimdata-checkbox__mark::after{border-color:transparent}.bimdata-checkbox.checked>.bimdata-checkbox__mark::after,.bimdata-checkbox:not(.indeterminate)>.bimdata-checkbox__mark::after{border:solid 1px var(--color-white);border-left:none;border-top:none;border-width:0 1px 1px 0;opacity:1}.bimdata-checkbox.indeterminate>.bimdata-checkbox__mark::after{border-width:0 1px 0 0;transform:rotate(90deg)}.bimdata-checkbox.disabled{cursor:default}.bimdata-checkbox.disabled>.bimdata-checkbox__mark{border-color:var(--color-silver-dark)}.bimdata-checkbox.disabled>.bimdata-checkbox__text{color:var(--color-silver-dark)}.bimdata-checkbox.checked.disabled>.bimdata-checkbox__mark{background-color:var(--color-silver-dark)}', map: void 0, media: void 0 }));
806
- }, t$9, "data-v-119f0061", false, void 0, false, r$9, void 0, void 0);
807
- const s$7 = o$9({ render: function() {
809
+ }, t$a, "data-v-119f0061", false, void 0, false, r$a, void 0, void 0);
810
+ const s$7 = o$a({ render: function() {
808
811
  var e2 = this.$createElement;
809
812
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M6.0522 2.19676C5.9826 2.27217 5.9826 2.39544 6.0522 2.47105L14.4046 11.5192L6.08804 20.529C6.01825 20.6044 6.01825 20.7279 6.08804 20.8033L8.06344 22.9433C8.13304 23.0189 8.24702 23.0189 8.31662 22.9433L18.7257 11.667C18.7942 11.5928 18.795 11.4724 18.729 11.3968C18.7202 11.3736 18.7071 11.3518 18.6899 11.3331L8.28077 0.0565512C8.21117 -0.0188504 8.09719 -0.0188504 8.02759 0.0565512L6.0522 2.19676Z" } });
810
813
  }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0);
811
814
  var c$4 = Object.freeze(["black", "default", "granite", "granite-light", "high", "primary", "secondary", "success", "silver", "silver-light", "silver-dark", "warning", "white"]);
812
815
  const d$5 = { xxxs: 10, xxs: 13, xs: 16, s: 18, m: 22, l: 28, xl: 36, xxl: 45, xxxl: 60 };
813
816
  var b$2;
814
- const p = o$9({ render: function() {
817
+ const p = o$a({ render: function() {
815
818
  var e2 = this.$createElement, t2 = this._self._c || e2;
816
819
  return t2("svg", { class: this.classes, style: this.style, attrs: { xmlns: "http://www.w3.org/2000/svg", preserveAspectRatio: "xMidYMid meet", viewBox: "0 0 24 24", width: "100%", fill: this.fillColor, color: this.color } }, [t2("Chevron")], 1);
817
820
  }, staticRenderFns: [] }, function(e2) {
@@ -823,13 +826,13 @@ const p = o$9({ render: function() {
823
826
  return { width: e2 + "px", minWidth: e2 + "px", height: e2 + "px", minHeight: e2 + "px", margin: "" + this.margin, transform: `rotate(${this.rotate}deg)` };
824
827
  } }, methods: { getPixelSize() {
825
828
  return this.customSize ? this.customSize : d$5[this.size];
826
- } } }, "data-v-20c38c94", false, void 0, false, r$9, void 0, void 0);
827
- const g$3 = o$9({ render: function() {
829
+ } } }, "data-v-20c38c94", false, void 0, false, r$a, void 0, void 0);
830
+ const g$3 = o$a({ render: function() {
828
831
  var e2 = this, t2 = e2.$createElement;
829
832
  return (e2._self._c || t2)(e2.selectorComponent, e2._b({ tag: "component", attrs: { modelValue: e2.modelValue }, on: { "update:modelValue": function(t3) {
830
833
  return e2.$emit("update:modelValue", t3);
831
834
  } } }, "component", e2.$props, false));
832
- }, staticRenderFns: [] }, void 0, { components: { BIMDataSelectMulti: o$9({ render: function() {
835
+ }, staticRenderFns: [] }, void 0, { components: { BIMDataSelectMulti: o$a({ render: function() {
833
836
  var e2 = this, t2 = e2.$createElement, o2 = e2._self._c || t2;
834
837
  return o2("div", { directives: [{ name: "clickaway", rawName: "v-clickaway", value: function() {
835
838
  return e2.isOpen = false;
@@ -840,7 +843,7 @@ const g$3 = o$9({ render: function() {
840
843
  }), 0)])], 1);
841
844
  }, staticRenderFns: [] }, function(e2) {
842
845
  e2 && e2("data-v-09766700_0", { source: 'html[data-v-09766700]{--color-primary-lighter:rgba(248, 249, 250, 1);--color-primary-light:rgba(67, 78, 105, 1);--color-primary:rgba(47, 55, 74, 1);--color-primary-dark:rgba(27, 32, 43, 1);--color-secondary-lighter:rgba(255, 252, 242, 1);--color-secondary-light:rgba(250, 212, 94, 1);--color-secondary:rgba(249, 199, 44, 1);--color-secondary-dark:rgba(235, 180, 7, 1);--color-white:rgba(255, 255, 255, 1);--color-silver-light:rgba(247, 247, 247, 1);--color-silver:rgba(216, 216, 216, 1);--color-silver-dark:rgba(189, 189, 189, 1);--color-granite-light:rgba(122, 122, 122, 1);--color-granite:rgba(96, 96, 96, 1);--color-black:rgba(0, 0, 0, 1);--color-text:rgba(47, 55, 74, 1);--color-black-100:rgba(0, 0, 0, 0.1);--color-success-lighter:rgba(226, 255, 239, 1);--color-success-light:rgba(0, 200, 92, 1);--color-success:rgba(0, 175, 80, 1);--color-success-dark:rgba(0, 149, 68, 1);--color-warning-lighter:rgba(255, 233, 204, 1);--color-warning-light:rgba(255, 167, 51, 1);--color-warning:rgba(255, 145, 0, 1);--color-warning-dark:rgba(204, 116, 0, 1);--color-high-lighter:rgba(255, 237, 234, 1);--color-high-light:rgba(255, 104, 81, 1);--color-high:rgba(255, 61, 30, 1);--color-high-dark:rgba(234, 31, 0, 1);--font-size:14px;--box-shadow:0px 2px 10px rgba(0, 0, 0, 0.1);--border-radius-tiny:3px;--spacing-unit:12px;--size-btn-options:45px;--primary-font:"roboto",sans-serif}.bimdata-select[data-v-09766700]{position:relative;font-family:var(--primary-font);font-size:1em;user-select:none}.bimdata-select__content[data-v-09766700]{height:32px}.bimdata-select__content__value[data-v-09766700]{width:100%;height:32px;position:absolute;z-index:10;top:0;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.bimdata-select__content__value span[data-v-09766700]{width:100%;height:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bimdata-select__content__label[data-v-09766700]{position:absolute;top:6px;left:0;font-size:.8571428571em;transition:.2s ease all;color:var(--color-granite-light);transition:.2s ease all}.bimdata-select__content__underline[data-v-09766700]{width:100%;height:1px;position:absolute;bottom:0;display:block;background:var(--color-silver)}.bimdata-select.disabled[data-v-09766700]{opacity:.6}.bimdata-select.active .bimdata-select__content .bimdata-select__content__label[data-v-09766700],.bimdata-select.not-empty .bimdata-select__content .bimdata-select__content__label[data-v-09766700]{top:-18px;font-size:.7142857143em;color:var(--color-primary)}.bimdata-select__option-list[data-v-09766700]{position:absolute;z-index:11;top:-3px;width:100%;max-height:220px;padding:calc(var(--spacing-unit)/ 2) 0;overflow:auto;box-shadow:var(--box-shadow);background-color:var(--color-white)}.bimdata-select__option-list__entry[data-v-09766700]{height:29px;padding:0 var(--spacing-unit);display:flex;align-items:center;font-size:.8571428571em;cursor:pointer}.bimdata-select__option-list__entry[data-v-09766700]:hover{background-color:var(--color-silver-light);transition:all .2s ease}.bimdata-select__option-list__entry.selected[data-v-09766700]{background-color:var(--color-silver-light)}.bimdata-select__option-list__entry.selected[data-v-09766700]:hover{background-color:var(--color-silver)}.bimdata-select__option-list__entry.disabled[data-v-09766700]{color:var(--color-silver-dark);cursor:default}.bimdata-select__option-list__entry.option-group[data-v-09766700]{color:var(--color-granite);font-weight:700}.bimdata-select__option-list__entry.option-group[data-v-09766700]:hover{background-color:transparent;cursor:default}.bimdata-select__option-list__entry.option-group~.bimdata-select__option-list__entry[data-v-09766700]:not(.option-group){padding-left:calc(var(--spacing-unit) * 2)}', map: void 0, media: void 0 });
843
- }, { components: { BIMDataCheckbox: n$7, BIMDataIconChevron: p }, directives: { clickaway: e$9 }, model: { prop: "modelValue", event: "update:modelValue" }, props: { width: { type: [String, Number] }, label: { type: String, default: null }, options: { type: Array, default: () => [] }, optionKey: { type: String }, optionLabelKey: { type: String }, modelValue: { type: Array }, nullLabel: { type: String }, disabled: { type: Boolean, default: false } }, emits: ["update:modelValue"], data: () => ({ isOpen: false }), computed: { displayedValue() {
846
+ }, { components: { BIMDataCheckbox: n$7, BIMDataIconChevron: p }, directives: { clickaway: e$a }, model: { prop: "modelValue", event: "update:modelValue" }, props: { width: { type: [String, Number] }, label: { type: String, default: null }, options: { type: Array, default: () => [] }, optionKey: { type: String }, optionLabelKey: { type: String }, modelValue: { type: Array }, nullLabel: { type: String }, disabled: { type: Boolean, default: false } }, emits: ["update:modelValue"], data: () => ({ isOpen: false }), computed: { displayedValue() {
844
847
  return this.modelValue.map(this.optionLabel).join(", ");
845
848
  } }, methods: { toggle() {
846
849
  this.disabled || (this.isOpen = !this.isOpen);
@@ -865,7 +868,7 @@ const g$3 = o$9({ render: function() {
865
868
  } else
866
869
  t2 = this.modelValue.concat(e2);
867
870
  this.$emit("update:modelValue", t2);
868
- } } }, "data-v-09766700", false, void 0, false, r$9, void 0, void 0), BIMDataSelectSingle: o$9({ render: function() {
871
+ } } }, "data-v-09766700", false, void 0, false, r$a, void 0, void 0), BIMDataSelectSingle: o$a({ render: function() {
869
872
  var e2 = this, t2 = e2.$createElement, o2 = e2._self._c || t2;
870
873
  return o2("div", { directives: [{ name: "clickaway", rawName: "v-clickaway", value: function() {
871
874
  return e2.isOpen = false;
@@ -878,7 +881,7 @@ const g$3 = o$9({ render: function() {
878
881
  })], 2)])], 1);
879
882
  }, staticRenderFns: [] }, function(e2) {
880
883
  e2 && e2("data-v-1b2410f3_0", { source: 'html[data-v-1b2410f3]{--color-primary-lighter:rgba(248, 249, 250, 1);--color-primary-light:rgba(67, 78, 105, 1);--color-primary:rgba(47, 55, 74, 1);--color-primary-dark:rgba(27, 32, 43, 1);--color-secondary-lighter:rgba(255, 252, 242, 1);--color-secondary-light:rgba(250, 212, 94, 1);--color-secondary:rgba(249, 199, 44, 1);--color-secondary-dark:rgba(235, 180, 7, 1);--color-white:rgba(255, 255, 255, 1);--color-silver-light:rgba(247, 247, 247, 1);--color-silver:rgba(216, 216, 216, 1);--color-silver-dark:rgba(189, 189, 189, 1);--color-granite-light:rgba(122, 122, 122, 1);--color-granite:rgba(96, 96, 96, 1);--color-black:rgba(0, 0, 0, 1);--color-text:rgba(47, 55, 74, 1);--color-black-100:rgba(0, 0, 0, 0.1);--color-success-lighter:rgba(226, 255, 239, 1);--color-success-light:rgba(0, 200, 92, 1);--color-success:rgba(0, 175, 80, 1);--color-success-dark:rgba(0, 149, 68, 1);--color-warning-lighter:rgba(255, 233, 204, 1);--color-warning-light:rgba(255, 167, 51, 1);--color-warning:rgba(255, 145, 0, 1);--color-warning-dark:rgba(204, 116, 0, 1);--color-high-lighter:rgba(255, 237, 234, 1);--color-high-light:rgba(255, 104, 81, 1);--color-high:rgba(255, 61, 30, 1);--color-high-dark:rgba(234, 31, 0, 1);--font-size:14px;--box-shadow:0px 2px 10px rgba(0, 0, 0, 0.1);--border-radius-tiny:3px;--spacing-unit:12px;--size-btn-options:45px;--primary-font:"roboto",sans-serif}.bimdata-select[data-v-1b2410f3]{position:relative;font-family:var(--primary-font);font-size:1em;user-select:none}.bimdata-select__content[data-v-1b2410f3]{height:32px}.bimdata-select__content__value[data-v-1b2410f3]{width:100%;height:32px;position:absolute;z-index:10;top:0;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.bimdata-select__content__value span[data-v-1b2410f3]{width:100%;height:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bimdata-select__content__label[data-v-1b2410f3]{position:absolute;top:6px;left:0;font-size:.8571428571em;transition:.2s ease all;color:var(--color-granite-light);transition:.2s ease all}.bimdata-select__content__underline[data-v-1b2410f3]{width:100%;height:1px;position:absolute;bottom:0;display:block;background:var(--color-silver)}.bimdata-select.disabled[data-v-1b2410f3]{opacity:.6}.bimdata-select.active .bimdata-select__content .bimdata-select__content__label[data-v-1b2410f3],.bimdata-select.not-empty .bimdata-select__content .bimdata-select__content__label[data-v-1b2410f3]{top:-18px;font-size:.7142857143em;color:var(--color-primary)}.bimdata-select__option-list[data-v-1b2410f3]{position:absolute;z-index:11;top:-3px;width:100%;max-height:220px;padding:calc(var(--spacing-unit)/ 2) 0;overflow:auto;box-shadow:var(--box-shadow);background-color:var(--color-white)}.bimdata-select__option-list__entry[data-v-1b2410f3]{height:29px;padding:0 var(--spacing-unit);display:flex;align-items:center;font-size:.8571428571em;cursor:pointer}.bimdata-select__option-list__entry[data-v-1b2410f3]:hover{background-color:var(--color-silver-light);transition:all .2s ease}.bimdata-select__option-list__entry.selected[data-v-1b2410f3]{background-color:var(--color-silver-light)}.bimdata-select__option-list__entry.selected[data-v-1b2410f3]:hover{background-color:var(--color-silver)}.bimdata-select__option-list__entry.disabled[data-v-1b2410f3]{color:var(--color-silver-dark);cursor:default}.bimdata-select__option-list__entry.option-group[data-v-1b2410f3]{color:var(--color-granite);font-weight:700}.bimdata-select__option-list__entry.option-group[data-v-1b2410f3]:hover{background-color:transparent;cursor:default}.bimdata-select__option-list__entry.option-group~.bimdata-select__option-list__entry[data-v-1b2410f3]:not(.option-group){padding-left:calc(var(--spacing-unit) * 2)}', map: void 0, media: void 0 });
881
- }, { components: { BIMDataIconChevron: p }, directives: { clickaway: e$9 }, model: { prop: "modelValue", event: "update:modelValue" }, props: { width: { type: [String, Number] }, label: { type: String, default: null }, options: { type: Array, default: () => [] }, optionKey: { type: String }, optionLabelKey: { type: String }, modelValue: { type: [String, Object] }, nullValue: { type: Boolean, default: false }, nullLabel: { type: String }, disabled: { type: Boolean, default: false } }, emits: ["update:modelValue"], data: () => ({ isOpen: false }), computed: { displayedValue() {
884
+ }, { components: { BIMDataIconChevron: p }, directives: { clickaway: e$a }, model: { prop: "modelValue", event: "update:modelValue" }, props: { width: { type: [String, Number] }, label: { type: String, default: null }, options: { type: Array, default: () => [] }, optionKey: { type: String }, optionLabelKey: { type: String }, modelValue: { type: [String, Object] }, nullValue: { type: Boolean, default: false }, nullLabel: { type: String }, disabled: { type: Boolean, default: false } }, emits: ["update:modelValue"], data: () => ({ isOpen: false }), computed: { displayedValue() {
882
885
  return this.optionLabel(this.modelValue);
883
886
  } }, methods: { toggle() {
884
887
  this.disabled || (this.isOpen = !this.isOpen);
@@ -897,7 +900,7 @@ const g$3 = o$9({ render: function() {
897
900
  this.optionKey && (e2.disabled || e2.optionGroup) || (this.$emit("update:modelValue", e2), this.isOpen = false);
898
901
  }, onNullValueClick() {
899
902
  this.$emit("update:modelValue", null), this.isOpen = false;
900
- } } }, "data-v-1b2410f3", false, void 0, false, r$9, void 0, void 0) }, model: { prop: "modelValue", event: "update:modelValue" }, props: { width: { type: [String, Number], default: "100%" }, label: { type: String, default: null }, options: { type: Array, default: () => [] }, optionKey: { type: String }, optionLabelKey: { type: String }, modelValue: { type: [String, Object, Array] }, multi: { type: Boolean, default: false }, nullValue: { type: Boolean, default: false }, nullLabel: { type: String }, disabled: { type: Boolean, default: false } }, emits: ["update:modelValue"], computed: { selectorComponent() {
903
+ } } }, "data-v-1b2410f3", false, void 0, false, r$a, void 0, void 0) }, model: { prop: "modelValue", event: "update:modelValue" }, props: { width: { type: [String, Number], default: "100%" }, label: { type: String, default: null }, options: { type: Array, default: () => [] }, optionKey: { type: String }, optionLabelKey: { type: String }, modelValue: { type: [String, Object, Array] }, multi: { type: Boolean, default: false }, nullValue: { type: Boolean, default: false }, nullLabel: { type: String }, disabled: { type: Boolean, default: false } }, emits: ["update:modelValue"], computed: { selectorComponent() {
901
904
  return this.multi ? "BIMDataSelectMulti" : "BIMDataSelectSingle";
902
905
  } } }, void 0, false, void 0, false, void 0, void 0, void 0);
903
906
  var render$j = function() {
@@ -1129,16 +1132,16 @@ function getRandomHexColor() {
1129
1132
  const index = Math.floor(Math.random() * validColors.length);
1130
1133
  return validColors[index][1];
1131
1134
  }
1132
- function adjustBorderColor(color, amount) {
1133
- return "#" + color.replace(/^#/, "").replace(/../g, (color2) => ("0" + Math.min(255, Math.max(0, parseInt(color2, 16) + amount)).toString(16)).substr(-2));
1134
- }
1135
- function adjustColor(bgColor, lightTextColor, darkTextColor) {
1135
+ function adjustTextColor(bgColor, lightTextColor, darkTextColor) {
1136
1136
  const color = bgColor.charAt(0) === "#" ? bgColor.substring(1, 7) : bgColor;
1137
1137
  const r2 = parseInt(color.substring(0, 2), 16);
1138
1138
  const g2 = parseInt(color.substring(2, 4), 16);
1139
1139
  const b2 = parseInt(color.substring(4, 6), 16);
1140
1140
  return r2 * 0.299 + g2 * 0.587 + b2 * 0.114 > 186 ? darkTextColor : lightTextColor;
1141
1141
  }
1142
+ function adjustBorderColor(color, amount) {
1143
+ return "#" + color.replace(/^#/, "").replace(/../g, (color2) => ("0" + Math.min(255, Math.max(0, parseInt(color2, 16) + amount)).toString(16)).slice(-2));
1144
+ }
1142
1145
  const createTopic = async (project, topic) => {
1143
1146
  return await useApiClient().bcfApi.createFullTopic(project.id, topic);
1144
1147
  };
@@ -1193,10 +1196,10 @@ function useService() {
1193
1196
  deleteExtension
1194
1197
  };
1195
1198
  }
1196
- const r$8 = Object.freeze({ bisque: "ffe4c4", orange: "ffa500", coral: "ff7f50", red: "ff3d1e", maroon: "800000", khaki: "f0e68c", tan: "d2b48c", peru: "cd853f", sienna: "a0522d", brown: "a52a2a", greenyellow: "adff2f", yellowgreen: "9acd32", forestgreen: "00af50", green: "008000", darkgreen: "006400", lightcyan: "e0ffff", skyblue: "87ceeb", steelblue: "4682b4", blue: "0000ff", darkblue: "00008b", mistyrose: "ffe4e1", hotpink: "ff69b4", magenta: "ff00ff", purple: "800080", indigo: "4b0082", whitesmoke: "f5f5f5", silver: "c0c0c0", darkgray: "a9a9a9", grey: "7a7a7a", black: "000000" }), a$7 = ["bisque", "khaki", "greenyellow", "lightcyan", "mistyrose", "whitesmoke"];
1197
- Object.entries(r$8).filter(([r2]) => !a$7.includes(r2));
1198
- var e$8 = Object.freeze(["default", "primary", "secondary", "high", "success", "granite"]), o$8 = { props: { text: { type: String } } };
1199
- function t$8(r2, a2, e2, o2, t2, i2, c2, n2, l2, s2) {
1199
+ const r$9 = Object.freeze({ bisque: "ffe4c4", orange: "ffa500", coral: "ff7f50", red: "ff3d1e", maroon: "800000", khaki: "f0e68c", tan: "d2b48c", peru: "cd853f", sienna: "a0522d", brown: "a52a2a", greenyellow: "adff2f", yellowgreen: "9acd32", forestgreen: "00af50", green: "008000", darkgreen: "006400", lightcyan: "e0ffff", skyblue: "87ceeb", steelblue: "4682b4", blue: "0000ff", darkblue: "00008b", mistyrose: "ffe4e1", hotpink: "ff69b4", magenta: "ff00ff", purple: "800080", indigo: "4b0082", whitesmoke: "f5f5f5", silver: "c0c0c0", darkgray: "a9a9a9", grey: "7a7a7a", black: "000000" }), a$8 = ["bisque", "khaki", "greenyellow", "lightcyan", "mistyrose", "whitesmoke"];
1200
+ Object.entries(r$9).filter(([r2]) => !a$8.includes(r2));
1201
+ var e$9 = Object.freeze(["default", "primary", "secondary", "high", "success", "granite"]), o$9 = { props: { text: { type: String } } };
1202
+ function t$9(r2, a2, e2, o2, t2, i2, c2, n2, l2, s2) {
1200
1203
  typeof c2 != "boolean" && (l2 = n2, n2 = c2, c2 = false);
1201
1204
  const d2 = typeof e2 == "function" ? e2.options : e2;
1202
1205
  let g2;
@@ -1218,10 +1221,10 @@ function t$8(r2, a2, e2, o2, t2, i2, c2, n2, l2, s2) {
1218
1221
  }
1219
1222
  return e2;
1220
1223
  }
1221
- const i$7 = typeof navigator != "undefined" && /msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());
1224
+ const i$8 = typeof navigator != "undefined" && /msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());
1222
1225
  function c$3(r2) {
1223
1226
  return (r3, a2) => function(r4, a3) {
1224
- const e2 = i$7 ? a3.media || "default" : r4, o2 = l$4[e2] || (l$4[e2] = { ids: /* @__PURE__ */ new Set(), styles: [] });
1227
+ const e2 = i$8 ? a3.media || "default" : r4, o2 = l$5[e2] || (l$5[e2] = { ids: /* @__PURE__ */ new Set(), styles: [] });
1225
1228
  if (!o2.ids.has(r4)) {
1226
1229
  o2.ids.add(r4);
1227
1230
  let e3 = a3.source;
@@ -1235,8 +1238,8 @@ function c$3(r2) {
1235
1238
  }(r3, a2);
1236
1239
  }
1237
1240
  let n$6;
1238
- const l$4 = {};
1239
- const s$6 = t$8({ render: function() {
1241
+ const l$5 = {};
1242
+ const s$6 = t$9({ render: function() {
1240
1243
  var r2 = this, a2 = r2.$createElement, e2 = r2._self._c || a2;
1241
1244
  return e2("div", { staticClass: "bimdata-card", class: r2.classes, style: { "min-width": r2.width, "border-radius": r2.borderRadius } }, [r2.titleHeader || r2.$slots.headerIcons ? e2("BIMDataCardBand", { staticClass: "bimdata-card__header", attrs: { text: r2.titleHeader }, scopedSlots: r2._u([{ key: "right", fn: function() {
1242
1245
  return [r2._t("headerIcons")];
@@ -1247,15 +1250,15 @@ const s$6 = t$8({ render: function() {
1247
1250
  }, proxy: true }], null, true) }) : r2._e(), r2._v(" "), r2.$slots.content ? e2("div", { staticClass: "bimdata-card__content" }, [r2._t("content")], 2) : r2._e(), r2._v(" "), r2.$slots.footer ? e2("footer", { staticClass: "bimdata-card__footer" }, [r2._t("footer")], 2) : r2._e()], 1);
1248
1251
  }, staticRenderFns: [] }, function(r2) {
1249
1252
  r2 && (r2("data-v-ed011768_0", { source: 'html[data-v-ed011768]{--color-primary-lighter:rgba(248, 249, 250, 1);--color-primary-light:rgba(67, 78, 105, 1);--color-primary:rgba(47, 55, 74, 1);--color-primary-dark:rgba(27, 32, 43, 1);--color-secondary-lighter:rgba(255, 252, 242, 1);--color-secondary-light:rgba(250, 212, 94, 1);--color-secondary:rgba(249, 199, 44, 1);--color-secondary-dark:rgba(235, 180, 7, 1);--color-white:rgba(255, 255, 255, 1);--color-silver-light:rgba(247, 247, 247, 1);--color-silver:rgba(216, 216, 216, 1);--color-silver-dark:rgba(189, 189, 189, 1);--color-granite-light:rgba(122, 122, 122, 1);--color-granite:rgba(96, 96, 96, 1);--color-black:rgba(0, 0, 0, 1);--color-text:rgba(47, 55, 74, 1);--color-black-100:rgba(0, 0, 0, 0.1);--color-success-lighter:rgba(226, 255, 239, 1);--color-success-light:rgba(0, 200, 92, 1);--color-success:rgba(0, 175, 80, 1);--color-success-dark:rgba(0, 149, 68, 1);--color-warning-lighter:rgba(255, 233, 204, 1);--color-warning-light:rgba(255, 167, 51, 1);--color-warning:rgba(255, 145, 0, 1);--color-warning-dark:rgba(204, 116, 0, 1);--color-high-lighter:rgba(255, 237, 234, 1);--color-high-light:rgba(255, 104, 81, 1);--color-high:rgba(255, 61, 30, 1);--color-high-dark:rgba(234, 31, 0, 1);--font-size:14px;--box-shadow:0px 2px 10px rgba(0, 0, 0, 0.1);--border-radius-tiny:3px;--spacing-unit:12px;--size-btn-options:45px;--primary-font:"roboto",sans-serif}html[data-v-ed011768]{--color-primary-lighter:rgba(248, 249, 250, 1);--color-primary-light:rgba(67, 78, 105, 1);--color-primary:rgba(47, 55, 74, 1);--color-primary-dark:rgba(27, 32, 43, 1);--color-secondary-lighter:rgba(255, 252, 242, 1);--color-secondary-light:rgba(250, 212, 94, 1);--color-secondary:rgba(249, 199, 44, 1);--color-secondary-dark:rgba(235, 180, 7, 1);--color-white:rgba(255, 255, 255, 1);--color-silver-light:rgba(247, 247, 247, 1);--color-silver:rgba(216, 216, 216, 1);--color-silver-dark:rgba(189, 189, 189, 1);--color-granite-light:rgba(122, 122, 122, 1);--color-granite:rgba(96, 96, 96, 1);--color-black:rgba(0, 0, 0, 1);--color-text:rgba(47, 55, 74, 1);--color-black-100:rgba(0, 0, 0, 0.1);--color-success-lighter:rgba(226, 255, 239, 1);--color-success-light:rgba(0, 200, 92, 1);--color-success:rgba(0, 175, 80, 1);--color-success-dark:rgba(0, 149, 68, 1);--color-warning-lighter:rgba(255, 233, 204, 1);--color-warning-light:rgba(255, 167, 51, 1);--color-warning:rgba(255, 145, 0, 1);--color-warning-dark:rgba(204, 116, 0, 1);--color-high-lighter:rgba(255, 237, 234, 1);--color-high-light:rgba(255, 104, 81, 1);--color-high:rgba(255, 61, 30, 1);--color-high-dark:rgba(234, 31, 0, 1);--font-size:14px;--box-shadow:0px 2px 10px rgba(0, 0, 0, 0.1);--border-radius-tiny:3px;--spacing-unit:12px;--size-btn-options:45px;--primary-font:"roboto",sans-serif}.text-left[data-v-ed011768]{text-align:left}.text-center[data-v-ed011768]{text-align:center}.text-right[data-v-ed011768]{text-align:right}.bimdata-link[data-v-ed011768]{color:var(--color-primary);border-bottom:1px solid var(--color-primary);font-weight:700}.primary-font[data-v-ed011768]{font-family:roboto,sans-serif}', map: void 0, media: void 0 }), r2("data-v-ed011768_1", { source: ".bimdata-card{background-color:var(--color-white);box-shadow:var(--box-shadow);font-family:var(--primary-font);font-size:1em;overflow:auto}.bimdata-card__content,.bimdata-card__footer{font-size:.8571428571em}.bimdata-card__header{padding:10px var(--spacing-unit);height:auto;display:flex;align-items:center;justify-content:space-between;background-color:var(--color-silver-light);color:var(--color-primary);font-size:.9285714286em}.bimdata-card__submenu{padding:calc(var(--spacing-unit)/ 2) var(--spacing-unit);display:flex;align-items:center;position:relative;background:var(--color-white);box-shadow:var(--box-shadow);font-size:.8571428571em}.bimdata-card__content{padding:var(--spacing-unit);color:var(--color-granite)}.bimdata-card__footer{padding:0 var(--spacing-unit) var(--spacing-unit)}.bimdata-card__primary{background-color:var(--color-primary);color:var(--color-white)}.bimdata-card__primary .bimdata-card__header,.bimdata-card__primary .bimdata-card__submenu{background-color:var(--color-primary)}.bimdata-card__primary .bimdata-card__header{color:var(--color-white);filter:saturate(.8)}.bimdata-card__primary .bimdata-card__content{color:var(--color-white)}.bimdata-card__secondary{background-color:var(--color-secondary);color:var(--color-primary)}.bimdata-card__secondary .bimdata-card__header,.bimdata-card__secondary .bimdata-card__submenu{background-color:var(--color-secondary)}.bimdata-card__secondary .bimdata-card__header{color:var(--color-primary);filter:saturate(.8)}", map: void 0, media: void 0 }));
1250
- }, { components: { BIMDataCardBand: t$8({ render: function() {
1253
+ }, { components: { BIMDataCardBand: t$9({ render: function() {
1251
1254
  var r2 = this, a2 = r2.$createElement, e2 = r2._self._c || a2;
1252
1255
  return e2("div", { staticClass: "bimdata-card__brand" }, [e2("div", { staticClass: "bimdata-card__brand--left" }, [r2._t("left"), r2._v(" "), r2.text ? e2("span", [r2._v(r2._s(r2.text))]) : r2._e()], 2), r2._v(" "), r2._t("right")], 2);
1253
1256
  }, staticRenderFns: [] }, function(r2) {
1254
1257
  r2 && (r2("data-v-d290df1a_0", { source: 'html[data-v-d290df1a]{--color-primary-lighter:rgba(248, 249, 250, 1);--color-primary-light:rgba(67, 78, 105, 1);--color-primary:rgba(47, 55, 74, 1);--color-primary-dark:rgba(27, 32, 43, 1);--color-secondary-lighter:rgba(255, 252, 242, 1);--color-secondary-light:rgba(250, 212, 94, 1);--color-secondary:rgba(249, 199, 44, 1);--color-secondary-dark:rgba(235, 180, 7, 1);--color-white:rgba(255, 255, 255, 1);--color-silver-light:rgba(247, 247, 247, 1);--color-silver:rgba(216, 216, 216, 1);--color-silver-dark:rgba(189, 189, 189, 1);--color-granite-light:rgba(122, 122, 122, 1);--color-granite:rgba(96, 96, 96, 1);--color-black:rgba(0, 0, 0, 1);--color-text:rgba(47, 55, 74, 1);--color-black-100:rgba(0, 0, 0, 0.1);--color-success-lighter:rgba(226, 255, 239, 1);--color-success-light:rgba(0, 200, 92, 1);--color-success:rgba(0, 175, 80, 1);--color-success-dark:rgba(0, 149, 68, 1);--color-warning-lighter:rgba(255, 233, 204, 1);--color-warning-light:rgba(255, 167, 51, 1);--color-warning:rgba(255, 145, 0, 1);--color-warning-dark:rgba(204, 116, 0, 1);--color-high-lighter:rgba(255, 237, 234, 1);--color-high-light:rgba(255, 104, 81, 1);--color-high:rgba(255, 61, 30, 1);--color-high-dark:rgba(234, 31, 0, 1);--font-size:14px;--box-shadow:0px 2px 10px rgba(0, 0, 0, 0.1);--border-radius-tiny:3px;--spacing-unit:12px;--size-btn-options:45px;--primary-font:"roboto",sans-serif}', map: void 0, media: void 0 }), r2("data-v-d290df1a_1", { source: ".bimdata-card__brand{justify-content:space-between}.bimdata-card__brand--left{margin-right:var(--spacing-unit);display:flex;align-items:center}.bimdata-card__brand--left svg{margin-right:calc(var(--spacing-unit)/ 2)}", map: void 0, media: void 0 }));
1255
- }, o$8, "data-v-d290df1a", false, void 0, false, c$3, void 0, void 0) }, props: { titleHeader: { type: String }, submenuText: { type: String }, width: { type: [Number, String], default: "215px" }, borderRadius: { type: String, default: "0px" }, bgColor: { type: String, default: "default", validator: (r2) => e$8.includes(r2) } }, computed: { classes() {
1258
+ }, o$9, "data-v-d290df1a", false, void 0, false, c$3, void 0, void 0) }, props: { titleHeader: { type: String }, submenuText: { type: String }, width: { type: [Number, String], default: "215px" }, borderRadius: { type: String, default: "0px" }, bgColor: { type: String, default: "default", validator: (r2) => e$9.includes(r2) } }, computed: { classes() {
1256
1259
  return { ["bimdata-card__" + this.bgColor]: this.bgColor };
1257
- } } }, "data-v-ed011768", false, void 0, false, c$3, void 0, void 0), d$4 = Object.entries(r$8).reduce((r2, a2, e2) => (e2 % 5 == 0 ? r2.push([a2]) : r2[r2.length - 1].push(a2), r2), []);
1258
- const g$2 = t$8({ render: function() {
1260
+ } } }, "data-v-ed011768", false, void 0, false, c$3, void 0, void 0), d$4 = Object.entries(r$9).reduce((r2, a2, e2) => (e2 % 5 == 0 ? r2.push([a2]) : r2[r2.length - 1].push(a2), r2), []);
1261
+ const g$2 = t$9({ render: function() {
1259
1262
  var r2 = this, a2 = r2.$createElement, e2 = r2._self._c || a2;
1260
1263
  return e2("BIMDataCard", { staticClass: "color-selector", scopedSlots: r2._u([{ key: "content", fn: function() {
1261
1264
  return r2._l(r2.colorLines, function(a3, o2) {
@@ -1269,7 +1272,7 @@ const g$2 = t$8({ render: function() {
1269
1272
  }, proxy: true }]) });
1270
1273
  }, staticRenderFns: [] }, function(r2) {
1271
1274
  r2 && r2("data-v-29b6f3f4_0", { source: ".color-selector__line[data-v-29b6f3f4]{display:flex}.color-selector__line__element[data-v-29b6f3f4]{cursor:pointer;height:30px;width:30px;margin:4px;border-radius:3px}.color-selector__line__element.selected[data-v-29b6f3f4]{border:solid 2px var(--color-primary)}", map: void 0, media: void 0 });
1272
- }, { components: { BIMDataCard: s$6 }, props: { modelValue: { type: String, default: null, validator: (a2) => Object.values(r$8).includes(a2) } }, emits: ["update:modelValue"], data: () => ({ colorLines: d$4 }) }, "data-v-29b6f3f4", false, void 0, false, c$3, void 0, void 0);
1275
+ }, { components: { BIMDataCard: s$6 }, props: { modelValue: { type: String, default: null, validator: (a2) => Object.values(r$9).includes(a2) } }, emits: ["update:modelValue"], data: () => ({ colorLines: d$4 }) }, "data-v-29b6f3f4", false, void 0, false, c$3, void 0, void 0);
1273
1276
  var render$i = function() {
1274
1277
  var _vm = this;
1275
1278
  var _h = _vm.$createElement;
@@ -1378,7 +1381,7 @@ const __vue2_script$i = {
1378
1381
  }
1379
1382
  };
1380
1383
  const __cssModules$i = {};
1381
- var __component__$i = /* @__PURE__ */ normalizeComponent(__vue2_script$i, render$i, staticRenderFns$i, false, __vue2_injectStyles$i, "33d9bbba", null, null);
1384
+ var __component__$i = /* @__PURE__ */ normalizeComponent(__vue2_script$i, render$i, staticRenderFns$i, false, __vue2_injectStyles$i, "cb6da68e", null, null);
1382
1385
  function __vue2_injectStyles$i(context) {
1383
1386
  for (let o2 in __cssModules$i) {
1384
1387
  this[o2] = __cssModules$i[o2];
@@ -1552,12 +1555,12 @@ function __vue2_injectStyles$g(context) {
1552
1555
  var BcfSettings = /* @__PURE__ */ function() {
1553
1556
  return __component__$g.exports;
1554
1557
  }();
1555
- var r$7 = Object.freeze(["default", "primary", "secondary", "high", "success", "granite"]), a$6 = { 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: (a2) => r$7.includes(a2) } }, emits: ["click"], computed: { classes() {
1558
+ var r$8 = Object.freeze(["default", "primary", "secondary", "high", "success", "granite"]), a$7 = { 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: (a2) => r$8.includes(a2) } }, emits: ["click"], computed: { classes() {
1556
1559
  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 };
1557
1560
  }, style() {
1558
1561
  return { "min-width": "" + this.width, "min-height": "" + this.height };
1559
1562
  } } };
1560
- function o$7(r2, a2, o2, t2, i2, e2, l2, c2, n2, s2) {
1563
+ function o$8(r2, a2, o2, t2, i2, e2, l2, c2, n2, s2) {
1561
1564
  typeof l2 != "boolean" && (n2 = c2, c2 = l2, l2 = false);
1562
1565
  const g2 = typeof o2 == "function" ? o2.options : o2;
1563
1566
  let d2;
@@ -1579,14 +1582,14 @@ function o$7(r2, a2, o2, t2, i2, e2, l2, c2, n2, s2) {
1579
1582
  }
1580
1583
  return o2;
1581
1584
  }
1582
- const t$7 = typeof navigator != "undefined" && /msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());
1583
- function i$6(r2) {
1585
+ const t$8 = typeof navigator != "undefined" && /msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());
1586
+ function i$7(r2) {
1584
1587
  return (r3, a2) => function(r4, a3) {
1585
- const o2 = t$7 ? a3.media || "default" : r4, i2 = l$3[o2] || (l$3[o2] = { ids: /* @__PURE__ */ new Set(), styles: [] });
1588
+ const o2 = t$8 ? a3.media || "default" : r4, i2 = l$4[o2] || (l$4[o2] = { ids: /* @__PURE__ */ new Set(), styles: [] });
1586
1589
  if (!i2.ids.has(r4)) {
1587
1590
  i2.ids.add(r4);
1588
1591
  let o3 = a3.source;
1589
- if (a3.map && (o3 += "\n/*# sourceURL=" + a3.map.sources[0] + " */", o3 += "\n/*# sourceMappingURL=data:application/json;base64," + btoa(unescape(encodeURIComponent(JSON.stringify(a3.map)))) + " */"), i2.element || (i2.element = document.createElement("style"), i2.element.type = "text/css", a3.media && i2.element.setAttribute("media", a3.media), e$7 === void 0 && (e$7 = document.head || document.getElementsByTagName("head")[0]), e$7.appendChild(i2.element)), "styleSheet" in i2.element)
1592
+ if (a3.map && (o3 += "\n/*# sourceURL=" + a3.map.sources[0] + " */", o3 += "\n/*# sourceMappingURL=data:application/json;base64," + btoa(unescape(encodeURIComponent(JSON.stringify(a3.map)))) + " */"), i2.element || (i2.element = document.createElement("style"), i2.element.type = "text/css", a3.media && i2.element.setAttribute("media", a3.media), e$8 === void 0 && (e$8 = document.head || document.getElementsByTagName("head")[0]), e$8.appendChild(i2.element)), "styleSheet" in i2.element)
1590
1593
  i2.styles.push(o3), i2.element.styleSheet.cssText = i2.styles.filter(Boolean).join("\n");
1591
1594
  else {
1592
1595
  const r5 = i2.ids.size - 1, a4 = document.createTextNode(o3), t2 = i2.element.childNodes;
@@ -1595,17 +1598,17 @@ function i$6(r2) {
1595
1598
  }
1596
1599
  }(r3, a2);
1597
1600
  }
1598
- let e$7;
1599
- const l$3 = {};
1600
- const c$2 = o$7({ render: function() {
1601
+ let e$8;
1602
+ const l$4 = {};
1603
+ const c$2 = o$8({ render: function() {
1601
1604
  var r2 = this, a2 = r2.$createElement;
1602
1605
  return (r2._self._c || a2)("button", { staticClass: "bimdata-btn", class: r2.classes, style: r2.style, attrs: { color: r2.color, type: "button" }, on: { click: function(a3) {
1603
1606
  return r2.$emit("click", a3);
1604
1607
  } } }, [r2._t("default")], 2);
1605
1608
  }, staticRenderFns: [] }, function(r2) {
1606
1609
  r2 && (r2("data-v-7af18892_0", { source: 'html[data-v-7af18892]{--color-primary-lighter:rgba(248, 249, 250, 1);--color-primary-light:rgba(67, 78, 105, 1);--color-primary:rgba(47, 55, 74, 1);--color-primary-dark:rgba(27, 32, 43, 1);--color-secondary-lighter:rgba(255, 252, 242, 1);--color-secondary-light:rgba(250, 212, 94, 1);--color-secondary:rgba(249, 199, 44, 1);--color-secondary-dark:rgba(235, 180, 7, 1);--color-white:rgba(255, 255, 255, 1);--color-silver-light:rgba(247, 247, 247, 1);--color-silver:rgba(216, 216, 216, 1);--color-silver-dark:rgba(189, 189, 189, 1);--color-granite-light:rgba(122, 122, 122, 1);--color-granite:rgba(96, 96, 96, 1);--color-black:rgba(0, 0, 0, 1);--color-text:rgba(47, 55, 74, 1);--color-black-100:rgba(0, 0, 0, 0.1);--color-success-lighter:rgba(226, 255, 239, 1);--color-success-light:rgba(0, 200, 92, 1);--color-success:rgba(0, 175, 80, 1);--color-success-dark:rgba(0, 149, 68, 1);--color-warning-lighter:rgba(255, 233, 204, 1);--color-warning-light:rgba(255, 167, 51, 1);--color-warning:rgba(255, 145, 0, 1);--color-warning-dark:rgba(204, 116, 0, 1);--color-high-lighter:rgba(255, 237, 234, 1);--color-high-light:rgba(255, 104, 81, 1);--color-high:rgba(255, 61, 30, 1);--color-high-dark:rgba(234, 31, 0, 1);--font-size:14px;--box-shadow:0px 2px 10px rgba(0, 0, 0, 0.1);--border-radius-tiny:3px;--spacing-unit:12px;--size-btn-options:45px;--primary-font:"roboto",sans-serif}html[data-v-7af18892]{--color-primary-lighter:rgba(248, 249, 250, 1);--color-primary-light:rgba(67, 78, 105, 1);--color-primary:rgba(47, 55, 74, 1);--color-primary-dark:rgba(27, 32, 43, 1);--color-secondary-lighter:rgba(255, 252, 242, 1);--color-secondary-light:rgba(250, 212, 94, 1);--color-secondary:rgba(249, 199, 44, 1);--color-secondary-dark:rgba(235, 180, 7, 1);--color-white:rgba(255, 255, 255, 1);--color-silver-light:rgba(247, 247, 247, 1);--color-silver:rgba(216, 216, 216, 1);--color-silver-dark:rgba(189, 189, 189, 1);--color-granite-light:rgba(122, 122, 122, 1);--color-granite:rgba(96, 96, 96, 1);--color-black:rgba(0, 0, 0, 1);--color-text:rgba(47, 55, 74, 1);--color-black-100:rgba(0, 0, 0, 0.1);--color-success-lighter:rgba(226, 255, 239, 1);--color-success-light:rgba(0, 200, 92, 1);--color-success:rgba(0, 175, 80, 1);--color-success-dark:rgba(0, 149, 68, 1);--color-warning-lighter:rgba(255, 233, 204, 1);--color-warning-light:rgba(255, 167, 51, 1);--color-warning:rgba(255, 145, 0, 1);--color-warning-dark:rgba(204, 116, 0, 1);--color-high-lighter:rgba(255, 237, 234, 1);--color-high-light:rgba(255, 104, 81, 1);--color-high:rgba(255, 61, 30, 1);--color-high-dark:rgba(234, 31, 0, 1);--font-size:14px;--box-shadow:0px 2px 10px rgba(0, 0, 0, 0.1);--border-radius-tiny:3px;--spacing-unit:12px;--size-btn-options:45px;--primary-font:"roboto",sans-serif}.text-left[data-v-7af18892]{text-align:left}.text-center[data-v-7af18892]{text-align:center}.text-right[data-v-7af18892]{text-align:right}.bimdata-link[data-v-7af18892]{color:var(--color-primary);border-bottom:1px solid var(--color-primary);font-weight:700}.primary-font[data-v-7af18892]{font-family:roboto,sans-serif}', map: void 0, media: void 0 }), r2("data-v-7af18892_1", { source: ".bimdata-btn{padding:0 var(--spacing-unit);height:fit-content;display:flex;align-items:center;justify-content:center;background-color:transparent;border:none;color:var(--color-primary);cursor:pointer;font-family:var(--primary-font);font-size:12px;transition:all .1s ease}.bimdata-btn:hover{transition:all .25s ease-in}.bimdata-btn:focus{outline:0}.bimdata-btn__icon{padding:0}.bimdata-btn__radius{border-radius:3px}.bimdata-btn__square{border-radius:0}.bimdata-btn__rounded{border-radius:50%}.bimdata-btn__fill{background-color:var(--color-white);justify-content:center}.bimdata-btn__fill--default{box-shadow:var(--box-shadow)}.bimdata-btn__fill--default:hover{background-color:var(--color-silver-light)}.bimdata-btn__fill--primary{background-color:var(--color-primary);color:var(--color-white)}.bimdata-btn__fill--primary:hover{background-color:var(--color-primary-light)}.bimdata-btn__fill--secondary{background-color:var(--color-secondary);color:var(--color-primary)}.bimdata-btn__fill--secondary:hover{background-color:var(--color-secondary-light)}.bimdata-btn__fill--granite{background-color:var(--color-granite);color:var(--color-white)}.bimdata-btn__fill--granite:hover{background-color:var(--color-granite)}.bimdata-btn__fill--high{background-color:var(--color-high);color:var(--color-white)}.bimdata-btn__fill--high:hover{background-color:var(--color-high-light)}.bimdata-btn__fill--success{background-color:var(--color-success);color:var(--color-white)}.bimdata-btn__fill--success:hover{background-color:var(--color-success-light)}.bimdata-btn__fill--btn-icon svg{margin:0 6px}.bimdata-btn__fill:disabled{background-color:var(--color-silver-dark);color:var(--color-white);cursor:auto}.bimdata-btn__ripple{background-position:center;transition:background .8s}.bimdata-btn__ripple--default{background-color:transparent;color:var(--color-primary)}.bimdata-btn__ripple--default:hover{background:transparent radial-gradient(circle,transparent 1%,var(--color-silver-light) 1%) center/15000%}.bimdata-btn__ripple--default:active:not(:disabled){background-color:var(--color-silver-light);background-size:100%;transition:background 0s}.bimdata-btn__ripple--primary{background-color:var(--color-primary);color:var(--color-white)}.bimdata-btn__ripple--primary:hover{background:var(--color-primary) radial-gradient(circle,transparent 1%,var(--color-primary) 1%) center/15000%}.bimdata-btn__ripple--primary:active:not(:disabled){background-color:var(--color-primary-light);background-size:100%;transition:background 0s}.bimdata-btn__ripple--secondary{background-color:var(--color-secondary);color:var(--color-primary)}.bimdata-btn__ripple--secondary:hover{background:var(--color-secondary) radial-gradient(circle,transparent 1%,var(--color-secondary) 1%) center/15000%}.bimdata-btn__ripple--secondary:active:not(:disabled){background-color:var(--color-secondary-light);background-size:100%;transition:background 0s}.bimdata-btn__ripple--granite{background-color:var(--color-granite);color:var(--color-white)}.bimdata-btn__ripple--granite:hover{background:var(--color-granite) radial-gradient(circle,transparent 1%,var(--color-granite) 1%) center/15000%}.bimdata-btn__ripple--granite:active:not(:disabled){background-color:var(--color-granite-light);background-size:100%;transition:background 0s}.bimdata-btn__ripple--high{background-color:var(--color-high);color:var(--color-white)}.bimdata-btn__ripple--high:hover{background:var(--color-high) radial-gradient(circle,transparent 1%,var(--color-high) 1%) center/15000%}.bimdata-btn__ripple--high:active:not(:disabled){background-color:var(--color-high-light);background-size:100%;transition:background 0s}.bimdata-btn__ripple--success{background-color:var(--color-success);color:var(--color-white)}.bimdata-btn__ripple--success:hover{background:var(--color-success) radial-gradient(circle,transparent 1%,var(--color-success) 1%) center/15000%}.bimdata-btn__ripple--success:active:not(:disabled){background-color:var(--color-success-light);background-size:100%;transition:background 0s}.bimdata-btn__ripple:disabled{background-color:var(--color-silver-dark);color:var(--color-white);cursor:auto}.bimdata-btn__outline{justify-content:center;border:1px solid}.bimdata-btn__outline--default{border-color:var(--color-silver);color:var(--color-primary)}.bimdata-btn__outline--default:hover{background-color:var(--color-silver-light)}.bimdata-btn__outline--primary{border-color:var(--color-primary);color:var(--color-primary)}.bimdata-btn__outline--primary:hover{background-color:var(--color-primary-lighter)}.bimdata-btn__outline--secondary{border-color:var(--color-secondary);color:var(--color-primary)}.bimdata-btn__outline--secondary:hover{background-color:var(--color-secondary-lighter)}.bimdata-btn__outline--granite{border-color:var(--color-granite);color:var(--color-granite)}.bimdata-btn__outline--granite:hover{background-color:var(--color-silver-light)}.bimdata-btn__outline--high{border-color:var(--color-high);color:var(--color-high)}.bimdata-btn__outline--high:hover{background-color:var(--color-high-lighter)}.bimdata-btn__outline--success{border-color:var(--color-success);color:var(--color-success)}.bimdata-btn__outline--success:hover{background-color:var(--color-success-lighter)}.bimdata-btn__outline:disabled{border-color:var(--color-silver-dark);color:var(--color-silver-dark);cursor:auto}.bimdata-btn__outline:disabled:hover{background-color:transparent}.bimdata-btn__ghost{justify-content:center}.bimdata-btn__ghost svg{display:flex;align-items:center}.bimdata-btn__ghost--default{color:var(--color-primary)}.bimdata-btn__ghost--default:hover{background-color:var(--color-silver-light)}.bimdata-btn__ghost--primary{color:var(--color-primary)}.bimdata-btn__ghost--primary:hover{background-color:var(--color-primary-lighter)}.bimdata-btn__ghost--secondary{color:var(--color-secondary)}.bimdata-btn__ghost--secondary:hover{background-color:var(--color-secondary-lighter)}.bimdata-btn__ghost--granite{color:var(--color-granite)}.bimdata-btn__ghost--granite:hover{background-color:var(--color-silver-light)}.bimdata-btn__ghost--high{color:var(--color-high)}.bimdata-btn__ghost--high:hover{background-color:var(--color-high-lighter)}.bimdata-btn__ghost--success{color:var(--color-success)}.bimdata-btn__ghost--success:hover{background-color:var(--color-success-lighter)}.bimdata-btn__ghost:disabled{color:var(--color-silver-dark);cursor:auto}", map: void 0, media: void 0 }));
1607
- }, a$6, "data-v-7af18892", false, void 0, false, i$6, void 0, void 0);
1608
- const n$5 = o$7({ render: function() {
1610
+ }, a$7, "data-v-7af18892", false, void 0, false, i$7, void 0, void 0);
1611
+ const n$5 = o$8({ render: function() {
1609
1612
  var r2 = this.$createElement;
1610
1613
  return (this._self._c || r2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M6.0522 2.19676C5.9826 2.27217 5.9826 2.39544 6.0522 2.47105L14.4046 11.5192L6.08804 20.529C6.01825 20.6044 6.01825 20.7279 6.08804 20.8033L8.06344 22.9433C8.13304 23.0189 8.24702 23.0189 8.31662 22.9433L18.7257 11.667C18.7942 11.5928 18.795 11.4724 18.729 11.3968C18.7202 11.3736 18.7071 11.3518 18.6899 11.3331L8.28077 0.0565512C8.21117 -0.0188504 8.09719 -0.0188504 8.02759 0.0565512L6.0522 2.19676Z" } });
1611
1614
  }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0);
@@ -1619,7 +1622,7 @@ var d$3 = (r2, a2) => ({ name: "BIMDataIcon" + r2, components: { [r2]: a2 }, pro
1619
1622
  } }, methods: { getPixelSize() {
1620
1623
  return this.customSize ? this.customSize : g$1[this.size];
1621
1624
  } } });
1622
- const b$1 = o$7({ render: function() {
1625
+ const b$1 = o$8({ render: function() {
1623
1626
  var r2 = this, a2 = r2.$createElement, o2 = r2._self._c || a2;
1624
1627
  return o2("div", { staticClass: "bimdata-paginated-list" }, [r2.loading ? o2("BIMDataSpinner") : o2("div", [r2._t("header"), r2._v(" "), o2("ul", { staticClass: "bimdata-list bimdata-paginated-list__elements" }, r2._l(r2.page, function(a3) {
1625
1628
  return o2("li", { key: r2.elementKey ? a3[r2.elementKey] : a3, on: { click: function(o3) {
@@ -1630,7 +1633,7 @@ const b$1 = o$7({ render: function() {
1630
1633
  }), 0), r2._v(" "), r2.list.length === 0 ? [r2._t("empty")] : r2._e(), r2._v(" "), r2.totalPages > 1 ? o2("BIMDataPagination", { attrs: { length: r2.list.length, currentPage: r2.currentPage, totalPages: r2.totalPages, perPage: r2.perPage, first: r2.first, last: r2.last, numberDataElements: r2.numberDataElements, backgroundColor: r2.backgroundColor }, on: { pagechanged: r2.onPageChange } }) : r2._e()], 2)], 1);
1631
1634
  }, staticRenderFns: [] }, function(r2) {
1632
1635
  r2 && (r2("data-v-9848cfc8_0", { source: 'html[data-v-9848cfc8]{--color-primary-lighter:rgba(248, 249, 250, 1);--color-primary-light:rgba(67, 78, 105, 1);--color-primary:rgba(47, 55, 74, 1);--color-primary-dark:rgba(27, 32, 43, 1);--color-secondary-lighter:rgba(255, 252, 242, 1);--color-secondary-light:rgba(250, 212, 94, 1);--color-secondary:rgba(249, 199, 44, 1);--color-secondary-dark:rgba(235, 180, 7, 1);--color-white:rgba(255, 255, 255, 1);--color-silver-light:rgba(247, 247, 247, 1);--color-silver:rgba(216, 216, 216, 1);--color-silver-dark:rgba(189, 189, 189, 1);--color-granite-light:rgba(122, 122, 122, 1);--color-granite:rgba(96, 96, 96, 1);--color-black:rgba(0, 0, 0, 1);--color-text:rgba(47, 55, 74, 1);--color-black-100:rgba(0, 0, 0, 0.1);--color-success-lighter:rgba(226, 255, 239, 1);--color-success-light:rgba(0, 200, 92, 1);--color-success:rgba(0, 175, 80, 1);--color-success-dark:rgba(0, 149, 68, 1);--color-warning-lighter:rgba(255, 233, 204, 1);--color-warning-light:rgba(255, 167, 51, 1);--color-warning:rgba(255, 145, 0, 1);--color-warning-dark:rgba(204, 116, 0, 1);--color-high-lighter:rgba(255, 237, 234, 1);--color-high-light:rgba(255, 104, 81, 1);--color-high:rgba(255, 61, 30, 1);--color-high-dark:rgba(234, 31, 0, 1);--font-size:14px;--box-shadow:0px 2px 10px rgba(0, 0, 0, 0.1);--border-radius-tiny:3px;--spacing-unit:12px;--size-btn-options:45px;--primary-font:"roboto",sans-serif}.bimdata-list[data-v-9848cfc8]{margin:0;padding:0}.bimdata-list li[data-v-9848cfc8]{list-style-type:none}', map: void 0, media: void 0 }), r2("data-v-9848cfc8_1", { source: ".bimdata-paginated-list[data-v-9848cfc8]{font-family:var(--primary-font);font-size:1em;line-height:1.5;overflow:auto}.bimdata-paginated-list--small[data-v-9848cfc8]{height:100%;position:relative}.bimdata-paginated-list--small .bimdata-paginated-list__elements li[data-v-9848cfc8]{padding:6px;display:flex;align-items:center;justify-content:space-between;font-size:.8571428571em}.bimdata-paginated-list--small .bimdata-paginated-list__elements li[data-v-9848cfc8]:nth-child(odd){background-color:var(--color-silver-light)}.bimdata-paginated-list--small .bimdata-paginated-list__elements li[data-v-9848cfc8]:nth-child(even){background-color:hsl(var(--color-silver-light),5%)}.bimdata-paginated-list--empty[data-v-9848cfc8]{height:auto}.bimdata-paginated-list .bimdata-spinner[data-v-9848cfc8]{padding:12px 0;justify-content:center}", map: void 0, media: void 0 }));
1633
- }, { components: { BIMDataPagination: o$7({ render: function() {
1636
+ }, { components: { BIMDataPagination: o$8({ render: function() {
1634
1637
  var r2 = this, a2 = r2.$createElement, o2 = r2._self._c || a2;
1635
1638
  return o2("BIMDataNavigation", { staticClass: "bimdata-pagination", attrs: { firstDisabled: r2.isFirstPage, previousDisabled: r2.isFirstPage, nextDisabled: r2.isLastPage, lastDisabled: r2.isLastPage, backgroundColor: r2.backgroundColor }, on: { first: function(a3) {
1636
1639
  return r2.firstPage();
@@ -1645,7 +1648,7 @@ const b$1 = o$7({ render: function() {
1645
1648
  }, proxy: true } : null], null, true) }, [r2._v(" "), o2("span", { staticClass: "bimdata-pagination__item" }, [o2("BIMDataButton", { attrs: { ghost: "", width: "21px", height: "21px" } }, [r2._v("\n " + r2._s(r2.currentPage) + "\n ")])], 1)]);
1646
1649
  }, staticRenderFns: [] }, function(r2) {
1647
1650
  r2 && (r2("data-v-0a60caec_0", { source: 'html[data-v-0a60caec]{--color-primary-lighter:rgba(248, 249, 250, 1);--color-primary-light:rgba(67, 78, 105, 1);--color-primary:rgba(47, 55, 74, 1);--color-primary-dark:rgba(27, 32, 43, 1);--color-secondary-lighter:rgba(255, 252, 242, 1);--color-secondary-light:rgba(250, 212, 94, 1);--color-secondary:rgba(249, 199, 44, 1);--color-secondary-dark:rgba(235, 180, 7, 1);--color-white:rgba(255, 255, 255, 1);--color-silver-light:rgba(247, 247, 247, 1);--color-silver:rgba(216, 216, 216, 1);--color-silver-dark:rgba(189, 189, 189, 1);--color-granite-light:rgba(122, 122, 122, 1);--color-granite:rgba(96, 96, 96, 1);--color-black:rgba(0, 0, 0, 1);--color-text:rgba(47, 55, 74, 1);--color-black-100:rgba(0, 0, 0, 0.1);--color-success-lighter:rgba(226, 255, 239, 1);--color-success-light:rgba(0, 200, 92, 1);--color-success:rgba(0, 175, 80, 1);--color-success-dark:rgba(0, 149, 68, 1);--color-warning-lighter:rgba(255, 233, 204, 1);--color-warning-light:rgba(255, 167, 51, 1);--color-warning:rgba(255, 145, 0, 1);--color-warning-dark:rgba(204, 116, 0, 1);--color-high-lighter:rgba(255, 237, 234, 1);--color-high-light:rgba(255, 104, 81, 1);--color-high:rgba(255, 61, 30, 1);--color-high-dark:rgba(234, 31, 0, 1);--font-size:14px;--box-shadow:0px 2px 10px rgba(0, 0, 0, 0.1);--border-radius-tiny:3px;--spacing-unit:12px;--size-btn-options:45px;--primary-font:"roboto",sans-serif}', map: void 0, media: void 0 }), r2("data-v-0a60caec_1", { source: ".bimdata-pagination__item .bimdata-btn[data-v-0a60caec]{padding:0;justify-content:center}.bimdata-pagination__item.active .bimdata-btn[data-v-0a60caec]{font-weight:700}", map: void 0, media: void 0 }));
1648
- }, { components: { BIMDataNavigation: o$7({ render: function() {
1651
+ }, { components: { BIMDataNavigation: o$8({ render: function() {
1649
1652
  var r2 = this, a2 = r2.$createElement, o2 = r2._self._c || a2;
1650
1653
  return o2("ul", { staticClass: "bimdata-list bimdata-navigation", style: { "background-color": r2.backgroundColor } }, [o2("li", { staticClass: "bimdata-navigation__left m-r-6" }, [r2._t("left")], 2), r2._v(" "), r2.first ? o2("li", { staticClass: "bimdata-navigation__item" }, [o2("BIMDataButton", { class: { disabled: r2.firstDisabled }, attrs: { disabled: r2.firstDisabled, ghost: "", width: "21px", height: "21px" }, on: { click: function(a3) {
1651
1654
  return r2.$emit("first");
@@ -1658,20 +1661,20 @@ const b$1 = o$7({ render: function() {
1658
1661
  } } }, [o2("BIMDataIconDoubleChevron", { attrs: { size: "xxxs" } })], 1)], 1) : r2._e(), r2._v(" "), o2("li", { staticClass: "bimdata-navigation__right" }, [r2._t("right")], 2)]);
1659
1662
  }, staticRenderFns: [] }, function(r2) {
1660
1663
  r2 && (r2("data-v-3c48ce0c_0", { source: 'html[data-v-3c48ce0c]{--color-primary-lighter:rgba(248, 249, 250, 1);--color-primary-light:rgba(67, 78, 105, 1);--color-primary:rgba(47, 55, 74, 1);--color-primary-dark:rgba(27, 32, 43, 1);--color-secondary-lighter:rgba(255, 252, 242, 1);--color-secondary-light:rgba(250, 212, 94, 1);--color-secondary:rgba(249, 199, 44, 1);--color-secondary-dark:rgba(235, 180, 7, 1);--color-white:rgba(255, 255, 255, 1);--color-silver-light:rgba(247, 247, 247, 1);--color-silver:rgba(216, 216, 216, 1);--color-silver-dark:rgba(189, 189, 189, 1);--color-granite-light:rgba(122, 122, 122, 1);--color-granite:rgba(96, 96, 96, 1);--color-black:rgba(0, 0, 0, 1);--color-text:rgba(47, 55, 74, 1);--color-black-100:rgba(0, 0, 0, 0.1);--color-success-lighter:rgba(226, 255, 239, 1);--color-success-light:rgba(0, 200, 92, 1);--color-success:rgba(0, 175, 80, 1);--color-success-dark:rgba(0, 149, 68, 1);--color-warning-lighter:rgba(255, 233, 204, 1);--color-warning-light:rgba(255, 167, 51, 1);--color-warning:rgba(255, 145, 0, 1);--color-warning-dark:rgba(204, 116, 0, 1);--color-high-lighter:rgba(255, 237, 234, 1);--color-high-light:rgba(255, 104, 81, 1);--color-high:rgba(255, 61, 30, 1);--color-high-dark:rgba(234, 31, 0, 1);--font-size:14px;--box-shadow:0px 2px 10px rgba(0, 0, 0, 0.1);--border-radius-tiny:3px;--spacing-unit:12px;--size-btn-options:45px;--primary-font:"roboto",sans-serif}.bimdata-list[data-v-3c48ce0c]{margin:0;padding:0}.bimdata-list li[data-v-3c48ce0c]{list-style-type:none}', map: void 0, media: void 0 }), r2("data-v-3c48ce0c_1", { source: ".bimdata-navigation[data-v-3c48ce0c]{display:inline-flex;width:100%;height:38px;justify-content:center;align-items:center}.bimdata-navigation__item[data-v-3c48ce0c]{padding:6px 2px}.bimdata-navigation__item .bimdata-btn[data-v-3c48ce0c]{padding:0;justify-content:center}.bimdata-navigation__item.active .bimdata-btn[data-v-3c48ce0c]{font-weight:700}.bimdata-navigation__left[data-v-3c48ce0c],.bimdata-navigation__right[data-v-3c48ce0c]{padding:6px 2px;font-size:10px;cursor:default}", map: void 0, media: void 0 }));
1661
- }, { components: { BIMDataIconChevron: o$7({ render: function() {
1664
+ }, { components: { BIMDataIconChevron: o$8({ render: function() {
1662
1665
  var r2 = this.$createElement, a2 = this._self._c || r2;
1663
1666
  return a2("svg", { class: this.classes, style: this.style, attrs: { xmlns: "http://www.w3.org/2000/svg", preserveAspectRatio: "xMidYMid meet", viewBox: "0 0 24 24", width: "100%", fill: this.fillColor, color: this.color } }, [a2("Chevron")], 1);
1664
1667
  }, staticRenderFns: [] }, function(r2) {
1665
1668
  r2 && (r2("data-v-20c38c94_0", { source: 'html[data-v-20c38c94]{--color-primary-lighter:rgba(248, 249, 250, 1);--color-primary-light:rgba(67, 78, 105, 1);--color-primary:rgba(47, 55, 74, 1);--color-primary-dark:rgba(27, 32, 43, 1);--color-secondary-lighter:rgba(255, 252, 242, 1);--color-secondary-light:rgba(250, 212, 94, 1);--color-secondary:rgba(249, 199, 44, 1);--color-secondary-dark:rgba(235, 180, 7, 1);--color-white:rgba(255, 255, 255, 1);--color-silver-light:rgba(247, 247, 247, 1);--color-silver:rgba(216, 216, 216, 1);--color-silver-dark:rgba(189, 189, 189, 1);--color-granite-light:rgba(122, 122, 122, 1);--color-granite:rgba(96, 96, 96, 1);--color-black:rgba(0, 0, 0, 1);--color-text:rgba(47, 55, 74, 1);--color-black-100:rgba(0, 0, 0, 0.1);--color-success-lighter:rgba(226, 255, 239, 1);--color-success-light:rgba(0, 200, 92, 1);--color-success:rgba(0, 175, 80, 1);--color-success-dark:rgba(0, 149, 68, 1);--color-warning-lighter:rgba(255, 233, 204, 1);--color-warning-light:rgba(255, 167, 51, 1);--color-warning:rgba(255, 145, 0, 1);--color-warning-dark:rgba(204, 116, 0, 1);--color-high-lighter:rgba(255, 237, 234, 1);--color-high-light:rgba(255, 104, 81, 1);--color-high:rgba(255, 61, 30, 1);--color-high-dark:rgba(234, 31, 0, 1);--font-size:14px;--box-shadow:0px 2px 10px rgba(0, 0, 0, 0.1);--border-radius-tiny:3px;--spacing-unit:12px;--size-btn-options:45px;--primary-font:"roboto",sans-serif}', map: void 0, media: void 0 }), r2("data-v-20c38c94_1", { source: ".icon-fill--black{fill:var(--color-black)}.icon-fill--default{fill:currentColor}.icon-fill--disabled{fill:var(--color-silver-dark)}.icon-fill--high{fill:var(--color-high)}.icon-fill--primary{fill:var(--color-primary)}.icon-fill--secondary{fill:var(--color-secondary)}.icon-fill--success{fill:var(--color-success)}.icon-fill--silver{fill:var(--color-silver)}.icon-fill--granite-light{fill:var(--color-granite-light)}.icon-fill--granite{fill:var(--color-granite)}.icon-fill--silver-light{fill:var(--color-silver-light)}.icon-fill--warning{fill:var(--color-warning)}.icon-fill--white{fill:var(--color-white)}.icon-stroke{fill:transparent}.icon-stroke--black{stroke:var(--color-black)}.icon-stroke--default{stroke:currentColor}.icon-stroke--disabled{stroke:var(--color-silver-dark)}.icon-stroke--high{stroke:var(--color-high)}.icon-stroke--neutral{stroke:var(--color-neutral)}.icon-stroke--primary{stroke:var(--color-primary)}.icon-stroke--secondary{stroke:var(--color-secondary)}.icon-stroke--success{stroke:var(--color-success)}.icon-stroke--silver{stroke:var(--color-silver)}.icon-stroke--granite-light{stroke:var(--color-granite-light)}.icon-stroke--granite{stroke:var(--color-granite)}.icon-stroke--silver-light{stroke:var(--color-silver-light)}.icon-stroke--warning{stroke:var(--color-warning)}.icon-stroke--white{stroke:var(--color-white)}", map: void 0, media: void 0 }));
1666
- }, d$3("Chevron", n$5), "data-v-20c38c94", false, void 0, false, i$6, void 0, void 0), BIMDataIconDoubleChevron: o$7({ render: function() {
1669
+ }, d$3("Chevron", n$5), "data-v-20c38c94", false, void 0, false, i$7, void 0, void 0), BIMDataIconDoubleChevron: o$8({ render: function() {
1667
1670
  var r2 = this.$createElement, a2 = this._self._c || r2;
1668
1671
  return a2("svg", { class: this.classes, style: this.style, attrs: { xmlns: "http://www.w3.org/2000/svg", preserveAspectRatio: "xMidYMid meet", viewBox: "0 0 24 24", width: "100%", fill: this.fillColor, color: this.color } }, [a2("DoubleChevron")], 1);
1669
1672
  }, staticRenderFns: [] }, function(r2) {
1670
1673
  r2 && (r2("data-v-35e61558_0", { source: 'html[data-v-35e61558]{--color-primary-lighter:rgba(248, 249, 250, 1);--color-primary-light:rgba(67, 78, 105, 1);--color-primary:rgba(47, 55, 74, 1);--color-primary-dark:rgba(27, 32, 43, 1);--color-secondary-lighter:rgba(255, 252, 242, 1);--color-secondary-light:rgba(250, 212, 94, 1);--color-secondary:rgba(249, 199, 44, 1);--color-secondary-dark:rgba(235, 180, 7, 1);--color-white:rgba(255, 255, 255, 1);--color-silver-light:rgba(247, 247, 247, 1);--color-silver:rgba(216, 216, 216, 1);--color-silver-dark:rgba(189, 189, 189, 1);--color-granite-light:rgba(122, 122, 122, 1);--color-granite:rgba(96, 96, 96, 1);--color-black:rgba(0, 0, 0, 1);--color-text:rgba(47, 55, 74, 1);--color-black-100:rgba(0, 0, 0, 0.1);--color-success-lighter:rgba(226, 255, 239, 1);--color-success-light:rgba(0, 200, 92, 1);--color-success:rgba(0, 175, 80, 1);--color-success-dark:rgba(0, 149, 68, 1);--color-warning-lighter:rgba(255, 233, 204, 1);--color-warning-light:rgba(255, 167, 51, 1);--color-warning:rgba(255, 145, 0, 1);--color-warning-dark:rgba(204, 116, 0, 1);--color-high-lighter:rgba(255, 237, 234, 1);--color-high-light:rgba(255, 104, 81, 1);--color-high:rgba(255, 61, 30, 1);--color-high-dark:rgba(234, 31, 0, 1);--font-size:14px;--box-shadow:0px 2px 10px rgba(0, 0, 0, 0.1);--border-radius-tiny:3px;--spacing-unit:12px;--size-btn-options:45px;--primary-font:"roboto",sans-serif}', map: void 0, media: void 0 }), r2("data-v-35e61558_1", { source: ".icon-fill--black{fill:var(--color-black)}.icon-fill--default{fill:currentColor}.icon-fill--disabled{fill:var(--color-silver-dark)}.icon-fill--high{fill:var(--color-high)}.icon-fill--primary{fill:var(--color-primary)}.icon-fill--secondary{fill:var(--color-secondary)}.icon-fill--success{fill:var(--color-success)}.icon-fill--silver{fill:var(--color-silver)}.icon-fill--granite-light{fill:var(--color-granite-light)}.icon-fill--granite{fill:var(--color-granite)}.icon-fill--silver-light{fill:var(--color-silver-light)}.icon-fill--warning{fill:var(--color-warning)}.icon-fill--white{fill:var(--color-white)}.icon-stroke{fill:transparent}.icon-stroke--black{stroke:var(--color-black)}.icon-stroke--default{stroke:currentColor}.icon-stroke--disabled{stroke:var(--color-silver-dark)}.icon-stroke--high{stroke:var(--color-high)}.icon-stroke--neutral{stroke:var(--color-neutral)}.icon-stroke--primary{stroke:var(--color-primary)}.icon-stroke--secondary{stroke:var(--color-secondary)}.icon-stroke--success{stroke:var(--color-success)}.icon-stroke--silver{stroke:var(--color-silver)}.icon-stroke--granite-light{stroke:var(--color-granite-light)}.icon-stroke--granite{stroke:var(--color-granite)}.icon-stroke--silver-light{stroke:var(--color-silver-light)}.icon-stroke--warning{stroke:var(--color-warning)}.icon-stroke--white{stroke:var(--color-white)}", map: void 0, media: void 0 }));
1671
- }, d$3("DoubleChevron", o$7({ render: function() {
1674
+ }, d$3("DoubleChevron", o$8({ render: function() {
1672
1675
  var r2 = this.$createElement;
1673
1676
  return (this._self._c || r2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M1.05119 2.47105C0.982285 2.39544 0.982285 2.27217 1.05119 2.19676L3.00683 0.0565512C3.07573 -0.0188504 3.18857 -0.0188504 3.25748 0.0565512L13.5625 11.3331C13.5796 11.3518 13.5925 11.3736 13.6012 11.3968C13.6665 11.4724 13.6658 11.5928 13.598 11.667L3.29296 22.9433C3.22406 23.0189 3.11122 23.0189 3.04231 22.9433L1.08668 20.8033C1.01758 20.7279 1.01758 20.6044 1.08668 20.529L9.32003 11.5192L1.05119 2.47105ZM10.2512 2.47105C10.1823 2.39544 10.1823 2.27217 10.2512 2.19676L12.2068 0.0565512C12.2757 -0.0188504 12.3886 -0.0188504 12.4575 0.0565512L22.7625 11.3331C22.7796 11.3518 22.7925 11.3736 22.8012 11.3968C22.8665 11.4724 22.8658 11.5928 22.798 11.667L12.493 22.9433C12.4241 23.0189 12.3112 23.0189 12.2423 22.9433L10.2867 20.8033C10.2176 20.7279 10.2176 20.6044 10.2867 20.529L18.52 11.5192L10.2512 2.47105Z" } });
1674
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0)), "data-v-35e61558", false, void 0, false, i$6, void 0, void 0), BIMDataButton: c$2 }, props: { first: { type: Boolean, default: true }, last: { type: Boolean, default: true }, previous: { type: Boolean, default: true }, next: { type: Boolean, default: true }, firstDisabled: { type: Boolean, default: false }, lastDisabled: { type: Boolean, default: false }, previousDisabled: { type: Boolean, default: false }, nextDisabled: { type: Boolean, default: false }, backgroundColor: { type: String, default: "var(--color-white)" } }, emits: ["first", "previous", "next", "last"] }, "data-v-3c48ce0c", false, void 0, false, i$6, void 0, void 0), BIMDataButton: c$2 }, props: { length: { type: Number, required: true }, currentPage: { type: Number, required: true }, totalPages: { type: Number, required: true }, numberDataElements: { type: Boolean, default: true }, backgroundColor: { type: String, default: "var(--color-white)" }, perPage: { type: Number, required: true, validator: (r2) => r2 > 0 } }, emits: ["pagechanged"], computed: { firstIndex() {
1677
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0)), "data-v-35e61558", false, void 0, false, i$7, void 0, void 0), BIMDataButton: c$2 }, props: { first: { type: Boolean, default: true }, last: { type: Boolean, default: true }, previous: { type: Boolean, default: true }, next: { type: Boolean, default: true }, firstDisabled: { type: Boolean, default: false }, lastDisabled: { type: Boolean, default: false }, previousDisabled: { type: Boolean, default: false }, nextDisabled: { type: Boolean, default: false }, backgroundColor: { type: String, default: "var(--color-white)" } }, emits: ["first", "previous", "next", "last"] }, "data-v-3c48ce0c", false, void 0, false, i$7, void 0, void 0), BIMDataButton: c$2 }, props: { length: { type: Number, required: true }, currentPage: { type: Number, required: true }, totalPages: { type: Number, required: true }, numberDataElements: { type: Boolean, default: true }, backgroundColor: { type: String, default: "var(--color-white)" }, perPage: { type: Number, required: true, validator: (r2) => r2 > 0 } }, emits: ["pagechanged"], computed: { firstIndex() {
1675
1678
  return this.perPage * (this.currentPage - 1) + 1;
1676
1679
  }, lastIndex() {
1677
1680
  return Math.min(this.firstIndex + this.perPage - 1, this.length);
@@ -1687,7 +1690,7 @@ const b$1 = o$7({ render: function() {
1687
1690
  this.$emit("pagechanged", this.currentPage + 1);
1688
1691
  }, lastPage() {
1689
1692
  this.$emit("pagechanged", this.totalPages);
1690
- } } }, "data-v-0a60caec", false, void 0, false, i$6, void 0, void 0), BIMDataSpinner: o$7({ render: function() {
1693
+ } } }, "data-v-0a60caec", false, void 0, false, i$7, void 0, void 0), BIMDataSpinner: o$8({ render: function() {
1691
1694
  var r2 = this.$createElement, a2 = this._self._c || r2;
1692
1695
  return a2("div", { staticClass: "bimdata-spinner" }, [a2("div", { staticClass: "bimdata-spinner--square", style: this.getStyle() })]);
1693
1696
  }, staticRenderFns: [] }, function(r2) {
@@ -1695,7 +1698,7 @@ const b$1 = o$7({ render: function() {
1695
1698
  }, { props: ["size", "border"], methods: { getStyle() {
1696
1699
  if (this.size)
1697
1700
  return { width: this.size, height: this.size, "border-width": this.border ? this.border : null };
1698
- } } }, "data-v-60a4222b", false, void 0, false, i$6, void 0, void 0) }, props: { list: { type: Array, default: () => [] }, perPage: { type: Number, default: 10, validator: (r2) => r2 > 0 }, elementKey: { type: String }, loading: { type: Boolean, default: false }, first: { type: Boolean, default: true }, last: { type: Boolean, default: true }, numberDataElements: { type: Boolean, default: true }, backgroundColor: { type: String, default: "var(--color-white)" } }, emits: ["element-click"], data: () => ({ currentPage: 1 }), computed: { totalPages() {
1701
+ } } }, "data-v-60a4222b", false, void 0, false, i$7, void 0, void 0) }, props: { list: { type: Array, default: () => [] }, perPage: { type: Number, default: 10, validator: (r2) => r2 > 0 }, elementKey: { type: String }, loading: { type: Boolean, default: false }, first: { type: Boolean, default: true }, last: { type: Boolean, default: true }, numberDataElements: { type: Boolean, default: true }, backgroundColor: { type: String, default: "var(--color-white)" } }, emits: ["element-click"], data: () => ({ currentPage: 1 }), computed: { totalPages() {
1699
1702
  return this.list.length ? Math.ceil(this.list.length / this.perPage) : 0;
1700
1703
  }, page() {
1701
1704
  const r2 = this.perPage * (this.currentPage - 1), a2 = r2 + this.perPage;
@@ -1704,8 +1707,8 @@ const b$1 = o$7({ render: function() {
1704
1707
  this.list.length < this.perPage * (this.currentPage - 1) + 1 && (this.currentPage = 1);
1705
1708
  }, deep: true, immediate: true } }, methods: { onPageChange(r2) {
1706
1709
  this.currentPage = r2;
1707
- } } }, "data-v-9848cfc8", false, void 0, false, i$6, void 0, void 0);
1708
- var e$6 = { props: { barsData: { type: Array, default: () => [] }, barDistanceFromCenter: { type: Number, default: 50 }, barStrokeWidth: { type: Number, default: 10 }, placeholder: { type: Boolean, default: false }, placeholderStrokeWidth: { type: Number, default: 4 }, placeholderColor: { type: String, default: "#EBEBEB" }, graphDrawTime: { type: Number, default: 4 } }, computed: { roundCapPercentageOffset() {
1710
+ } } }, "data-v-9848cfc8", false, void 0, false, i$7, void 0, void 0);
1711
+ var e$7 = { props: { barsData: { type: Array, default: () => [] }, barDistanceFromCenter: { type: Number, default: 50 }, barStrokeWidth: { type: Number, default: 10 }, placeholder: { type: Boolean, default: false }, placeholderStrokeWidth: { type: Number, default: 4 }, placeholderColor: { type: String, default: "#EBEBEB" }, graphDrawTime: { type: Number, default: 4 } }, computed: { roundCapPercentageOffset() {
1709
1712
  return (this.barStrokeWidth / 2 - 4) / (2 * this.barDistanceFromCenter * Math.PI) * 100;
1710
1713
  }, center() {
1711
1714
  return this.viewBoxSize / 2;
@@ -1731,7 +1734,7 @@ var e$6 = { props: { barsData: { type: Array, default: () => [] }, barDistanceFr
1731
1734
  const a2 = e2 > 50 ? 1 : 0, { x: r2, y: n2 } = this.getPercentagePosition(e2 + t2);
1732
1735
  return `${a2} 1 ${r2},${n2}`;
1733
1736
  } } };
1734
- function t$6(e2, t2, a2, r2, n2, s2, o2, i2, d2, c2) {
1737
+ function t$7(e2, t2, a2, r2, n2, s2, o2, i2, d2, c2) {
1735
1738
  typeof o2 != "boolean" && (d2 = i2, i2 = o2, o2 = false);
1736
1739
  const l2 = typeof a2 == "function" ? a2.options : a2;
1737
1740
  let h2;
@@ -1753,10 +1756,10 @@ function t$6(e2, t2, a2, r2, n2, s2, o2, i2, d2, c2) {
1753
1756
  }
1754
1757
  return a2;
1755
1758
  }
1756
- const a$5 = typeof navigator != "undefined" && /msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());
1757
- function r$6(e2) {
1759
+ const a$6 = typeof navigator != "undefined" && /msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());
1760
+ function r$7(e2) {
1758
1761
  return (e3, t2) => function(e4, t3) {
1759
- const r2 = a$5 ? t3.media || "default" : e4, o2 = s$4[r2] || (s$4[r2] = { ids: /* @__PURE__ */ new Set(), styles: [] });
1762
+ const r2 = a$6 ? t3.media || "default" : e4, o2 = s$4[r2] || (s$4[r2] = { ids: /* @__PURE__ */ new Set(), styles: [] });
1760
1763
  if (!o2.ids.has(e4)) {
1761
1764
  o2.ids.add(e4);
1762
1765
  let a2 = t3.source;
@@ -1771,14 +1774,14 @@ function r$6(e2) {
1771
1774
  }
1772
1775
  let n$4;
1773
1776
  const s$4 = {};
1774
- const o$6 = t$6({ render: function() {
1777
+ const o$7 = t$7({ render: function() {
1775
1778
  var e2 = this, t2 = e2.$createElement, a2 = e2._self._c || t2;
1776
1779
  return a2("div", { ref: "container", staticClass: "bimdata-simple-pie-chart" }, [a2("svg", { style: "--graph-draw-time: " + e2.graphDrawTime + "s;", attrs: { viewBox: e2.viewBox } }, [e2.placeholder ? a2("circle", { attrs: { cx: e2.center, cy: e2.center, r: e2.barDistanceFromCenter, "stroke-width": e2.placeholderStrokeWidth, stroke: e2.placeholderColor, fill: "none" } }) : e2._e(), e2._v(" "), e2._l(e2.displayedBarsData, function(t3, r2) {
1777
1780
  return a2("g", { key: r2 }, [t3.percentage > 0 ? a2("path", { staticClass: "path", attrs: { d: e2.getPath(t3), "stroke-width": e2.barStrokeWidth, stroke: t3.color, fill: "none" } }) : e2._e()]);
1778
1781
  })], 2)]);
1779
1782
  }, staticRenderFns: [] }, function(e2) {
1780
1783
  e2 && e2("data-v-1694cb3a_0", { source: ".bimdata-simple-pie-chart[data-v-1694cb3a]{position:relative}.bimdata-simple-pie-chart .path[data-v-1694cb3a]{stroke-dasharray:1000;stroke-dashoffset:1000;animation:dash-data-v-1694cb3a var(--graph-draw-time,2s) ease-in forwards}@keyframes dash-data-v-1694cb3a{to{stroke-dashoffset:0}}", map: void 0, media: void 0 });
1781
- }, e$6, "data-v-1694cb3a", false, void 0, false, r$6, void 0, void 0);
1784
+ }, e$7, "data-v-1694cb3a", false, void 0, false, r$7, void 0, void 0);
1782
1785
  var render$f = function() {
1783
1786
  var _vm = this;
1784
1787
  var _h = _vm.$createElement;
@@ -1793,7 +1796,7 @@ var BcfStatistics_scss_vue_type_style_index_0_from__2Fhome_2Frunner_2FactionsRun
1793
1796
  const __vue2_script$f = {
1794
1797
  components: {
1795
1798
  BIMDataPaginatedList: b$1,
1796
- BIMDataSimplePieChart: o$6
1799
+ BIMDataSimplePieChart: o$7
1797
1800
  },
1798
1801
  props: {
1799
1802
  bcfTopics: {
@@ -1845,7 +1848,7 @@ function __vue2_injectStyles$f(context) {
1845
1848
  var BcfStatistics = /* @__PURE__ */ function() {
1846
1849
  return __component__$f.exports;
1847
1850
  }();
1848
- var t$5 = { props: { width: { type: String, default: "100%" }, minWidth: { type: String }, maxWidth: { type: String }, text: { type: String, default: "" }, cutPosition: { type: String, default: "middle", validator: (t2) => ["start", "middle", "end"].includes(t2) }, tooltip: { type: Boolean, default: true }, tooltipPosition: { type: String, default: "bottom", validator: (t2) => ["top", "right", "bottom", "left"].includes(t2) }, tooltipColor: { type: String, default: "primary", validator: (t2) => ["white", "primary", "secondary", "granite-light", "silver-light"].includes(t2) } }, data: () => ({ showTooltip: false, isOverflowing: false, textHead: "", textTail: "" }), watch: { width: "computeText", text: "computeText", cutPosition: "computeText" }, mounted() {
1851
+ var t$6 = { props: { width: { type: String, default: "100%" }, minWidth: { type: String }, maxWidth: { type: String }, text: { type: String, default: "" }, cutPosition: { type: String, default: "middle", validator: (t2) => ["start", "middle", "end"].includes(t2) }, tooltip: { type: Boolean, default: true }, tooltipPosition: { type: String, default: "bottom", validator: (t2) => ["top", "right", "bottom", "left"].includes(t2) }, tooltipColor: { type: String, default: "primary", validator: (t2) => ["white", "primary", "secondary", "granite-light", "silver-light"].includes(t2) } }, data: () => ({ showTooltip: false, isOverflowing: false, textHead: "", textTail: "" }), watch: { width: "computeText", text: "computeText", cutPosition: "computeText" }, mounted() {
1849
1852
  this.observer = new ResizeObserver(() => this.computeText()), this.observer.observe(this.$refs.textBox), this.computeText();
1850
1853
  }, beforeUnmount() {
1851
1854
  this.observer.disconnect();
@@ -1855,7 +1858,7 @@ var t$5 = { props: { width: { type: String, default: "100%" }, minWidth: { type:
1855
1858
  const t2 = this.$props.text, e2 = this.$refs.textHead;
1856
1859
  e2 && (this.textHead = t2, this.textTail = "", await this.$nextTick(), this.isOverflowing = e2.clientWidth < e2.scrollWidth, this.isOverflowing && this.$props.cutPosition === "middle" && (this.textTail = t2));
1857
1860
  } } };
1858
- function e$5(t2, e2, o2, a2, r2, i2, l2, n2, s2, d2) {
1861
+ function e$6(t2, e2, o2, a2, r2, i2, l2, n2, s2, d2) {
1859
1862
  typeof l2 != "boolean" && (s2 = n2, n2 = l2, l2 = false);
1860
1863
  const c2 = typeof o2 == "function" ? o2.options : o2;
1861
1864
  let p2;
@@ -1877,14 +1880,14 @@ function e$5(t2, e2, o2, a2, r2, i2, l2, n2, s2, d2) {
1877
1880
  }
1878
1881
  return o2;
1879
1882
  }
1880
- const o$5 = typeof navigator != "undefined" && /msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());
1881
- function a$4(t2) {
1883
+ const o$6 = typeof navigator != "undefined" && /msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());
1884
+ function a$5(t2) {
1882
1885
  return (t3, e2) => function(t4, e3) {
1883
- const a2 = o$5 ? e3.media || "default" : t4, l2 = i$5[a2] || (i$5[a2] = { ids: /* @__PURE__ */ new Set(), styles: [] });
1886
+ const a2 = o$6 ? e3.media || "default" : t4, l2 = i$6[a2] || (i$6[a2] = { ids: /* @__PURE__ */ new Set(), styles: [] });
1884
1887
  if (!l2.ids.has(t4)) {
1885
1888
  l2.ids.add(t4);
1886
1889
  let o2 = e3.source;
1887
- if (e3.map && (o2 += "\n/*# sourceURL=" + e3.map.sources[0] + " */", o2 += "\n/*# sourceMappingURL=data:application/json;base64," + btoa(unescape(encodeURIComponent(JSON.stringify(e3.map)))) + " */"), l2.element || (l2.element = document.createElement("style"), l2.element.type = "text/css", e3.media && l2.element.setAttribute("media", e3.media), r$5 === void 0 && (r$5 = document.head || document.getElementsByTagName("head")[0]), r$5.appendChild(l2.element)), "styleSheet" in l2.element)
1890
+ if (e3.map && (o2 += "\n/*# sourceURL=" + e3.map.sources[0] + " */", o2 += "\n/*# sourceMappingURL=data:application/json;base64," + btoa(unescape(encodeURIComponent(JSON.stringify(e3.map)))) + " */"), l2.element || (l2.element = document.createElement("style"), l2.element.type = "text/css", e3.media && l2.element.setAttribute("media", e3.media), r$6 === void 0 && (r$6 = document.head || document.getElementsByTagName("head")[0]), r$6.appendChild(l2.element)), "styleSheet" in l2.element)
1888
1891
  l2.styles.push(o2), l2.element.styleSheet.cssText = l2.styles.filter(Boolean).join("\n");
1889
1892
  else {
1890
1893
  const t5 = l2.ids.size - 1, e4 = document.createTextNode(o2), a3 = l2.element.childNodes;
@@ -1893,9 +1896,9 @@ function a$4(t2) {
1893
1896
  }
1894
1897
  }(t3, e2);
1895
1898
  }
1896
- let r$5;
1897
- const i$5 = {};
1898
- const l$2 = e$5({ render: function() {
1899
+ let r$6;
1900
+ const i$6 = {};
1901
+ const l$3 = e$6({ render: function() {
1899
1902
  var t2 = this, e2 = t2.$createElement, o2 = t2._self._c || e2;
1900
1903
  return o2("div", { ref: "textBox", staticClass: "bimdata-textbox", style: { width: t2.width, minWidth: t2.minWidth, maxWidth: t2.maxWidth }, on: { mouseenter: function(e3) {
1901
1904
  t2.showTooltip = true;
@@ -1904,7 +1907,7 @@ const l$2 = e$5({ render: function() {
1904
1907
  } } }, [o2("span", { ref: "textHead", staticClass: "bimdata-textbox__text--head", style: { width: t2.textTail ? "50%" : "100%", direction: t2.cutPosition === "start" ? "rtl" : "ltr" } }, [o2("bdi", [t2._v(t2._s(t2.textHead))])]), t2._v(" "), o2("span", { directives: [{ name: "show", rawName: "v-show", value: t2.textTail, expression: "textTail" }], staticClass: "bimdata-textbox__text--tail" }, [o2("bdi", [t2._v(t2._s(t2.textTail))])]), t2._v(" "), t2.tooltip && t2.isOverflowing ? o2("div", { directives: [{ name: "show", rawName: "v-show", value: t2.showTooltip, expression: "showTooltip" }], staticClass: "bimdata-textbox__tooltip", class: ["bimdata-textbox__tooltip--" + t2.tooltipPosition, "bimdata-textbox__tooltip--" + t2.tooltipColor] }, [t2._v("\n " + t2._s(t2.text) + "\n ")]) : t2._e()]);
1905
1908
  }, staticRenderFns: [] }, function(t2) {
1906
1909
  t2 && t2("data-v-79e3dcf0_0", { source: 'html[data-v-79e3dcf0]{--color-primary-lighter:rgba(248, 249, 250, 1);--color-primary-light:rgba(67, 78, 105, 1);--color-primary:rgba(47, 55, 74, 1);--color-primary-dark:rgba(27, 32, 43, 1);--color-secondary-lighter:rgba(255, 252, 242, 1);--color-secondary-light:rgba(250, 212, 94, 1);--color-secondary:rgba(249, 199, 44, 1);--color-secondary-dark:rgba(235, 180, 7, 1);--color-white:rgba(255, 255, 255, 1);--color-silver-light:rgba(247, 247, 247, 1);--color-silver:rgba(216, 216, 216, 1);--color-silver-dark:rgba(189, 189, 189, 1);--color-granite-light:rgba(122, 122, 122, 1);--color-granite:rgba(96, 96, 96, 1);--color-black:rgba(0, 0, 0, 1);--color-text:rgba(47, 55, 74, 1);--color-black-100:rgba(0, 0, 0, 0.1);--color-success-lighter:rgba(226, 255, 239, 1);--color-success-light:rgba(0, 200, 92, 1);--color-success:rgba(0, 175, 80, 1);--color-success-dark:rgba(0, 149, 68, 1);--color-warning-lighter:rgba(255, 233, 204, 1);--color-warning-light:rgba(255, 167, 51, 1);--color-warning:rgba(255, 145, 0, 1);--color-warning-dark:rgba(204, 116, 0, 1);--color-high-lighter:rgba(255, 237, 234, 1);--color-high-light:rgba(255, 104, 81, 1);--color-high:rgba(255, 61, 30, 1);--color-high-dark:rgba(234, 31, 0, 1);--font-size:14px;--box-shadow:0px 2px 10px rgba(0, 0, 0, 0.1);--border-radius-tiny:3px;--spacing-unit:12px;--size-btn-options:45px;--primary-font:"roboto",sans-serif}.bimdata-textbox[data-v-79e3dcf0]{display:inline-flex;position:relative}.bimdata-textbox__text--head[data-v-79e3dcf0]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bimdata-textbox__text--tail[data-v-79e3dcf0]{width:50%;white-space:nowrap;overflow:hidden;text-overflow:"";direction:rtl}.bimdata-textbox__tooltip[data-v-79e3dcf0]{position:absolute;z-index:2;min-width:60px;max-width:200px;width:max-content;padding:calc(var(--spacing-unit)/ 3) calc(var(--spacing-unit)/ 2);border-radius:3px;text-align:center;white-space:normal;word-wrap:break-word}.bimdata-textbox__tooltip[data-v-79e3dcf0]::before{content:"";position:absolute;border-style:solid;border-width:8px 0 0 8px}.bimdata-textbox__tooltip--white[data-v-79e3dcf0]{background-color:var(--color-white);color:var(--color-primary)}.bimdata-textbox__tooltip--white[data-v-79e3dcf0]::before{border-color:var(--color-white) transparent transparent}.bimdata-textbox__tooltip--primary[data-v-79e3dcf0]{background-color:var(--color-primary);color:var(--color-white)}.bimdata-textbox__tooltip--primary[data-v-79e3dcf0]::before{border-color:var(--color-primary) transparent transparent}.bimdata-textbox__tooltip--secondary[data-v-79e3dcf0]{background-color:#f9c72c;color:#2f374a}.bimdata-textbox__tooltip--secondary[data-v-79e3dcf0]::before{border-color:var(--color-secondary) transparent transparent}.bimdata-textbox__tooltip--granite-light[data-v-79e3dcf0]{background-color:var(--color-granite-light);color:var(--color-white)}.bimdata-textbox__tooltip--granite-light[data-v-79e3dcf0]::before{border-color:var(--color-granite-light) transparent transparent}.bimdata-textbox__tooltip--silver-light[data-v-79e3dcf0]{background-color:var(--color-silver-light);color:var(--color-primary)}.bimdata-textbox__tooltip--silver-light[data-v-79e3dcf0]::before{border-color:var(--color-silver-light) transparent transparent}.bimdata-textbox__tooltip--top[data-v-79e3dcf0]{top:-8px;left:50%;transform:translateX(-50%) translateY(-100%)}.bimdata-textbox__tooltip--top[data-v-79e3dcf0]::before{top:calc(100% - 4px);left:calc(50% - 4px);transform:rotate(135deg)}.bimdata-textbox__tooltip--right[data-v-79e3dcf0]{top:50%;left:calc(100% + 8px);transform:translateY(-50%)}.bimdata-textbox__tooltip--right[data-v-79e3dcf0]::before{top:calc(50% - 4px);left:-4px;transform:rotate(-135deg)}.bimdata-textbox__tooltip--bottom[data-v-79e3dcf0]{top:calc(100% + 8px);left:50%;transform:translateX(-50%)}.bimdata-textbox__tooltip--bottom[data-v-79e3dcf0]::before{top:-4px;left:calc(50% - 4px);transform:rotate(-45deg)}.bimdata-textbox__tooltip--left[data-v-79e3dcf0]{top:50%;left:-8px;transform:translateX(-100%) translateY(-50%)}.bimdata-textbox__tooltip--left[data-v-79e3dcf0]::before{top:calc(50% - 4px);left:calc(100% - 4px);transform:rotate(45deg)}', map: void 0, media: void 0 });
1907
- }, t$5, "data-v-79e3dcf0", false, void 0, false, a$4, void 0, void 0);
1910
+ }, t$6, "data-v-79e3dcf0", false, void 0, false, a$5, void 0, void 0);
1908
1911
  var render$e = function() {
1909
1912
  var _vm = this;
1910
1913
  var _h = _vm.$createElement;
@@ -1929,10 +1932,10 @@ var render$d = function() {
1929
1932
  var _c = _vm._self._c || _h;
1930
1933
  return _c("div", { staticClass: "bcf-topic-card" }, [_c("div", { staticClass: "bcf-topic-card__header" }, [_c("div", { staticClass: "bcf-topic-card__header__infos flex" }, [_c("div", { staticClass: "bcf-topic-card__header__infos__index flex items-center justify-center", style: {
1931
1934
  "background-color": "#" + _vm.priorityColor,
1932
- color: _vm.adjustColor("#" + _vm.priorityColor, "#ffffff", "var(--color-text)")
1935
+ color: _vm.adjustTextColor("#" + _vm.priorityColor, "#ffffff", "var(--color-text)")
1933
1936
  } }, [_vm._v(" " + _vm._s(_vm.bcfTopic.index) + " ")]), _c("div", { staticClass: "bcf-topic-card__header__infos__title flex items-center m-l-12" }, [_c("BIMDataTextbox", { attrs: { "maxWidth": "100% - 48px", "text": _vm.bcfTopic.title } })], 1)]), _c("div", { staticClass: "bcf-topic-card__header__img flex items-center justify-center" }, [_vm.bcfTopic.topicStatus ? _c("div", { staticClass: "bcf-topic-card__header__img__status flex p-6", style: {
1934
1937
  "background-color": "#" + _vm.statusColor,
1935
- color: _vm.adjustColor("#" + _vm.statusColor, "#ffffff", "var(--color-text)")
1938
+ color: _vm.adjustTextColor("#" + _vm.statusColor, "#ffffff", "var(--color-text)")
1936
1939
  } }, [_c("BIMDataIcon", { attrs: { "name": "information", "fill": "", "color": "default" } }), _c("span", { staticClass: "m-l-6" }, [_vm._v(_vm._s(_vm.bcfTopic.topicStatus))])], 1) : _vm._e(), _c("div", { staticClass: "bcf-topic-card__header__img__date p-6" }, [_vm._v(" " + _vm._s(_vm.$d(_vm.bcfTopic.creationDate, "short")) + " ")]), _vm.viewpointsWithSnapshot.length > 0 ? _c("img", { attrs: { "src": _vm.viewpointsWithSnapshot[0].snapshot.snapshotData, "alt": "ViewPoint", "loading": "lazy" } }) : _c("BcfTopicDefaultImage", { staticClass: "default-img" })], 1)]), _c("div", { staticClass: "bcf-topic-card__content p-12" }, [_c("div", { staticClass: "bcf-topic-card__content__priority" }, [_c("strong", [_vm._v(" " + _vm._s(_vm.$t("BcfComponents.BcfTopicCard.priority")) + " ")]), _c("span", { style: { color: "#" + _vm.priorityColor } }, [_vm._v(" " + _vm._s(_vm.bcfTopic.priority || _vm.$t("BcfComponents.BcfTopicCard.noPriority")) + " ")])]), _c("div", [_c("strong", [_vm._v(" " + _vm._s(_vm.$t("BcfComponents.BcfTopicCard.assignedTo")) + " ")]), _c("span", [_vm._v(" " + _vm._s(_vm.bcfTopic.assignedTo || _vm.$t("BcfComponents.BcfTopicCard.notSpecified")) + " ")])]), _c("div", { staticClass: "flex justify-around m-t-12" }, [_c("div", { staticClass: "flex items-center" }, [_c("BIMDataIcon", { attrs: { "name": "model3d", "fill": "", "color": "default", "size": "xs", "margin": "0 6px 0 0" } }), _vm.topicElements.length > 0 ? _c("span", { staticClass: "m-r-6" }, [_vm._v(" " + _vm._s(_vm.topicElements.length) + " ")]) : _vm._e(), _c("span", [_vm._v(" " + _vm._s(_vm.topicElements.length ? _vm.$t("BcfComponents.BcfTopicCard.elements") : _vm.$t("BcfComponents.BcfTopicCard.noElements")) + " ")])], 1), _c("BIMDataButton", { attrs: { "width": "48%", "color": "primary", "fill": "", "radius": "" }, on: { "click": function($event) {
1937
1940
  return _vm.$emit("open-bcf-topic", _vm.bcfTopic);
1938
1941
  } } }, [_vm._v(" " + _vm._s(_vm.$t("BcfComponents.BcfTopicCard.see")) + " ")])], 1)])]);
@@ -1944,7 +1947,7 @@ const __vue2_script$d = {
1944
1947
  BcfTopicDefaultImage,
1945
1948
  BIMDataButton: c$5,
1946
1949
  BIMDataIcon: s$9,
1947
- BIMDataTextbox: l$2
1950
+ BIMDataTextbox: l$3
1948
1951
  },
1949
1952
  props: {
1950
1953
  bcfTopic: {
@@ -1994,12 +1997,12 @@ const __vue2_script$d = {
1994
1997
  statusColor,
1995
1998
  topicElements,
1996
1999
  viewpointsWithSnapshot,
1997
- adjustColor
2000
+ adjustTextColor
1998
2001
  };
1999
2002
  }
2000
2003
  };
2001
2004
  const __cssModules$d = {};
2002
- var __component__$d = /* @__PURE__ */ normalizeComponent(__vue2_script$d, render$d, staticRenderFns$d, false, __vue2_injectStyles$d, "275da59e", null, null);
2005
+ var __component__$d = /* @__PURE__ */ normalizeComponent(__vue2_script$d, render$d, staticRenderFns$d, false, __vue2_injectStyles$d, "ecce3b12", null, null);
2003
2006
  function __vue2_injectStyles$d(context) {
2004
2007
  for (let o2 in __cssModules$d) {
2005
2008
  this[o2] = __cssModules$d[o2];
@@ -2054,7 +2057,7 @@ function __vue2_injectStyles$b(context) {
2054
2057
  var BcfTopicCreationCard = /* @__PURE__ */ function() {
2055
2058
  return __component__$b.exports;
2056
2059
  }();
2057
- function t$4(t2, e2, o2, i2, r2, n2, a2, s2, l2, c2) {
2060
+ function t$5(t2, e2, o2, i2, r2, n2, a2, s2, l2, c2) {
2058
2061
  typeof a2 != "boolean" && (l2 = s2, s2 = a2, a2 = false);
2059
2062
  const d2 = typeof o2 == "function" ? o2.options : o2;
2060
2063
  let h2;
@@ -2076,7 +2079,7 @@ function t$4(t2, e2, o2, i2, r2, n2, a2, s2, l2, c2) {
2076
2079
  }
2077
2080
  return o2;
2078
2081
  }
2079
- var e$4 = { components: { BIMDataText: t$4({ render: function() {
2082
+ var e$5 = { components: { BIMDataText: t$5({ render: function() {
2080
2083
  var t2 = this.$createElement;
2081
2084
  return (this._self._c || t2)(this.component, { tag: "component", class: this.classes, style: this.style }, [this._t("default")], 2);
2082
2085
  }, staticRenderFns: [] }, void 0, { props: { component: { type: String, default: "p" }, display: { type: String, default: "inline-block" }, fontSize: { type: String }, fontWeight: { type: String }, lineHeight: { type: String }, margin: { type: String, default: "0px" }, padding: { type: String, default: "0px" }, color: { type: String, default: "color-granite-light", validator: (t2) => ["color-primary", "color-secondary", "color-silver", "color-silver-light", "color-silver-dark", "color-granite-light", "color-granite", "color-white", "color-black", "color-high", "color-warning", "color-success"].includes(t2) } }, computed: { classes() {
@@ -2090,14 +2093,14 @@ var e$4 = { components: { BIMDataText: t$4({ render: function() {
2090
2093
  }, calcLineHeight() {
2091
2094
  return this.lineHeight ? this.lineHeight : this.component === "h1" ? "36px" : this.component === "h2" ? "30px" : this.component === "h3" ? "26px" : this.component === "h4" ? "24px" : this.component === "h5" ? "20px" : "18px";
2092
2095
  } } }, void 0, false, void 0, false, void 0, void 0, void 0) }, props: { message: { type: String, default: "loading..." }, subMessage: { type: String, default: "" } } };
2093
- const o$4 = typeof navigator != "undefined" && /msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());
2094
- function i$4(t2) {
2096
+ const o$5 = typeof navigator != "undefined" && /msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());
2097
+ function i$5(t2) {
2095
2098
  return (t3, e2) => function(t4, e3) {
2096
- const i2 = o$4 ? e3.media || "default" : t4, a2 = n$3[i2] || (n$3[i2] = { ids: /* @__PURE__ */ new Set(), styles: [] });
2099
+ const i2 = o$5 ? e3.media || "default" : t4, a2 = n$3[i2] || (n$3[i2] = { ids: /* @__PURE__ */ new Set(), styles: [] });
2097
2100
  if (!a2.ids.has(t4)) {
2098
2101
  a2.ids.add(t4);
2099
2102
  let o2 = e3.source;
2100
- if (e3.map && (o2 += "\n/*# sourceURL=" + e3.map.sources[0] + " */", o2 += "\n/*# sourceMappingURL=data:application/json;base64," + btoa(unescape(encodeURIComponent(JSON.stringify(e3.map)))) + " */"), a2.element || (a2.element = document.createElement("style"), a2.element.type = "text/css", e3.media && a2.element.setAttribute("media", e3.media), r$4 === void 0 && (r$4 = document.head || document.getElementsByTagName("head")[0]), r$4.appendChild(a2.element)), "styleSheet" in a2.element)
2103
+ if (e3.map && (o2 += "\n/*# sourceURL=" + e3.map.sources[0] + " */", o2 += "\n/*# sourceMappingURL=data:application/json;base64," + btoa(unescape(encodeURIComponent(JSON.stringify(e3.map)))) + " */"), a2.element || (a2.element = document.createElement("style"), a2.element.type = "text/css", e3.media && a2.element.setAttribute("media", e3.media), r$5 === void 0 && (r$5 = document.head || document.getElementsByTagName("head")[0]), r$5.appendChild(a2.element)), "styleSheet" in a2.element)
2101
2104
  a2.styles.push(o2), a2.element.styleSheet.cssText = a2.styles.filter(Boolean).join("\n");
2102
2105
  else {
2103
2106
  const t5 = a2.ids.size - 1, e4 = document.createTextNode(o2), i3 = a2.element.childNodes;
@@ -2106,15 +2109,15 @@ function i$4(t2) {
2106
2109
  }
2107
2110
  }(t3, e2);
2108
2111
  }
2109
- let r$4;
2112
+ let r$5;
2110
2113
  const n$3 = {};
2111
- const a$3 = t$4({ render: function() {
2114
+ const a$4 = t$5({ render: function() {
2112
2115
  var t2 = this, e2 = t2.$createElement, o2 = t2._self._c || e2;
2113
2116
  return o2("div", { staticClass: "bimdata-loading" }, [o2("span", { staticClass: "bimdata-loading--square" }), t2._v(" "), o2("BIMDataText", { attrs: { color: "color-white", margin: "12px 0 0" } }, [o2("p", [t2._v(t2._s(t2.message))]), t2._v(" "), o2("p", [t2._v(t2._s(t2.subMessage))])])], 1);
2114
2117
  }, staticRenderFns: [] }, function(t2) {
2115
2118
  t2 && (t2("data-v-ddc1f86c_0", { source: 'html[data-v-ddc1f86c]{--color-primary-lighter:rgba(248, 249, 250, 1);--color-primary-light:rgba(67, 78, 105, 1);--color-primary:rgba(47, 55, 74, 1);--color-primary-dark:rgba(27, 32, 43, 1);--color-secondary-lighter:rgba(255, 252, 242, 1);--color-secondary-light:rgba(250, 212, 94, 1);--color-secondary:rgba(249, 199, 44, 1);--color-secondary-dark:rgba(235, 180, 7, 1);--color-white:rgba(255, 255, 255, 1);--color-silver-light:rgba(247, 247, 247, 1);--color-silver:rgba(216, 216, 216, 1);--color-silver-dark:rgba(189, 189, 189, 1);--color-granite-light:rgba(122, 122, 122, 1);--color-granite:rgba(96, 96, 96, 1);--color-black:rgba(0, 0, 0, 1);--color-text:rgba(47, 55, 74, 1);--color-black-100:rgba(0, 0, 0, 0.1);--color-success-lighter:rgba(226, 255, 239, 1);--color-success-light:rgba(0, 200, 92, 1);--color-success:rgba(0, 175, 80, 1);--color-success-dark:rgba(0, 149, 68, 1);--color-warning-lighter:rgba(255, 233, 204, 1);--color-warning-light:rgba(255, 167, 51, 1);--color-warning:rgba(255, 145, 0, 1);--color-warning-dark:rgba(204, 116, 0, 1);--color-high-lighter:rgba(255, 237, 234, 1);--color-high-light:rgba(255, 104, 81, 1);--color-high:rgba(255, 61, 30, 1);--color-high-dark:rgba(234, 31, 0, 1);--font-size:14px;--box-shadow:0px 2px 10px rgba(0, 0, 0, 0.1);--border-radius-tiny:3px;--spacing-unit:12px;--size-btn-options:45px;--primary-font:"roboto",sans-serif}', map: void 0, media: void 0 }), t2("data-v-ddc1f86c_1", { source: '@keyframes bimdataloading{0%{box-shadow:inset 0 0 0 0 rgba(var(--color-white),.1);transform:rotate(0)}20%{transform:rotate(180deg)}40%{transform:rotate(0)}60%{transform:rotate(0);box-shadow:inset 0 0 0 0 rgba(var(--color-white),.1)}80%{box-shadow:inset 0 -20px 0 0 rgba(var(--color-white),1)}100%{box-shadow:inset 0 0 0 0 rgba(var(--color-white),.1)}}.bimdata-loading{width:100%;height:100%;position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;flex-direction:column;color:var(--color-white);font-family:var(--primary-font);z-index:2}.bimdata-loading::after{content:" ";position:absolute;width:100%;height:100%;background-color:var(--color-primary);opacity:.9;z-index:-1}.bimdata-loading--square{width:20px;height:20px;position:relative;border:2px var(--color-white) solid;animation:bimdataloading 1.4s linear infinite}.bimdata-loading--text{margin-top:12px;display:block}.bimdata-loading p{text-align:center;margin:0}', map: void 0, media: void 0 }));
2116
- }, e$4, "data-v-ddc1f86c", false, void 0, false, i$4, void 0, void 0);
2117
- function e$3(e2, t2, i2, d2, r2, o2, n2, v2, s2, C2) {
2119
+ }, e$5, "data-v-ddc1f86c", false, void 0, false, i$5, void 0, void 0);
2120
+ function e$4(e2, t2, i2, d2, r2, o2, n2, v2, s2, C2) {
2118
2121
  typeof n2 != "boolean" && (s2 = v2, v2 = n2, n2 = false);
2119
2122
  const a2 = typeof i2 == "function" ? i2.options : i2;
2120
2123
  let l2;
@@ -2136,401 +2139,404 @@ function e$3(e2, t2, i2, d2, r2, o2, n2, v2, s2, C2) {
2136
2139
  }
2137
2140
  return i2;
2138
2141
  }
2139
- var t$3 = { addFile: e$3({ render: function() {
2142
+ var t$4 = { addFile: e$4({ render: function() {
2140
2143
  var e2 = this.$createElement;
2141
2144
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M17.6687 16.5312H14.4343V19.7656H12.2781V16.5312H9.04369V14.375H12.2781V11.1406H14.4343V14.375H17.6687V16.5312ZM4.01244 7.90625L10.1218 1.79688V5.97245V7.90625H4.01244ZM20.3885 2.3C20.3885 1.035 19.365 0 18.1 0H8.9L2 6.9V20.7C2 21.965 3.03464 23 4.3 23H18.1115C19.3765 23 20.4 21.965 20.4 20.7L20.3885 2.3Z" } });
2142
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), addFolder: e$3({ render: function() {
2145
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), addFolder: e$4({ render: function() {
2143
2146
  var e2 = this.$createElement;
2144
2147
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M19.55 15.0531H16.0997V18.503H13.7999V15.0531H10.35V12.7529H13.7999V9.303H16.0997V12.7529H19.55V15.0531ZM20.7001 5.85364H11.4997L9.19989 3.55383H2.29968C1.02325 3.55383 0.0113988 4.5772 0.0113988 5.85364L-0.00012207 19.6537C-0.00012207 20.9301 1.02325 21.9539 2.29968 21.9539H20.7001C21.9761 21.9539 22.9999 20.9301 22.9999 19.6537V8.15384C22.9999 6.87701 21.9761 5.85364 20.7001 5.85364Z" } });
2145
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), addUser: e$3({ render: function() {
2148
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), addUser: e$4({ render: function() {
2146
2149
  var e2 = this.$createElement;
2147
2150
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M18.8177 7.18182C18.8177 9.49225 16.9463 11.3636 14.6359 11.3636C12.3254 11.3636 10.4541 9.49225 10.4541 7.18182C10.4541 4.87139 12.3254 3 14.6359 3C16.9463 3 18.8177 4.87139 18.8177 7.18182ZM5.22678 8.22703V5.09066H3.13588V8.22703H-0.000488281V10.3179H3.13588V13.4543H5.22678V10.3179H8.36315V8.22703H5.22678ZM14.6359 13.4542C11.8445 13.4542 6.27224 14.8552 6.27224 17.636V19.727H22.9995V17.636C22.9995 14.8552 17.4273 13.4542 14.6359 13.4542Z" } });
2148
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), alphabeticalAscending: e$3({ render: function() {
2151
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), alphabeticalAscending: e$4({ render: function() {
2149
2152
  var e2 = this.$createElement, t2 = this._self._c || e2;
2150
2153
  return t2("g", [t2("path", { attrs: { d: "M7.78286 7.489H4.60159L3.8871 9.47078H2.85449L5.75415 1.87744H6.6303L9.53517 9.47078H8.50777L7.78286 7.489ZM4.90407 6.665H7.48559L6.19222 3.11344L4.90407 6.665Z" } }), this._v(" "), t2("path", { attrs: { d: "M4.62766 20.3037H8.97193V21.1225H3.44381V20.3715L7.60554 14.3532H3.51161V13.5292H8.80504V14.2645L4.62766 20.3037Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M6.6303 1.87746L9.53516 9.47079H8.50777L7.78286 7.48902H4.60158L3.8871 9.47079H2.85449L5.75414 1.87746H6.6303ZM6.19222 3.11346L4.90406 6.66501H7.48559L6.19222 3.11346ZM6.19314 4.53477L5.59659 6.17953H6.79211L6.19314 4.53477ZM4.94263 7.9745L4.22814 9.95628H2.14941L5.41985 1.39197H6.96437L10.2407 9.95628H8.16841L7.44349 7.9745H4.94263ZM3.44381 20.3715L7.60554 14.3532H3.5116V13.5292H8.80504V14.2645L4.62766 20.3037H8.97192V21.1225H3.44381V20.3715ZM5.55379 19.8182H9.45741V21.608H2.95832V20.22L6.67956 14.8387H3.02612V13.0437H9.29052V14.4161L5.55379 19.8182Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M18.9443 1.39197V20.7091H17.0023V1.39197H18.9443Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M15.581 17.3666C15.6001 17.3461 15.6313 17.3461 15.6504 17.3666L17.9423 19.8349L20.2245 17.3772C20.2436 17.3566 20.2749 17.3566 20.294 17.3772L20.836 17.961C20.8552 17.9815 20.8552 18.0152 20.836 18.0358L17.9798 21.1118C17.961 21.1321 17.9305 21.1323 17.9113 21.1128C17.9054 21.1102 17.8999 21.1063 17.8952 21.1012L15.0389 18.0252C15.0198 18.0046 15.0198 17.9709 15.0389 17.9504L15.581 17.3666Z" } })]);
2151
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), alphabeticalDescending: e$3({ render: function() {
2154
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), alphabeticalDescending: e$4({ render: function() {
2152
2155
  var e2 = this.$createElement, t2 = this._self._c || e2;
2153
2156
  return t2("g", [t2("path", { attrs: { d: "M8.08205 7.47655H4.90078L4.1863 9.45833H3.15369L6.05334 1.86499H6.92949L9.83436 9.45833H8.80697L8.08205 7.47655ZM5.20326 6.65255H7.78479L6.49142 3.10099L5.20326 6.65255Z" } }), this._v(" "), t2("path", { attrs: { d: "M4.92686 20.2913H9.27112V21.11H3.743V20.3591L7.90474 14.3407H3.8108V13.5167H9.10423V14.252L4.92686 20.2913Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M6.92949 1.865L9.83436 9.45834H8.80696L8.08205 7.47657H4.90078L4.18629 9.45834H3.15368L6.05334 1.865H6.92949ZM6.49141 3.10101L5.20326 6.65256H7.78478L6.49141 3.10101ZM6.49233 4.52232L5.89578 6.16707H7.0913L6.49233 4.52232ZM5.24182 7.96205L4.52734 9.94383H2.44861L5.71905 1.37952H7.26356L10.5399 9.94383H8.4676L7.74269 7.96205H5.24182ZM3.743 20.3591L7.90473 14.3407H3.8108V13.5167H9.10423V14.2521L4.92685 20.2913H9.27112V21.1101H3.743V20.3591ZM5.85298 19.8058H9.7566V21.5955H3.25751V20.2076L6.97876 14.8262H3.32531V13.0312H9.58972V14.4036L5.85298 19.8058Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M19.2426 2.56055V21.608H17.3008V2.56055H19.2426Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M15.8795 5.63065C15.8986 5.65095 15.9298 5.65095 15.949 5.63065L18.2408 3.19454L20.5228 5.62019C20.5419 5.64055 20.5732 5.64055 20.5923 5.62019L21.1343 5.04404C21.1535 5.02374 21.1535 4.99049 21.1343 4.97019L18.2782 1.9342C18.2594 1.91423 18.2289 1.91401 18.2097 1.93326C18.2039 1.93581 18.1984 1.93962 18.1936 1.94466L15.3374 4.98065C15.3183 5.00095 15.3183 5.03419 15.3374 5.05449L15.8795 5.63065Z" } })]);
2154
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), alphabeticalSort: e$3({ render: function() {
2157
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), alphabeticalSort: e$4({ render: function() {
2155
2158
  var e2 = this.$createElement, t2 = this._self._c || e2;
2156
2159
  return t2("g", [t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M15.2918 7.49901C15.3115 7.52019 15.3436 7.52019 15.3634 7.49901L17.7238 4.95698L20.0741 7.4881C20.0938 7.50934 20.126 7.50934 20.1457 7.4881L20.704 6.88689C20.7237 6.86571 20.7237 6.83102 20.704 6.80984L17.7623 3.64184C17.743 3.62101 17.7115 3.62078 17.6918 3.64086C17.6858 3.64352 17.6801 3.6475 17.6752 3.65275L14.7335 6.82074C14.7138 6.84193 14.7138 6.87662 14.7335 6.8978L15.2918 7.49901Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M15.2918 18.183C15.3115 18.1618 15.3436 18.1618 15.3634 18.183L17.7238 20.725L20.0741 18.1939C20.0938 18.1727 20.126 18.1727 20.1457 18.1939L20.704 18.7951C20.7237 18.8163 20.7237 18.851 20.704 18.8722L17.7623 22.0402C17.743 22.061 17.7115 22.0612 17.6918 22.0411C17.6858 22.0385 17.6801 22.0345 17.6752 22.0293L14.7335 18.8613C14.7138 18.8401 14.7138 18.8054 14.7335 18.7842L15.2918 18.183Z" } }), this._v(" "), t2("path", { attrs: { d: "M3.34473 9.441H3.41497L3.4388 9.37492L4.15081 7.39999H7.28703L8.0096 9.37536L8.03361 9.441H8.10352H9.16162H9.30694L9.25502 9.30527L6.26332 1.48496L6.23873 1.42069H6.16992H5.26758H5.19872L5.17416 1.48502L2.18783 9.30533L2.13602 9.441H2.28125H3.34473ZM8.68154 22.4977V22.3977H8.58154H4.29819L8.49191 16.3349L8.50967 16.3092V16.278V15.5207V15.4207H8.40967H2.95801H2.85801V15.5207V16.3693V16.4693H2.95801H6.98358L2.80593 22.5107L2.78818 22.5364V22.5676V23.341V23.441H2.88818H8.58154H8.68154V23.341V22.4977ZM4.53473 6.35136L5.71894 3.0864L6.90794 6.35136H4.53473Z" } })]);
2157
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), alt: e$3({ render: function() {
2160
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), alt: e$4({ render: function() {
2158
2161
  var e2 = this.$createElement, t2 = this._self._c || e2;
2159
2162
  return t2("g", [t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.7015 3.57515L5.95106 8.45858L0.201477 13.342H5.54916V19.4455H17.8546V13.342H23.2015L17.4519 8.45858L11.7015 3.57515Z" } })]);
2160
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), angle: e$3({ render: function() {
2163
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), angle: e$4({ render: function() {
2161
2164
  var e2 = this.$createElement, t2 = this._self._c || e2;
2162
2165
  return t2("g", [t2("path", { attrs: { d: "M1.97143 0.989715L3.94286 3.61829L0 3.61829L1.97143 0.989715Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M2.62856 2.30405L2.62856 22.6755L1.31427 22.6755L1.31427 2.30405L2.62856 2.30405Z" } }), this._v(" "), t2("path", { attrs: { d: "M22.9999 22.0183L20.3713 23.9897L20.3713 20.0469L22.9999 22.0183Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M21.6856 22.6754H1.31421V21.3611H21.6856V22.6754Z" } }), this._v(" "), t2("path", { attrs: { d: "M17.7429 22.0183C17.7429 19.8609 17.3349 17.7246 16.5423 15.7314C15.7497 13.7381 14.588 11.9271 13.1235 10.4015C11.659 8.876 9.92038 7.66588 8.0069 6.84027C6.09342 6.01466 4.04257 5.58972 1.97144 5.58972L1.97144 22.0183H17.7429Z" } })]);
2163
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), api: e$3({ render: function() {
2166
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), api: e$4({ render: function() {
2164
2167
  var e2 = this.$createElement;
2165
2168
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M9.58497 3.93973L10.6402 3.62V2.00037H13.7601V3.59997L14.8315 3.91204C16.1242 4.28859 17.2929 4.94218 18.2616 5.80229L19.0793 6.52835L20.5167 5.73415L22.0766 8.32L20.636 9.11602L20.8775 10.1526C21.0158 10.7465 21.0891 11.3652 21.0891 12.002C21.0891 12.6666 21.0093 13.3115 20.859 13.9292L20.6047 14.9738L22.0774 15.7876L20.5175 18.3734L19.0168 17.5442L18.2001 18.2559C17.2436 19.0893 16.0969 19.7234 14.8315 20.092L13.7601 20.4041V22.1073H10.6402V20.384L9.58497 20.0643C8.34041 19.6872 7.21348 19.0525 6.27315 18.224L5.45582 17.5038L3.88196 18.3735L2.32201 15.7876L3.88637 14.9232L3.63966 13.8834C3.49644 13.2797 3.4205 12.6502 3.4205 12.002C3.4205 11.3816 3.49006 10.7784 3.62158 10.1986L3.8556 9.16688L2.32281 8.31994L3.88275 5.73409L5.39381 6.56903L6.21204 5.83441C7.16447 4.9793 8.31333 4.32502 9.58497 3.93973ZM12.1698 18.9829C16.1967 18.9829 19.4611 15.8587 19.4611 12.0048C19.4611 8.15092 16.1967 5.02673 12.1698 5.02673C8.14298 5.02673 4.87858 8.15092 4.87858 12.0048C4.87858 15.8587 8.14298 18.9829 12.1698 18.9829ZM10.3379 0.553833C9.67013 0.553833 9.12877 1.07194 9.12877 1.71106V2.56066C7.63716 3.0126 6.29183 3.77936 5.17793 4.77943L4.37669 4.33671C3.79836 4.01715 3.05884 4.20679 2.72494 4.76028L0.862703 7.84722C0.528802 8.40071 0.726954 9.10846 1.30529 9.42802L2.14453 9.89174C1.99029 10.5717 1.90904 11.2778 1.90904 12.002C1.90904 12.7587 1.99774 13.4956 2.16573 14.2037L1.30449 14.6795C0.726157 14.9991 0.528005 15.7069 0.861906 16.2603L2.72414 19.3473C3.05804 19.9008 3.79756 20.0904 4.37589 19.7709L5.24943 19.2882C6.34921 20.2572 7.66893 21.0011 9.12877 21.4434V22.3966C9.12877 23.0357 9.67014 23.5538 10.3379 23.5538H14.0624C14.7302 23.5538 15.2716 23.0357 15.2716 22.3966V21.4758C16.756 21.0434 18.0989 20.3003 19.2176 19.3255L20.0235 19.7708C20.6019 20.0904 21.3414 19.9007 21.6753 19.3472L23.5375 16.2603C23.8714 15.7068 23.6733 14.999 23.0949 14.6795L22.331 14.2574C22.5073 13.5329 22.6006 12.7779 22.6006 12.002C22.6006 11.2586 22.515 10.5344 22.3527 9.83776L23.0941 9.42808C23.6725 9.10852 23.8706 8.40077 23.5367 7.84728L21.6745 4.76034C21.3406 4.20685 20.6011 4.01721 20.0227 4.33677L19.2896 4.74185C18.1567 3.73592 16.788 2.9699 15.2716 2.52819V1.71106C15.2716 1.07194 14.7302 0.553833 14.0624 0.553833H10.3379ZM12.1698 17.5363C15.3619 17.5363 17.9496 15.0598 17.9496 12.0048C17.9496 8.94982 15.3619 6.47326 12.1698 6.47326C8.97774 6.47326 6.39003 8.94982 6.39003 12.0048C6.39003 15.0598 8.97774 17.5363 12.1698 17.5363ZM10.3429 13.3399H8.78295L8.48637 14.2046H7.54029L9.14773 10.0078H9.97221L11.5885 14.2046H10.6425L10.3429 13.3399ZM9.02317 12.6394H10.1027L9.55997 11.0685L9.02317 12.6394ZM12.8816 12.7259V14.2046H11.9919V10.0078H13.6764C14.0007 10.0078 14.2854 10.0655 14.5306 10.1808C14.7777 10.2961 14.9675 10.4603 15.1 10.6736C15.2325 10.885 15.2987 11.1262 15.2987 11.3971C15.2987 11.8084 15.1534 12.1331 14.8627 12.3714C14.5741 12.6077 14.1737 12.7259 13.6616 12.7259H12.8816ZM12.8816 12.0255H13.6764C13.9117 12.0255 14.0907 11.9717 14.2132 11.8641C14.3378 11.7565 14.4001 11.6027 14.4001 11.4029C14.4001 11.1973 14.3378 11.0311 14.2132 10.9042C14.0887 10.7774 13.9167 10.7121 13.6972 10.7082H12.8816V12.0255ZM15.969 14.2046H16.8587V10.0078H15.969V14.2046Z" } });
2166
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), archive: e$3({ render: function() {
2169
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), archive: e$4({ render: function() {
2167
2170
  var e2 = this.$createElement;
2168
2171
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M8.99856 2.98975H14.0663V6.55599H16.6753L11.4995 11.3798L6.32372 6.55599H8.99856V2.98975ZM8.47943 4.54312H4.53947L1.91832 12.2755H1.26615C0.566874 12.2755 0 12.8424 0 13.5417V20.7158C0 21.4151 0.566876 21.982 1.26615 21.982H21.7339C22.4331 21.982 23 21.4151 23 20.7158V13.5417C23 12.8424 22.4331 12.2755 21.7339 12.2755H21.0649L18.3821 4.54312H14.5607V5.38716H17.7816L20.1716 12.2755H2.80954L5.14457 5.38716H8.47943V4.54312ZM15.1789 16.378H7.82121V17.8795H15.1789V16.378Z" } });
2169
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), arrow: e$3({ render: function() {
2172
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), arrow: e$4({ render: function() {
2170
2173
  var e2 = this.$createElement;
2171
2174
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.5005 0L2.30076 9.19978L0 11.4995L2.30076 13.8002L11.5005 23L13.8002 20.7003L6.2268 13.1269H22.9995V11.5V9.8731H6.2268L13.8002 2.29967L11.5005 0Z" } });
2172
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), attach: e$3({ render: function() {
2175
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), attach: e$4({ render: function() {
2173
2176
  var e2 = this.$createElement;
2174
2177
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M18.1353 0.97151C16.3653 -0.0111109 14.0902 0.591777 13.0536 2.3181L10.7744 6.11407C10.0103 7.38659 10.1326 8.91433 10.9585 10.0232L10.0988 11.5123C8.75683 11.4605 7.42339 12.1185 6.69746 13.3276L4.41822 17.1235C3.38168 18.8498 3.97626 21.0459 5.74626 22.0285C7.51626 23.0111 9.79142 22.4082 10.828 20.6819L13.1072 16.8859C13.8713 15.6134 13.749 14.0857 12.9231 12.9768L13.7828 11.4877C15.1248 11.5395 16.4582 10.8815 17.1842 9.67246L19.4634 5.87648C20.4999 4.15016 19.9053 1.95413 18.1353 0.97151ZM15.1171 8.66728C15.2354 8.56657 15.3391 8.44577 15.4225 8.30644L17.3449 5.09331C17.7532 4.41085 17.518 3.54214 16.8195 3.15299C16.121 2.76384 15.2238 3.00161 14.8155 3.68407L12.893 6.8972C12.8 7.0527 12.7404 7.21786 12.712 7.38482C13.1909 7.09804 13.8068 7.07256 14.3244 7.37143C14.8089 7.65111 15.0903 8.14736 15.1171 8.66728ZM8.76452 14.3326C8.79131 14.8525 9.07277 15.3488 9.55722 15.6285C10.0748 15.9273 10.6907 15.9019 11.1695 15.6152C11.1411 15.7821 11.0815 15.9473 10.9885 16.1028L9.06607 19.3159C8.65776 19.9984 7.76052 20.2361 7.06203 19.847C6.36354 19.4578 6.12831 18.5891 6.53662 17.9067L8.45904 14.6935C8.54242 14.5541 8.64621 14.4333 8.76452 14.3326Z" } });
2175
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), backInTime: e$3({ render: function() {
2178
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), backInTime: e$4({ render: function() {
2176
2179
  var e2 = this.$createElement, t2 = this._self._c || e2;
2177
2180
  return t2("svg", { attrs: { width: "23", height: "23", viewBox: "0 0 23 23", xmlns: "http://www.w3.org/2000/svg" } }, [t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M16.5152 18.8912C14.7948 19.8847 12.7947 20.3156 10.8063 20.1211C8.81778 19.9266 6.94481 19.1169 5.46017 17.8099L4.20403 19.1719C5.98558 20.7403 8.23315 21.7119 10.6193 21.9453C13.0055 22.1787 15.4056 21.6616 17.47 20.4695C19.5345 19.2773 21.1554 17.4723 22.0966 15.3175C23.0379 13.1626 23.2503 10.7704 22.7029 8.48932C22.1556 6.20828 20.877 4.15755 19.0536 2.63588C17.2301 1.11421 14.957 0.201092 12.5654 0.0295368C10.1737 -0.142017 7.78844 0.436958 5.75705 1.68212C3.74822 2.91346 2.18922 4.73267 1.30143 6.87966L5.26823e-05 6.39128L1.17369 9.93593L4.47445 8.07041L3.05349 7.53716C3.79534 5.76072 5.08945 4.25563 6.75436 3.2351C8.44718 2.19746 10.4349 1.71498 12.4279 1.85795C14.421 2.00091 16.3153 2.76184 17.8348 4.0299C19.3544 5.29796 20.4198 7.0069 20.8759 8.90777C21.332 10.8086 21.155 12.8021 20.3707 14.5979C19.5863 16.3936 18.2355 17.8978 16.5152 18.8912ZM12.0098 6.24789H10.8615V11.8578H10.8614V12.9813H17.7518V11.8578H12.0098V6.24789Z" } })]);
2178
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), bcf: e$3({ render: function() {
2181
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), bcf: e$4({ render: function() {
2179
2182
  var e2 = this.$createElement;
2180
2183
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M15.5638 14.574C15.5651 14.6276 15.5665 14.6846 15.5665 14.7468C16.1967 14.6326 16.7553 14.4489 17.1707 14.0071C17.1964 13.9797 17.2227 13.9522 17.2492 13.9244C17.547 13.6121 17.8733 13.27 17.7701 12.7976C17.7252 12.5932 17.6806 12.3886 17.6359 12.1841C17.321 10.7405 17.0058 9.29526 16.5932 7.87892C16.2429 6.67372 15.7432 5.50726 15.2475 4.34989L15.2288 4.3062C14.988 3.74418 14.6627 3.19308 14.2702 2.72539C13.2993 1.56907 12.0408 0.82782 10.6002 0.374527C9.04977 -0.114015 7.49483 -0.117987 5.94735 0.323886C4.56153 0.720082 3.34682 1.42906 2.33457 2.47119C0.939797 3.90852 0.175259 5.62587 0.0255348 7.6143C-0.0615141 8.7731 0.0698054 9.91452 0.484158 11.0023C0.641925 11.4171 0.841186 11.816 1.04895 12.2319C1.14382 12.4219 1.24047 12.6153 1.33575 12.8155C1.36603 12.769 1.38858 12.7368 1.40523 12.7131C1.43016 12.6776 1.4419 12.6609 1.44667 12.6427C1.7496 11.5509 2.38182 10.6389 3.023 9.73032C3.07453 9.65753 3.12878 9.58579 3.18307 9.51399C3.32692 9.32376 3.47108 9.13312 3.56569 8.92154C3.66341 8.70179 3.73641 8.47108 3.80938 8.24044C3.88463 8.00264 3.95985 7.7649 4.06212 7.53933C5.06044 5.34436 6.79247 4.03612 9.12737 3.54608C10.1555 3.33061 11.137 3.53864 11.9303 4.31167C13.2107 5.55884 14.1369 7.03291 14.7696 8.69614C15.4551 10.4989 15.7719 12.3547 15.5685 14.2841C15.5589 14.3755 15.5612 14.4679 15.5638 14.574ZM14.2089 1.78922C15.1446 1.71773 15.9977 1.79865 16.8249 2.01959C17.9162 2.31202 18.923 2.79064 19.8228 3.49614C20.7192 4.19917 21.4484 5.03674 21.9891 6.03021C22.7158 7.36576 23.067 8.81054 22.9894 10.3228C22.9108 11.8679 22.4482 13.3077 21.5578 14.5966C20.7854 15.7157 19.8129 16.6138 18.6086 17.2424C17.764 17.6832 16.8821 18.0139 15.9007 18.0382C14.2885 18.0785 12.7152 17.8317 11.1597 17.4554C9.97487 17.1694 8.79946 16.8427 7.62654 16.51C7.5413 16.4859 7.45527 16.4624 7.36895 16.4388C6.88459 16.3064 6.39117 16.1714 5.97659 15.9177C5.65675 15.7216 5.41301 15.2793 5.29811 14.898C5.11804 14.3012 5.1449 13.6697 5.45131 13.0396C5.54177 13.0994 5.63077 13.1586 5.71889 13.2172L5.71898 13.2172C5.90314 13.3397 6.08343 13.4596 6.26509 13.5768C7.41613 14.3205 8.65919 14.8473 9.9878 15.1859C11.7949 15.6477 13.613 15.6635 15.4435 15.3632C16.6344 15.1676 17.6093 14.677 18.1803 13.5336C18.5743 12.7452 18.7076 11.9141 18.7419 11.0561C18.8265 8.92969 18.0261 7.1622 16.5418 5.66629C16.3766 5.49955 16.2784 5.25672 16.186 5.02798L16.1603 4.96475C15.6922 3.82432 15.1252 2.74545 14.2089 1.78922ZM11.9724 5.19575C10.8024 5.68777 9.76084 6.32576 8.81872 7.13056C7.40206 8.34199 6.26396 9.76542 5.4835 11.4604C5.24424 11.9807 5.0393 12.5179 4.8468 13.0576C4.37724 14.3768 4.68713 15.552 5.64716 16.5216C7.65077 18.5448 10.0543 19.1803 12.8165 18.4514C12.9692 18.4107 13.1413 18.4083 13.299 18.4291C14.3978 18.5756 15.4976 18.663 16.6039 18.5274C16.6573 18.5208 16.7106 18.5126 16.7647 18.5044L16.7648 18.5043C16.9417 18.4773 17.1276 18.4488 17.3585 18.4678C17.2774 18.5942 17.1981 18.7217 17.1187 18.8492L17.1185 18.8495C16.9422 19.1329 16.7658 19.4163 16.571 19.6867C15.7369 20.8435 14.6371 21.6945 13.3482 22.2729C11.6933 23.0147 9.95384 23.1894 8.17854 22.7947C6.54699 22.4323 5.13431 21.6558 3.98875 20.429C2.73425 19.085 1.98961 17.5027 1.7991 15.6686C1.67623 14.4865 1.69712 13.2964 2.19703 12.2126C2.5895 11.3611 3.11528 10.5558 3.67736 9.80017C4.80452 8.28539 6.13264 6.94289 7.50702 5.64954C7.91734 5.26388 8.34354 4.89555 8.76981 4.52717L8.7703 4.52674C8.89318 4.42055 9.01606 4.31436 9.13856 4.20774C9.20571 4.14866 9.29724 4.09206 9.3833 4.08313C10.4572 3.96844 11.265 4.18193 11.9724 5.19575Z" } });
2181
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), building: e$3({ render: function() {
2184
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), building: e$4({ render: function() {
2182
2185
  var e2 = this.$createElement;
2183
2186
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M15.3333 3.63158V10.8947H23V23H0V6.05263H7.66667V3.63158L11.5 0L15.3333 3.63158ZM2.55551 20.5793H5.11106V18.1582H2.55551V20.5793ZM5.11106 15.7373H2.55551V13.3162H5.11106V15.7373ZM2.55551 10.8943H5.11106V8.47325H2.55551V10.8943ZM12.7778 20.5793H10.2223V18.1582H12.7778V20.5793ZM10.2223 15.7373H12.7778V13.3162H10.2223V15.7373ZM12.7778 10.8943H10.2223V8.47325H12.7778V10.8943ZM10.2223 6.05231H12.7778V3.63126H10.2223V6.05231ZM20.4444 20.5793H17.8889V18.1582H20.4444V20.5793ZM17.8889 15.7373H20.4444V13.3162H17.8889V15.7373Z" } });
2184
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), burgerMenu: e$3({ render: function() {
2187
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), burgerMenu: e$4({ render: function() {
2185
2188
  var e2 = this.$createElement;
2186
2189
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M0 6.55556H23V4H0V6.55556ZM0 12.9446H23V10.389H0V12.9446ZM0 19.3332H23V16.7777H0V19.3332Z" } });
2187
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), calendar: e$3({ render: function() {
2190
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), calendar: e$4({ render: function() {
2188
2191
  var e2 = this.$createElement;
2189
2192
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M17.9401 2.0909H18.9856C20.1356 2.0909 21.0765 3.03181 21.0765 4.1818V20.909C21.0765 22.059 20.1356 22.9999 18.9856 22.9999H2.25838C1.10839 22.9999 0.16748 22.059 0.16748 20.909V4.1818C0.16748 3.03181 1.10839 2.0909 2.25838 2.0909H3.30383V0H5.39473V2.0909H15.8492V0H17.9401V2.0909ZM2.25838 20.909H18.9856V7.31815H2.25838V20.909ZM8.77371 8.57203H3.50813V13.8376H8.77371V8.57203Z" } });
2190
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), caliper: e$3({ render: function() {
2193
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), caliper: e$4({ render: function() {
2191
2194
  var e2 = this.$createElement;
2192
2195
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M15.4094 6.03868C15.7162\n5.46323 15.8901 4.80619 15.8901 4.10853C15.8901 1.83945 14.0507 0 11.7816\n0C9.51251 0 7.67306 1.83945 7.67306 4.10853C7.67306 4.80469 7.84621 5.46041\n8.15178 6.03497L4.91762 12.3967C4.36198 11.8537 3.87187 11.2459 3.4583\n10.5855C3.13751 10.0733 2.4887 9.83995 1.944 10.1018C1.39931 10.3636 1.16579\n11.0206 1.47611 11.5392C2.12429 12.6225 2.93847 13.5955 3.88741\n14.4232L1.00004 20.1028L1.62696 23L4.33716 21.7993L7.07177 16.4202C8.55075\n17.0507 10.1475 17.3804 11.7682 17.3822C14.028 17.3848 16.2426 16.7497 18.1576\n15.5499C19.7626 14.5444 21.1025 13.1765 22.0733 11.5622C22.3848 11.0443\n22.1527 10.3868 21.6086 10.1237C21.0645 9.86066 20.4152 10.0926 20.0933\n10.6041C19.6815 11.2583 19.1944 11.8607 18.643 12.3992L15.4094\n6.03868ZM12.3008 8.18457C12.1307 8.20601 11.9574 8.21706 11.7816\n8.21706C11.6045 8.21706 11.43 8.20585 11.2588 8.18411L8.06635 14.4638C9.23735\n14.9423 10.4949 15.1922 11.7706 15.1936C13.0526 15.1951 14.3167 14.9456\n15.4936 14.4651L12.3008 8.18457ZM11.7816 5.92554C10.7781 5.92554 9.96458\n5.11204 9.96458 4.10853C9.96458 3.10502 10.7781 2.29152 11.7816\n2.29152C12.7851 2.29152 13.5986 3.10502 13.5986 4.10853C13.5986 5.11204\n12.7851 5.92554 11.7816 5.92554ZM19.2221 21.7991L17.2609 17.9415C18.0623\n17.6222 18.8367 17.2302 19.574 16.7683C19.9026 16.5625 20.2218 16.344 20.5312\n16.1135L22.5592 20.1026L21.9323 22.9998L19.2221 21.7991Z" } });
2193
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), camera: e$3({ render: function() {
2196
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), camera: e$4({ render: function() {
2194
2197
  var e2 = this.$createElement;
2195
2198
  return (this._self._c || e2)("path", { attrs: { d: "M3.91781 5.21572V2.51572H5.71781V5.21572H8.41781V7.01572H5.71781V9.71572H3.91781V7.01572H1.31781V5.21572H3.91781ZM6.61781 10.6157V7.91572H9.31781V5.21572H15.5178L17.1178 7.01572H20.0178C21.0178 7.01572 21.8178 7.81572 21.8178 8.81572V19.5157C21.8178 20.5157 21.0178 21.3157 20.0178 21.3157H5.71781C4.71781 21.3157 3.91781 20.5157 3.91781 19.5157V10.6157H6.61781ZM12.8178 18.6157C15.3178 18.6157 17.3178 16.6157 17.3178 14.1157C17.3178 11.6157 15.3178 9.61572 12.8178 9.61572C10.3178 9.61572 8.31781 11.6157 8.31781 14.1157C8.31781 16.6157 10.4178 18.6157 12.8178 18.6157ZM10.0178 14.1157C10.0178 15.7157 11.3178 17.0157 12.9178 17.0157C14.5178 17.0157 15.8178 15.7157 15.8178 14.1157C15.8178 12.5157 14.5178 11.2157 12.9178 11.2157C11.3178 11.2157 10.0178 12.6157 10.0178 14.1157Z" } });
2196
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), cancelCamera: e$3({ render: function() {
2199
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), cancelCamera: e$4({ render: function() {
2197
2200
  var e2 = this.$createElement, t2 = this._self._c || e2;
2198
2201
  return t2("g", [t2("path", { attrs: { d: "M1.30957 3.00321L3.1304 4.82404C2.8429 5.20738 2.65124 5.68654 2.65124 6.16571V8.08238V17.6657C2.65124 18.7199 3.51374 19.5824 4.5679 19.5824H17.8887L20.0929 21.7865L21.0512 20.8282L2.2679 2.04488L1.30957 3.00321ZM12.2346 16.7074C9.55124 16.7074 7.4429 14.599 7.4429 11.9157C7.4429 11.149 7.63457 10.3824 8.0179 9.71154L9.35957 11.0532C9.26374 11.3407 9.26374 11.6282 9.26374 11.9157C9.26374 13.6407 10.6054 14.9824 12.3304 14.9824C12.6179 14.9824 12.9054 14.8865 13.1929 14.8865L14.5346 16.2282C13.7679 16.5157 13.0012 16.7074 12.2346 16.7074Z" } }), this._v(" "), t2("path", { attrs: { d: "M19.9012 4.24905H16.8346L15.1096 2.33238H13.9596H9.93457H9.35957L7.63457 4.24905H6.29291L9.83874 7.79488C10.5096 7.41155 11.3721 7.12405 12.2346 7.12405C14.9179 7.12405 17.0262 9.23238 17.0262 11.9157C17.0262 12.7782 16.7387 13.6407 16.3554 14.3115L21.1471 19.1032C21.5304 18.7199 21.8179 18.2407 21.8179 17.6657V8.08238V6.16572C21.8179 5.11155 20.9554 4.24905 19.9012 4.24905Z" } }), this._v(" "), t2("path", { attrs: { d: "M12.2346 8.84904C11.8513 8.84904 11.4679 8.94488 11.0846 9.04071L15.1096 13.0657C15.2054 12.6824 15.3013 12.299 15.3013 11.9157C15.3013 10.1907 13.9596 8.84904 12.2346 8.84904Z" } })]);
2199
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), check: e$3({ render: function() {
2202
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), check: e$4({ render: function() {
2200
2203
  var e2 = this.$createElement;
2201
2204
  return (this._self._c || e2)("path", { attrs: { d: "M13.7426 8.83955H0.599731V10.9824H13.7426V8.83955ZM13.7426 4.55383H0.599731V6.69669H13.7426V4.55383ZM0.599731 15.2681H9.36164V13.1253H0.599731V15.2681ZM21.9569 10.4467L23.5997 12.0538L15.944 19.5538L11.0045 14.7324L12.6474 13.1253L15.944 16.3395L21.9569 10.4467Z" } });
2202
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), chevron: e$3({ render: function() {
2205
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), chevron: e$4({ render: function() {
2203
2206
  var e2 = this.$createElement;
2204
2207
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M6.0522 2.19676C5.9826 2.27217 5.9826 2.39544 6.0522 2.47105L14.4046 11.5192L6.08804 20.529C6.01825 20.6044 6.01825 20.7279 6.08804 20.8033L8.06344 22.9433C8.13304 23.0189 8.24702 23.0189 8.31662 22.9433L18.7257 11.667C18.7942 11.5928 18.795 11.4724 18.729 11.3968C18.7202 11.3736 18.7071 11.3518 18.6899 11.3331L8.28077 0.0565512C8.21117 -0.0188504 8.09719 -0.0188504 8.02759 0.0565512L6.0522 2.19676Z" } });
2205
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), classificationCategorie: e$3({ render: function() {
2208
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), classificationCategorie: e$4({ render: function() {
2206
2209
  var e2 = this.$createElement, t2 = this._self._c || e2;
2207
2210
  return t2("g", [t2("path", { attrs: { d: "M22.4015 1.01572H9.1015V4.91572H22.4015V1.01572Z" } }), this._v(" "), t2("path", { attrs: { d: "M19.5015 6.81572H9.1015V10.7157H19.5015V6.81572Z" } }), this._v(" "), t2("path", { attrs: { d: "M16.5015 12.6157H9.1015V16.5157H16.5015V12.6157Z" } }), this._v(" "), t2("path", { attrs: { d: "M7.30149 1.01572H3.40149V18.4157H0.901489L3.10149 20.7157L5.30149 23.0157L7.50149 20.7157L9.70149 18.4157H7.30149V1.01572Z" } })]);
2208
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), classificationElement: e$3({ render: function() {
2211
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), classificationElement: e$4({ render: function() {
2209
2212
  var e2 = this.$createElement, t2 = this._self._c || e2;
2210
2213
  return t2("g", [t2("path", { attrs: { d: "M18.0475 5.01572H5.34753V7.61572H18.0475V5.01572Z" } }), this._v(" "), t2("path", { attrs: { d: "M18.0475 10.2157H5.34753V12.8157H18.0475V10.2157Z" } }), this._v(" "), t2("path", { attrs: { d: "M18.0475 15.3157H5.34753V17.9157H18.0475V15.3157Z" } }), this._v(" "), t2("path", { attrs: { d: "M9.14756 0.515717H3.34756H0.747559V3.11572V8.81572H3.34756V3.11572H9.14756V0.515717Z" } }), this._v(" "), t2("path", { attrs: { d: "M20.1475 14.2157V19.9157H14.3475V22.5157H20.1475H22.7475V19.9157V14.2157H20.1475Z" } })]);
2211
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), click: e$3({ render: function() {
2214
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), click: e$4({ render: function() {
2212
2215
  var e2 = this.$createElement;
2213
2216
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M9.94492 4.49546C10.154 4.49546 10.2586 4.28637 10.2586 4.18182V0.313636C10.2586 0.104545 10.0495 0 9.94492 0C9.84037 0 9.52674 0.104545 9.52674 0.313636V4.07727C9.52674 4.39091 9.73583 4.49546 9.94492 4.49546ZM21.4449 17.3545L15.4858 12.5454L9.52674 7.63181L9.63128 15.2636V23L14.1267 17.1455L21.4449 17.3545ZM15.5904 2.3C15.6949 2.40455 15.6949 2.71818 15.5904 2.82273L12.8722 5.54091C12.7676 5.64546 12.454 5.64546 12.3495 5.54091C12.2449 5.43637 12.2449 5.12273 12.3495 5.01818L15.0676 2.3C15.1722 2.19546 15.4858 2.19546 15.5904 2.3ZM7.0177 10.35L4.29951 13.0682C4.19497 13.1727 4.19497 13.4864 4.29951 13.5909C4.40406 13.6955 4.71769 13.6955 4.82224 13.5909L7.54042 10.8727C7.64497 10.7682 7.64497 10.4546 7.54042 10.35C7.33133 10.2455 7.12224 10.2455 7.0177 10.35ZM13.7085 8.2591C13.604 8.2591 13.3949 8.15456 13.3949 7.94546C13.3949 7.73637 13.4994 7.52728 13.7085 7.63183H17.4721C17.5767 7.63183 17.7858 7.73637 17.7858 7.94546C17.7858 8.05001 17.6812 8.2591 17.4721 8.2591H13.7085ZM6.49497 7.94546C6.49497 7.73637 6.28588 7.63183 6.18133 7.63183H2.31315C2.10406 7.52728 1.99951 7.73637 1.99951 7.94546C1.99951 8.15456 2.2086 8.2591 2.31315 8.2591H6.07679C6.28588 8.2591 6.49497 8.15456 6.49497 7.94546ZM4.29951 2.3C4.40406 2.19546 4.71769 2.19546 4.82224 2.3L7.54042 5.01818C7.64497 5.12273 7.64497 5.43637 7.54042 5.54091C7.33133 5.64546 7.12224 5.64546 7.0177 5.54091L4.29951 2.82273C4.19497 2.71818 4.19497 2.50909 4.29951 2.3Z" } });
2214
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), close: e$3({ render: function() {
2217
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), close: e$4({ render: function() {
2215
2218
  var e2 = this.$createElement;
2216
2219
  return (this._self._c || e2)("path", { attrs: { d: "M23 2.31643L20.6836 0L11.5 9.18357L2.31643 0L0 2.31643L9.18357 11.5L0 20.6836L2.31643 23L11.5 13.8164L20.6836 23L23 20.6836L13.8164 11.5L23 2.31643Z" } });
2217
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), cloud: e$3({ render: function() {
2220
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), cloud: e$4({ render: function() {
2218
2221
  var e2 = this.$createElement;
2219
2222
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M22.9995 13.7162C22.9995 10.6768 20.5357 8.21286 17.4963 8.21286C17.095 8.21286 16.7041 8.25698 16.3273 8.33851C15.6281 5.83623 13.333 4 10.6077 4C7.32729 4 4.66778 6.65933 4.66778 9.93979C4.66778 10.2037 4.68688 10.463 4.72022 10.7178H4.25039C1.91241 10.7178 -0.000488281 12.6307 -0.000488281 14.9687C-0.000488281 17.3067 1.91241 19.2195 4.25039 19.2195H8.87188H13.9108H18.7488C21.0866 19.2195 22.9995 17.3067 22.9995 14.9687C22.9995 14.7743 22.9817 14.5844 22.9562 14.3968C22.9837 14.1736 22.9995 13.9468 22.9995 13.7162Z" } });
2220
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), color: e$3({ render: function() {
2223
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), color: e$4({ render: function() {
2221
2224
  var e2 = this.$createElement;
2222
2225
  return (this._self._c || e2)("path", { attrs: { d: "M11.405 0.00179965C5.89928 0.116844 1.7993 3.45312 0.393597 8.51505C-1.01211 13.577 1.7993 17.6035 1.7993 17.6035C1.7993 17.6035 4.025 21.4 8.35926 22.5504C10.9364 23.2407 13.5135 23.3557 16.2078 21.2849C16.2078 21.2849 16.6763 20.9398 16.5592 20.5947C16.4421 20.2495 15.6221 20.3646 15.6221 20.3646H14.2164C13.1621 20.3646 12.2249 19.4442 12.2249 18.4088C12.2249 17.3734 13.1621 16.4531 14.2164 16.4531H18.3163C18.6678 16.4531 20.3078 16.4531 21.1277 15.1876C21.2449 14.9575 21.4792 14.6124 21.5963 14.3823C26.6334 5.29382 16.9106 -0.113244 11.405 0.00179965ZM4.49357 11.5062C3.43929 11.5062 2.50215 10.5858 2.50215 9.55044C2.50215 8.51505 3.43929 7.5947 4.49357 7.5947C5.54785 7.5947 6.48499 8.51505 6.48499 9.55044C6.48499 10.5858 5.54785 11.5062 4.49357 11.5062ZM8.35926 6.44426C7.30498 6.44426 6.36784 5.52391 6.36784 4.48851C6.36784 3.45312 7.30498 2.53276 8.35926 2.53276C9.41354 2.53276 10.3507 3.45312 10.3507 4.48851C10.3507 5.52391 9.53068 6.44426 8.35926 6.44426ZM14.8021 6.32921C13.7478 6.32921 12.8107 5.40886 12.8107 4.37347C12.8107 3.33807 13.7478 2.41772 14.8021 2.41772C15.8564 2.41772 16.7935 3.33807 16.7935 4.37347C16.7935 5.40886 15.8564 6.32921 14.8021 6.32921ZM18.7849 11.5062C17.7306 11.5062 16.7935 10.5858 16.7935 9.55044C16.7935 8.51505 17.7306 7.5947 18.7849 7.5947C19.8392 7.5947 20.7763 8.51505 20.7763 9.55044C20.6592 10.5858 19.8392 11.5062 18.7849 11.5062Z" } });
2223
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), comment: e$3({ render: function() {
2226
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), comment: e$4({ render: function() {
2224
2227
  var e2 = this.$createElement;
2225
2228
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M2 0C0.895431 0 0 0.895431 0 2V14C0 15.1046 0.895431 16 2 16H6.01207L6.01207 22.4845C6.01207 22.9512 6.59476 23.1635 6.89492 22.8061L12.612 16H21C22.1046 16 23 15.1046 23 14V2C23 0.895431 22.1046 0 21 0H2ZM3.6767 5.08725C3.6767 4.53497 4.12442 4.08725 4.6767 4.08725H18.0124C18.5647 4.08725 19.0124 4.53497 19.0124 5.08725V5.6432C19.0124 6.19548 18.5647 6.6432 18.0124 6.6432H4.6767C4.12442 6.6432 3.6767 6.19548 3.6767 5.6432V5.08725ZM4.6767 9.19914C4.12442 9.19914 3.6767 9.64685 3.6767 10.1991V10.7551C3.6767 11.3074 4.12442 11.7551 4.6767 11.7551H14.1785C14.7307 11.7551 15.1785 11.3074 15.1785 10.7551V10.1991C15.1785 9.64685 14.7307 9.19914 14.1785 9.19914H4.6767Z" } });
2226
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), cursor: e$3({ render: function() {
2229
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), cursor: e$4({ render: function() {
2227
2230
  var e2 = this.$createElement;
2228
2231
  return (this._self._c || e2)("path", { attrs: { d: "M23 0L0 9.62167V10.8739L8.74 14.26L12.1133 23H13.3656L23 0Z" } });
2229
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), dateAscending: e$3({ render: function() {
2232
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), dateAscending: e$4({ render: function() {
2230
2233
  var e2 = this.$createElement, t2 = this._self._c || e2;
2231
2234
  return t2("g", [t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M17.9932 20.4443L17.9932 1.39685L19.9351 1.39685L19.9351 20.4443L17.9932 20.4443Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M21.3563 17.3742C21.3372 17.3539 21.306 17.3539 21.2868 17.3742L18.9951 19.8103L16.713 17.3847C16.6939 17.3643 16.6627 17.3643 16.6436 17.3847L16.1015 17.9608C16.0824 17.9811 16.0824 18.0144 16.1015 18.0347L18.9577 21.0707C18.9764 21.0906 19.0069 21.0909 19.0261 21.0716C19.032 21.0691 19.0375 21.0653 19.0422 21.0602L21.8984 18.0242C21.9175 18.0039 21.9175 17.9707 21.8984 17.9504L21.3563 17.3742Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M10.7945 7.18197H11.3399C11.9399 7.18197 12.4308 7.67288 12.4308 8.27288V17.0002C12.4308 17.6002 11.9399 18.0911 11.3399 18.0911H2.61264C2.01264 18.0911 1.52173 17.6002 1.52173 17.0002V8.27288C1.52173 7.67288 2.01264 7.18197 2.61264 7.18197H3.15809V6.09106H4.249V7.18197H9.70355V6.09106H10.7945V7.18197ZM2.61264 17.0002H11.3399V9.90925H2.61264V17.0002ZM6.01196 10.5634H3.26468V13.3107H6.01196V10.5634Z" } })]);
2232
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), dateDescending: e$3({ render: function() {
2235
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), dateDescending: e$4({ render: function() {
2233
2236
  var e2 = this.$createElement, t2 = this._self._c || e2;
2234
2237
  return t2("g", [t2("path", { attrs: { d: "M11.3399 7.18185H10.7945V6.09094H9.70355V7.18185H4.249V6.09094H3.15809V7.18185H2.61264C2.01264 7.18185 1.52173 7.67276 1.52173 8.27276V17C1.52173 17.6 2.01264 18.0909 2.61264 18.0909H11.3399C11.9399 18.0909 12.4308 17.6 12.4308 17V8.27276C12.4308 7.67276 11.9399 7.18185 11.3399 7.18185ZM11.3399 17H2.61264V9.90912H11.3399V17Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M20.0067 2.56714V21.6146H18.0648V2.56714H20.0067Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M16.6436 5.63724C16.6627 5.65754 16.6939 5.65754 16.713 5.63724L19.0048 3.20114L21.2868 5.62679C21.3059 5.64714 21.3372 5.64714 21.3563 5.62679L21.8983 5.05063C21.9175 5.03033 21.9175 4.99709 21.8983 4.97679L19.0422 1.94079C19.0234 1.92083 18.9929 1.92061 18.9738 1.93985C18.9679 1.9424 18.9624 1.94622 18.9577 1.95125L16.1015 4.98724C16.0824 5.00754 16.0824 5.04078 16.1015 5.06108L16.6436 5.63724Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M10.7945 7.18185H11.3399C11.9399 7.18185 12.4308 7.67276 12.4308 8.27276V17C12.4308 17.6 11.9399 18.0909 11.3399 18.0909H2.61264C2.01264 18.0909 1.52173 17.6 1.52173 17V8.27276C1.52173 7.67276 2.01264 7.18185 2.61264 7.18185H3.15809V6.09094H4.249V7.18185H9.70355V6.09094H10.7945V7.18185ZM2.61264 17H11.3399V9.90912H2.61264V17ZM10.6696 13.5819H7.91956V16.3319H10.6696V13.5819Z" } })]);
2235
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), default: e$3({ render: function() {
2238
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), default: e$4({ render: function() {
2236
2239
  var e2 = this.$createElement;
2237
2240
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M1.4375 19.8906V4.4375H21.5625V19.8906H1.4375ZM0 4.07812C0 3.48269 0.482693 3 1.07812 3H21.9219C22.5173 3 23 3.48269 23 4.07812V20.25C23 20.8454 22.5173 21.3281 21.9219 21.3281H1.07812C0.482693 21.3281 0 20.8454 0 20.25V4.07812ZM7.54688 8.21094C7.54688 9.50104 6.50104 10.5469 5.21094 10.5469C3.92084 10.5469 2.875 9.50104 2.875 8.21094C2.875 6.92084 3.92084 5.875 5.21094 5.875C6.50104 5.875 7.54688 6.92084 7.54688 8.21094ZM2.875 16.1172V18.4531H20.125V12.8828L15.0938 7.85156L8.80469 14.1406L6.82812 12.1641L2.875 16.1172Z" } });
2238
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), delete: e$3({ render: function() {
2241
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), delete: e$4({ render: function() {
2239
2242
  var e2 = this.$createElement;
2240
2243
  return (this._self._c || e2)("path", { attrs: { d: "M4.1508 20.7945C4.1508 22.1993 5.33296 23.3486 6.77783 23.3486H17.286C18.7308 23.3486 19.913 22.1993 19.913 20.7945V5.47018H4.1508V20.7945ZM7.38204 11.7021L9.2341 9.90147L12.0319 12.6088L14.8165 9.90147L16.6686 11.7021L13.8839 14.4094L16.6686 17.1167L14.8165 18.9173L12.0319 16.21L9.24724 18.9173L7.39518 17.1167L10.1798 14.4094L7.38204 11.7021ZM16.6292 1.63909L15.3157 0.362061H8.7481L7.43459 1.63909H2.83728V4.19315H21.2265V1.63909H16.6292Z" } });
2241
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), deniedFile: e$3({ render: function() {
2244
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), deniedFile: e$4({ render: function() {
2242
2245
  var e2 = this.$createElement, t2 = this._self._c || e2;
2243
2246
  return t2("g", [t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M0 18.6042V0.395833C0 0.178125 0.178125 0 0.395833 0H9.5V5.14583C9.5 5.36354 9.67813 5.54167 9.89583 5.54167H14.25V18.6042C14.25 18.8219 14.0719 19 13.8542 19H0.395833C0.178125 19 0 18.8219 0 18.6042ZM14.1508 4.55257C14.1904 4.61194 14.2101 4.67132 14.2299 4.75048H10.2914V0.237984L14.1508 4.55257Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11 15V17H11.0033L11 17.0033L12.3333 18.3333L11 19.6667L11.0033 19.67H11V21.6667H15V19.67H14.9967L15 19.6667L13.6667 18.3333L15 17.0033L14.9967 17H15V15H11ZM14.3333 19.8333V21H11.6667V19.8333L13 18.5L14.3333 19.8333ZM11.6667 16.8333V15.6667H14.3333V16.8333L13 18.1667L11.6667 16.8333ZM13.0002 19.6667L12.0002 20.6667H14.0002L13.0002 19.6667ZM13.9999 16.8333L12.9999 17.8333L11.9999 16.8333L13.9999 16.8333Z" } }), this._v(" "), t2("path", { attrs: { d: "M10.7275 13.0429C11.4757 11.6116 13.5243 11.6116 14.2725 13.0429L18.4702 21.0735C19.1663 22.4051 18.2003 24 16.6978 24H8.30222C6.79967 24 5.8337 22.4051 6.52977 21.0735L10.7275 13.0429Z", fill: "#FF3D1E" } }), this._v(" "), t2("path", { attrs: { d: "M13.2031 16L13.0581 20.4429H12.0034L11.854 16H13.2031ZM11.8188 21.8184C11.8188 21.6309 11.8833 21.4756 12.0122 21.3525C12.144 21.2266 12.3169 21.1636 12.5308 21.1636C12.7476 21.1636 12.9204 21.2266 13.0493 21.3525C13.1782 21.4756 13.2427 21.6309 13.2427 21.8184C13.2427 22 13.1782 22.1538 13.0493 22.2798C12.9204 22.4058 12.7476 22.4688 12.5308 22.4688C12.3169 22.4688 12.144 22.4058 12.0122 22.2798C11.8833 22.1538 11.8188 22 11.8188 21.8184Z", fill: "white" } })]);
2244
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), deploy: e$3({ render: function() {
2247
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), deploy: e$4({ render: function() {
2245
2248
  var e2 = this.$createElement;
2246
2249
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M21.7691 6.1512C21.6937 6.0816 21.5704 6.0816 21.4948 6.1512L12.4466 14.5036L3.43681 6.18704C3.36141 6.11725 3.23794 6.11725 3.16253 6.18704L1.02253 8.16243C0.946918 8.23204 0.946918 8.34601 1.02253 8.41562L12.2989 18.8247C12.373 18.8932 12.4934 18.894 12.569 18.828C12.5923 18.8192 12.614 18.8061 12.6327 18.7889L23.9093 8.37977C23.9847 8.31017 23.9847 8.19619 23.9093 8.12659L21.7691 6.1512Z" } });
2247
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), detach: e$3({ render: function() {
2250
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), detach: e$4({ render: function() {
2248
2251
  var e2 = this.$createElement;
2249
2252
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M12.0537 2.3513C13.0902 0.62498 15.3654 0.0220922 17.1354 1.00471C18.9054 1.98733 19.5 4.18337 18.4634 5.90969L16.1842 9.70566C15.4582 10.9147 14.1248 11.5727 12.7828 11.5209L12.4773 12.0501L9.7249 10.461L9.95854 10.0563C9.13259 8.94749 9.01038 7.41978 9.77444 6.14727L12.0537 2.3513ZM14.1171 8.70055C14.0903 8.18061 13.8088 7.68435 13.3244 7.40465C12.8068 7.1058 12.1909 7.13127 11.7121 7.418C11.7404 7.25105 11.8 7.08589 11.8931 6.93041L13.8155 3.71728C14.2238 3.03482 15.121 2.79704 15.8195 3.1862C16.518 3.57535 16.7532 4.44406 16.3449 5.12652L14.4225 8.33965C14.3391 8.47901 14.2354 8.59983 14.1171 8.70055ZM5.6974 13.3607C6.42334 12.1517 7.7568 11.4937 9.09878 11.5455L9.3791 11.0599L12.1315 12.649L11.923 13.01C12.749 14.1189 12.8712 15.6466 12.1071 16.9191L9.8279 20.7151C8.79136 22.4414 6.5162 23.0443 4.7462 22.0617C2.9762 21.0791 2.38162 18.883 3.41816 17.1567L5.6974 13.3607ZM7.45903 14.7267C7.54241 14.5874 7.64618 14.4665 7.76448 14.3658C7.79126 14.8858 8.07272 15.382 8.55717 15.6617C9.07479 15.9606 9.69066 15.9351 10.1695 15.6484C10.1411 15.8153 10.0815 15.9805 9.98848 16.136L8.06607 19.3491C7.65775 20.0316 6.76051 20.2693 6.06202 19.8802C5.36354 19.491 5.1283 18.6223 5.53662 17.9398L7.45903 14.7267ZM17.7429 16.2934L18.5331 14.9246L14.7161 13.6334L17.7429 16.2934ZM15.9264 17.7095L14.3998 18.1185L14.1404 14.0974L15.9264 17.7095ZM18.5467 12.5879L18.1376 11.0613L14.5255 12.8473L18.5467 12.5879ZM3.85241 8.07499L4.70693 6.7454L7.60365 9.54648L3.85241 8.07499ZM8.13313 5.08147L6.58873 5.4174L8.20076 9.11043L8.13313 5.08147ZM4.0636 11.9528L3.72767 10.4084L7.75663 10.3408L4.0636 11.9528Z" } });
2250
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), distance: e$3({ render: function() {
2253
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), distance: e$4({ render: function() {
2251
2254
  var e2 = this.$createElement, t2 = this._self._c || e2;
2252
2255
  return t2("g", [t2("rect", { attrs: { y: "6.24689", width: "23", height: "17.7429" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M3.28571 0.989746L0 2.96117L3.28571 4.9326L3.28571 0.989746ZM20.3714 4.9326L23 2.96117L20.3714 0.989746V4.9326Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M20.3715\n 3.6183H2.6286V2.30402H20.3715V3.6183Z" } })]);
2253
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), doubleChevron: e$3({ render: function() {
2256
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), doubleChevron: e$4({ render: function() {
2254
2257
  var e2 = this.$createElement;
2255
2258
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M1.05119 2.47105C0.982285 2.39544 0.982285 2.27217 1.05119 2.19676L3.00683 0.0565512C3.07573 -0.0188504 3.18857 -0.0188504 3.25748 0.0565512L13.5625 11.3331C13.5796 11.3518 13.5925 11.3736 13.6012 11.3968C13.6665 11.4724 13.6658 11.5928 13.598 11.667L3.29296 22.9433C3.22406 23.0189 3.11122 23.0189 3.04231 22.9433L1.08668 20.8033C1.01758 20.7279 1.01758 20.6044 1.08668 20.529L9.32003 11.5192L1.05119 2.47105ZM10.2512 2.47105C10.1823 2.39544 10.1823 2.27217 10.2512 2.19676L12.2068 0.0565512C12.2757 -0.0188504 12.3886 -0.0188504 12.4575 0.0565512L22.7625 11.3331C22.7796 11.3518 22.7925 11.3736 22.8012 11.3968C22.8665 11.4724 22.8658 11.5928 22.798 11.667L12.493 22.9433C12.4241 23.0189 12.3112 23.0189 12.2423 22.9433L10.2867 20.8033C10.2176 20.7279 10.2176 20.6044 10.2867 20.529L18.52 11.5192L10.2512 2.47105Z" } });
2256
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), down: e$3({ render: function() {
2259
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), down: e$4({ render: function() {
2257
2260
  var e2 = this.$createElement;
2258
2261
  return (this._self._c || e2)("path", { attrs: { d: "M11.8209 21.5107L0.320924 0.0440684L23.3209 0.0440705L11.8209 21.5107Z" } });
2259
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), download: e$3({ render: function() {
2262
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), download: e$4({ render: function() {
2260
2263
  var e2 = this.$createElement;
2261
2264
  return (this._self._c || e2)("path", { attrs: { d: "M18.5438 9.77808C17.8921 6.47183 14.9883 3.98975 11.5 3.98975C8.73042 3.98975 6.325 5.56141 5.12708 7.86141C2.2425 8.16808 0 10.6118 0 13.5731C0 16.7452 2.57792 19.3231 5.75 19.3231H18.2083C20.8533 19.3231 23 17.1764 23 14.5314C23 12.0014 21.0354 9.95058 18.5438 9.77808ZM16.2917 12.6147L11.5 17.4064L6.70833 12.6147H9.58333V8.78141H13.4167V12.6147H16.2917Z" } });
2262
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), drag: e$3({ render: function() {
2265
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), drag: e$4({ render: function() {
2263
2266
  var e2 = this, t2 = e2.$createElement, i2 = e2._self._c || t2;
2264
2267
  return i2("g", [i2("rect", { attrs: { x: "7.0011", y: "8.99884", width: "2.24971", height: "2.24971" } }), e2._v(" "), i2("rect", { attrs: { x: "7.0011", y: "12.3734", width: "2.24971", height: "2.24971" } }), e2._v(" "), i2("rect", { attrs: { x: "10.3756", y: "8.99884", width: "2.24971", height: "2.24971" } }), e2._v(" "), i2("rect", { attrs: { x: "10.3756", y: "12.3734", width: "2.24971", height: "2.24971" } }), e2._v(" "), i2("rect", { attrs: { x: "13.7502", y: "8.99884", width: "2.24971", height: "2.24971" } }), e2._v(" "), i2("rect", { attrs: { x: "13.7502", y: "12.3734", width: "2.24971", height: "2.24971" } }), e2._v(" "), i2("rect", { attrs: { x: "11.5002", width: "1.27286", height: "6.36432", transform: "rotate(45 11.5002 0)" } }), e2._v(" "), i2("rect", { attrs: { x: "15.9996", y: "4.50104", width: "1.27287", height: "6.36432", transform: "rotate(135 15.9996 4.50104)" } }), e2._v(" "), i2("rect", { attrs: { width: "1.22648", height: "6.13242", transform: "matrix(-0.733847 -0.679315 0.733847 -0.679315 11.4996 22.9999)" } }), e2._v(" "), i2("rect", { attrs: { width: "1.22648", height: "6.13242", transform: "matrix(0.733847 -0.679315 0.733847 0.679315 7 18.8331)" } })]);
2265
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), edit: e$3({ render: function() {
2268
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), edit: e$4({ render: function() {
2266
2269
  var e2 = this.$createElement;
2267
2270
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M22.6263 3.36328C23.1245 3.86155 23.1245 4.66643 22.6263 5.1647L20.2883 7.50271L15.4973 2.71171L17.8353 0.373698C18.3335 -0.124566 19.1384 -0.124566 19.6367 0.373698L22.6263 3.36328ZM0 23.0001V18.2091L14.1303 4.07886L18.9213 8.86987L4.791 23.0001H0Z" } });
2268
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), ellipsis: e$3({ render: function() {
2271
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), ellipsis: e$4({ render: function() {
2269
2272
  var e2 = this.$createElement, t2 = this._self._c || e2;
2270
2273
  return t2("g", [t2("path", { attrs: { d: "M11.5 8.69377C12.3284 8.69377 13 8.01961 13 7.18798C13 6.35636 12.3284 5.68219 11.5 5.68219C10.6716 5.68219 10 6.35636 10 7.18798C10 8.01961 10.6716 8.69377 11.5 8.69377Z" } }), this._v(" "), t2("path", { attrs: { d: "M11.5 13.0058C12.3284 13.0058 13 12.3316 13 11.5C13 10.6684 12.3284 9.9942 11.5 9.9942C10.6716 9.9942 10 10.6684 10 11.5C10 12.3316 10.6716 13.0058 11.5 13.0058Z" } }), this._v(" "), t2("path", { attrs: { d: "M11.5 17.3179C12.3284 17.3179 13 16.6437 13 15.8121C13 14.9804 12.3284 14.3063 11.5 14.3063C10.6716 14.3063 10 14.9804 10 15.8121C10 16.6437 10.6716 17.3179 11.5 17.3179Z" } })]);
2271
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), expanded: e$3({ render: function() {
2274
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), expanded: e$4({ render: function() {
2272
2275
  var e2 = this.$createElement, t2 = this._self._c || e2;
2273
2276
  return t2("g", [t2("path", { attrs: { d: "M12.3356 0.500488H0.447998V12.256L12.3356 0.500488Z" } }), this._v(" "), t2("rect", { attrs: { width: "3.30881", height: "8.73784", transform: "matrix(0.711046 -0.703145 0.711046 0.703145 3.54883 5.89368)" } }), this._v(" "), t2("path", { attrs: { d: "M11.5604 23.5005L23.448 23.5005L23.448 11.7449L11.5604 23.5005Z" } }), this._v(" "), t2("rect", { attrs: { width: "3.30881", height: "8.73784", transform: "matrix(-0.711046 0.703145 -0.711046 -0.703146 20.3464 18.1073)" } })]);
2274
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), explosion: e$3({ render: function() {
2277
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), explosion: e$4({ render: function() {
2275
2278
  var e2 = this.$createElement;
2276
2279
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.6172 3.34817C11.549 3.12969 11.3438 2.98329 11.115 2.98997C10.8862 2.99664 10.6898 3.15475 10.6345 3.37683L8.79044 10.7763L2.90624 6.97704C2.72176 6.85793 2.48179 6.87012 2.31033 7.00731C2.13888 7.14451 2.07435 7.37596 2.1501 7.58207L5.26103 16.0467L0.350471 17.6681C0.148987 17.7346 0.0096536 17.9188 0.000480396 18.1308C-0.00869285 18.3428 0.114207 18.5384 0.309191 18.6221L6.25703 21.1748C6.51614 21.286 6.81634 21.1661 6.92754 20.907C7.03875 20.6479 6.91885 20.3477 6.65974 20.2365L1.9502 18.2152L6.08239 16.8508C6.21376 16.8074 6.32191 16.7126 6.38206 16.588C6.44222 16.4634 6.44924 16.3197 6.40152 16.1899L3.63531 8.66321L8.83628 12.0213C8.9747 12.1107 9.14775 12.1278 9.30098 12.0672C9.4542 12.0066 9.56876 11.8757 9.6086 11.7159L11.185 5.39037L13.3994 12.4848C13.4458 12.6332 13.5572 12.7525 13.7022 12.8087C13.8471 12.8649 14.0098 12.852 14.1441 12.7736L20.828 8.87298L17.5593 15.8953C17.5019 16.0186 17.4961 16.1597 17.5432 16.2873C17.5902 16.4149 17.6862 16.5185 17.8099 16.575L21.3166 18.1781L17.2541 20.2508C17.0029 20.379 16.9032 20.6865 17.0314 20.9376C17.1595 21.1888 17.467 21.2885 17.7182 21.1604L22.7215 18.6077C22.8959 18.5187 23.0041 18.3377 22.9999 18.1419C22.9957 17.9461 22.8798 17.77 22.7017 17.6886L18.702 15.8601L22.4418 7.82561C22.536 7.62326 22.4878 7.38318 22.3228 7.23283C22.1579 7.08248 21.9144 7.05672 21.7216 7.16922L14.1831 11.5686L11.6172 3.34817ZM11.8626 11.9433C11.8215 11.7198 11.6232 11.5599 11.3961 11.5671C11.169 11.5743 10.9812 11.7465 10.9544 11.9721L10.4943 15.8413L8.33957 14C8.17477 13.8592 7.93398 13.8527 7.76183 13.9844C7.58968 14.1162 7.53301 14.3503 7.62586 14.5462L9.2083 17.8845L6.87485 18.1039C6.67435 18.1227 6.50948 18.2699 6.46815 18.4671C6.42683 18.6642 6.51867 18.8652 6.69472 18.963L8.76033 20.1106L7.67407 21.5523C7.52137 21.755 7.56188 22.0431 7.76456 22.1958C7.96724 22.3485 8.25534 22.308 8.40805 22.1053L9.81204 20.2418C9.89204 20.1357 9.92213 20 9.89454 19.87C9.86696 19.74 9.78441 19.6282 9.6682 19.5637L8.43756 18.88L9.94755 18.738C10.0968 18.724 10.2298 18.638 10.3039 18.5077C10.3781 18.3774 10.384 18.2192 10.3197 18.0837L9.37737 16.0957L10.5505 17.0982C10.6794 17.2084 10.8585 17.2386 11.0163 17.1769C11.1742 17.1151 11.2853 16.9715 11.3053 16.8032L11.5081 15.0984L11.8267 16.832C11.8547 16.9845 11.9578 17.1126 12.1008 17.1726C12.2438 17.2326 12.4075 17.2164 12.536 17.1295L14.5182 15.7891L13.126 18.3413C13.0484 18.4837 13.0515 18.6564 13.1343 18.7959C13.2171 18.9353 13.3672 19.0208 13.5294 19.0208H15.1757L13.7572 19.8494C13.6424 19.9164 13.5623 20.0299 13.5375 20.1604C13.5127 20.291 13.5456 20.4259 13.6279 20.5304L14.5724 21.7301C14.7293 21.9295 15.0182 21.9639 15.2176 21.807C15.417 21.65 15.4514 21.3611 15.2944 21.1617L14.6764 20.3767L17.1052 18.9581C17.2844 18.8534 17.3712 18.6416 17.317 18.4413C17.2628 18.241 17.081 18.1019 16.8735 18.1019H14.3034L16.2302 14.5694C16.3317 14.3833 16.2928 14.1519 16.1359 14.0093C15.9791 13.8668 15.745 13.85 15.5695 13.9687L12.6034 15.9745L11.8626 11.9433Z" } });
2277
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), export: e$3({ render: function() {
2280
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), export: e$4({ render: function() {
2278
2281
  var e2 = this.$createElement, t2 = this._self._c || e2;
2279
2282
  return t2("g", [t2("path", { attrs: { d: "M22.3,15.3l-4.1-2.8h-2.1l3.6,2.6h-4l-1.1,2.5h-3.1h-0.2H8.3l-1.1-2.5h-4l3.6-2.6H4.8l-4.1,2.8 c0,0-0.2,4,1.4,5h9.3h0.2h9.3C22.6,19.3,22.3,15.3,22.3,15.3z" } }), this._v(" "), t2("polygon", { attrs: { points: "16.8,7.6 14.1,5.2 11.4,2.7 8.7,5.2 5.9,7.6 9.2,7.6 9.2,13.1 13.5,13.1 13.5,7.6" } })]);
2280
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), exportIfc: e$3({ render: function() {
2283
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), exportIfc: e$4({ render: function() {
2281
2284
  var e2 = this.$createElement, t2 = this._self._c || e2;
2282
2285
  return t2("g", [t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M18.8743 18.5537H5.92538V1.6318H14.0184V6.63481H18.6686V6.30358L18.8743 6.51754V18.5537ZM18.4533 6.07957L16.4743 4.02064L14.5737 2.12235V6.07957H18.4533ZM5.33679 1.04321H14.3261L16.8945 3.60843L19.4629 6.28053V19.1423H5.33679V1.04321Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M4.84741 0.553833H14.5286L17.2474 3.26923L19.9522 6.08347V19.6316H4.84741V0.553833ZM18.3849 7.12416H13.5291V2.12114H6.41472V18.0643H18.3849V7.12416ZM17.3042 5.59019L16.1249 4.36333L15.063 3.30273V5.59019H17.3042Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M14.0184 17.4473H10.7076V20.1695L9.3833 20.1695L12.3998 23.5538L15.4163 20.1695L14.0184 20.1695V17.4473Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M13.0162 8.23163C13.5359 7.90501 14.2302 7.98058 14.6665 8.44511L15.8945 9.75273C16.3293 10.2157 16.3635 10.9113 16.0102 11.4107L16.0096 11.4102C15.9597 11.4808 15.902 11.5476 15.8366 11.6092L14.8553 12.5339C14.776 12.6086 14.6898 12.6716 14.5989 12.7228L14.5992 12.7231C14.5055 12.7757 14.4069 12.8158 14.3057 12.8436C13.9524 12.9408 13.5674 12.8868 13.2516 12.6846L13.2526 12.6837L13.2443 12.6783L13.943 12.0259L13.9466 12.0298L15.3488 10.7085L13.6673 8.92294L13.1447 9.42292L12.4913 8.73761L13.0181 8.23359L13.0162 8.23163ZM13.1267 11.1586L12.4033 11.8341L11.7812 11.1686C11.3641 10.7223 11.3179 10.0619 11.63 9.56849L13.1267 11.1586ZM8.72122 11.2988C8.3954 10.7782 8.47097 10.0828 8.93471 9.64576L10.2396 8.41598C10.7018 7.98042 11.3961 7.94601 11.8946 8.29968L11.8943 8.30004C11.9647 8.35001 12.0313 8.40774 12.0928 8.47319L13.0162 9.45663C13.0909 9.53616 13.1537 9.62255 13.2048 9.71363L13.2053 9.71322C13.2847 9.85519 13.3356 10.0085 13.3583 10.1649C13.4033 10.4729 13.3387 10.7931 13.1665 11.0629L13.1658 11.0621L13.1606 11.0702L12.5094 10.3704L12.5131 10.367L11.1938 8.962L9.41138 10.6466L9.9107 11.1702L9.22553 11.8258L8.72216 11.2979L8.72122 11.2988ZM11.6437 11.1881L12.3179 11.9127L11.6531 12.5362C11.2078 12.9539 10.5487 13.0001 10.0562 12.6875L11.6437 11.1881ZM11.784 15.5876C11.2642 15.9142 10.57 15.8386 10.1338 15.3741L8.90577 14.0664C8.47101 13.6035 8.43679 12.9079 8.79001 12.4085L8.79049 12.409C8.84043 12.3383 8.89812 12.2715 8.96355 12.2099L9.94485 11.2852C10.0241 11.2105 10.1102 11.1476 10.201 11.0965L10.2006 11.0961C10.2924 11.0446 10.3888 11.005 10.4878 10.9774C10.843 10.8776 11.2308 10.931 11.5486 11.1345L11.5473 11.1357L11.5552 11.1408L10.8566 11.7931L10.8533 11.7895L9.45126 13.1107L11.133 14.8964L11.6557 14.3963L12.3127 15.0853L11.7862 15.589L11.7151 15.5145L11.784 15.5876ZM11.6729 12.6603L12.3963 11.9849L13.0186 12.6507C13.4356 13.0969 13.4819 13.7573 13.1698 14.2507L11.6729 12.6603ZM15.8647 14.187C16.3285 13.75 16.404 13.0546 16.0782 12.5339L16.0774 12.5347L15.5741 12.0069L14.8891 12.6624L15.3883 13.186L13.606 14.8704L12.2868 13.4655L12.2904 13.4621L11.6392 12.7623L11.6341 12.7703L11.6333 12.7695C11.4871 12.9987 11.4184 13.2642 11.4287 13.5278C11.4363 13.7321 11.4913 13.9353 11.5944 14.1195L11.595 14.1189C11.6461 14.21 11.709 14.2963 11.7836 14.3758L12.707 15.3593C12.7685 15.4247 12.835 15.4824 12.9055 15.5324L12.9048 15.5331C13.4033 15.8868 14.0976 15.8524 14.5598 15.4168L15.8647 14.187ZM12.482 11.9198L13.1562 12.6444L14.7434 11.1452C14.2509 10.8326 13.5918 10.8788 13.1465 11.2965L12.482 11.9198Z" } })]);
2283
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), failed: e$3({ render: function() {
2286
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), failed: e$4({ render: function() {
2284
2287
  var e2 = this.$createElement;
2285
2288
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.5 23.0664C17.8513 23.0664 23 17.9177 23 11.5664C23 5.21513 17.8513 0.0664062 11.5 0.0664062C5.14873 0.0664062 0 5.21513 0 11.5664C0 17.9177 5.14873 23.0664 11.5 23.0664ZM16.0918 5.81641L17.25 6.97462L12.6582 11.5664L17.25 16.1582L16.0918 17.3164L11.5 12.7246L6.90821 17.3164L5.75 16.1582L10.3418 11.5664L5.75 6.97462L6.90821 5.81641L11.5 10.4082L16.0918 5.81641Z" } });
2286
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), filter: e$3({ render: function() {
2289
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), filter: e$4({ render: function() {
2287
2290
  var e2 = this.$createElement;
2288
2291
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M0 6.55556H23V4H0V6.55556ZM3.83333 12.9442H19.1679V10.3887H3.83333V12.9442ZM8.94442 19.3336H14.0555V16.778H8.94442V19.3336Z" } });
2289
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), fitView: e$3({ render: function() {
2292
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), fitView: e$4({ render: function() {
2290
2293
  var e2 = this.$createElement, t2 = this._self._c || e2;
2291
2294
  return t2("g", [t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M9.07563 14.7426C5.80119 14.7426 3.15796 12.0993 3.15796 8.8249C3.15796 5.55045 5.80119 2.90723 9.07563 2.90723C12.3501 2.90723 14.9933 5.55045 14.9933 8.8249C14.9933 12.0993 12.3501 14.7426 9.07563 14.7426V14.7426ZM16.966 14.7428H15.9272L15.559 14.3878C16.8477 12.8886 17.6236 10.9424 17.6236 8.82515C17.6236 4.10416 13.7968 0.277405 9.07582 0.277405C4.35484 0.277405 0.528076 4.10416 0.528076 8.82515C0.528076 13.5461 4.35484 17.3729 9.07582 17.3729C11.193 17.3729 13.1393 16.597 14.6384 15.3083L14.9935 15.6765V16.7154L21.5687 23.2774L23.5281 21.318L16.966 14.7428Z" } }), this._v(" "), t2("path", { attrs: { d: "M4.309 11.6279L9.12309 13.831L13.9372 11.6279C14.0188 11.6279 14.1004 11.4648 14.1004 11.3832V6.1611C14.1004 6.0795 14.0188 5.99791 13.9372 5.91632L9.12309 3.71326C9.0415 3.71326 8.9599 3.71326 8.87831 3.71326L5.53292 5.42675C5.45133 5.50834 5.36973 5.58994 5.45133 5.75313C5.53292 5.83472 5.69611 5.91632 5.77771 5.83472L9.20469 4.20283L13.366 6.0795L9.12309 7.87459L4.47219 5.99791C4.3906 5.99791 4.309 5.99791 4.22741 5.99791C4.22741 6.0795 4.14581 6.1611 4.14581 6.24269V11.4648C4.14581 11.5464 4.22741 11.6279 4.309 11.6279ZM4.63538 6.56907L9.0415 8.44575C9.12309 8.44575 9.20469 8.44575 9.20469 8.44575L13.6924 6.56907V11.3016L9.36788 13.2598V9.42489C9.36788 9.2617 9.28628 9.18011 9.12309 9.18011C8.9599 9.18011 8.87831 9.2617 8.87831 9.42489V13.2598L4.63538 11.3016V6.56907Z" } })]);
2292
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), folder: e$3({ render: function() {
2295
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), folder: e$4({ render: function() {
2293
2296
  var e2 = this.$createElement;
2294
2297
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M9.19976 3H2.29984C1.03451 3 0.0111238 4.03491 0.0111238 5.30024L0 19.1001C0 20.3654 1.03451 21.4003 2.29984 21.4003H20.6998C21.9651 21.4003 23 20.3654 23 19.1001V7.60008C23 6.33515 21.9651 5.30024 20.6998 5.30024H11.5L9.19976 3Z" } });
2295
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), folderMove: e$3({ render: function() {
2298
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), folderMove: e$4({ render: function() {
2296
2299
  var e2 = this.$createElement, t2 = this._self._c || e2;
2297
2300
  return t2("g", [t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M2.29985 18.1002H20.6999V6.60037H2.29985V18.1002ZM20.6998 4.3002H11.4998L9.2 2H2.2998C1.03489 2 0.0115209 3.03529 0.0115209 4.3002L0 18.1002C0 19.3651 1.03489 20.4 2.2998 20.4H20.6998C21.9647 20.4 23 19.3651 23 18.1002V6.6C23 5.33509 21.9647 4.3002 20.6998 4.3002Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.653 16.72L15.0877 13.2854L15.9467 12.4268L15.0877 11.5679L11.653 8.1333L10.7945 8.99185L13.6219 11.8193L7.35999 11.8193L7.35999 12.4266L7.35999 13.034L13.6219 13.034L10.7945 15.8614L11.653 16.72Z" } })]);
2298
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), folderOpen: e$3({ render: function() {
2301
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), folderOpen: e$4({ render: function() {
2299
2302
  var e2 = this.$createElement;
2300
2303
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M2.29979 19.1002H20.6998V7.60039H2.29979V19.1002ZM20.6998 5.3002H11.4998L9.2 3H2.2998C1.03489 3 0.0115209 4.03529 0.0115209 5.3002L0 19.1002C0 20.3651 1.03489 21.4 2.2998 21.4H20.6998C21.9647 21.4 23 20.3651 23 19.1002V7.6C23 6.33509 21.9647 5.3002 20.6998 5.3002Z" } });
2301
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), fullscreen: e$3({ render: function() {
2304
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), fullscreen: e$4({ render: function() {
2302
2305
  var e2 = this.$createElement;
2303
2306
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M0 0H4.8995e-05H2.19545H8.05005V2.15625H2.19545V7.90625H0V0ZM20.8045 2.15628L14.95 2.15628V3.05176e-05H23V2.15628V7.90628H20.8045V2.15628ZM4.8995e-05 23H0V15.0938H2.19545V20.8437H8.05005V23H2.19545H4.8995e-05ZM14.95 23L23 23V20.8438V15.0938H20.8045V20.8438H14.95V23Z" } });
2304
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), grid: e$3({ render: function() {
2307
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), grid: e$4({ render: function() {
2305
2308
  var e2 = this, t2 = e2.$createElement, i2 = e2._self._c || t2;
2306
2309
  return i2("g", [i2("path", { attrs: { d: "M3.11719 2.52161C3.11719 2.24546 3.34105 2.02161 3.61719 2.02161H7.61719C7.89333 2.02161 8.11719 2.24546 8.11719 2.52161V6.52161C8.11719 6.79775 7.89333 7.02161 7.61719 7.02161H3.61719C3.34105 7.02161 3.11719 6.79775 3.11719 6.52161V2.52161Z" } }), e2._v(" "), i2("path", { attrs: { d: "M3.11719 16.4784C3.11719 16.2023 3.34105 15.9784 3.61719 15.9784H7.61719C7.89333 15.9784 8.11719 16.2023 8.11719 16.4784V20.4784C8.11719 20.7545 7.89333 20.9784 7.61719 20.9784H3.61719C3.34105 20.9784 3.11719 20.7545 3.11719 20.4784V16.4784Z" } }), e2._v(" "), i2("path", { attrs: { d: "M3.11719 9.5C3.11719 9.22386 3.34105 9 3.61719 9H7.61719C7.89333 9 8.11719 9.22386 8.11719 9.5V13.5C8.11719 13.7761 7.89333 14 7.61719 14H3.61719C3.34105 14 3.11719 13.7761 3.11719 13.5V9.5Z" } }), e2._v(" "), i2("path", { attrs: { d: "M9.68536 2.52161C9.68536 2.24546 9.90922 2.02161 10.1854 2.02161H14.1854C14.4615 2.02161 14.6854 2.24546 14.6854 2.52161V6.52161C14.6854 6.79775 14.4615 7.02161 14.1854 7.02161H10.1854C9.90922 7.02161 9.68536 6.79775 9.68536 6.52161V2.52161Z" } }), e2._v(" "), i2("path", { attrs: { d: "M9.68536 16.4784C9.68536 16.2023 9.90922 15.9784 10.1854 15.9784H14.1854C14.4615 15.9784 14.6854 16.2023 14.6854 16.4784V20.4784C14.6854 20.7545 14.4615 20.9784 14.1854 20.9784H10.1854C9.90922 20.9784 9.68536 20.7545 9.68536 20.4784V16.4784Z" } }), e2._v(" "), i2("path", { attrs: { d: "M9.68536 9.5C9.68536 9.22386 9.90922 9 10.1854 9H14.1854C14.4615 9 14.6854 9.22386 14.6854 9.5V13.5C14.6854 13.7761 14.4615 14 14.1854 14H10.1854C9.90922 14 9.68536 13.7761 9.68536 13.5V9.5Z" } }), e2._v(" "), i2("path", { attrs: { d: "M16.2535 2.52161C16.2535 2.24546 16.4774 2.02161 16.7535 2.02161H20.7535C21.0297 2.02161 21.2535 2.24546 21.2535 2.52161V6.52161C21.2535 6.79775 21.0297 7.02161 20.7535 7.02161H16.7535C16.4774 7.02161 16.2535 6.79775 16.2535 6.52161V2.52161Z" } }), e2._v(" "), i2("path", { attrs: { d: "M16.2535 16.4784C16.2535 16.2023 16.4774 15.9784 16.7535 15.9784H20.7535C21.0297 15.9784 21.2535 16.2023 21.2535 16.4784V20.4784C21.2535 20.7545 21.0297 20.9784 20.7535 20.9784H16.7535C16.4774 20.9784 16.2535 20.7545 16.2535 20.4784V16.4784Z" } }), e2._v(" "), i2("path", { attrs: { d: "M16.2535 9.5C16.2535 9.22386 16.4774 9 16.7535 9H20.7535C21.0297 9 21.2535 9.22386 21.2535 9.5V13.5C21.2535 13.7761 21.0297 14 20.7535 14H16.7535C16.4774 14 16.2535 13.7761 16.2535 13.5V9.5Z" } })]);
2307
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), group: e$3({ render: function() {
2310
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), group: e$4({ render: function() {
2308
2311
  var e2 = this.$createElement, t2 = this._self._c || e2;
2309
2312
  return t2("g", [t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M8.1632 14.0812C5.66865 14.0812 0.688965 15.3332 0.688965 17.8184V19.6869H15.6374V17.8184C15.6374 15.3332 10.6577 14.0812 8.1632 14.0812Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M8.16302 12.2129C10.2278 12.2129 11.9001 10.5405 11.9001 8.47576C11.9001 6.41103 10.2278 4.73865 8.16302 4.73865C6.09828 4.73865 4.4259 6.41103 4.4259 8.47576C4.4259 10.5405 6.09828 12.2129 8.16302 12.2129Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M17.2606 13.2593C19.0363 13.2593 20.4745 11.821 20.4745 10.0453C20.4745 8.26967 19.0363 6.83142 17.2606 6.83142C15.4849 6.83142 14.0467 8.26967 14.0467 10.0453C14.0467 11.821 15.4849 13.2593 17.2606 13.2593Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M10.8334 19.6868H17.2612V17.6154C17.2612 16.5705 16.4671 15.7222 15.3304 15.0718C16.0414 14.9347 16.7195 14.866 17.2613 14.866C19.4066 14.866 23.6891 15.9427 23.6891 18.08V19.6869H10.8334V19.6868Z" } })]);
2310
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), hide: e$3({ render: function() {
2313
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), hide: e$4({ render: function() {
2311
2314
  var e2 = this.$createElement;
2312
2315
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M3.99087 6.78082L0.945206 3.73516L1.68037 3L19.4292 20.6438L18.6941 21.379L16.1735 18.8584C14.7032 19.4886 13.1279 19.8037 11.4475 19.8037C6.30137 19.8037 1.78539 16.653 0 12.032C0.840183 9.93151 2.20548 8.14612 3.99087 6.78082ZM6.19635 12.032C6.19635 14.9726 8.61187 17.2831 11.4475 17.2831C12.2877 17.2831 13.1279 17.0731 13.863 16.653L12.2877 15.0776C11.9726 15.1826 11.7626 15.1826 11.4475 15.1826C9.6621 15.1826 8.2968 13.7123 8.2968 12.032C8.2968 11.7169 8.2968 11.4018 8.40183 11.1918L6.82648 9.61644C6.40639 10.3516 6.19635 11.1918 6.19635 12.032ZM11.4476 4.26048C9.34714 4.26048 7.45673 4.7856 5.77637 5.62578L8.19189 8.0413C9.1371 7.30614 10.1873 6.88605 11.4476 6.88605C14.2832 6.88605 16.6987 9.19656 16.6987 12.1372C16.6987 13.3975 16.2786 14.5527 15.5435 15.3929L18.1691 18.0185C20.3745 16.6532 22.0549 14.5527 23.0001 12.1372C21.1097 7.41117 16.6987 4.26048 11.4476 4.26048ZM11.4475 8.88086C10.8174 8.88086 10.1872 9.0909 9.66211 9.511L14.0731 13.922C14.3881 13.3968 14.7032 12.7667 14.7032 12.1366C14.5982 10.3512 13.1279 8.88086 11.4475 8.88086Z" } });
2313
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), ifc: e$3({ render: function() {
2316
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), ifc: e$4({ render: function() {
2314
2317
  var e2 = this.$createElement;
2315
2318
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M13.4279 1.14627C14.9692 0.177724 17.0281 0.401832 18.3218 1.77945L21.9637 5.65738C23.253 7.03033 23.3545 9.09327 22.3069 10.5743L22.3051 10.5723C22.157 10.782 21.9859 10.98 21.7919 11.1628L18.8817 13.905C18.6464 14.1267 18.3908 14.3134 18.1213 14.4652L18.1224 14.4663C17.8104 14.6415 17.4799 14.7701 17.1408 14.8522C16.1239 15.1002 15.0293 14.9307 14.1257 14.3521L14.1289 14.3492L14.1044 14.3334L16.1763 12.3987L16.1869 12.41L20.3454 8.49157L15.3586 3.1964L13.809 4.67919L11.8711 2.6468L13.4333 1.15203L13.4279 1.14627ZM13.7555 9.82669L11.6102 11.8298L9.76531 9.85607C8.52837 8.53274 8.39124 6.57409 9.31689 5.11091L13.7555 9.82669ZM0.690849 10.2425C-0.275375 8.69857 -0.0512554 6.63632 1.32401 5.34024L5.19394 1.69313C6.56454 0.401454 8.62364 0.299392 10.1021 1.34822L10.1006 1.34962C10.3096 1.49781 10.507 1.66901 10.6893 1.86309L13.4278 4.77961C13.6492 5.01543 13.8356 5.27159 13.9871 5.54167L13.9885 5.54034C14.2325 5.97628 14.3857 6.44824 14.4491 6.92921C14.5688 7.82737 14.3751 8.75745 13.8735 9.54335L13.8713 9.54092L13.856 9.56456L11.925 7.48933L11.9356 7.47939L8.02331 3.3128L2.73747 8.30833L4.21831 9.8614L2.18633 11.8057L0.693501 10.24L0.690849 10.2425ZM9.35752 9.91441L11.3569 12.0631L9.38551 13.9122C8.06488 15.151 6.11012 15.2882 4.6496 14.3611L9.35752 9.91441ZM9.77347 22.9615C8.23216 23.93 6.17324 23.7059 4.87947 22.3283L1.23761 18.4504C-0.0517673 17.0774 -0.15322 15.0144 0.894438 13.5334L0.896188 13.5353C1.04427 13.3256 1.21537 13.1276 1.40936 12.9448L4.31957 10.2026C4.5547 9.98105 4.81009 9.7945 5.07933 9.64277L5.07808 9.64144C5.39912 9.46112 5.73974 9.33026 6.08911 9.24851C7.0979 9.01064 8.18039 9.18229 9.07548 9.75545L9.07196 9.75876L9.09521 9.77379L7.02345 11.7083L7.01381 11.6981L2.85576 15.616L7.84304 20.9117L9.39298 19.4286L11.3413 21.472L9.78006 22.9659L9.58559 22.7619L9.77347 22.9615ZM9.44428 14.2803L11.5896 12.2772L13.4352 14.2517C14.6721 15.575 14.8092 17.5337 13.8836 18.9969L9.44428 14.2803ZM21.8757 18.8078C23.251 17.5117 23.4751 15.4495 22.5088 13.9055L22.5063 13.9079L21.0138 12.3426L18.9822 14.2865L20.4627 15.8393L15.1772 20.8345L11.265 16.668L11.2756 16.658L9.34443 14.5826L9.32915 14.6063L9.32712 14.6041C8.94205 15.2075 8.73846 15.8958 8.71879 16.5894C8.69813 17.2832 8.86144 17.9825 9.21132 18.6077L9.21348 18.6057C9.36503 18.8758 9.55143 19.132 9.77289 19.3678L12.5114 22.2844C12.6936 22.4784 12.8909 22.6495 13.0999 22.7977L13.0976 22.7998C14.576 23.8487 16.6352 23.7466 18.0058 22.4549L21.8757 18.8078ZM11.8438 12.0842L13.8431 14.2329L18.5502 9.78693C17.0897 8.85986 15.1349 8.9971 13.8143 10.2358L11.8438 12.0842Z" } });
2316
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), ifcFile: e$3({ render: function() {
2319
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), ifcFile: e$4({ render: function() {
2317
2320
  var e2 = this.$createElement;
2318
2321
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M3 0.479167V22.5208C3 22.7844 3.21563 23 3.47917 23H19.7708C20.0344 23 20.25 22.7844 20.25 22.5208V6.70833H14.9792C14.7156 6.70833 14.5 6.49271 14.5 6.22917V0H3.47917C3.21563 0 3 0.215625 3 0.479167ZM4.4375 9.82251H18.8125V21.5621H4.4375V9.82251ZM5.06037 4.88621V1.48413H4.2937V4.88621H5.06037ZM5.75516 1.48413H7.81558V2.10705H6.52183V2.87371H7.7437V3.49663H6.52183V4.86226H5.75516V1.48413ZM10.0197 4.93444C10.427 4.93444 10.7385 4.86257 10.8822 4.79069L10.7625 4.16777C10.5947 4.23965 10.3552 4.28757 10.1156 4.28757C9.44474 4.28757 9.03745 3.85632 9.03745 3.18548C9.03745 2.41882 9.51662 2.05944 10.1156 2.05944C10.3791 2.05944 10.5947 2.10736 10.7625 2.17923L10.9302 1.58027C10.7864 1.5084 10.4989 1.43652 10.0916 1.43652C9.08537 1.43652 8.24683 2.0834 8.24683 3.2334C8.24683 4.19173 8.84578 4.93444 10.0197 4.93444ZM20.226 5.75034C20.202 5.65451 20.178 5.58263 20.1301 5.51076L15.4583 0.287842V5.75034H20.226ZM13.1105 11.1157C13.374 11.1157 13.5896 11.2116 13.7573 11.3793C14.012 11.6339 14.2693 11.8886 14.5276 12.1442L14.5276 12.1442L14.5277 12.1443L14.5278 12.1444C15.0468 12.6581 15.5694 13.1753 16.0813 13.7032C16.4646 14.0866 16.4646 14.6376 16.0813 15.0209C15.6669 15.4512 15.242 15.8709 14.8135 16.2941L14.8133 16.2943L14.8133 16.2943L14.8133 16.2943L14.8132 16.2944C14.5976 16.5073 14.3811 16.7211 14.1646 16.9376C13.7573 17.3209 13.2063 17.3209 12.799 16.9376C12.7032 16.8418 12.6792 16.7938 12.799 16.6741C13.2951 16.194 13.7804 15.7033 14.2622 15.2161L14.2624 15.216L14.2625 15.2159C14.502 14.9737 14.7406 14.7325 14.9792 14.4938C15.099 14.3741 15.099 14.3022 14.9792 14.1824C14.7867 13.9899 14.5942 13.8 14.4025 13.6111L14.4024 13.611C14.0218 13.2356 13.6447 12.8638 13.2782 12.4813C13.1584 12.3616 13.0865 12.3376 12.9667 12.4813C12.8876 12.5763 12.7981 12.6607 12.705 12.7485C12.6571 12.7937 12.6083 12.8398 12.5594 12.8886C12.4876 12.9605 12.4396 12.9845 12.3438 12.8886C12.2152 12.7439 12.0757 12.61 11.94 12.4796L11.9399 12.4796C11.8735 12.4157 11.8079 12.3527 11.7448 12.2897C11.649 12.2178 11.673 12.1459 11.7448 12.0741L12.4636 11.3553C12.6553 11.2116 12.8709 11.1157 13.1105 11.1157ZM7.16882 13.8711C7.00111 14.0388 6.90527 14.2544 6.90527 14.494C6.90527 14.7336 6.97715 14.9732 7.21673 15.1888L7.71986 15.6919C7.87778 15.8377 7.95562 15.9095 8.03148 15.9075C8.10522 15.9055 8.17708 15.8336 8.31881 15.6919L8.31882 15.6919C8.36673 15.644 8.42246 15.5961 8.47819 15.5482L8.47821 15.5482C8.61756 15.4284 8.75691 15.3086 8.77402 15.1888C8.77402 15.0549 8.63367 14.9443 8.49189 14.8327L8.49188 14.8327C8.43074 14.7845 8.36934 14.7362 8.31882 14.6857L8.29486 14.6617C8.17507 14.5659 8.19902 14.494 8.29486 14.3982L10.0199 12.6732C10.1396 12.5534 10.1876 12.5294 10.3313 12.6732L12.4876 14.8294C12.5834 14.9492 12.6553 14.9492 12.7511 14.8294C13.1105 14.4221 13.1344 13.8711 12.7511 13.4877L10.8105 11.5471C10.4511 11.1877 9.87611 11.1877 9.51673 11.5471C8.72611 12.3138 7.93548 13.0805 7.16882 13.8711ZM10.3073 20.6987C10.0198 20.6987 9.80422 20.6029 9.61255 20.4352L9.61246 20.4351C8.84582 19.6684 8.07919 18.9018 7.31255 18.1591C6.90526 17.7518 6.90526 17.2008 7.31255 16.7935C7.7287 16.3614 8.15554 15.9399 8.57878 15.522L8.57881 15.522L8.57886 15.5219L8.57903 15.5217L8.57919 15.5216L8.57942 15.5214L8.57958 15.5212C8.78961 15.3138 8.99875 15.1073 9.20526 14.9008C9.61255 14.4935 10.1636 14.5175 10.5709 14.9008C10.6907 15.0206 10.6667 15.0685 10.5709 15.1643C9.85213 15.8831 9.13338 16.6018 8.39067 17.3206C8.27088 17.4404 8.27088 17.5123 8.39067 17.632L10.1157 19.3571C10.2115 19.4529 10.2834 19.4768 10.3792 19.3571L10.8105 18.9258C10.8823 18.8539 10.9303 18.8539 10.9782 18.9258L11.6011 19.5487C11.673 19.6206 11.673 19.6685 11.6011 19.7404C11.3615 19.98 11.1219 20.2196 10.8584 20.4591C10.7386 20.6268 10.523 20.6987 10.3073 20.6987ZM16.4886 17.3207C16.4886 17.5842 16.4167 17.7998 16.2251 17.9676C15.4584 18.7582 14.6678 19.5248 13.8772 20.2915C13.5178 20.6509 12.9667 20.6509 12.6074 20.3155C11.9365 19.6686 11.2657 18.9978 10.6188 18.3269C10.2355 17.9436 10.3074 17.3207 10.7147 16.9613C10.8045 16.8894 10.8404 16.9254 10.8831 16.968L10.8831 16.9681C10.8974 16.9823 10.9123 16.9972 10.9303 17.0092C11.1689 17.2478 11.4102 17.4865 11.6523 17.726L11.6524 17.726L11.6526 17.7262L11.6526 17.7263C12.1397 18.208 12.6305 18.6934 13.1105 19.1894C13.2303 19.3092 13.2782 19.3092 13.398 19.1894C13.973 18.5905 14.548 18.0155 15.147 17.4405C15.2667 17.3207 15.2667 17.2728 15.147 17.1769C15.0521 17.0978 14.9676 17.0083 14.8798 16.9152L14.8798 16.9152C14.8346 16.8673 14.7885 16.8185 14.7397 16.7696C14.6438 16.6978 14.6199 16.6259 14.7397 16.554C14.9553 16.3623 15.147 16.1707 15.3386 15.9551C15.4105 15.8832 15.4584 15.8592 15.5542 15.9551L15.5543 15.9551L15.5543 15.9551C15.7939 16.1947 16.0334 16.4342 16.273 16.6978C16.4167 16.8655 16.4886 17.0811 16.4886 17.3207ZM14.3564 14.7815C14.1647 14.5898 13.9251 14.47 13.5418 14.446C13.398 14.446 13.1584 14.5419 12.9907 14.7096C12.6074 15.069 12.248 15.4283 11.8886 15.7877C11.7928 15.8835 11.8168 15.9315 11.8886 16.0033C12.0333 16.132 12.1673 16.2714 12.2976 16.4071L12.2977 16.4071L12.2977 16.4071C12.3616 16.4737 12.4246 16.5393 12.4876 16.6023C12.5595 16.6742 12.6074 16.6981 12.7032 16.6023L14.3564 14.9492C14.4043 14.9013 14.4282 14.8533 14.3564 14.7815ZM13.1584 17.848C13.1584 18.1355 13.0386 18.3751 12.823 18.5667C12.7511 18.6386 12.7032 18.6386 12.6553 18.5667L12.6553 18.5667C12.1042 18.0157 11.5532 17.4647 10.9782 16.9136C10.9063 16.8417 10.9063 16.7938 10.9782 16.7459C11.1938 16.5542 11.4095 16.3386 11.6011 16.123C11.673 16.0511 11.7209 16.0511 11.7928 16.123C12.0315 16.3777 12.2809 16.6217 12.5337 16.8693L12.5337 16.8693L12.534 16.8696C12.6617 16.9946 12.7903 17.1205 12.9188 17.249C13.0866 17.3928 13.1584 17.6084 13.1584 17.848ZM10.7402 13.269C10.7219 13.2452 10.7002 13.2169 10.6668 13.2002C10.6189 13.2242 10.5949 13.2481 10.5709 13.296C10.1636 13.6554 10.1157 14.2304 10.4991 14.6377C10.6787 14.8294 10.8644 15.009 11.0501 15.1887C11.2358 15.3684 11.4215 15.5481 11.6011 15.7398C11.673 15.8117 11.7209 15.8117 11.7928 15.7398C11.8558 15.6768 11.9189 15.6111 11.9827 15.5446L11.9827 15.5446C12.1131 15.4089 12.2471 15.2695 12.3918 15.1408C12.4636 15.045 12.4636 14.9971 12.3918 14.9252L10.7626 13.296C10.7553 13.2888 10.7481 13.2793 10.7402 13.269ZM9.78022 17.3688C9.49272 17.3688 9.25314 17.2491 9.06147 17.0334C8.9896 16.9616 8.9896 16.9136 9.06147 16.8657L10.7146 15.2126C10.7865 15.1407 10.8344 15.1407 10.9063 15.2126C11.0332 15.3554 11.1707 15.4878 11.3117 15.6235C11.3836 15.6927 11.4564 15.7627 11.5292 15.8355C11.6011 15.9074 11.6011 15.9313 11.5292 16.0032L10.3792 17.1532C10.2115 17.297 9.99585 17.3688 9.78022 17.3688Z" } });
2319
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), import: e$3({ render: function() {
2322
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), import: e$4({ render: function() {
2320
2323
  var e2 = this.$createElement;
2321
2324
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.8998 13.6346L6.68806 8.51539L9.94558 8.51539L9.94558 2.85382L13.8541 2.85382V8.51539L17.1116 8.51539L11.8998 13.6346ZM1.06519 15.8128L5.86457 12.5658L7.81884 12.8583L3.45051 15.8128H6.46811C6.89919 15.8128 7.53145 16.2516 7.81884 17.4217C8.04875 18.3578 8.98756 18.7284 9.42822 18.7966H11.8998L11.8998 18.7966H14.3713C14.812 18.7284 15.7508 18.3578 15.9807 17.4217C16.2681 16.2516 16.9004 15.8128 17.3314 15.8128H20.349L15.9807 12.8583L17.935 12.5658L22.7344 15.8128C23.108 16.0079 23.723 16.8776 23.1942 18.7966C22.5332 21.1954 21.2974 21.2539 20.8951 21.2539H11.8998L11.8998 21.2538H2.90447C2.50213 21.2538 1.26636 21.1953 0.605363 18.7966C0.0765659 16.8776 0.691582 16.0078 1.06519 15.8128Z" } });
2322
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), indexAscending: e$3({ render: function() {
2325
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), indexAscending: e$4({ render: function() {
2323
2326
  var e2 = this.$createElement, t2 = this._self._c || e2;
2324
2327
  return t2("g", [t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M17.9932 20.4443L17.9932 1.39685L19.9351 1.39685L19.9351 20.4443L17.9932 20.4443Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M21.3563 17.3742C21.3372 17.3539 21.306 17.3539 21.2868 17.3742L18.9951 19.8103L16.713 17.3847C16.6939 17.3643 16.6627 17.3643 16.6436 17.3847L16.1015 17.9608C16.0824 17.9811 16.0824 18.0144 16.1015 18.0347L18.9577 21.0707C18.9764 21.0906 19.0069 21.0909 19.0261 21.0716C19.032 21.0691 19.0375 21.0653 19.0422 21.0602L21.8984 18.0242C21.9175 18.0039 21.9175 17.9707 21.8984 17.9504L21.3563 17.3742Z" } }), this._v(" "), t2("path", { attrs: { d: "M2.8938 18.5909L5.23755 4.37219H7.17114L4.83716 18.5909H2.8938ZM6.40942 18.5909L8.75317 4.37219H10.6965L8.35278 18.5909H6.40942ZM12.2786 10.2218H2.11255V8.43469H12.2786V10.2218ZM11.5364 14.587H1.38013V12.7999H11.5364V14.587Z" } })]);
2325
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), indexDescending: e$3({ render: function() {
2328
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), indexDescending: e$4({ render: function() {
2326
2329
  var e2 = this.$createElement, t2 = this._self._c || e2;
2327
2330
  return t2("g", [t2("g", { attrs: { "clip-path": "url(#clip0_3035_480)" } }, [t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M20.0067 2.56714V21.6146H18.0648V2.56714H20.0067Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M16.6436 5.63724C16.6627 5.65754 16.6939 5.65754 16.713 5.63724L19.0048 3.20114L21.2868 5.62679C21.3059 5.64714 21.3372 5.64714 21.3563 5.62679L21.8983 5.05063C21.9175 5.03033 21.9175 4.99709 21.8983 4.97679L19.0422 1.94079C19.0234 1.92083 18.9929 1.92061 18.9738 1.93985C18.9679 1.9424 18.9624 1.94622 18.9577 1.95125L16.1015 4.98724C16.0824 5.00754 16.0824 5.04078 16.1015 5.06108L16.6436 5.63724Z" } }), this._v(" "), t2("path", { attrs: { d: "M2.8938 18.5909L5.23755 4.37219H7.17114L4.83716 18.5909H2.8938ZM6.40942 18.5909L8.75317 4.37219H10.6965L8.35278 18.5909H6.40942ZM12.2786 10.2218H2.11255V8.43469H12.2786V10.2218ZM11.5364 14.587H1.38013V12.7999H11.5364V14.587Z" } })])]);
2328
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), information: e$3({ render: function() {
2331
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), information: e$4({ render: function() {
2329
2332
  var e2 = this.$createElement;
2330
2333
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M0 11.5C0 17.8424 5.15936 23 11.5 23C17.8406 23 23 17.8424 23 11.5C23 5.15936 17.8406 0 11.5 0C5.15936 0 0 5.15936 0 11.5ZM1.70953 11.5C1.70953 6.10131 6.10131 1.70953 11.5 1.70953C16.8987 1.70953 21.2905 6.10131 21.2905 11.5C21.2905 16.8987 16.8987 21.2905 11.5 21.2905C6.10131 21.2905 1.70953 16.8987 1.70953 11.5ZM10.8029 14.3193L10.5157 4.4775H12.4834L12.1962 14.3193H10.8029ZM10.2901 17.2508C10.2901 16.5123 10.8029 15.9789 11.5004 15.9789C12.2372 15.9789 12.7091 16.5123 12.7091 17.2508C12.7091 17.9688 12.2372 18.5209 11.5004 18.5209C10.7824 18.5209 10.2901 17.9688 10.2901 17.2508Z" } });
2331
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), inProgressFile: e$3({ render: function() {
2334
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), inProgressFile: e$4({ render: function() {
2332
2335
  var e2 = this.$createElement, t2 = this._self._c || e2;
2333
2336
  return t2("g", [t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M0 18.6042V0.395833C0 0.178125 0.178125 0 0.395833 0H9.5V5.14583C9.5 5.36354 9.67813 5.54167 9.89583 5.54167H14.25V18.6042C14.25 18.8219 14.0719 19 13.8542 19H0.395833C0.178125 19 0 18.8219 0 18.6042ZM14.1508 4.55257C14.1904 4.61194 14.2101 4.67132 14.2299 4.75048H10.2914V0.237984L14.1508 4.55257Z" } }), this._v(" "), t2("circle", { attrs: { cx: "13", cy: "18", r: "6", fill: "#D8D8D8" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11 15V17H11.0033L11 17.0033L12.3333 18.3333L11 19.6667L11.0033 19.67H11V21.6667H15V19.67H14.9967L15 19.6667L13.6667 18.3333L15 17.0033L14.9967 17H15V15H11ZM14.3333 19.8333V21H11.6667V19.8333L13 18.5L14.3333 19.8333ZM11.6667 16.8333V15.6667H14.3333V16.8333L13 18.1667L11.6667 16.8333ZM13.0002 19.6667L12.0002 20.6667H14.0002L13.0002 19.6667ZM13.9999 16.8333L12.9999 17.8333L11.9999 16.8333L13.9999 16.8333Z", fill: "#2F374A" } })]);
2334
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), isolate: e$3({ render: function() {
2337
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), invitation: e$4({ render: function() {
2338
+ var e2 = this.$createElement;
2339
+ return (this._self._c || e2)("path", { attrs: { d: "M11.5 1.5C5.98 1.5 1.5 5.98 1.5 11.5C1.5 17.02 5.98 21.5 11.5 21.5C17.02 21.5 21.5 17.02 21.5 11.5C21.5 5.98 17.02 1.5 11.5 1.5ZM15.11 7.84C16.18 7.84 17.04 8.7 17.04 9.77C17.04 10.84 16.18 11.7 15.11 11.7C14.04 11.7 13.18 10.84 13.18 9.77C13.17 8.7 14.04 7.84 15.11 7.84ZM9.11 6.26C10.41 6.26 11.47 7.32 11.47 8.62C11.47 9.92 10.41 10.98 9.11 10.98C7.81 10.98 6.75 9.92 6.75 8.62C6.75 7.31 7.8 6.26 9.11 6.26ZM9.11 15.39V19.14C6.71 18.39 4.81 16.54 3.97 14.18C5.02 13.06 7.64 12.49 9.11 12.49C9.64 12.49 10.31 12.57 11.01 12.71C9.37 13.58 9.11 14.73 9.11 15.39ZM11.5 19.5C11.23 19.5 10.97 19.49 10.71 19.46V15.39C10.71 13.97 13.65 13.26 15.11 13.26C16.18 13.26 18.03 13.65 18.95 14.41C17.78 17.38 14.89 19.5 11.5 19.5Z" } });
2340
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), isolate: e$4({ render: function() {
2335
2341
  var e2 = this.$createElement;
2336
2342
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.3904 17.581L4.92852 14.6238C4.819 14.6238 4.70947 14.5143 4.70947 14.4048V7.39524C4.70947 7.34048 4.73685 7.28571 4.76423 7.23095C4.79162 7.17619 4.819 7.12143 4.819 7.06667H5.14757L11.3904 9.58571L17.0857 7.17619L11.4999 4.65714L6.89995 6.84762C6.79042 6.95714 6.57138 6.84762 6.46185 6.73809C6.35233 6.51905 6.46185 6.40952 6.57138 6.3L11.0619 4H11.3904L17.8523 6.95714C17.9619 7.06667 18.0714 7.17619 18.0714 7.28571V14.2952C18.0714 14.4048 17.9619 14.6238 17.8523 14.6238L11.3904 17.581ZM11.2809 10.3524L5.36662 7.83333V14.1857L11.0619 16.8143V11.6667C11.0619 11.4476 11.1714 11.3381 11.3904 11.3381C11.6095 11.3381 11.719 11.4476 11.719 11.6667V16.8143L17.5238 14.1857V7.83333L11.4999 10.3524H11.2809ZM18.9476 14.4001V9.58105C21.4667 10.7858 23 12.5382 23 14.5096C23 18.1239 17.8524 20.9715 11.5 20.9715C5.14762 20.9715 0 18.1239 0 14.5096C0 12.5382 1.53333 10.7858 4.05238 9.58105V14.4001C4.05238 14.7287 4.27143 15.1668 4.6 15.2763L10.9524 18.2334H11.0619H11.281H11.5H11.6095L18.4 15.2763C18.7286 15.1668 18.9476 14.8382 18.9476 14.4001Z" } });
2337
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), key: e$3({ render: function() {
2343
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), key: e$4({ render: function() {
2338
2344
  var e2 = this.$createElement;
2339
2345
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M19.0178 10.0262C19.0178 12.9638 16.6364 15.3452 13.6988 15.3452C13.0611 15.3452 12.4495 15.233 11.8829 15.0272L10.9023 16.0078H9.00661V17.8483H7.12931V19.7072H3.98207L3.98206 16.5967L8.7106 11.8769C8.49667 11.3005 8.37977 10.677 8.37977 10.0262C8.37977 7.08856 10.7612 4.70715 13.6988 4.70715C16.6364 4.70715 19.0178 7.08856 19.0178 10.0262ZM16.6431 8.77465C16.6431 9.67924 15.9098 10.4125 15.0052 10.4125C14.1006 10.4125 13.3673 9.67924 13.3673 8.77465C13.3673 7.87007 14.1006 7.13675 15.0052 7.13675C15.9098 7.13675 16.6431 7.87007 16.6431 8.77465Z" } });
2340
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), left: e$3({ render: function() {
2346
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), left: e$4({ render: function() {
2341
2347
  var e2 = this.$createElement;
2342
2348
  return (this._self._c || e2)("path", { attrs: { d: "M0.481203 11.7773L21.9479 0.277346L21.9479 23.2773L0.481203 11.7773Z" } });
2343
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), linkedDocument: e$3({ render: function() {
2349
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), linkedDocument: e$4({ render: function() {
2344
2350
  var e2 = this.$createElement;
2345
2351
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M3 0.479167V22.5208C3 22.7844 3.21562 23 3.47917 23H19.7708C20.0344 23 20.25 22.7844 20.25 22.5208V6.70833H14.9792C14.7156 6.70833 14.5 6.49271 14.5 6.22917V0H3.47917C3.21562 0 3 0.215625 3 0.479167ZM20.2257 5.75036C20.2017 5.65452 20.1778 5.58265 20.1299 5.51077L15.458 0.287855V5.75036H20.2257ZM15.1622 15.8675C16.4073 15.859 17.4235 14.8428 17.4321 13.5977C17.4406 12.3526 16.4382 11.3502 15.1931 11.3587L14.0318 11.3667C13.7931 11.3683 13.5983 11.5632 13.5966 11.8019C13.595 12.0406 13.7872 12.2327 14.0259 12.2311L15.1872 12.2231C15.9549 12.2179 16.5729 12.8359 16.5677 13.6036C16.5624 14.3713 15.9358 14.9979 15.1681 15.0031L12.8455 15.0191C12.0833 15.0243 11.4686 14.415 11.465 13.6549C11.4706 13.5382 11.4293 13.4203 11.3408 13.3319C11.1729 13.164 10.8988 13.1658 10.7286 13.336C10.6357 13.429 10.5929 13.5529 10.6006 13.6736C10.6077 14.9051 11.6042 15.8919 12.8396 15.8835L15.1622 15.8675ZM8.73734 11.4119C7.49227 11.4204 6.47603 12.4367 6.4675 13.6817C6.45897 14.9268 7.46138 15.9292 8.70646 15.9207L9.86777 15.9127C10.1065 15.9111 10.3013 15.7163 10.3029 15.4776C10.3046 15.2389 10.1124 15.0467 9.8737 15.0483L8.71238 15.0563C7.9447 15.0615 7.32664 14.4435 7.3319 13.6758C7.33715 12.9081 7.96374 12.2815 8.73142 12.2763L11.0541 12.2604C11.8163 12.2551 12.431 12.8644 12.4346 13.6245C12.429 13.7412 12.4703 13.8591 12.5588 13.9476C12.7267 14.1155 13.0007 14.1136 13.1709 13.9434C13.2639 13.8504 13.3066 13.7265 13.299 13.6059C13.2918 12.3743 12.2954 11.3875 11.06 11.396L8.73734 11.4119Z" } });
2346
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), list: e$3({ render: function() {
2352
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), list: e$4({ render: function() {
2347
2353
  var e2 = this.$createElement, t2 = this._self._c || e2;
2348
2354
  return t2("g", [t2("path", { attrs: { d: "M19.1537 13.26C19.1537 12.9839 18.9298 12.76 18.6537 12.76H8.56629C8.29015 12.76 8.06629 12.9839 8.06629 13.26V14.3701C8.06629 14.6462 8.29015 14.8701 8.56629 14.8701H18.6537C18.9298 14.8701 19.1537 14.6462 19.1537 14.3701V13.26Z" } }), this._v(" "), t2("path", { attrs: { d: "M19.1537 17.8898C19.1537 17.6137 18.9298 17.3898 18.6537 17.3898H8.56629C8.29015 17.3898 8.06629 17.6137 8.06629 17.8898V18.9999C8.06629 19.276 8.29015 19.4999 8.56629 19.4999H18.6537C18.9298 19.4999 19.1537 19.276 19.1537 18.9999V17.8898Z" } }), this._v(" "), t2("path", { attrs: { d: "M19.1537 8.62994C19.1537 8.3538 18.9298 8.12994 18.6537 8.12994H8.56629C8.29015 8.12994 8.06629 8.3538 8.06629 8.62994V9.74C8.06629 10.0161 8.29015 10.24 8.56629 10.24H18.6537C18.9298 10.24 19.1537 10.0161 19.1537 9.74V8.62994Z" } }), this._v(" "), t2("path", { attrs: { d: "M19.1537 4C19.1537 3.72386 18.9298 3.5 18.6537 3.5H8.56629C8.29015 3.5 8.06629 3.72386 8.06629 4V5.11006C8.06629 5.3862 8.29015 5.61006 8.56629 5.61006H18.6537C18.9298 5.61006 19.1537 5.3862 19.1537 5.11006V4Z" } }), this._v(" "), t2("path", { attrs: { d: "M3.84619 13.26C3.84619 12.9839 4.07005 12.76 4.34619 12.76H5.45625C5.73239 12.76 5.95625 12.9839 5.95625 13.26V14.3701C5.95625 14.6462 5.73239 14.8701 5.45625 14.8701H4.34619C4.07005 14.8701 3.84619 14.6462 3.84619 14.3701V13.26Z" } }), this._v(" "), t2("path", { attrs: { d: "M3.84619 17.8898C3.84619 17.6137 4.07005 17.3898 4.34619 17.3898H5.45625C5.73239 17.3898 5.95625 17.6137 5.95625 17.8898V18.9999C5.95625 19.276 5.73239 19.4999 5.45625 19.4999H4.34619C4.07005 19.4999 3.84619 19.276 3.84619 18.9999V17.8898Z" } }), this._v(" "), t2("path", { attrs: { d: "M3.84619 8.62994C3.84619 8.3538 4.07005 8.12994 4.34619 8.12994H5.45625C5.73239 8.12994 5.95625 8.3538 5.95625 8.62994V9.74C5.95625 10.0161 5.73239 10.24 5.45625 10.24H4.34619C4.07005 10.24 3.84619 10.0161 3.84619 9.74V8.62994Z" } }), this._v(" "), t2("path", { attrs: { d: "M3.84619 4C3.84619 3.72386 4.07005 3.5 4.34619 3.5H5.45625C5.73239 3.5 5.95625 3.72386 5.95625 4V5.11006C5.95625 5.3862 5.73239 5.61006 5.45625 5.61006H4.34619C4.07005 5.61006 3.84619 5.3862 3.84619 5.11006V4Z" } })]);
2349
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), listManage: e$3({ render: function() {
2355
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), listManage: e$4({ render: function() {
2350
2356
  var e2 = this.$createElement;
2351
2357
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M5.82965 16.6538L5.82965 0.553833H8.12965L8.12965 16.6538H11.9593L6.97965 23.5538L2 16.6538H5.82965ZM16.1796 0.553833L21.1593 7.45383L17.3296 7.45383V23.5538H15.0296V7.45383L11.2 7.45383L16.1796 0.553833Z" } });
2352
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), location: e$3({ render: function() {
2358
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), location: e$4({ render: function() {
2353
2359
  var e2 = this.$createElement;
2354
2360
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M4 8.05C4 3.5995 7.5995 0 12.05 0C16.5005 0 20.1 3.5995 20.1 8.05C20.1 14.0875 12.05 23 12.05 23C12.05 23 4 14.0875 4 8.05ZM9.17501 8.05011C9.17501 9.63711 10.463 10.9251 12.05 10.9251C13.637 10.9251 14.925 9.63711 14.925 8.05011C14.925 6.46311 13.637 5.17511 12.05 5.17511C10.463 5.17511 9.17501 6.46311 9.17501 8.05011Z" } });
2355
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), lock: e$3({ render: function() {
2361
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), lock: e$4({ render: function() {
2356
2362
  var e2 = this.$createElement;
2357
2363
  return (this._self._c || e2)("path", { attrs: { d: "M18.3333 7.66667H17.2381V5.47619C17.2381 2.45333 14.7848 0 11.7619 0C8.73905 0 6.28571 2.45333 6.28571 5.47619V7.66667H5.19048C3.98571 7.66667 3 8.65238 3 9.85714V20.8095C3 22.0143 3.98571 23 5.19048 23H18.3333C19.5381 23 20.5238 22.0143 20.5238 20.8095V9.85714C20.5238 8.65238 19.5381 7.66667 18.3333 7.66667ZM11.7619 17.5238C10.5571 17.5238 9.57143 16.5381 9.57143 15.3333C9.57143 14.1286 10.5571 13.1429 11.7619 13.1429C12.9667 13.1429 13.9524 14.1286 13.9524 15.3333C13.9524 16.5381 12.9667 17.5238 11.7619 17.5238ZM15.1571 7.66667H8.36667V5.47619C8.36667 3.60333 9.88905 2.08095 11.7619 2.08095C13.6348 2.08095 15.1571 3.60333 15.1571 5.47619V7.66667Z" } });
2358
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), logout: e$3({ render: function() {
2364
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), logout: e$4({ render: function() {
2359
2365
  var e2 = this.$createElement;
2360
2366
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M18.6434 4.08305L16.9078 5.8186C18.8389 7.37083 20.0734 9.75416 20.0734 12.4308C20.0734 17.1608 16.2478 20.9864 11.5178 20.9864C6.78782 20.9864 2.96227 17.1608 2.96227 12.4308C2.96227 9.75416 4.19671 7.37083 6.1156 5.80638L4.39227 4.08305C2.02116 6.09972 0.517822 9.08194 0.517822 12.4308C0.517822 18.5053 5.44338 23.4308 11.5178 23.4308C17.5923 23.4308 22.5178 18.5053 22.5178 12.4308C22.5178 9.08194 21.0133 6.09972 18.6434 4.08305ZM10.2956 13.6531H12.74V1.43085H10.2956V13.6531Z" } });
2361
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), measure: e$3({ render: function() {
2367
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), measure: e$4({ render: function() {
2362
2368
  var e2 = this.$createElement;
2363
2369
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M17.7717 0.241397L16.4534 1.55968L17.4627 2.56896C17.5803 2.68652 17.5803 2.87926 17.4627 2.99714L16.7515 3.708C16.634 3.82589 16.4412 3.82589 16.3234 3.708L15.3144 2.69873L14.4963 3.51656L16.4711 5.49142C16.589 5.60931 16.589 5.80204 16.4711 5.9196L15.7603 6.63046C15.6427 6.74835 15.4496 6.74835 15.3321 6.63046L13.3572 4.65592L12.5693 5.44388L13.5786 6.45283C13.6961 6.57072 13.6961 6.76345 13.5786 6.88102L12.8677 7.59188C12.7498 7.70976 12.5571 7.70976 12.4395 7.59188L11.4303 6.58292L10.5588 7.45439L12.5336 9.42926C12.6515 9.54682 12.6515 9.73955 12.5336 9.85712L11.8225 10.568C11.7049 10.6859 11.5122 10.6859 11.3946 10.568L9.41976 8.59312L8.59969 9.41352L9.60896 10.4225C9.72684 10.5404 9.72684 10.7331 9.60896 10.8507L8.8981 11.5618C8.78022 11.6794 8.58749 11.6794 8.46992 11.5618L7.46066 10.5526L6.65344 11.3598L8.62828 13.3346C8.74585 13.4522 8.74585 13.6449 8.62828 13.7625L7.91711 14.4737C7.79954 14.5913 7.60681 14.5913 7.48925 14.4737L5.51441 12.4988L4.71554 13.2977L5.7248 14.3067C5.84269 14.4245 5.84269 14.617 5.7248 14.7348L5.01395 15.4457C4.89607 15.5636 4.70334 15.5636 4.58577 15.4457L3.57651 14.4364L2.72496 15.288L4.6998 17.2628C4.81737 17.3807 4.81737 17.5735 4.6998 17.691L3.98895 18.4022C3.87106 18.5198 3.67833 18.5198 3.56077 18.4022L1.58593 16.4274L0.241635 17.7717C-0.0805451 18.0935 -0.0805451 18.6203 0.241635 18.9422L4.05769 22.7586C4.37987 23.0805 4.90634 23.0805 5.22852 22.7586L22.7586 5.22834C23.0805 4.90615 23.0805 4.37968 22.7586 4.05749L18.9422 0.241397C18.6204 -0.0804656 18.0936 -0.0804656 17.7717 0.241397Z" } });
2364
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), minus: e$3({ render: function() {
2370
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), minus: e$4({ render: function() {
2365
2371
  var e2 = this.$createElement;
2366
2372
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M0.0178223 13.2484H23.0178V9.9584H0.0178223V13.2484Z" } });
2367
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), model3d: e$3({ render: function() {
2373
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), model3d: e$4({ render: function() {
2368
2374
  var e2 = this.$createElement;
2369
2375
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M22.6758 5.03818L11.7623 0.0529037C11.607 -0.0183966 11.4265 -0.0172466 11.2712 0.0540537L3.22117 3.79272C2.93826 3.92497 2.81981 4.25157 2.95666 4.52413C3.09236 4.79668 3.43277 4.91168 3.71452 4.77943L11.5208 1.15461L21.0739 5.51773L11.4633 9.6175L0.795804 5.14398C0.619853 5.07038 0.417452 5.08648 0.257601 5.18768C0.0966005 5.28888 0 5.46138 0 5.64653V17.5042C0 17.717 0.127651 17.9102 0.327752 18.001L11.277 22.9484C11.2793 22.9495 11.2827 22.9495 11.285 22.9507C11.2977 22.9564 11.3115 22.9622 11.3241 22.9668C11.3299 22.9679 11.3356 22.9702 11.3402 22.9725C11.3552 22.9771 11.369 22.9806 11.3851 22.984C11.3897 22.9852 11.3931 22.9863 11.3989 22.9875C11.415 22.9909 11.4299 22.9932 11.446 22.9955L11.4587 22.9967C11.4782 22.999 11.4978 23.0001 11.5185 23.0001C11.5392 23.0001 11.5587 22.999 11.5794 22.9967C11.5829 22.9967 11.5863 22.9955 11.5909 22.9955C11.607 22.9932 11.6231 22.9909 11.6392 22.9875C11.6438 22.9863 11.6484 22.9852 11.653 22.984C11.668 22.9806 11.6829 22.9771 11.6967 22.9725C11.7025 22.9702 11.7071 22.9679 11.7128 22.9668C11.7266 22.961 11.7404 22.9564 11.7531 22.9507C11.7554 22.9495 11.7577 22.9495 11.76 22.9484L22.6747 17.9999C22.8736 17.9102 23.0001 17.717 23.0001 17.5042V5.53268C23.0001 5.32108 22.8736 5.12903 22.6758 5.03818ZM21.8637 17.1569L12.0863 21.5902V12.9444C12.0863 12.642 11.8322 12.397 11.5182 12.397C11.2043 12.397 10.9501 12.642 10.9501 12.9444V21.5913L1.13713 17.1569V6.48138L11.2388 10.718C11.3848 10.779 11.5504 10.779 11.6953 10.7169L21.8637 6.37903V17.1569Z" } });
2370
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), organization: e$3({ render: function() {
2376
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), organization: e$4({ render: function() {
2371
2377
  var e2 = this.$createElement;
2372
2378
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M14.0002 5.24957C14.0002 6.6303 12.8809 7.7496 11.5001 7.7496C10.1194 7.7496 9.00009 6.6303 9.00009 5.24957C9.00009 3.86884 10.1194 2.74954 11.5001 2.74954C12.8809 2.74954 14.0002 3.86884 14.0002 5.24957ZM15.4247 7.45313C14.6534 8.82378 13.1849 9.74962 11.5001 9.74962C9.01481 9.74962 7.00007 7.73488 7.00007 5.24957C7.00007 2.76426 9.01481 0.749512 11.5001 0.749512C13.9854 0.749512 16.0002 2.76426 16.0002 5.24957C16.0002 5.31734 15.9987 5.38477 15.9957 5.45181C18.3978 6.83951 20.099 9.30513 20.4381 12.1875C21.9533 12.9117 23 14.4586 23 16.25C23 18.7353 20.9852 20.75 18.4999 20.75C16.0146 20.75 13.9999 18.7353 13.9999 16.25C13.9999 13.8183 15.9285 11.8371 18.3396 11.7527C17.9513 9.97155 16.885 8.44368 15.4247 7.45313ZM7.00009 16.25C7.00009 17.6307 5.88079 18.75 4.50006 18.75C3.11933 18.75 2.00003 17.6307 2.00003 16.25C2.00003 14.8692 3.11933 13.7499 4.50006 13.7499C5.88079 13.7499 7.00009 14.8692 7.00009 16.25ZM9.00011 16.25C9.00011 18.7353 6.98537 20.75 4.50006 20.75C2.01474 20.75 0 18.7353 0 16.25C0 14.4585 1.0468 12.9116 2.56208 12.1874C2.90121 9.30518 4.60227 6.83967 7.00417 5.45195C7.03624 6.17683 7.2398 6.85713 7.57526 7.45328C6.11501 8.44384 5.04879 9.97164 4.66057 11.7527C7.07154 11.8372 9.00011 13.8184 9.00011 16.25ZM18.4999 18.75C19.8807 18.75 21 17.6307 21 16.25C21 14.8692 19.8807 13.7499 18.4999 13.7499C17.1192 13.7499 15.9999 14.8692 15.9999 16.25C15.9999 17.6307 17.1192 18.75 18.4999 18.75ZM15.1323 19.2356C15.6087 19.7726 16.2116 20.1948 16.8942 20.4556C15.391 21.5828 13.5235 22.2505 11.5001 22.2505C9.47656 22.2505 7.60903 21.5827 6.10581 20.4555C6.78842 20.1947 7.39124 19.7724 7.86758 19.2354C8.92655 19.8795 10.17 20.2505 11.5001 20.2505C12.8301 20.2505 14.0734 19.8796 15.1323 19.2356Z" } });
2373
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), parameters: e$3({ render: function() {
2379
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), parameters: e$4({ render: function() {
2374
2380
  var e2 = this.$createElement;
2375
2381
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M0 17.8889V20.4444H7.66667V17.8889H0ZM0 2.55556V5.11111H12.7778V2.55556H0ZM12.7778 23V20.4444H23V17.8889H12.7778V15.3333H10.2222V23H12.7778ZM5.11111 7.66667V10.2222H0V12.7778H5.11111V15.3333H7.66667V7.66667H5.11111ZM23 12.7778V10.2222H10.2222V12.7778H23ZM15.3333 7.66667H17.8889V5.11111H23V2.55556H17.8889V0H15.3333V7.66667Z" } });
2376
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), path: e$3({ render: function() {
2382
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), path: e$4({ render: function() {
2377
2383
  var e2 = this.$createElement;
2378
2384
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M23 2.87267C23 4.23366 21.8967 5.33696 20.5357 5.33696C19.8712 5.33696 19.2682 5.07396 18.825 4.64637L9.83851 9.13959C9.85081 9.23937 9.85714 9.341 9.85714 9.4441C9.85714 9.54715 9.85082 9.64872 9.83853 9.74845L18.8251 14.2417C19.2683 13.8142 19.8713 13.5512 20.5357 13.5512C21.8967 13.5512 23 14.6545 23 16.0155C23 17.3765 21.8967 18.4798 20.5357 18.4798C19.6964 18.4798 18.9551 18.0602 18.5101 17.4193L4.92202 21.1252C4.82932 22.4016 3.76438 23.4084 2.46429 23.4084C1.1033 23.4084 0 22.3051 0 20.9441C0 19.5831 1.1033 18.4798 2.46429 18.4798C3.30355 18.4798 4.04483 18.8994 4.48982 19.5402L18.078 15.8343C18.081 15.7929 18.085 15.7518 18.0901 15.711L9.10365 11.2178C8.66043 11.6454 8.05736 11.9084 7.39286 11.9084C6.03187 11.9084 4.92857 10.8051 4.92857 9.4441C4.92857 8.08311 6.03187 6.97982 7.39286 6.97982C8.0573 6.97982 8.66032 7.24278 9.10353 7.67032L18.09 3.17706C18.0778 3.07732 18.0714 2.97573 18.0714 2.87267C18.0714 1.51168 19.1747 0.408386 20.5357 0.408386C21.8967 0.408386 23 1.51168 23 2.87267Z" } });
2379
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), pieGraph: e$3({ render: function() {
2385
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), pieGraph: e$4({ render: function() {
2380
2386
  var e2 = this.$createElement, t2 = this._self._c || e2;
2381
2387
  return t2("g", [t2("circle", { attrs: { cx: "12.2266", cy: "12.2281", r: "9.65632", stroke: "#D8D8D8", "stroke-width": "5", fill: "none" } }), this._v(" "), t2("path", { attrs: { d: "M21.8824 12.2281C21.8824 6.89506 17.5592 2.57178 12.2261 2.57178C11.6725 2.57178 11.1297 2.61837 10.6016 2.70785", stroke: "var(--color-secondary)", "stroke-width": "5", fill: "none" } }), this._v(" "), t2("path", { attrs: { d: "M12.2266 21.8843C6.89359 21.8843 2.57031 17.5611 2.57031 12.228C2.57031 7.44861 6.04256 3.4802 10.6021 2.70776", stroke: "var(--color-primary)", "stroke-width": "5", fill: "none" } })]);
2382
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), plus: e$3({ render: function() {
2388
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), plus: e$4({ render: function() {
2383
2389
  var e2 = this.$createElement;
2384
2390
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M13.2066 0.46463H9.92089V10.3218H0.0637207V13.6075H9.92089V23.4646H13.2066V13.6075H23.0637V10.3218H13.2066V0.46463Z" } });
2385
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), project: e$3({ render: function() {
2391
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), project: e$4({ render: function() {
2386
2392
  var e2 = this.$createElement;
2387
2393
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M7.3081 2.94247L12.5649 0V1.89286C18.2707 2.22812 22.7916 6.81993 22.7916 12.4362C22.7916 18.2704 17.9134 23 11.8958 23C5.87827 23 1 18.2704 1 12.4362C1 9.69438 2.07754 7.19679 3.84419 5.31913L5.54766 6.67278C4.09078 8.18052 3.19828 10.2072 3.19828 12.4362C3.19828 17.0934 7.09229 20.8687 11.8958 20.8687C16.6993 20.8687 20.5933 17.0934 20.5933 12.4362C20.5933 7.99732 17.0557 4.35959 12.5649 4.02832V5.88494L7.3081 2.94247ZM7.70508 12.5722C7.70508 10.2578 9.58134 8.38155 11.8958 8.38155C14.2102 8.38155 16.0865 10.2578 16.0865 12.5722C16.0865 14.8867 14.2102 16.7629 11.8958 16.7629C9.58134 16.7629 7.70508 14.8867 7.70508 12.5722Z" } });
2388
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), quickSelect: e$3({ render: function() {
2394
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), quickSelect: e$4({ render: function() {
2389
2395
  var e2 = this.$createElement, t2 = this._self._c || e2;
2390
2396
  return t2("g", [t2("path", { attrs: { d: "M18.3998 4.89012H7.57623C6.08799 4.89012 4.87035 6.10777 4.87035 7.59601V18.4195H3.51741C2.02917 18.4195 0.811523 17.2019 0.811523 15.7137V3.53718C0.811523 2.04895 2.02917 0.831299 3.51741 0.831299H15.6939C17.1821 0.831299 18.3998 2.04895 18.3998 3.53718V4.89012Z" } }), this._v(" "), t2("path", { attrs: { d: "M8.92915 6.24307H21.1056C22.5939 6.24307 23.8115 7.46072 23.8115 8.94896V21.1254C23.8115 22.6137 22.5939 23.8313 21.1056 23.8313H8.92915C7.44091 23.8313 6.22327 22.6137 6.22327 21.1254V8.94896C6.22327 7.46072 7.44091 6.24307 8.92915 6.24307ZM20.4291 10.3019L12.988 17.7431L10.0115 14.7666L8.92915 15.849L12.8527 19.7725L21.3762 11.249L20.4291 10.3019Z" } })]);
2391
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), readonlyFolder: e$3({ render: function() {
2397
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), readonlyFolder: e$4({ render: function() {
2392
2398
  var e2 = this.$createElement;
2393
2399
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M2.29984 2H9.19976L11.5 4.30024H20.6998C21.9651 4.30024 23 5.33515 23 6.60008V18.1001C23 19.3654 21.9651 20.4003 20.6998 20.4003H2.29984C1.03451 20.4003 0 19.3654 0 18.1001L0.0111238 4.30024C0.0111238 3.03491 1.03451 2 2.29984 2ZM10 12.5C10 11.7253 10.67 11.1 11.5 11.1C12.33 11.1 13 11.7253 13 12.5C13 13.2747 12.33 13.9 11.5 13.9C10.67 13.9 10 13.2747 10 12.5ZM9 12.5C9 13.788 10.12 14.8333 11.5 14.8333C12.88 14.8333 14 13.788 14 12.5C14 11.212 12.88 10.1667 11.5 10.1667C10.12 10.1667 9 11.212 9 12.5ZM6 12.5C6.865 10.4513 9 9 11.5 9C14 9 16.135 10.4513 17 12.5C16.135 14.5487 14 16 11.5 16C9 16 6.865 14.5487 6 12.5Z" } });
2394
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), redo: e$3({ render: function() {
2400
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), redo: e$4({ render: function() {
2395
2401
  var e2 = this.$createElement;
2396
2402
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M17.1921 0.277443L22.6409 5.41187L17.1921 10.5463V7.24548H10.0143C6.59996 7.24548 3.83206 10.0134 3.83206 13.4278C3.83206 16.8421 6.59996 19.61 10.0143 19.61H17.4016V23.2775H10.0143C4.57448 23.2775 0.164612 18.8676 0.164612 13.4278C0.164612 7.9879 4.57448 3.57803 10.0143 3.57803H17.1921V0.277443Z" } });
2397
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), reduced: e$3({ render: function() {
2403
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), reduced: e$4({ render: function() {
2398
2404
  var e2 = this.$createElement, t2 = this._self._c || e2;
2399
2405
  return t2("g", [t2("path", { attrs: { d: "M0.000108719 12.2561L11.8879 12.2561L11.8879 0.50036L0.000108719 12.2561Z" } }), this._v(" "), t2("rect", { attrs: { width: "3.30887", height: "8.73798", transform: "matrix(-0.711046 0.703145 -0.711046 -0.703146 8.78711 6.86267)" } }), this._v(" "), t2("path", { attrs: { d: "M23.0004 11.7451L11.1125 11.7451L11.1125 23.5009L23.0004 11.7451Z" } }), this._v(" "), t2("rect", { attrs: { width: "3.30887", height: "8.73798", transform: "matrix(0.711046 -0.703145 0.711046 0.703145 14.2141 17.1385)" } })]);
2400
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), refresh: e$3({ render: function() {
2406
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), refresh: e$4({ render: function() {
2401
2407
  var e2 = this.$createElement;
2402
2408
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M12.3636 8.36364V5.22727C8.90318 5.22727 6.09091 8.03954 6.09091 11.5C6.09091 12.5559 6.35227 13.5595 6.82273 14.4273L5.29636 15.9536C4.48091 14.6677 4 13.1414 4 11.5C4 6.87909 7.74273 3.13636 12.3636 3.13636V0L16.5455 4.18182L12.3636 8.36364ZM17.9045 8.57278L19.4309 7.04642C20.2464 8.33233 20.7273 9.85869 20.7273 11.5001C20.7273 16.121 16.9845 19.8637 12.3636 19.8637V23.0001L8.18181 18.8182L12.3636 14.6364V17.7728C15.8241 17.7728 18.6364 14.9605 18.6364 11.5001C18.6364 10.4441 18.3645 9.45096 17.9045 8.57278Z" } });
2403
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), reprocessIfc: e$3({ render: function() {
2409
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), reprocessIfc: e$4({ render: function() {
2404
2410
  var e2 = this.$createElement, t2 = this._self._c || e2;
2405
2411
  return t2("g", [t2("path", { attrs: { d: "M11.8203 4.50582V5.99229L15.4758 3.25508L11.8203 0.553833V2.00433C6.00773 2.00433 1.2998 6.482 1.2998 12.0103C1.2998 13.974 1.90473 15.8 2.93048 17.3385L4.85047 15.5124C4.25869 14.4743 3.92993 13.2735 3.92993 12.0103C3.92993 7.87032 7.46745 4.50582 11.8203 4.50582Z" } }), this._v(" "), t2("path", { attrs: { d: "M11.7793 19.6018L11.7793 18.1154L8.12386 20.8526L11.7793 23.5538L11.7793 22.1033C17.5919 22.1033 22.2998 17.6257 22.2998 12.0974C22.2998 10.1337 21.6949 8.30762 20.6691 6.76921L18.7491 8.59529C19.3409 9.63341 19.6697 10.8341 19.6697 12.0974C19.6697 16.2373 16.1322 19.6018 11.7793 19.6018Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.1641 7.92453C11.1641 7.40334 11.5866 6.98083 12.1078 6.98083C12.629 6.98083 13.0515 7.40334 13.0515 7.92453V8.65954C13.4326 8.74917 13.7916 8.89186 14.1195 9.07888L14.6993 8.52748C15.0678 8.17697 15.6653 8.17697 16.0339 8.52748C16.4024 8.87799 16.4024 9.44627 16.0339 9.79678L15.4579 10.3446C15.6576 10.6571 15.8103 10.9999 15.9066 11.3639H16.7626C17.2583 11.3639 17.6601 11.7657 17.6601 12.2614C17.6601 12.7571 17.2583 13.159 16.7626 13.159H15.9143C15.8203 13.5268 15.6689 13.8733 15.4696 14.1894L16.0339 14.7261C16.4024 15.0766 16.4024 15.6449 16.0339 15.9954C15.6654 16.3459 15.0678 16.3459 14.6993 15.9954L14.1388 15.4623C13.8057 15.6548 13.44 15.8014 13.0515 15.8928V16.5984C13.0515 17.1196 12.629 17.5421 12.1078 17.5421C11.5866 17.5421 11.1641 17.1196 11.1641 16.5984V15.8927C10.7756 15.8013 10.41 15.6548 10.077 15.4623L9.51643 15.9955C9.1479 16.346 8.55039 16.346 8.18185 15.9955C7.81332 15.6449 7.81332 15.0767 8.18185 14.7261L8.7462 14.1894C8.54691 13.8733 8.39551 13.5268 8.30152 13.159H7.4532C6.9575 13.159 6.55566 12.7571 6.55566 12.2614C6.55566 11.7657 6.95751 11.3639 7.4532 11.3639H8.30917C8.40551 10.9999 8.55817 10.6572 8.75782 10.3446L8.18182 9.79677C7.81329 9.44626 7.81329 8.87797 8.18182 8.52746C8.55035 8.17695 9.14787 8.17695 9.5164 8.52746L10.0962 9.07891C10.4241 8.89189 10.7831 8.74921 11.1641 8.65957V7.92453ZM12.1079 14.4477C13.3689 14.4477 14.3911 13.4755 14.3911 12.2761C14.3911 11.0768 13.3689 10.1046 12.1079 10.1046C10.8469 10.1046 9.82463 11.0768 9.82463 12.2761C9.82463 13.4755 10.8469 14.4477 12.1079 14.4477Z" } })]);
2406
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), reset: e$3({ render: function() {
2412
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), reset: e$4({ render: function() {
2407
2413
  var e2 = this.$createElement;
2408
2414
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M9.89662 7.99349L16.5789 4.13546L9.89662 0.277418V7.99349ZM0.221069 13.1147C0.221069 7.66542 4.50998 3.21786 9.89633 2.96351V5.05472C5.66388 5.30673 2.30929 8.81897 2.30929 13.1147C2.30929 17.5741 5.92436 21.1892 10.3838 21.1892C14.8432 21.1892 18.4582 17.5741 18.4582 13.1147L18.4579 13.0467H20.5462L20.5465 13.1147C20.5465 18.7274 15.9965 23.2774 10.3838 23.2774C4.77106 23.2774 0.221069 18.7274 0.221069 13.1147Z" } });
2409
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), right: e$3({ render: function() {
2415
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), right: e$4({ render: function() {
2410
2416
  var e2 = this.$createElement;
2411
2417
  return (this._self._c || e2)("path", { attrs: { d: "M21.7407 11.7774L0.274057 23.2774L0.274058 0.277404L21.7407 11.7774Z" } });
2412
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), rules: e$3({ render: function() {
2418
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), rules: e$4({ render: function() {
2413
2419
  var e2 = this.$createElement;
2414
2420
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M0 4H13.1428V6.19047H0V4ZM0 8.38093H13.1428V10.5714H0V8.38093ZM0 14.9524H8.76189V12.7619H0V14.9524ZM23 11.6666L21.3571 10.0238L15.3443 16.0476L12.0476 12.7619L10.4048 14.4047L15.3443 19.3333L23 11.6666Z" } });
2415
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), sandglass: e$3({ render: function() {
2421
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), sandglass: e$4({ render: function() {
2416
2422
  var e2 = this.$createElement;
2417
2423
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M5 0V6.9H5.0115L5 6.9115L9.6 11.5L5 16.1L5.0115 16.1115H5V23H18.8V16.1115H18.7885L18.8 16.1L14.2 11.5L18.8 6.9115L18.7885 6.9H18.8V0H5ZM16.5 16.675V20.7H7.3V16.675L11.9 12.075L16.5 16.675ZM11.9 10.925L7.3 6.325V2.3H16.5V6.325L11.9 10.925ZM11.9 16.1L8.45 19.55H15.35L11.9 16.1ZM15.35 6.325L11.9 9.775L8.45 6.325L15.35 6.325Z" } });
2418
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), save: e$3({ render: function() {
2424
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), save: e$4({ render: function() {
2419
2425
  var e2 = this.$createElement;
2420
2426
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M 18.486083,0 H 1.4831979 C 0.66405087,0 0,0.66939113 0,1.4951152 V 20.504964 C 0,21.330672 0.66405183,22 1.4831998,22 H 20.516712 C 21.335835,22 22,21.330672 22,20.504964 V 3.5420143 Z M 3.0019947,11.000759 H 18.997863 V 21.469905 H 3.0019947 Z M 4.0318778,0.55220191 H 13.015922 V 5.4153029 c 0,0.058989 0.0474,0.1067975 0.10593,0.1067975 h 2.811993 c 0.05851,0 0.105944,-0.047817 0.105944,-0.1067975 V 0.55220191 h 1.928324 V 6.085047 c 0,0.5308217 -0.426912,0.9611484 -0.953468,0.9611484 H 4.9853636 c -0.5265892,0 -0.9534858,-0.4303267 -0.9534858,-0.9611484 z M 4.5687237,12.888559 H 17.431253 v 0.541178 H 4.5687237 Z M 17.431253,14.563595 H 4.5687237 v 0.54116 H 17.431253 Z M 4.5687237,16.238579 H 17.431253 v 0.541178 H 4.5687237 Z m 12.8625293,1.67514 H 4.5687237 v 0.541004 H 17.431253 Z" } });
2421
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), screenConfig: e$3({ render: function() {
2427
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), screenConfig: e$4({ render: function() {
2422
2428
  var e2 = this.$createElement, t2 = this._self._c || e2;
2423
2429
  return t2("g", [t2("path", { attrs: { d: "M16.4286 3H1.64286C0.731071 3 0 3.7565 0 4.7V14.9C0 15.835 0.731071 16.6 1.64286 16.6H7.39286V18.3H5.75V20H12.3214V18.3H10.6786V16.6H12.3214V14.9H1.64286V4.7H16.4286V8.95H18.0714V4.7C18.0714 3.7565 17.3321 3 16.4286 3Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M19.7143 10.65H17.25V11.7176C17.1264 11.7628 17.0058 11.8147 16.8886 11.8727L16.1589 11.1176L14.4164 12.9207L15.146 13.6757C15.0899 13.797 15.0399 13.9217 14.9962 14.0496H13.9643V16.5996H14.9959C15.0396 16.7277 15.0898 16.8527 15.1459 16.9741L14.4162 17.7292L16.1587 19.5323L16.8884 18.7772C17.0057 18.8353 17.1263 18.8871 17.2501 18.9324V20H19.7143V18.9323C19.838 18.8871 19.9587 18.8352 20.0759 18.7772L20.8055 19.5321L22.548 17.729L21.8184 16.974C21.8744 16.8527 21.9245 16.728 21.9682 16.6001H23V14.0501H21.9682C21.9246 13.9222 21.8745 13.7974 21.8184 13.6761L22.5482 12.921L20.8057 11.1178L20.076 11.8729C19.9588 11.8148 19.8381 11.7629 19.7143 11.7177V10.65ZM18.4822 17.45C19.6163 17.45 20.5357 16.4986 20.5357 15.325C20.5357 14.1514 19.6163 13.2 18.4822 13.2C17.348 13.2 16.4286 14.1514 16.4286 15.325C16.4286 16.4986 17.348 17.45 18.4822 17.45Z" } })]);
2424
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), screenshot: e$3({ render: function() {
2430
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), screenshot: e$4({ render: function() {
2425
2431
  var e2 = this, t2 = e2.$createElement, i2 = e2._self._c || t2;
2426
2432
  return i2("g", [i2("path", { attrs: { d: "M17.284 16.9705C17.284 19.1126 15.5475 20.8492 13.4053 20.8492C11.2632 20.8492 9.52663 19.1126 9.52663 16.9705C9.52663 14.8283 11.2632 13.0918 13.4053 13.0918C15.5475 13.0918 17.284 14.8283 17.284 16.9705ZM11.393 16.9705C11.393 18.0818 12.294 18.9828 13.4053 18.9828C14.5167 18.9828 15.4176 18.0818 15.4176 16.9705C15.4176 15.8591 14.5167 14.9582 13.4053 14.9582C12.294 14.9582 11.393 15.8591 11.393 16.9705Z" } }), e2._v(" "), i2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M3.81065 11.2545V23.7072H23V11.2545H18.1602L16.7396 9.41721H10.1391L8.73535 11.2545H3.81065ZM9.66272 13.0918H5.71598V21.8018H21.0947V13.0918H17.216L15.787 11.2545H11.0237L9.66272 13.0918Z" } }), e2._v(" "), i2("path", { attrs: { d: "M19.0533 8.32845H21.0947V10.3699H19.0533V8.32845Z" } }), e2._v(" "), i2("path", { attrs: { d: "M19.0533 4.5178H21.0947V6.55922H19.0533V4.5178Z" } }), e2._v(" "), i2("path", { attrs: { d: "M19.0533 0.707153H21.0947V2.74857H19.0533V0.707153Z" } }), e2._v(" "), i2("path", { attrs: { d: "M15.2426 0.707153H17.284V2.74857H15.2426V0.707153Z" } }), e2._v(" "), i2("path", { attrs: { d: "M11.432 0.707153H13.4734V2.74857H11.432V0.707153Z" } }), e2._v(" "), i2("path", { attrs: { d: "M7.6213 0.707153H9.66272V2.74857H7.6213V0.707153Z" } }), e2._v(" "), i2("path", { attrs: { d: "M3.81065 0.707153H5.85207V2.74857H3.81065V0.707153Z" } }), e2._v(" "), i2("path", { attrs: { d: "M0 0.707153H2.04142V2.74857H0V0.707153Z" } }), e2._v(" "), i2("path", { attrs: { d: "M0 4.5178H2.04142V6.55922H0V4.5178Z" } }), e2._v(" "), i2("path", { attrs: { d: "M0 8.32845H2.04142V10.3699H0V8.32845Z" } }), e2._v(" "), i2("path", { attrs: { d: "M0 12.1391H2.04142V14.1805H0V12.1391Z" } }), e2._v(" "), i2("path", { attrs: { d: "M0 15.9498H2.04142V17.9912H0V15.9498Z" } })]);
2427
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), search: e$3({ render: function() {
2433
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), search: e$4({ render: function() {
2428
2434
  var e2 = this.$createElement;
2429
2435
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M8.54777 14.4652C5.27332 14.4652 2.6301 11.822 2.6301 8.54753C2.6301 5.27309 5.27332 2.62986 8.54777 2.62986C11.8222 2.62986 14.4654 5.27309 14.4654 8.54753C14.4654 11.822 11.8222 14.4652 8.54777 14.4652ZM16.438 14.4654H15.3991L15.0309 14.1103C16.3196 12.6112 17.0955 10.665 17.0955 8.54774C17.0955 3.82676 13.2687 0 8.54774 0C3.82676 0 0 3.82676 0 8.54774C0 13.2687 3.82676 17.0955 8.54774 17.0955C10.665 17.0955 12.6112 16.3196 14.1103 15.0309L14.4654 15.3991V16.438L21.0406 23L23 21.0406L16.438 14.4654Z" } });
2430
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), section: e$3({ render: function() {
2436
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), section: e$4({ render: function() {
2431
2437
  var e2 = this.$createElement;
2432
2438
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M0 7.73164V23L11.953 16.5753C11.953 16.5753 6.49999 14.0121 6.28069 13.8522C6.26505 13.8408 6.24156 13.8259 6.21198 13.8071C5.82653 13.5623 4.40617 12.66 5.8354 10.3329C7.11214 8.25209 9.34904 9.49862 9.34904 9.49862L13.7885 11.4995V0L0 7.73164ZM19.8067 10.2348L18.2687 11.0038L20.3082 16.2667L8.58975 10.69C8.58975 10.69 7.57905 10.1296 7.03365 11.1403C6.3805 12.3517 7.13376 12.6275 7.13376 12.6275L19.2556 18.215L13.8883 20.6252L14.8085 22.0092L23 18.6253L19.8067 10.2348Z" } });
2433
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), settings: e$3({ render: function() {
2439
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), settings: e$4({ render: function() {
2434
2440
  var e2 = this.$createElement;
2435
2441
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.4907 15.5796C9.27638 15.5782 7.45187 13.7521 7.45375 11.5394C7.4554 9.32548 9.28085 7.50261 11.4952 7.50402C13.7103 7.50519 15.5319 9.32923 15.5294 11.5438C15.527 13.7615 13.7058 15.5813 11.4907 15.5796ZM19.8834 9.58064C19.6779 9.5487 19.5797 9.46792 19.5046 9.25984C19.2902 8.66804 19.0518 8.08304 18.7827 7.51448C18.6767 7.29138 18.6918 7.15235 18.8289 6.96142C19.4376 6.11292 20.0311 5.25363 20.606 4.43284C19.92 3.7471 19.2556 3.08296 18.5692 2.39674C18.4945 2.44911 18.3926 2.5198 18.2918 2.59237C17.5359 3.1358 16.7764 3.67476 16.027 4.22712C15.8635 4.3476 15.744 4.34149 15.5625 4.25929C14.9683 3.99063 14.364 3.74217 13.7556 3.50779C13.5729 3.43757 13.4803 3.35772 13.4479 3.15599C13.295 2.2037 13.1187 1.25516 12.9634 0.303332C12.9275 0.0821085 12.8451 -0.00407955 12.6102 0.000147662C11.8399 0.0142384 11.0692 0.00460971 10.2989 0.00695816C10.2118 0.00719301 10.1246 0.0266851 10.0333 0.0379577C9.86301 1.08231 9.68899 2.10083 9.53658 3.12264C9.50417 3.3387 9.41235 3.42653 9.21602 3.50004C8.61575 3.72455 8.0169 3.95752 7.43636 4.22806C7.22336 4.32716 7.0949 4.31331 6.91618 4.1832C6.08084 3.57472 5.2361 2.97915 4.42048 2.39721C3.73098 3.08413 3.06026 3.7532 2.37804 4.43331C2.96327 5.27194 3.56635 6.12584 4.153 6.99077C4.2204 7.08988 4.24952 7.27071 4.20748 7.37944C3.9562 8.0309 3.68425 8.67461 3.40455 9.31456C3.36251 9.41085 3.25401 9.52874 3.16031 9.54495C2.10891 9.72672 1.05422 9.89017 0 10.0588V12.9572C1.02886 13.139 2.05677 13.3281 3.08798 13.4967C3.29534 13.5307 3.36321 13.6327 3.43249 13.8107C3.67368 14.4292 3.92778 15.0434 4.20137 15.6481C4.28005 15.8216 4.27018 15.9313 4.16145 16.0795C3.69223 16.7188 3.23475 17.3667 2.77375 18.012C2.62204 18.2243 2.47268 18.4378 2.34422 18.6194C3.03936 19.3117 3.70444 19.9739 4.38596 20.6526C5.21473 20.0737 6.07497 19.481 6.92487 18.8735C7.1003 18.748 7.22688 18.7539 7.41875 18.8427C7.98003 19.102 8.54859 19.3502 9.131 19.5554C9.38205 19.6437 9.49713 19.7454 9.53705 20.0134C9.68547 21.0105 9.86137 22.0035 10.0279 23.0034H12.912C13.0938 21.9805 13.2809 20.9763 13.4453 19.9685C13.4848 19.7276 13.5912 19.6367 13.8162 19.5557C14.3866 19.35 14.9521 19.1207 15.4944 18.85C15.7416 18.7264 15.8945 18.7426 16.1071 18.8965C16.9441 19.5012 17.7942 20.0876 18.5995 20.6531C19.2885 19.9641 19.9531 19.2995 20.637 18.6158C20.5827 18.5386 20.5118 18.4357 20.4393 18.3342C19.8954 17.5785 19.3536 16.8211 18.8052 16.0687C18.7033 15.9287 18.6636 15.8235 18.747 15.6392C19.0252 15.0241 19.2608 14.3898 19.5332 13.7719C19.5821 13.6611 19.7169 13.5413 19.8326 13.5148C20.2457 13.4194 20.6682 13.3642 21.0867 13.2905C21.7278 13.1775 22.3683 13.0615 23 12.9486V10.0827C21.9463 9.91177 20.916 9.7401 19.8834 9.58064Z" } });
2436
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), share: e$3({ render: function() {
2442
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), share: e$4({ render: function() {
2437
2443
  var e2 = this.$createElement;
2438
2444
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M14.564 18.428L22.9999 10.714L14.564 3V7.94155C8.95509 7.51864 -0.50778 9.48476 0.0212735 20.6282C1.12724 17.8112 5.54844 12.6311 14.564 13.4746V18.428Z" } });
2439
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), show: e$3({ render: function() {
2445
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), show: e$4({ render: function() {
2440
2446
  var e2 = this.$createElement;
2441
2447
  return (this._self._c || e2)("path", { attrs: { d: "M11.4995 8.20455C9.76406 8.20455 8.36315 9.60545 8.36315 11.3409C8.36315 13.0764 9.76406 14.4773 11.4995 14.4773C13.235 14.4773 14.6359 13.0764 14.6359 11.3409C14.6359 9.60545 13.235 8.20455 11.4995 8.20455ZM11.4995 16.5682C8.61406 16.5682 6.27224 14.2264 6.27224 11.3409C6.27224 8.45545 8.61406 6.11364 11.4995 6.11364C14.385 6.11364 16.7268 8.45545 16.7268 11.3409C16.7268 14.2264 14.385 16.5682 11.4995 16.5682ZM11.4995 3.5C6.27224 3.5 1.80815 6.75136 -0.000488281 11.3409C1.80815 15.9305 6.27224 19.1818 11.4995 19.1818C16.7268 19.1818 21.1909 15.9305 22.9995 11.3409C21.1909 6.75136 16.7268 3.5 11.4995 3.5Z" } });
2442
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), showSelected: e$3({ render: function() {
2448
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), showSelected: e$4({ render: function() {
2443
2449
  var e2 = this.$createElement, t2 = this._self._c || e2;
2444
2450
  return t2("g", [t2("path", { attrs: { d: "M15.6069 2.9494L17.3118 4.61536L9.36673 12.3898L4.24048 7.39196L5.94544 5.726L9.36673 9.05792L15.6069 2.9494Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M3.42978 9.10136C3.42978 12.3758 6.07301 15.019 9.34745 15.019C12.6219 15.019 15.2651 12.3758 15.2651 9.10136C15.2651 8.63047 15.2105 8.17263 15.1071 7.73382L17.185 5.68489C17.6418 6.73127 17.8952 7.88682 17.8952 9.10157C17.8952 11.2188 17.1193 13.165 15.8306 14.6642L16.1988 15.0192H17.2376L23.7997 21.5944L21.8403 23.5538L15.2651 16.9918V15.9529L14.91 15.5847C13.4109 16.8734 11.4646 17.6493 9.34742 17.6493C4.62644 17.6493 0.799683 13.8226 0.799683 9.10157C0.799683 4.38059 4.62644 0.553833 9.34742 0.553833C11.4683 0.553833 13.4087 1.32617 14.9028 2.60494C14.87 2.63635 14.8357 2.66923 14.8 2.70347C14.3495 3.13521 13.6725 3.78411 12.9949 4.43717C11.9907 3.65145 10.7249 3.1837 9.34745 3.1837C6.07301 3.1837 3.42978 5.82692 3.42978 9.10136Z" } })]);
2445
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), socotec: e$3({ render: function() {
2451
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), socotec: e$4({ render: function() {
2446
2452
  var e2 = this.$createElement;
2447
2453
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M9.27974 16.9196C6.71704 16.9196 4.63987 14.8424 4.63987 12.2797C4.63987 9.71704 6.71704 7.63987 9.27974 7.63987C10.8157 7.63987 12.1732 8.38943 13.0177 9.53891L9.42965 12.4295L12.8781 15.2074C13.5286 14.4088 13.9198 13.3901 13.9198 12.2798C13.9198 11.2531 13.5825 10.3074 13.0179 9.53871L16.6353 6.62479C14.9386 4.4213 12.2759 3 9.27974 3C4.15463 3 0 7.15463 0 12.2797C0 17.4049 4.15463 21.5595 9.27974 21.5595C12.1921 21.5595 14.7898 20.2169 16.491 18.1182L12.8779 15.2074C12.0271 16.2518 10.7319 16.9196 9.27974 16.9196ZM16.6355 6.62479L20.2061 3.74837C20.2061 3.74837 26.4924 12.1301 20.2061 21.1105L16.4912 18.1182C17.7841 16.5233 18.5597 14.4925 18.5597 12.2797C18.5597 10.1508 17.841 8.19067 16.6355 6.62479Z" } });
2448
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), space: e$3({ render: function() {
2454
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), space: e$4({ render: function() {
2449
2455
  var e2 = this.$createElement, t2 = this._self._c || e2;
2450
2456
  return t2("g", [t2("path", { attrs: { d: "M12.0115 0.751587L2.51154 6.15159V17.0516L12.0115 11.5516V0.751587ZM8.81154 9.15159L6.41154 10.5516V7.85159L8.81154 6.55159V9.15159Z" } }), this._v(" "), t2("path", { attrs: { d: "M12.6115 0.751587V11.6516L15.5115 13.2516V5.95159L18.6115 7.75159V15.0516L22.1115 17.0516V6.15159L12.6115 0.751587Z" } }), this._v(" "), t2("path", { attrs: { d: "M12.3115 23.3516L2.51154 17.5516L12.3115 11.8516L22.1115 17.5516L12.3115 23.3516ZM3.11154 17.6516L12.3115 23.0516L21.5115 17.6516L12.3115 12.3516L3.11154 17.6516Z" } })]);
2451
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), split: e$3({ render: function() {
2457
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), split: e$4({ render: function() {
2452
2458
  var e2 = this.$createElement, t2 = this._self._c || e2;
2453
2459
  return t2("g", [t2("rect", { attrs: { x: "12.8649", y: "20.541", width: "1.72499", height: "18.0819", transform: "rotate(-180 12.8649 20.541)" } }), this._v(" "), t2("rect", { attrs: { width: "1.76375", height: "6.39361", transform: "matrix(0.704882 0.709324 -0.704882 0.709324 5.00671 6.9657)" } }), this._v(" "), t2("rect", { attrs: { x: "9.55774", y: "10.7045", width: "1.73586", height: "7.76247", transform: "rotate(90 9.55774 10.7045)" } }), this._v(" "), t2("rect", { attrs: { width: "1.76375", height: "6.39361", transform: "matrix(-0.704882 0.709324 -0.704882 -0.709324 6.25037 14.7845)" } }), this._v(" "), t2("rect", { attrs: { width: "1.76375", height: "6.39361", transform: "matrix(-0.704882 -0.709324 0.704882 -0.709324 18.9933 16.0353)" } }), this._v(" "), t2("rect", { attrs: { x: "14.4423", y: "12.2964", width: "1.73586", height: "7.76247", transform: "rotate(-90 14.4423 12.2964)" } }), this._v(" "), t2("rect", { attrs: { width: "1.76375", height: "6.39361", transform: "matrix(0.704882 -0.709324 0.704882 0.709324 17.7496 8.21649)" } })]);
2454
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), storey: e$3({ render: function() {
2460
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), storey: e$4({ render: function() {
2455
2461
  var e2 = this.$createElement;
2456
2462
  return (this._self._c || e2)("path", { attrs: { d: "M11.7015 19.5944L2.29239 12.886L0.201477 14.4194L11.7015 22.661L23.2015 14.4194L21.1106 12.886L11.7015 19.5944ZM11.7015 16.7194L21.1106 10.011L23.2015 8.47769L11.7015 0.236023L0.201477 8.47769L2.29239 10.011L11.7015 16.7194Z" } });
2457
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), success: e$3({ render: function() {
2463
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), success: e$4({ render: function() {
2458
2464
  var e2 = this.$createElement;
2459
2465
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M23 11.5664C23 17.9177 17.8513 23.0664 11.5 23.0664C5.14873 23.0664 0 17.9177 0 11.5664C0 5.21513 5.14873 0.0664062 11.5 0.0664062C17.8513 0.0664062 23 5.21513 23 11.5664ZM17.7727 10.1843L16.2727 8.71857L10.7827 14.0927L7.77271 11.1614L6.27271 12.6271L10.7827 17.0241L17.7727 10.1843Z" } });
2460
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), surface: e$3({ render: function() {
2466
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), surface: e$4({ render: function() {
2461
2467
  var e2 = this.$createElement, t2 = this._self._c || e2;
2462
2468
  return t2("g", [t2("path", { attrs: { d: "M0 2.96117L3.28571 0.989746V4.9326L0 2.96117Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M21.6857 3.6183H1.97144V2.30402H21.6857V3.6183Z" } }), this._v(" "), t2("path", { attrs: { d: "M21.0286 23.9898L19.0571 21.3612L23 21.3612L21.0286 23.9898Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M20.3714 22.0183L20.3714 2.30402L21.6857 2.30402L21.6857 22.0183L20.3714 22.0183Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M14.9266 6.24689H12.6502L17.7429 15.0677V11.1248L14.9266 6.24689ZM17.7429 8.4962L16.4442 6.24689H17.7429V8.4962ZM17.7429 17.6963L11.1326 6.24689H8.85611L17.7429 21.6392V17.6963ZM17.2029 23.3326L7.3385 6.24689H5.06212L14.9266 23.3326H17.2029ZM13.409 23.3326L3.54452 6.24689H1.26814L11.1326 23.3326H13.409ZM9.61498 23.3326L0.657166 7.81722V11.76L7.3386 23.3326H9.61498ZM5.82099 23.3326L0.657166 14.3886V18.3315L3.54454 23.3326H5.82099ZM2.02693 23.3326L0.657166 20.9601V23.3326H2.02693Z" } })]);
2463
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), swap: e$3({ render: function() {
2469
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), swap: e$4({ render: function() {
2464
2470
  var e2 = this.$createElement, t2 = this._self._c || e2;
2465
2471
  return t2("g", [t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M7.80716 0L1 6.07732L7.80716 12.1546V8.29974H21.7947V4.00115H7.80716V0Z" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M14.9876 23L21.7948 16.9227L14.9876 10.8454L14.9876 14.7001L1.0001 14.7001L1.0001 18.9987L14.9876 18.9987L14.9876 23Z" } })]);
2466
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), synchro2d: e$3({ render: function() {
2472
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), synchro2d: e$4({ render: function() {
2467
2473
  var e2 = this, t2 = e2.$createElement, i2 = e2._self._c || t2;
2468
2474
  return i2("g", [i2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M4.43855 9.62606L11.5053 13.8805L18.6466 9.54576L21.5979 11.2011L11.5158 17.311L1.48096 11.2794L4.43855 9.62606Z" } }), e2._v(" "), i2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.5054 17.9337L4.43909 13.6795L1.48108 15.3331L11.5159 21.3647L21.598 15.2547L18.6462 13.5992L11.5054 17.9337ZM18.6651 14.689L11.5074 19.0337L4.42144 14.7677L3.35737 15.3625L11.5139 20.2651L19.7298 15.2861L18.6651 14.689Z" } }), e2._v(" "), i2("rect", { attrs: { x: "17.8959", width: "5.10406", height: "1.00266" } }), e2._v(" "), i2("rect", { attrs: { x: "23", y: "0.000183105", width: "5.07595", height: "1.00821", transform: "rotate(90 23 0.000183105)" } }), e2._v(" "), i2("rect", { attrs: { x: "22.9996", y: "17.9227", width: "5.07595", height: "1.00821", transform: "rotate(90 22.9996 17.9227)" } }), e2._v(" "), i2("rect", { attrs: { x: "22.9996", y: "23", width: "5.10406", height: "1.00266", transform: "rotate(-180 22.9996 23)" } }), e2._v(" "), i2("rect", { attrs: { width: "5.10406", height: "1.00266", transform: "matrix(-1 0 0 1 5.10413 0)" } }), e2._v(" "), i2("rect", { attrs: { width: "5.07595", height: "1.00821", transform: "matrix(4.18898e-08 1 1 -4.56122e-08 0.00012207 0.000183105)" } }), e2._v(" "), i2("rect", { attrs: { width: "5.07595", height: "1.00821", transform: "matrix(4.58647e-08 1 1 -4.16591e-08 0 17.9227)" } }), e2._v(" "), i2("rect", { attrs: { width: "5.10406", height: "1.00266", transform: "matrix(1 -8.33183e-08 -9.17295e-08 -1 0 23)" } }), e2._v(" "), i2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M9.45079 2.7201L11.6262 1.50403L13.6668 2.64858L11.5004 3.89277L9.45079 2.7201ZM8.67663 3.15287L6.74597 4.23215L8.83247 5.42499L10.7366 4.33145L8.67663 3.15287ZM5.9718 4.66492L4.12574 5.6969L6.24637 6.9102L8.06863 5.86367L5.9718 4.66492ZM3.35157 6.12967L1.48108 7.17531L3.58393 8.43926L5.48254 7.34888L3.35157 6.12967ZM4.30028 8.86984L6.13779 9.97431L8.0998 8.84633L6.21696 7.76907L4.30028 8.86984ZM6.85413 10.4049L8.74577 11.5419L10.7726 10.3755L8.8342 9.2665L6.85413 10.4049ZM9.46209 11.9724L11.5159 13.2069L13.5582 11.9693L11.507 10.7957L9.46209 11.9724ZM14.3014 11.5188L16.0777 10.4424L14.0929 9.30768L12.2701 10.3566L14.3014 11.5188ZM16.8209 9.99195L18.6708 8.87093L16.7558 7.77529L14.8559 8.86857L16.8209 9.99195ZM19.414 8.42049L21.598 7.09697L19.7428 6.05644L17.5189 7.33618L19.414 8.42049ZM19.0011 5.64046L17.0474 4.54465L14.8489 5.80858L16.7845 6.91602L19.0011 5.64046ZM16.3057 4.12866L14.4085 3.06458L12.2348 4.31296L14.1145 5.3884L16.3057 4.12866ZM14.0855 6.24749L16.0214 7.35513L14.1213 8.44856L12.1837 7.34085L14.0855 6.24749ZM11.4202 7.77976L13.3582 8.88768L11.5357 9.93643L9.59764 8.8276L11.4202 7.77976ZM8.86324 8.40742L10.6856 7.35975L8.80334 6.28369L6.98079 7.33039L8.86324 8.40742ZM11.449 6.92084L13.3511 5.82731L11.471 4.75164L9.56717 5.84501L11.449 6.92084Z" } })]);
2469
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), system: e$3({ render: function() {
2475
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), system: e$4({ render: function() {
2470
2476
  var e2 = this.$createElement;
2471
2477
  return (this._self._c || e2)("path", { attrs: { d: "M18.0935 15.9516C16.9935 15.9516 15.9935 16.4516 15.2935 17.2516L8.99346 13.5516C9.09346 13.1516 9.19346 12.7516 9.19346 12.3516C9.19346 11.9516 9.09346 11.4516 8.99346 11.1516L15.2935 7.35159C15.9935 8.15159 16.9935 8.65159 18.0935 8.65159C20.1935 8.65159 21.7935 6.95159 21.7935 4.95159C21.7935 2.95159 20.0935 1.25159 18.0935 1.25159C15.9935 1.25159 14.3935 2.95159 14.3935 4.95159C14.3935 5.35159 14.4935 5.85159 14.5935 6.15159L8.29346 9.85159C7.59346 9.05159 6.59346 8.55159 5.49346 8.55159C3.39346 8.55159 1.79346 10.2516 1.79346 12.2516C1.79346 14.3516 3.49346 15.9516 5.49346 15.9516C6.59346 15.9516 7.59346 15.4516 8.29346 14.6516L14.5935 18.3516C14.4935 18.7516 14.3935 19.1516 14.3935 19.5516C14.3935 21.6516 16.0935 23.2516 18.0935 23.2516C20.1935 23.2516 21.7935 21.5516 21.7935 19.5516C21.7935 17.5516 20.1935 15.9516 18.0935 15.9516Z" } });
2472
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), tag: e$3({ render: function() {
2478
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), tag: e$4({ render: function() {
2473
2479
  var e2 = this.$createElement, t2 = this._self._c || e2;
2474
2480
  return t2("svg", { attrs: { width: "23", height: "23", viewBox: "0 0 23 23", xmlns: "http://www.w3.org/2000/svg" } }, [t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M10.3962 22.0997C9.45679 23.0219 7.94129 23.0015 7.01123 22.0541L0.836436 15.7643C-0.0936297 14.8169 -0.0860675 13.3012 0.853323 12.379L12.5926 0.854517C13.0398 0.415541 13.6433 0.171805 14.2725 0.176062L20.091 0.215414C21.3707 0.224069 22.4258 1.23792 22.486 2.51688L22.7832 8.82547C22.8151 9.50319 22.5582 10.1602 22.0763 10.6333L10.3962 22.0997ZM19.2431 6.6774C18.3037 7.59961 16.7882 7.57919 15.8581 6.63179C14.9281 5.68439 14.9356 4.16877 15.875 3.24657C16.8144 2.32436 18.3299 2.34479 19.26 3.29219C20.19 4.23959 20.1825 5.7552 19.2431 6.6774Z" } })]);
2475
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), tree: e$3({ render: function() {
2481
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), tree: e$4({ render: function() {
2476
2482
  var e2 = this.$createElement;
2477
2483
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M21.6656 16.4201H20.5497V12.3624C20.5497 11.9155 20.2107 11.5506 19.7954 11.5506H12.2543V7.49294H13.1828C13.9164 7.49294 14.5163 6.84638 14.5163 6.05693V2.43601C14.5163 1.64656 13.9164 1 13.1828 1H9.81719C9.08361 1 8.4828 1.64656 8.4828 2.43601V6.05693C8.4828 6.84638 9.08361 7.49294 9.81719 7.49294H10.7457V11.5506H3.20459C2.78931 11.5506 2.45029 11.9155 2.45029 12.3624V16.4201H1.33438C0.600802 16.4201 0 17.0667 0 17.8561V21.477C0 22.2665 0.600802 22.913 1.33438 22.913H4.69907C5.43265 22.913 6.03345 22.2665 6.03345 21.477V17.8561C6.03345 17.0667 5.43265 16.4201 4.69907 16.4201H3.95795V13.1741H10.7457V16.4201H9.81719C9.08361 16.4201 8.4828 17.0667 8.4828 17.8561V21.477C8.4828 22.2665 9.08361 22.913 9.81719 22.913H13.1828C13.9164 22.913 14.5163 22.2665 14.5163 21.477V17.8561C14.5163 17.0667 13.9164 16.4201 13.1828 16.4201H12.2543V13.1741H19.0411V16.4201H18.3009C17.5664 16.4201 16.9665 17.0667 16.9665 17.8561V21.477C16.9665 22.2665 17.5664 22.913 18.3009 22.913H21.6656C22.3992 22.913 23 22.2665 23 21.477V17.8561C23 17.0667 22.3992 16.4201 21.6656 16.4201Z" } });
2478
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), unarchive: e$3({ render: function() {
2484
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), unarchive: e$4({ render: function() {
2479
2485
  var e2 = this.$createElement;
2480
2486
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M14.0005 11.3952L8.93282 11.3952L8.93282 4.82378L6.32345 4.82378L11.4992 0L16.675 4.82378L14.0005 4.82378L14.0005 11.3952ZM8.47948 5.35129H4.53964L1.91846 13.0838H1C0.447715 13.0838 0 13.5315 0 14.0838V21.7902C0 22.3425 0.447715 22.7902 1 22.7902H22C22.5523 22.7902 23 22.3425 23 21.7902V14.0838C23 13.5315 22.5523 13.0838 22 13.0838H21.0651L18.3823 5.35129H14.5608V6.19532H17.7817L20.1717 13.0838H2.80967L5.14474 6.19532L8.47948 6.19532V5.35129ZM15.1788 17.1862H7.82114V18.6878H15.1788V17.1862Z" } });
2481
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), undo: e$3({ render: function() {
2487
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), undo: e$4({ render: function() {
2482
2488
  var e2 = this.$createElement;
2483
2489
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M5.55706 0.277443L0.108276 5.41187L5.55706 10.5463V7.24548H12.7348C16.1491 7.24548 18.917 10.0134 18.917 13.4278C18.917 16.8421 16.1491 19.61 12.7348 19.61H5.34754V23.2775H12.7348C18.1746 23.2775 22.5845 18.8676 22.5845 13.4278C22.5845 7.9879 18.1746 3.57803 12.7348 3.57803H5.55706V0.277443Z" } });
2484
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), union: e$3({ render: function() {
2490
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), union: e$4({ render: function() {
2485
2491
  var e2 = this.$createElement;
2486
2492
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M9.3398 7.91262C7.80826 6.62614 5.71323 6.63395 4.26441 6.65983L4.25505 6.65999H0.499756V4.56227H4.23629L4.30929 4.56094C5.69026 4.53548 8.51871 4.48332 10.689 6.30639C11.1904 6.7275 11.6426 7.22319 12.1087 7.73408L12.1087 7.73409L12.1634 7.79412C13.2698 9.00732 14.4941 10.3498 16.6072 10.8996V8.00851L23.4998 12.0541L16.6072 16.0997V13.5387C14.4592 14.1121 13.2296 15.4452 12.1087 16.6738C11.6426 17.1847 11.1904 17.6804 10.689 18.1015C8.51871 19.9246 5.69026 19.8724 4.30929 19.847L4.23629 19.8456H0.499756V17.7479H4.25505L4.26441 17.7481C5.71323 17.774 7.80826 17.7818 9.3398 16.4953C9.60506 16.2725 9.90529 15.9373 10.26 15.5413C11.1568 14.5401 12.4019 13.15 14.3107 12.204C12.4019 11.2579 11.1568 9.86786 10.26 8.86664C9.90529 8.47063 9.60506 8.13544 9.3398 7.91262Z" } });
2487
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), up: e$3({ render: function() {
2493
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), up: e$4({ render: function() {
2488
2494
  var e2 = this.$createElement;
2489
2495
  return (this._self._c || e2)("path", { attrs: { d: "M12.4011 0.0440674L23.9011 21.5107H0.901062L12.4011 0.0440674Z" } });
2490
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), user: e$3({ render: function() {
2496
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), user: e$4({ render: function() {
2491
2497
  var e2 = this.$createElement;
2492
2498
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.5 14.375C7.66179 14.375 0 16.3014 0 20.125V23H23V20.125C23 16.3014 15.3382 14.375 11.5 14.375ZM11.5 11.5C14.6775 11.5 17.25 8.92679 17.25 5.75C17.25 2.57321 14.6775 0 11.5 0C8.32252 0 5.75 2.57321 5.75 5.75C5.75 8.92679 8.32252 11.5 11.5 11.5Z" } });
2493
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), validate: e$3({ render: function() {
2499
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), validate: e$4({ render: function() {
2494
2500
  var e2 = this.$createElement;
2495
2501
  return (this._self._c || e2)("path", { attrs: { d: "M20 4L23 6.93137L9.02 20.6111L0 11.817L3 8.88562L9.02 14.7484L20 4Z" } });
2496
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), validatedFile: e$3({ render: function() {
2502
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), validatedFile: e$4({ render: function() {
2497
2503
  var e2 = this.$createElement, t2 = this._self._c || e2;
2498
2504
  return t2("g", [t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M0 18.6042V0.395833C0 0.178125 0.178125 0 0.395833 0H9.5V5.14583C9.5 5.36354 9.67813 5.54167 9.89583 5.54167H14.25V18.6042C14.25 18.8219 14.0719 19 13.8542 19H0.395833C0.178125 19 0 18.8219 0 18.6042ZM14.1508 4.55257C14.1904 4.61194 14.2101 4.67132 14.2299 4.75048H10.2914V0.237984L14.1508 4.55257Z" } }), this._v(" "), t2("circle", { attrs: { cx: "13", cy: "18", r: "6", fill: "#00AF50" } }), this._v(" "), t2("path", { attrs: { d: "M15.9565 15L17 16.0588L12.1374 21L9 17.8235L10.0435 16.7647L12.1374 18.8824L15.9565 15Z", fill: "white" } })]);
2499
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), versioning: e$3({ render: function() {
2505
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), versioning: e$4({ render: function() {
2500
2506
  var e2 = this.$createElement, t2 = this._self._c || e2;
2501
2507
  return t2("svg", { attrs: { width: "23", height: "23", viewBox: "0 0 23 23", xmlns: "http://www.w3.org/2000/svg" } }, [t2("rect", { attrs: { x: "10.7764", y: "3", width: "12.2237", height: "18" } }), this._v(" "), t2("rect", { attrs: { x: "5.38818", y: "4.89471", width: "3.86011", height: "14.2105" } }), this._v(" "), t2("rect", { attrs: { y: "6.78949", width: "3.86011", height: "10.4211" } })]);
2502
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), video: e$3({ render: function() {
2508
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), video: e$4({ render: function() {
2503
2509
  var e2 = this.$createElement;
2504
2510
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M5.40701 12.9833C4.32585 12.9833 3.45013 12.1298 3.45013 11.076C3.45013 10.0222 4.32585 9.16866 5.40701 9.16866C6.48817 9.16866 7.36388 10.0222 7.36388 11.076C7.36388 12.1298 6.48817 12.9833 5.40701 12.9833ZM21.9841 7.21059L18.5565 10.6275V7.87929C18.5565 7.10276 17.9049 6.46759 17.1082 6.46759H1.46619C0.669494 6.46759 0.0178223 7.10276 0.0178223 7.87929V17.8337C0.0178223 18.6093 0.669494 19.2454 1.46619 19.2454H17.1082C17.9049 19.2454 18.5565 18.6093 18.5565 17.8337V14.7294L21.9841 18.1463C22.3615 18.5232 23.0178 18.2623 23.0178 17.7358V7.62196C23.0178 7.09461 22.3615 6.83365 21.9841 7.21059Z" } });
2505
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), visa: e$3({ render: function() {
2511
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), visa: e$4({ render: function() {
2506
2512
  var e2 = this.$createElement, t2 = this._self._c || e2;
2507
2513
  return t2("g", [t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.5 21C16.7467 21 21 16.7467 21 11.5C21 6.25329 16.7467 2 11.5 2C6.25329 2 2 6.25329 2 11.5C2 16.7467 6.25329 21 11.5 21ZM11.5 23C17.8513 23 23 17.8513 23 11.5C23 5.14873 17.8513 0 11.5 0C5.14873 0 0 5.14873 0 11.5C0 17.8513 5.14873 23 11.5 23Z" } }), this._v(" "), t2("path", { attrs: { d: "M17 7.1875L18.6875 8.70956L10.8238 15.8125L5.75 11.2463L7.4375 9.72426L10.8238 12.7684L17 7.1875Z" } })]);
2508
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), warning: e$3({ render: function() {
2514
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), warning: e$4({ render: function() {
2509
2515
  var e2 = this.$createElement;
2510
2516
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M13.3606 0.552786C12.9921 -0.184262 11.9403 -0.184262 11.5718 0.552787L1.07366 21.549C0.741209 22.2139 1.22471 22.9962 1.96809 22.9962H22.9643C23.7077 22.9962 24.1912 22.2139 23.8588 21.549L13.3606 0.552786ZM11.518 15.71H13.353L13.5637 7.24522H11.316L11.518 15.71ZM11.5794 17.5233C11.3629 17.7267 11.2546 17.9849 11.2546 18.2981C11.2546 18.6003 11.3599 18.8531 11.5706 19.0564C11.7814 19.2597 12.0799 19.3614 12.4662 19.3614C12.8525 19.3614 13.151 19.2597 13.3617 19.0564C13.5724 18.8531 13.6778 18.6003 13.6778 18.2981C13.6778 17.9849 13.5695 17.7267 13.353 17.5233C13.1364 17.3145 12.8408 17.2101 12.4662 17.2101C12.0916 17.2101 11.796 17.3145 11.5794 17.5233Z" } });
2511
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), windowBottom: e$3({ render: function() {
2517
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), windowBottom: e$4({ render: function() {
2512
2518
  var e2 = this.$createElement;
2513
2519
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M0 22L23 22L23 2.28572L1.72348e-06 2.28571L0 22ZM3.28508 10.5001L3.28508 18.7144L19.7137 18.7144L19.7137 10.5001L3.28508 10.5001Z" } });
2514
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), windowed: e$3({ render: function() {
2520
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), windowed: e$4({ render: function() {
2515
2521
  var e2 = this.$createElement;
2516
2522
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M8.05009 7.90625H8.05004H5.85464L4.3869e-05 7.90625L4.40575e-05 5.75L5.85464 5.75L5.85464 0H8.05009L8.05009 7.90625ZM17.1454 5.75003L23 5.75003V7.90628L14.95 7.90628V5.75003L14.95 2.79065e-05L17.1454 2.80984e-05V5.75003ZM8.05 15.0938H8.05005L8.05005 23H5.85459L5.85459 17.25H0V15.0937L5.85459 15.0938H8.05ZM23 15.0938L14.95 15.0938V17.25V23H17.1454V17.25L23 17.25L23 15.0938Z" } });
2517
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), windowLeft: e$3({ render: function() {
2523
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), windowLeft: e$4({ render: function() {
2518
2524
  var e2 = this.$createElement;
2519
2525
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M23 2H0V21.7143H23V2ZM13.143 5.28546H3.28582V18.4283H13.143V5.28546Z" } });
2520
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), windowRight: e$3({ render: function() {
2526
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), windowRight: e$4({ render: function() {
2521
2527
  var e2 = this.$createElement;
2522
2528
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M23 2H0V21.7143H23V2ZM19.7165 5.28546H9.85937V18.4283H19.7165V5.28546Z" } });
2523
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), windowTop: e$3({ render: function() {
2529
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), windowTop: e$4({ render: function() {
2524
2530
  var e2 = this.$createElement;
2525
2531
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M23 2H0V21.7143H23V2ZM19.7137 13.4997V5.28546L3.28515 5.28546L3.28515 13.4997L19.7137 13.4997Z" } });
2526
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), zone: e$3({ render: function() {
2532
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), zone: e$4({ render: function() {
2527
2533
  var e2 = this.$createElement, t2 = this._self._c || e2;
2528
2534
  return t2("g", [t2("path", { attrs: { d: "M8.96582 11.3144L11.6658 10.1144V3.91443L1.96582 8.11443L8.96582 11.3144Z" } }), this._v(" "), t2("path", { attrs: { d: "M1.0658 15.2145L11.6658 19.9145V13.6145L1.0658 8.81445V15.2145Z" } }), this._v(" "), t2("path", { attrs: { d: "M22.9658 8.11443L13.2658 3.91443V10.1144L15.9658 11.3144L22.9658 8.11443Z" } }), this._v(" "), t2("path", { attrs: { d: "M13.2658 13.6145V19.9145L23.8658 15.2145V8.81445L13.2658 13.6145Z" } })]);
2529
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0) }, i$3 = Object.freeze(["black", "default", "granite", "granite-light", "high", "primary", "secondary", "success", "silver", "silver-light", "silver-dark", "warning", "white"]);
2535
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0) }, i$4 = Object.freeze(["black", "default", "granite", "granite-light", "high", "primary", "secondary", "success", "silver", "silver-light", "silver-dark", "warning", "white"]);
2530
2536
  const d$2 = { xxxs: 10, xxs: 13, xs: 16, s: 18, m: 22, l: 28, xl: 36, xxl: 45, xxxl: 60 };
2531
- var r$3 = { name: "BIMDataIcon", components: __spreadValues({}, function(e2) {
2537
+ var r$4 = { name: "BIMDataIcon", components: __spreadValues({}, function(e2) {
2532
2538
  return Object.entries(e2).reduce((e3, [t2, i2]) => __spreadProps(__spreadValues({}, e3), { ["bimdata-icon-" + t2]: i2 }), {});
2533
- }(t$3)), props: { name: { type: String, required: true, validator: (e2) => Object.keys(t$3).includes(e2) }, color: { type: String, default: "default", validator: (e2) => i$3.includes(e2) }, fillColor: { type: String, default: "currentColor" }, fill: { type: Boolean, default: false }, stroke: { type: Boolean, default: false }, size: { type: String, default: "s", validator: (e2) => Object.keys(d$2).includes(e2) }, customSize: { type: [Number, String], default: null }, rotate: { type: Number, default: 0 }, margin: { type: String, default: "0px" } }, computed: { classes() {
2539
+ }(t$4)), props: { name: { type: String, required: true, validator: (e2) => Object.keys(t$4).includes(e2) }, color: { type: String, default: "default", validator: (e2) => i$4.includes(e2) }, fillColor: { type: String, default: "currentColor" }, fill: { type: Boolean, default: false }, stroke: { type: Boolean, default: false }, size: { type: String, default: "s", validator: (e2) => Object.keys(d$2).includes(e2) }, customSize: { type: [Number, String], default: null }, rotate: { type: Number, default: 0 }, margin: { type: String, default: "0px" } }, computed: { classes() {
2534
2540
  return { "icon-fill": this.fill, "icon-stroke": this.stroke, ["icon-fill--" + this.color]: this.fill && this.color, ["icon-stroke--" + this.color]: this.stroke && this.color };
2535
2541
  }, style() {
2536
2542
  const e2 = this.getPixelSize(this.size);
@@ -2538,10 +2544,10 @@ var r$3 = { name: "BIMDataIcon", components: __spreadValues({}, function(e2) {
2538
2544
  } }, methods: { getPixelSize() {
2539
2545
  return this.customSize ? this.customSize : d$2[this.size];
2540
2546
  } } };
2541
- const o$3 = typeof navigator != "undefined" && /msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());
2547
+ const o$4 = typeof navigator != "undefined" && /msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());
2542
2548
  function n$2(e2) {
2543
2549
  return (e3, t2) => function(e4, t3) {
2544
- const i2 = o$3 ? t3.media || "default" : e4, d2 = s$3[i2] || (s$3[i2] = { ids: /* @__PURE__ */ new Set(), styles: [] });
2550
+ const i2 = o$4 ? t3.media || "default" : e4, d2 = s$3[i2] || (s$3[i2] = { ids: /* @__PURE__ */ new Set(), styles: [] });
2545
2551
  if (!d2.ids.has(e4)) {
2546
2552
  d2.ids.add(e4);
2547
2553
  let i3 = t3.source;
@@ -2556,18 +2562,18 @@ function n$2(e2) {
2556
2562
  }
2557
2563
  let v$1;
2558
2564
  const s$3 = {};
2559
- const C = e$3({ render: function() {
2565
+ const C = e$4({ render: function() {
2560
2566
  var e2 = this.$createElement, t2 = this._self._c || e2;
2561
2567
  return t2("div", { staticClass: "overlay flex items-center justify-center" }, [t2("div", { staticClass: "safe-zone", style: { width: this.width } }, [t2("div", { staticClass: "safe-zone__content flex flex-col items-center justify-center p-18" }, [t2("BIMDataIcon", { attrs: { name: this.iconName, size: "l", fill: "", color: "high" } }), this._v(" "), t2("p", [this._t("text")], 2)], 1), this._v(" "), t2("div", { staticClass: "safe-zone__actions flex items-center p-x-18" }, [this._t("actions")], 2)])]);
2562
2568
  }, staticRenderFns: [] }, function(e2) {
2563
2569
  e2 && e2("data-v-a619a4f2_0", { source: '.overlay[data-v-a619a4f2]{position:absolute;left:0;top:0;height:100%;width:100%}.overlay[data-v-a619a4f2]::before{content:"";position:absolute;left:0;top:0;height:100%;width:100%;background-color:var(--color-primary);opacity:.9}.overlay .safe-zone[data-v-a619a4f2]{z-index:1}.overlay .safe-zone__content[data-v-a619a4f2]{background-color:var(--color-white);font-size:1.2rem;text-align:center;color:var(--color-high)}.overlay .safe-zone__content p[data-v-a619a4f2]{margin-bottom:0}.overlay .safe-zone__actions[data-v-a619a4f2]{height:75px;justify-content:space-evenly;background-color:var(--color-silver-light);border-top:1px solid var(--color-silver)}', map: void 0, media: void 0 });
2564
- }, { components: { BIMDataIcon: e$3({ render: function() {
2570
+ }, { components: { BIMDataIcon: e$4({ render: function() {
2565
2571
  var e2 = this.$createElement, t2 = this._self._c || e2;
2566
2572
  return t2("svg", { class: this.classes, style: this.style, attrs: { xmlns: "http://www.w3.org/2000/svg", preserveAspectRatio: "xMidYMid meet", viewBox: "0 0 23 23", width: "100%", fill: this.fillColor, color: this.color } }, [t2("bimdata-icon-" + this.name, { tag: "component" })], 1);
2567
2573
  }, staticRenderFns: [] }, function(e2) {
2568
2574
  e2 && (e2("data-v-198621a2_0", { source: 'html[data-v-198621a2]{--color-primary-lighter:rgba(248, 249, 250, 1);--color-primary-light:rgba(67, 78, 105, 1);--color-primary:rgba(47, 55, 74, 1);--color-primary-dark:rgba(27, 32, 43, 1);--color-secondary-lighter:rgba(255, 252, 242, 1);--color-secondary-light:rgba(250, 212, 94, 1);--color-secondary:rgba(249, 199, 44, 1);--color-secondary-dark:rgba(235, 180, 7, 1);--color-white:rgba(255, 255, 255, 1);--color-silver-light:rgba(247, 247, 247, 1);--color-silver:rgba(216, 216, 216, 1);--color-silver-dark:rgba(189, 189, 189, 1);--color-granite-light:rgba(122, 122, 122, 1);--color-granite:rgba(96, 96, 96, 1);--color-black:rgba(0, 0, 0, 1);--color-text:rgba(47, 55, 74, 1);--color-black-100:rgba(0, 0, 0, 0.1);--color-success-lighter:rgba(226, 255, 239, 1);--color-success-light:rgba(0, 200, 92, 1);--color-success:rgba(0, 175, 80, 1);--color-success-dark:rgba(0, 149, 68, 1);--color-warning-lighter:rgba(255, 233, 204, 1);--color-warning-light:rgba(255, 167, 51, 1);--color-warning:rgba(255, 145, 0, 1);--color-warning-dark:rgba(204, 116, 0, 1);--color-high-lighter:rgba(255, 237, 234, 1);--color-high-light:rgba(255, 104, 81, 1);--color-high:rgba(255, 61, 30, 1);--color-high-dark:rgba(234, 31, 0, 1);--font-size:14px;--box-shadow:0px 2px 10px rgba(0, 0, 0, 0.1);--border-radius-tiny:3px;--spacing-unit:12px;--size-btn-options:45px;--primary-font:"roboto",sans-serif}', map: void 0, media: void 0 }), e2("data-v-198621a2_1", { source: ".icon-fill--black{fill:var(--color-black)}.icon-fill--default{fill:currentColor}.icon-fill--disabled{fill:var(--color-silver-dark)}.icon-fill--high{fill:var(--color-high)}.icon-fill--primary{fill:var(--color-primary)}.icon-fill--secondary{fill:var(--color-secondary)}.icon-fill--success{fill:var(--color-success)}.icon-fill--silver{fill:var(--color-silver)}.icon-fill--granite-light{fill:var(--color-granite-light)}.icon-fill--granite{fill:var(--color-granite)}.icon-fill--silver-light{fill:var(--color-silver-light)}.icon-fill--warning{fill:var(--color-warning)}.icon-fill--white{fill:var(--color-white)}.icon-stroke{fill:transparent}.icon-stroke--black{stroke:var(--color-black)}.icon-stroke--default{stroke:currentColor}.icon-stroke--disabled{stroke:var(--color-silver-dark)}.icon-stroke--high{stroke:var(--color-high)}.icon-stroke--neutral{stroke:var(--color-neutral)}.icon-stroke--primary{stroke:var(--color-primary)}.icon-stroke--secondary{stroke:var(--color-secondary)}.icon-stroke--success{stroke:var(--color-success)}.icon-stroke--silver{stroke:var(--color-silver)}.icon-stroke--granite-light{stroke:var(--color-granite-light)}.icon-stroke--granite{stroke:var(--color-granite)}.icon-stroke--silver-light{stroke:var(--color-silver-light)}.icon-stroke--warning{stroke:var(--color-warning)}.icon-stroke--white{stroke:var(--color-white)}", map: void 0, media: void 0 }));
2569
- }, r$3, "data-v-198621a2", false, void 0, false, n$2, void 0, void 0) }, props: { iconName: { type: String, default: "warning" }, width: { type: String, default: "350px" } } }, "data-v-a619a4f2", false, void 0, false, n$2, void 0, void 0);
2570
- var e$2 = { model: { prop: "modelValue", event: "update:modelValue" }, props: { name: { type: [String, Number], default: "" }, resizable: { type: Boolean, default: true }, modelValue: { type: [String, Number], default: null }, placeholder: { type: String, default: null }, label: { type: String, default: "" }, width: { type: [Number, String], default: "150px" }, height: { type: [Number, String], default: "32px" }, error: { type: Boolean, default: false }, success: { type: Boolean, default: false }, errorMessage: { type: String, default: "" }, successMessage: { type: String, default: "" }, fitContent: { type: Boolean, default: false } }, emits: ["update:modelValue"], created() {
2575
+ }, r$4, "data-v-198621a2", false, void 0, false, n$2, void 0, void 0) }, props: { iconName: { type: String, default: "warning" }, width: { type: String, default: "350px" } } }, "data-v-a619a4f2", false, void 0, false, n$2, void 0, void 0);
2576
+ var e$3 = { model: { prop: "modelValue", event: "update:modelValue" }, props: { name: { type: [String, Number], default: "" }, resizable: { type: Boolean, default: true }, modelValue: { type: [String, Number], default: null }, placeholder: { type: String, default: null }, label: { type: String, default: "" }, width: { type: [Number, String], default: "150px" }, height: { type: [Number, String], default: "32px" }, error: { type: Boolean, default: false }, success: { type: Boolean, default: false }, errorMessage: { type: String, default: "" }, successMessage: { type: String, default: "" }, fitContent: { type: Boolean, default: false } }, emits: ["update:modelValue"], created() {
2571
2577
  this.$watch(() => this.success && this.error, (e2) => {
2572
2578
  if (e2)
2573
2579
  throw new Error("Textarea state cannot be both success and error.");
@@ -2583,7 +2589,7 @@ var e$2 = { model: { prop: "modelValue", event: "update:modelValue" }, props: {
2583
2589
  }, onInput(e2) {
2584
2590
  this.$emit("update:modelValue", e2.currentTarget.value), this.fitContent && this.handleFitContent();
2585
2591
  } } };
2586
- function r$2(e2, r2, t2, a2, o2, i2, s2, l2, n2, c2) {
2592
+ function r$3(e2, r2, t2, a2, o2, i2, s2, l2, n2, c2) {
2587
2593
  typeof s2 != "boolean" && (n2 = l2, l2 = s2, s2 = false);
2588
2594
  const d2 = typeof t2 == "function" ? t2.options : t2;
2589
2595
  let b2;
@@ -2605,14 +2611,14 @@ function r$2(e2, r2, t2, a2, o2, i2, s2, l2, n2, c2) {
2605
2611
  }
2606
2612
  return t2;
2607
2613
  }
2608
- const t$2 = typeof navigator != "undefined" && /msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());
2609
- function a$2(e2) {
2614
+ const t$3 = typeof navigator != "undefined" && /msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());
2615
+ function a$3(e2) {
2610
2616
  return (e3, r2) => function(e4, r3) {
2611
- const a2 = t$2 ? r3.media || "default" : e4, s2 = i$2[a2] || (i$2[a2] = { ids: /* @__PURE__ */ new Set(), styles: [] });
2617
+ const a2 = t$3 ? r3.media || "default" : e4, s2 = i$3[a2] || (i$3[a2] = { ids: /* @__PURE__ */ new Set(), styles: [] });
2612
2618
  if (!s2.ids.has(e4)) {
2613
2619
  s2.ids.add(e4);
2614
2620
  let t2 = r3.source;
2615
- if (r3.map && (t2 += "\n/*# sourceURL=" + r3.map.sources[0] + " */", t2 += "\n/*# sourceMappingURL=data:application/json;base64," + btoa(unescape(encodeURIComponent(JSON.stringify(r3.map)))) + " */"), s2.element || (s2.element = document.createElement("style"), s2.element.type = "text/css", r3.media && s2.element.setAttribute("media", r3.media), o$2 === void 0 && (o$2 = document.head || document.getElementsByTagName("head")[0]), o$2.appendChild(s2.element)), "styleSheet" in s2.element)
2621
+ if (r3.map && (t2 += "\n/*# sourceURL=" + r3.map.sources[0] + " */", t2 += "\n/*# sourceMappingURL=data:application/json;base64," + btoa(unescape(encodeURIComponent(JSON.stringify(r3.map)))) + " */"), s2.element || (s2.element = document.createElement("style"), s2.element.type = "text/css", r3.media && s2.element.setAttribute("media", r3.media), o$3 === void 0 && (o$3 = document.head || document.getElementsByTagName("head")[0]), o$3.appendChild(s2.element)), "styleSheet" in s2.element)
2616
2622
  s2.styles.push(t2), s2.element.styleSheet.cssText = s2.styles.filter(Boolean).join("\n");
2617
2623
  else {
2618
2624
  const e5 = s2.ids.size - 1, r4 = document.createTextNode(t2), a3 = s2.element.childNodes;
@@ -2621,14 +2627,71 @@ function a$2(e2) {
2621
2627
  }
2622
2628
  }(e3, r2);
2623
2629
  }
2624
- let o$2;
2625
- const i$2 = {};
2626
- const s$2 = r$2({ render: function() {
2630
+ let o$3;
2631
+ const i$3 = {};
2632
+ const s$2 = r$3({ render: function() {
2627
2633
  var e2 = this, r2 = e2.$createElement, t2 = e2._self._c || r2;
2628
2634
  return t2("div", { staticClass: "bimdata-textarea", class: { "not-empty": e2.modelValue !== null && e2.modelValue !== "" || e2.placeholder !== null, error: e2.error, success: e2.success }, style: { "min-width": e2.width, "min-height": e2.height } }, [t2("textarea", e2._b({ ref: "textarea", style: e2.resizable ? "" : "resize: none;", attrs: { name: e2.name, id: e2.name, placeholder: e2.placeholder }, domProps: { value: e2.modelValue }, on: { input: e2.onInput } }, "textarea", e2.$attrs, false)), e2._v(" "), t2("label", { attrs: { for: e2.name } }, [e2._v(e2._s(e2.label))]), e2._v(" "), t2("span", { staticClass: "bar" }), e2._v(" "), e2.error ? t2("span", { staticClass: "error" }, [e2._v(e2._s(e2.errorMessage))]) : e2._e(), e2._v(" "), e2.success ? t2("span", { staticClass: "success" }, [e2._v(e2._s(e2.successMessage))]) : e2._e()]);
2629
2635
  }, staticRenderFns: [] }, function(e2) {
2630
2636
  e2 && (e2("data-v-83b6e0d8_0", { source: 'html[data-v-83b6e0d8]{--color-primary-lighter:rgba(248, 249, 250, 1);--color-primary-light:rgba(67, 78, 105, 1);--color-primary:rgba(47, 55, 74, 1);--color-primary-dark:rgba(27, 32, 43, 1);--color-secondary-lighter:rgba(255, 252, 242, 1);--color-secondary-light:rgba(250, 212, 94, 1);--color-secondary:rgba(249, 199, 44, 1);--color-secondary-dark:rgba(235, 180, 7, 1);--color-white:rgba(255, 255, 255, 1);--color-silver-light:rgba(247, 247, 247, 1);--color-silver:rgba(216, 216, 216, 1);--color-silver-dark:rgba(189, 189, 189, 1);--color-granite-light:rgba(122, 122, 122, 1);--color-granite:rgba(96, 96, 96, 1);--color-black:rgba(0, 0, 0, 1);--color-text:rgba(47, 55, 74, 1);--color-black-100:rgba(0, 0, 0, 0.1);--color-success-lighter:rgba(226, 255, 239, 1);--color-success-light:rgba(0, 200, 92, 1);--color-success:rgba(0, 175, 80, 1);--color-success-dark:rgba(0, 149, 68, 1);--color-warning-lighter:rgba(255, 233, 204, 1);--color-warning-light:rgba(255, 167, 51, 1);--color-warning:rgba(255, 145, 0, 1);--color-warning-dark:rgba(204, 116, 0, 1);--color-high-lighter:rgba(255, 237, 234, 1);--color-high-light:rgba(255, 104, 81, 1);--color-high:rgba(255, 61, 30, 1);--color-high-dark:rgba(234, 31, 0, 1);--font-size:14px;--box-shadow:0px 2px 10px rgba(0, 0, 0, 0.1);--border-radius-tiny:3px;--spacing-unit:12px;--size-btn-options:45px;--primary-font:"roboto",sans-serif}html[data-v-83b6e0d8]{--color-primary-lighter:rgba(248, 249, 250, 1);--color-primary-light:rgba(67, 78, 105, 1);--color-primary:rgba(47, 55, 74, 1);--color-primary-dark:rgba(27, 32, 43, 1);--color-secondary-lighter:rgba(255, 252, 242, 1);--color-secondary-light:rgba(250, 212, 94, 1);--color-secondary:rgba(249, 199, 44, 1);--color-secondary-dark:rgba(235, 180, 7, 1);--color-white:rgba(255, 255, 255, 1);--color-silver-light:rgba(247, 247, 247, 1);--color-silver:rgba(216, 216, 216, 1);--color-silver-dark:rgba(189, 189, 189, 1);--color-granite-light:rgba(122, 122, 122, 1);--color-granite:rgba(96, 96, 96, 1);--color-black:rgba(0, 0, 0, 1);--color-text:rgba(47, 55, 74, 1);--color-black-100:rgba(0, 0, 0, 0.1);--color-success-lighter:rgba(226, 255, 239, 1);--color-success-light:rgba(0, 200, 92, 1);--color-success:rgba(0, 175, 80, 1);--color-success-dark:rgba(0, 149, 68, 1);--color-warning-lighter:rgba(255, 233, 204, 1);--color-warning-light:rgba(255, 167, 51, 1);--color-warning:rgba(255, 145, 0, 1);--color-warning-dark:rgba(204, 116, 0, 1);--color-high-lighter:rgba(255, 237, 234, 1);--color-high-light:rgba(255, 104, 81, 1);--color-high:rgba(255, 61, 30, 1);--color-high-dark:rgba(234, 31, 0, 1);--font-size:14px;--box-shadow:0px 2px 10px rgba(0, 0, 0, 0.1);--border-radius-tiny:3px;--spacing-unit:12px;--size-btn-options:45px;--primary-font:"roboto",sans-serif}.text-left[data-v-83b6e0d8]{text-align:left}.text-center[data-v-83b6e0d8]{text-align:center}.text-right[data-v-83b6e0d8]{text-align:right}.bimdata-link[data-v-83b6e0d8]{color:var(--color-primary);border-bottom:1px solid var(--color-primary);font-weight:700}.primary-font[data-v-83b6e0d8]{font-family:roboto,sans-serif}', map: void 0, media: void 0 }), e2("data-v-83b6e0d8_1", { source: 'textarea:-webkit-autofill{box-shadow:0 0 0 1000px var(--color-white) inset}.bimdata-textarea{margin:var(--spacing-unit) 0;position:relative;inline-size:min-content;font-family:var(--primary-font);font-size:1em}.bimdata-textarea textarea{padding:0;width:100%;min-width:inherit;max-width:100%;min-height:inherit;display:flex;margin:0;border:none}.bimdata-textarea textarea:disabled{background-color:transparent}.bimdata-textarea textarea:disabled~label{color:var(--color-silver-dark);cursor:default}.bimdata-textarea textarea:focus{outline:0}.bimdata-textarea textarea:focus~label{top:-26px;font-size:.7142857143em}.bimdata-textarea textarea:focus~.bar:after{width:100%;transition:transform .2s cubic-bezier(.55,0,.55,.2);transform:scaleX(1)}.bimdata-textarea.not-empty label{top:-26px;color:var(--color-primary);font-size:.7142857143em}.bimdata-textarea label{position:absolute;top:0;left:0;font-size:.8571428571em;transform:translateY(8px);transition:.2s ease all;color:var(--color-granite-light);cursor:pointer}.bimdata-textarea .bar{width:100%;height:1px;display:block;background:var(--color-silver)}.bimdata-textarea .bar::after{width:0;height:2px;content:"";display:block;position:absolute;background-color:var(--color-primary);transform:scaleX(0)}.bimdata-textarea .error{color:var(--color-high);font-size:.7857142857em}.bimdata-textarea .success{color:var(--color-success);font-size:.7857142857em}.bimdata-textarea.error label{color:var(--color-high)}.bimdata-textarea.error .bar{background-color:var(--color-high)}.bimdata-textarea.error .bar::after,.bimdata-textarea.error .bar::before{background-color:var(--color-high)}.bimdata-textarea.success label{color:var(--color-success)}.bimdata-textarea.success .bar{background-color:var(--color-success)}.bimdata-textarea.success .bar::after,.bimdata-textarea.success .bar::before{background-color:var(--color-success)}', map: void 0, media: void 0 }));
2631
- }, e$2, "data-v-83b6e0d8", false, void 0, false, a$2, void 0, void 0);
2637
+ }, e$3, "data-v-83b6e0d8", false, void 0, false, a$3, void 0, void 0);
2638
+ var t$2 = { props: { text: { type: String, default: "" }, maxWidth: { type: String, default: "240px" }, position: { type: String, default: "bottom", validator: (t2) => ["top", "right", "bottom", "left"].includes(t2) }, color: { type: String, default: "primary", validator: (t2) => ["white", "primary", "secondary", "granite-light", "silver-light", "success", "warning", "high"].includes(t2) }, disabled: { type: Boolean, default: false }, message: { type: String }, className: { type: [String, Array] } }, data: () => ({ width: null, height: null, parentHeight: null, hover: false }), computed: { isDisplayed() {
2639
+ return !this.disabled && this._text && this.hover;
2640
+ }, _text() {
2641
+ return this.text || this.message;
2642
+ }, _className() {
2643
+ return [this.className].flat();
2644
+ } } };
2645
+ function o$2(t2, o2, a2, r2, e2, i2, l2, d2, n2, b2) {
2646
+ typeof l2 != "boolean" && (n2 = d2, d2 = l2, l2 = false);
2647
+ const c2 = typeof a2 == "function" ? a2.options : a2;
2648
+ let s2;
2649
+ if (t2 && t2.render && (c2.render = t2.render, c2.staticRenderFns = t2.staticRenderFns, c2._compiled = true, e2 && (c2.functional = true)), r2 && (c2._scopeId = r2), i2 ? (s2 = function(t3) {
2650
+ (t3 = t3 || this.$vnode && this.$vnode.ssrContext || this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext) || typeof __VUE_SSR_CONTEXT__ == "undefined" || (t3 = __VUE_SSR_CONTEXT__), o2 && o2.call(this, n2(t3)), t3 && t3._registeredComponents && t3._registeredComponents.add(i2);
2651
+ }, c2._ssrRegister = s2) : o2 && (s2 = l2 ? function(t3) {
2652
+ o2.call(this, b2(t3, this.$root.$options.shadowRoot));
2653
+ } : function(t3) {
2654
+ o2.call(this, d2(t3));
2655
+ }), s2)
2656
+ if (c2.functional) {
2657
+ const t3 = c2.render;
2658
+ c2.render = function(o3, a3) {
2659
+ return s2.call(a3), t3(o3, a3);
2660
+ };
2661
+ } else {
2662
+ const t3 = c2.beforeCreate;
2663
+ c2.beforeCreate = t3 ? [].concat(t3, s2) : [s2];
2664
+ }
2665
+ return a2;
2666
+ }
2667
+ const a$2 = typeof navigator != "undefined" && /msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());
2668
+ function r$2(t2) {
2669
+ return (t3, o2) => function(t4, o3) {
2670
+ const r2 = a$2 ? o3.media || "default" : t4, l2 = i$2[r2] || (i$2[r2] = { ids: /* @__PURE__ */ new Set(), styles: [] });
2671
+ if (!l2.ids.has(t4)) {
2672
+ l2.ids.add(t4);
2673
+ let a2 = o3.source;
2674
+ if (o3.map && (a2 += "\n/*# sourceURL=" + o3.map.sources[0] + " */", a2 += "\n/*# sourceMappingURL=data:application/json;base64," + btoa(unescape(encodeURIComponent(JSON.stringify(o3.map)))) + " */"), l2.element || (l2.element = document.createElement("style"), l2.element.type = "text/css", o3.media && l2.element.setAttribute("media", o3.media), e$2 === void 0 && (e$2 = document.head || document.getElementsByTagName("head")[0]), e$2.appendChild(l2.element)), "styleSheet" in l2.element)
2675
+ l2.styles.push(a2), l2.element.styleSheet.cssText = l2.styles.filter(Boolean).join("\n");
2676
+ else {
2677
+ const t5 = l2.ids.size - 1, o4 = document.createTextNode(a2), r3 = l2.element.childNodes;
2678
+ r3[t5] && l2.element.removeChild(r3[t5]), r3.length ? l2.element.insertBefore(o4, r3[t5]) : l2.element.appendChild(o4);
2679
+ }
2680
+ }
2681
+ }(t3, o2);
2682
+ }
2683
+ let e$2;
2684
+ const i$2 = {};
2685
+ const l$2 = o$2({ render: function() {
2686
+ var t2 = this, o2 = t2.$createElement, a2 = t2._self._c || o2;
2687
+ return a2("div", { staticClass: "bimdata-tooltip" }, [a2("div", { staticClass: "bimdata-tooltip__content", on: { mouseover: function(o3) {
2688
+ t2.hover = true;
2689
+ }, mouseleave: function(o3) {
2690
+ t2.hover = false;
2691
+ } } }, [t2._t("content"), t2._v(" "), t2._t("default")], 2), t2._v(" "), a2("Transition", { attrs: { name: "fade" } }, [a2("div", { directives: [{ name: "show", rawName: "v-show", value: t2.isDisplayed, expression: "isDisplayed" }], ref: "tooltipText", staticClass: "bimdata-tooltip__tooltip", class: ["bimdata-tooltip__tooltip--" + t2.position, "bimdata-tooltip__tooltip--" + t2.color].concat(t2._className), style: { maxWidth: t2.maxWidth } }, [t2._v("\n " + t2._s(t2._text) + "\n ")])])], 1);
2692
+ }, staticRenderFns: [] }, function(t2) {
2693
+ t2 && t2("data-v-4b5d635b_0", { source: 'html[data-v-4b5d635b]{--color-primary-lighter:rgba(248, 249, 250, 1);--color-primary-light:rgba(67, 78, 105, 1);--color-primary:rgba(47, 55, 74, 1);--color-primary-dark:rgba(27, 32, 43, 1);--color-secondary-lighter:rgba(255, 252, 242, 1);--color-secondary-light:rgba(250, 212, 94, 1);--color-secondary:rgba(249, 199, 44, 1);--color-secondary-dark:rgba(235, 180, 7, 1);--color-white:rgba(255, 255, 255, 1);--color-silver-light:rgba(247, 247, 247, 1);--color-silver:rgba(216, 216, 216, 1);--color-silver-dark:rgba(189, 189, 189, 1);--color-granite-light:rgba(122, 122, 122, 1);--color-granite:rgba(96, 96, 96, 1);--color-black:rgba(0, 0, 0, 1);--color-text:rgba(47, 55, 74, 1);--color-black-100:rgba(0, 0, 0, 0.1);--color-success-lighter:rgba(226, 255, 239, 1);--color-success-light:rgba(0, 200, 92, 1);--color-success:rgba(0, 175, 80, 1);--color-success-dark:rgba(0, 149, 68, 1);--color-warning-lighter:rgba(255, 233, 204, 1);--color-warning-light:rgba(255, 167, 51, 1);--color-warning:rgba(255, 145, 0, 1);--color-warning-dark:rgba(204, 116, 0, 1);--color-high-lighter:rgba(255, 237, 234, 1);--color-high-light:rgba(255, 104, 81, 1);--color-high:rgba(255, 61, 30, 1);--color-high-dark:rgba(234, 31, 0, 1);--font-size:14px;--box-shadow:0px 2px 10px rgba(0, 0, 0, 0.1);--border-radius-tiny:3px;--spacing-unit:12px;--size-btn-options:45px;--primary-font:"roboto",sans-serif}html[data-v-4b5d635b]{--color-primary-lighter:rgba(248, 249, 250, 1);--color-primary-light:rgba(67, 78, 105, 1);--color-primary:rgba(47, 55, 74, 1);--color-primary-dark:rgba(27, 32, 43, 1);--color-secondary-lighter:rgba(255, 252, 242, 1);--color-secondary-light:rgba(250, 212, 94, 1);--color-secondary:rgba(249, 199, 44, 1);--color-secondary-dark:rgba(235, 180, 7, 1);--color-white:rgba(255, 255, 255, 1);--color-silver-light:rgba(247, 247, 247, 1);--color-silver:rgba(216, 216, 216, 1);--color-silver-dark:rgba(189, 189, 189, 1);--color-granite-light:rgba(122, 122, 122, 1);--color-granite:rgba(96, 96, 96, 1);--color-black:rgba(0, 0, 0, 1);--color-text:rgba(47, 55, 74, 1);--color-black-100:rgba(0, 0, 0, 0.1);--color-success-lighter:rgba(226, 255, 239, 1);--color-success-light:rgba(0, 200, 92, 1);--color-success:rgba(0, 175, 80, 1);--color-success-dark:rgba(0, 149, 68, 1);--color-warning-lighter:rgba(255, 233, 204, 1);--color-warning-light:rgba(255, 167, 51, 1);--color-warning:rgba(255, 145, 0, 1);--color-warning-dark:rgba(204, 116, 0, 1);--color-high-lighter:rgba(255, 237, 234, 1);--color-high-light:rgba(255, 104, 81, 1);--color-high:rgba(255, 61, 30, 1);--color-high-dark:rgba(234, 31, 0, 1);--font-size:14px;--box-shadow:0px 2px 10px rgba(0, 0, 0, 0.1);--border-radius-tiny:3px;--spacing-unit:12px;--size-btn-options:45px;--primary-font:"roboto",sans-serif}.text-left[data-v-4b5d635b]{text-align:left}.text-center[data-v-4b5d635b]{text-align:center}.text-right[data-v-4b5d635b]{text-align:right}.bimdata-link[data-v-4b5d635b]{color:var(--color-primary);border-bottom:1px solid var(--color-primary);font-weight:700}.primary-font[data-v-4b5d635b]{font-family:roboto,sans-serif}.bimdata-tooltip[data-v-4b5d635b]{position:relative}.bimdata-tooltip__tooltip[data-v-4b5d635b]{position:absolute;z-index:2;min-width:60px;width:max-content;padding:calc(var(--spacing-unit)/ 3) calc(var(--spacing-unit)/ 2);border-radius:3px;text-align:center;white-space:normal;word-wrap:break-word}.bimdata-tooltip__tooltip[data-v-4b5d635b]::before{content:"";position:absolute;border-style:solid;border-width:8px 0 0 8px}.bimdata-tooltip__tooltip--top[data-v-4b5d635b],.bimdata-tooltip__tooltip.bimdata-tooltip--up[data-v-4b5d635b]{top:-8px;left:50%;transform:translateX(-50%) translateY(-100%)}.bimdata-tooltip__tooltip--top[data-v-4b5d635b]::before,.bimdata-tooltip__tooltip.bimdata-tooltip--up[data-v-4b5d635b]::before{top:calc(100% - 4px);left:calc(50% - 4px);transform:rotate(135deg)}.bimdata-tooltip__tooltip--right[data-v-4b5d635b],.bimdata-tooltip__tooltip.bimdata-tooltip--left[data-v-4b5d635b]{top:50%;left:calc(100% + 8px);transform:translateY(-50%)}.bimdata-tooltip__tooltip--right[data-v-4b5d635b]::before,.bimdata-tooltip__tooltip.bimdata-tooltip--left[data-v-4b5d635b]::before{top:calc(50% - 4px);left:-4px;transform:rotate(-135deg)}.bimdata-tooltip__tooltip--bottom[data-v-4b5d635b],.bimdata-tooltip__tooltip.bimdata-tooltip--bottom[data-v-4b5d635b]{top:calc(100% + 8px);left:50%;transform:translateX(-50%)}.bimdata-tooltip__tooltip--bottom[data-v-4b5d635b]::before,.bimdata-tooltip__tooltip.bimdata-tooltip--bottom[data-v-4b5d635b]::before{top:-4px;left:calc(50% - 4px);transform:rotate(-45deg)}.bimdata-tooltip__tooltip--left[data-v-4b5d635b],.bimdata-tooltip__tooltip.bimdata-tooltip--right[data-v-4b5d635b]{top:50%;left:-8px;transform:translateX(-100%) translateY(-50%)}.bimdata-tooltip__tooltip--left[data-v-4b5d635b]::before,.bimdata-tooltip__tooltip.bimdata-tooltip--right[data-v-4b5d635b]::before{top:calc(50% - 4px);left:calc(100% - 4px);transform:rotate(45deg)}.bimdata-tooltip__tooltip--white[data-v-4b5d635b]{background-color:var(--color-white);color:var(--color-primary)}.bimdata-tooltip__tooltip--white[data-v-4b5d635b]::before{border-color:var(--color-white) transparent transparent}.bimdata-tooltip__tooltip--primary[data-v-4b5d635b],.bimdata-tooltip__tooltip.bimdata-tooltip--primary[data-v-4b5d635b]{background-color:var(--color-primary);color:var(--color-white)}.bimdata-tooltip__tooltip--primary[data-v-4b5d635b]::before,.bimdata-tooltip__tooltip.bimdata-tooltip--primary[data-v-4b5d635b]::before{border-color:var(--color-primary) transparent transparent}.bimdata-tooltip__tooltip--secondary[data-v-4b5d635b]{background-color:#f9c72c;color:#2f374a}.bimdata-tooltip__tooltip--secondary[data-v-4b5d635b]::before{border-color:var(--color-secondary) transparent transparent}.bimdata-tooltip__tooltip--granite-light[data-v-4b5d635b],.bimdata-tooltip__tooltip.bimdata-tooltip--grey[data-v-4b5d635b]{background-color:var(--color-granite-light);color:var(--color-white)}.bimdata-tooltip__tooltip--granite-light[data-v-4b5d635b]::before,.bimdata-tooltip__tooltip.bimdata-tooltip--grey[data-v-4b5d635b]::before{border-color:var(--color-granite-light) transparent transparent}.bimdata-tooltip__tooltip--silver-light[data-v-4b5d635b]{background-color:var(--color-silver-light);color:var(--color-primary)}.bimdata-tooltip__tooltip--silver-light[data-v-4b5d635b]::before{border-color:var(--color-silver-light) transparent transparent}.bimdata-tooltip__tooltip--success[data-v-4b5d635b]{background-color:var(--color-success);color:var(--color-white)}.bimdata-tooltip__tooltip--success[data-v-4b5d635b]::before{border-color:var(--color-success) transparent transparent}.bimdata-tooltip__tooltip--warning[data-v-4b5d635b]{background-color:var(--color-warning);color:var(--color-white)}.bimdata-tooltip__tooltip--warning[data-v-4b5d635b]::before{border-color:var(--color-warning) transparent transparent}.bimdata-tooltip__tooltip--high[data-v-4b5d635b]{background-color:var(--color-high);color:var(--color-white)}.bimdata-tooltip__tooltip--high[data-v-4b5d635b]::before{border-color:var(--color-high) transparent transparent}', map: void 0, media: void 0 });
2694
+ }, t$2, "data-v-4b5d635b", false, void 0, false, r$2, void 0, void 0);
2632
2695
  var render$a = function() {
2633
2696
  var _vm = this;
2634
2697
  var _h = _vm.$createElement;
@@ -2769,10 +2832,10 @@ var render$8 = function() {
2769
2832
  var _h = _vm.$createElement;
2770
2833
  var _c = _vm._self._c || _h;
2771
2834
  return _c("div", { staticClass: "bcf-topic-form" }, [_c("div", { staticClass: "bcf-topic-form__content" }, [_c("div", { staticClass: "bcf-topic-form__content__head" }, [_c("div", { staticClass: "bcf-topic-form__content__head__index" }, [_vm._v(" " + _vm._s(_vm.isCreation ? _vm.nextIndex : _vm.bcfTopic.index) + " ")]), _c("div", { staticClass: "bcf-topic-form__content__head__date" }, [_vm._v(" " + _vm._s(_vm.$d(_vm.isCreation ? new Date() : _vm.bcfTopic.creationDate, "short")) + " ")])]), _vm.viewerMode ? [_c("BcfTopicSnapshots", { attrs: { "bcfTopic": _vm.bcfTopic }, on: { "add-viewpoint": _vm.addViewpoint, "delete-viewpoint": _vm.delViewpoint } }), _c("div", { staticClass: "bcf-topic-form__content__actions" }, [_c("BIMDataButton", { attrs: { "fill": "", "radius": "" }, on: { "click": function($event) {
2772
- return _vm.$emit("add-object", _vm.bcfTopic);
2773
- } } }, [_c("BIMDataIcon", { attrs: { "name": "plus", "size": "xxxs", "margin": "0 6px 0 0" } }), _vm._v(" " + _vm._s(_vm.$t("BcfComponents.BcfTopicForm.addObjectButton")) + " ")], 1), _c("BIMDataButton", { attrs: { "color": "primary", "fill": "", "radius": "" }, on: { "click": function($event) {
2774
- return _vm.$emit("add-annotation", _vm.bcfTopic);
2775
- } } }, [_c("BIMDataIcon", { attrs: { "name": "plus", "size": "xxxs", "margin": "0 6px 0 0" } }), _vm._v(" " + _vm._s(_vm.$t("BcfComponents.BcfTopicForm.addAnnotationButton")) + " ")], 1)], 1)] : [_c("BcfTopicImages", { attrs: { "bcfTopic": _vm.bcfTopic }, on: { "add-image": _vm.addViewpoint, "delete-viewpoint": _vm.delViewpoint } })], _c("div", { staticClass: "bcf-topic-form__content__body" }, [_c("BIMDataInput", { attrs: { "placeholder": _vm.$t("BcfComponents.BcfTopicForm.titlePlaceholder"), "error": _vm.hasErrorTitle, "errorMessage": _vm.$t("BcfComponents.BcfTopicForm.titleErrorMessage") }, on: { "keyup": function($event) {
2835
+ return _vm.$emit("add-components", _vm.bcfTopic);
2836
+ } } }, [_c("BIMDataIcon", { attrs: { "name": "plus", "size": "xxxs", "margin": "0 6px 0 0" } }), _vm._v(" " + _vm._s(_vm.$t("BcfComponents.BcfTopicForm.addObjectButton")) + " ")], 1), _c("BIMDataTooltip", { attrs: { "disabled": _vm.viewpointsToDisplay.length > 0, "text": _vm.$t("BcfComponents.BcfTopicForm.annotationButtonTooltip"), "color": "granite-light" } }, [_c("BIMDataButton", { attrs: { "width": "100%", "color": "primary", "fill": "", "radius": "", "disabled": _vm.viewpointsToDisplay.length === 0 }, on: { "click": function($event) {
2837
+ return _vm.$emit("add-pins", _vm.bcfTopic);
2838
+ } } }, [_c("BIMDataIcon", { attrs: { "name": "plus", "size": "xxxs", "margin": "0 6px 0 0" } }), _vm._v(" " + _vm._s(_vm.$t("BcfComponents.BcfTopicForm.addAnnotationButton")) + " ")], 1)], 1)], 1)] : [_c("BcfTopicImages", { attrs: { "bcfTopic": _vm.bcfTopic }, on: { "add-image": _vm.addViewpoint, "delete-viewpoint": _vm.delViewpoint } })], _c("div", { staticClass: "bcf-topic-form__content__body" }, [_c("BIMDataInput", { attrs: { "placeholder": _vm.$t("BcfComponents.BcfTopicForm.titlePlaceholder"), "error": _vm.hasErrorTitle, "errorMessage": _vm.$t("BcfComponents.BcfTopicForm.titleErrorMessage") }, on: { "keyup": function($event) {
2776
2839
  if (!$event.type.indexOf("key") && _vm._k($event.keyCode, "enter", 13, $event.key, "Enter")) {
2777
2840
  return null;
2778
2841
  }
@@ -2815,11 +2878,12 @@ const __vue2_script$8 = {
2815
2878
  BIMDataButton: c$5,
2816
2879
  BIMDataIcon: s$9,
2817
2880
  BIMDataInput: s$8,
2818
- BIMDataLoading: a$3,
2881
+ BIMDataLoading: a$4,
2819
2882
  BIMDataSafeZoneModal: C,
2820
2883
  BIMDataSelect: g$3,
2821
2884
  BIMDataTextarea: s$2,
2822
- BIMDataTextbox: l$2
2885
+ BIMDataTextbox: l$3,
2886
+ BIMDataTooltip: l$2
2823
2887
  },
2824
2888
  props: {
2825
2889
  viewerMode: {
@@ -2830,6 +2894,10 @@ const __vue2_script$8 = {
2830
2894
  type: Object,
2831
2895
  required: true
2832
2896
  },
2897
+ extensions: {
2898
+ type: Object,
2899
+ reuiqred: true
2900
+ },
2833
2901
  bcfTopics: {
2834
2902
  type: Array,
2835
2903
  required: true
@@ -2846,15 +2914,11 @@ const __vue2_script$8 = {
2846
2914
  },
2847
2915
  providedPins: {
2848
2916
  type: Array
2849
- },
2850
- extensions: {
2851
- type: Object,
2852
- reuiqred: true
2853
2917
  }
2854
2918
  },
2855
2919
  emits: [
2856
- "add-object",
2857
- "add-annotation",
2920
+ "add-components",
2921
+ "add-pins",
2858
2922
  "bcf-topic-created",
2859
2923
  "bcf-topic-updated",
2860
2924
  "close"
@@ -2878,8 +2942,10 @@ const __vue2_script$8 = {
2878
2942
  const topicDescription = ref("");
2879
2943
  const topicLabels = ref([]);
2880
2944
  const viewpoints = ref([]);
2881
- const viewpointsToCreate = [];
2882
- const viewpointsToDelete = [];
2945
+ const viewpointsToCreate = ref([]);
2946
+ const viewpointsToUpdate = ref([]);
2947
+ const viewpointsToDelete = ref([]);
2948
+ const viewpointsToDisplay = computed(() => viewpoints.value.filter((v2) => v2.snapshot).concat(viewpointsToCreate.value));
2883
2949
  const loading = ref(false);
2884
2950
  const isOpenModal = ref(false);
2885
2951
  const hasErrorTitle = ref(false);
@@ -2915,14 +2981,14 @@ const __vue2_script$8 = {
2915
2981
  hasErrorDate.value = false;
2916
2982
  };
2917
2983
  const addViewpoint = (viewpoint) => {
2918
- viewpointsToCreate.push(viewpoint);
2984
+ viewpointsToCreate.value.push(viewpoint);
2919
2985
  };
2920
2986
  const delViewpoint = (viewpoint) => {
2921
2987
  if (viewpoint.guid) {
2922
- viewpointsToDelete.push(viewpoint);
2988
+ viewpointsToDelete.value.push(viewpoint);
2923
2989
  } else {
2924
- let index = viewpointsToCreate.indexOf(viewpoint);
2925
- viewpointsToCreate.splice(index, 1);
2990
+ let index = viewpointsToCreate.value.indexOf(viewpoint);
2991
+ viewpointsToCreate.value.splice(index, 1);
2926
2992
  }
2927
2993
  };
2928
2994
  const submit = async () => {
@@ -2937,14 +3003,20 @@ const __vue2_script$8 = {
2937
3003
  }
2938
3004
  try {
2939
3005
  loading.value = true;
2940
- const viewpointToUpdate = viewpoints.value.map((viewpoint) => __spreadProps(__spreadValues({}, viewpoint), { snapshot: void 0 }));
3006
+ viewpointsToUpdate.value = viewpoints.value.map((viewpoint) => __spreadProps(__spreadValues({}, viewpoint), { snapshot: void 0 }));
2941
3007
  if (props.providedComponents) {
2942
- viewpointToUpdate.forEach((viewpoint) => viewpoint.components = props.providedComponents);
2943
- viewpointsToCreate.forEach((viewpoint) => viewpoint.components = props.providedComponents);
3008
+ if (viewpointsToUpdate.value.length > 0 || viewpointsToCreate.value.length > 0) {
3009
+ viewpointsToUpdate.value.forEach((viewpoint) => viewpoint.components = props.providedComponents);
3010
+ viewpointsToCreate.value.forEach((viewpoint) => viewpoint.components = props.providedComponents);
3011
+ } else {
3012
+ viewpointsToCreate.value.push({
3013
+ components: props.providedComponents
3014
+ });
3015
+ }
2944
3016
  }
2945
3017
  if (props.providedPins) {
2946
- viewpointToUpdate.forEach((viewpoint) => viewpoint.pins = props.providedPins);
2947
- viewpointsToCreate.forEach((viewpoint) => viewpoint.pins = props.providedPins);
3018
+ viewpointsToUpdate.value.forEach((viewpoint) => viewpoint.pins = props.providedPins);
3019
+ viewpointsToCreate.value.forEach((viewpoint) => viewpoint.pins = props.providedPins);
2948
3020
  }
2949
3021
  const data = {
2950
3022
  guid: (_a = props.bcfTopic) == null ? void 0 : _a.guid,
@@ -2958,7 +3030,7 @@ const __vue2_script$8 = {
2958
3030
  dueDate: topicDate.value ? serialize(topicDate.value) : void 0,
2959
3031
  description: topicDescription.value,
2960
3032
  labels: topicLabels.value,
2961
- viewpoints: viewpointToUpdate
3033
+ viewpoints: viewpointsToUpdate.value
2962
3034
  };
2963
3035
  let newTopic;
2964
3036
  if (isCreation.value) {
@@ -2966,8 +3038,8 @@ const __vue2_script$8 = {
2966
3038
  } else {
2967
3039
  newTopic = await updateTopic2(props.project, data);
2968
3040
  }
2969
- await Promise.all(viewpointsToCreate.map((viewpoint) => createViewpoint2(props.project, newTopic, viewpoint)));
2970
- await Promise.all(viewpointsToDelete.map((viewpoint) => deleteViewpoint2(props.project, newTopic, viewpoint)));
3041
+ await Promise.all(viewpointsToCreate.value.map((viewpoint) => createViewpoint2(props.project, newTopic, viewpoint)));
3042
+ await Promise.all(viewpointsToDelete.value.map((viewpoint) => deleteViewpoint2(props.project, newTopic, viewpoint)));
2971
3043
  if (isCreation.value) {
2972
3044
  emit("bcf-topic-created", newTopic);
2973
3045
  reset();
@@ -2994,7 +3066,7 @@ const __vue2_script$8 = {
2994
3066
  topicLabels,
2995
3067
  topicTitle,
2996
3068
  topicType,
2997
- viewpoints,
3069
+ viewpointsToDisplay,
2998
3070
  addViewpoint,
2999
3071
  delViewpoint,
3000
3072
  submit
@@ -3002,7 +3074,7 @@ const __vue2_script$8 = {
3002
3074
  }
3003
3075
  };
3004
3076
  const __cssModules$8 = {};
3005
- var __component__$8 = /* @__PURE__ */ normalizeComponent(__vue2_script$8, render$8, staticRenderFns$8, false, __vue2_injectStyles$8, "6e6b2311", null, null);
3077
+ var __component__$8 = /* @__PURE__ */ normalizeComponent(__vue2_script$8, render$8, staticRenderFns$8, false, __vue2_injectStyles$8, "6babe16d", null, null);
3006
3078
  function __vue2_injectStyles$8(context) {
3007
3079
  for (let o2 in __cssModules$8) {
3008
3080
  this[o2] = __cssModules$8[o2];
@@ -3016,14 +3088,14 @@ var e$1 = Object.freeze(["default", "primary", "secondary", "high", "success", "
3016
3088
  }, style() {
3017
3089
  return { "min-width": "" + this.width, "min-height": "" + this.height };
3018
3090
  } } };
3019
- function r$1(e2, t2, r2, i2, o2, d2, a2, n2, l2, s2) {
3020
- typeof a2 != "boolean" && (l2 = n2, n2 = a2, a2 = false);
3091
+ function r$1(e2, t2, r2, i2, o2, d2, a2, n2, s2, l2) {
3092
+ typeof a2 != "boolean" && (s2 = n2, n2 = a2, a2 = false);
3021
3093
  const v2 = typeof r2 == "function" ? r2.options : r2;
3022
3094
  let c2;
3023
3095
  if (e2 && e2.render && (v2.render = e2.render, v2.staticRenderFns = e2.staticRenderFns, v2._compiled = true, o2 && (v2.functional = true)), i2 && (v2._scopeId = i2), d2 ? (c2 = function(e3) {
3024
- (e3 = e3 || this.$vnode && this.$vnode.ssrContext || this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext) || typeof __VUE_SSR_CONTEXT__ == "undefined" || (e3 = __VUE_SSR_CONTEXT__), t2 && t2.call(this, l2(e3)), e3 && e3._registeredComponents && e3._registeredComponents.add(d2);
3096
+ (e3 = e3 || this.$vnode && this.$vnode.ssrContext || this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext) || typeof __VUE_SSR_CONTEXT__ == "undefined" || (e3 = __VUE_SSR_CONTEXT__), t2 && t2.call(this, s2(e3)), e3 && e3._registeredComponents && e3._registeredComponents.add(d2);
3025
3097
  }, v2._ssrRegister = c2) : t2 && (c2 = a2 ? function(e3) {
3026
- t2.call(this, s2(e3, this.$root.$options.shadowRoot));
3098
+ t2.call(this, l2(e3, this.$root.$options.shadowRoot));
3027
3099
  } : function(e3) {
3028
3100
  t2.call(this, n2(e3));
3029
3101
  }), c2)
@@ -3064,7 +3136,7 @@ const n$1 = r$1({ render: function() {
3064
3136
  }, staticRenderFns: [] }, function(e2) {
3065
3137
  e2 && (e2("data-v-7af18892_0", { source: 'html[data-v-7af18892]{--color-primary-lighter:rgba(248, 249, 250, 1);--color-primary-light:rgba(67, 78, 105, 1);--color-primary:rgba(47, 55, 74, 1);--color-primary-dark:rgba(27, 32, 43, 1);--color-secondary-lighter:rgba(255, 252, 242, 1);--color-secondary-light:rgba(250, 212, 94, 1);--color-secondary:rgba(249, 199, 44, 1);--color-secondary-dark:rgba(235, 180, 7, 1);--color-white:rgba(255, 255, 255, 1);--color-silver-light:rgba(247, 247, 247, 1);--color-silver:rgba(216, 216, 216, 1);--color-silver-dark:rgba(189, 189, 189, 1);--color-granite-light:rgba(122, 122, 122, 1);--color-granite:rgba(96, 96, 96, 1);--color-black:rgba(0, 0, 0, 1);--color-text:rgba(47, 55, 74, 1);--color-black-100:rgba(0, 0, 0, 0.1);--color-success-lighter:rgba(226, 255, 239, 1);--color-success-light:rgba(0, 200, 92, 1);--color-success:rgba(0, 175, 80, 1);--color-success-dark:rgba(0, 149, 68, 1);--color-warning-lighter:rgba(255, 233, 204, 1);--color-warning-light:rgba(255, 167, 51, 1);--color-warning:rgba(255, 145, 0, 1);--color-warning-dark:rgba(204, 116, 0, 1);--color-high-lighter:rgba(255, 237, 234, 1);--color-high-light:rgba(255, 104, 81, 1);--color-high:rgba(255, 61, 30, 1);--color-high-dark:rgba(234, 31, 0, 1);--font-size:14px;--box-shadow:0px 2px 10px rgba(0, 0, 0, 0.1);--border-radius-tiny:3px;--spacing-unit:12px;--size-btn-options:45px;--primary-font:"roboto",sans-serif}html[data-v-7af18892]{--color-primary-lighter:rgba(248, 249, 250, 1);--color-primary-light:rgba(67, 78, 105, 1);--color-primary:rgba(47, 55, 74, 1);--color-primary-dark:rgba(27, 32, 43, 1);--color-secondary-lighter:rgba(255, 252, 242, 1);--color-secondary-light:rgba(250, 212, 94, 1);--color-secondary:rgba(249, 199, 44, 1);--color-secondary-dark:rgba(235, 180, 7, 1);--color-white:rgba(255, 255, 255, 1);--color-silver-light:rgba(247, 247, 247, 1);--color-silver:rgba(216, 216, 216, 1);--color-silver-dark:rgba(189, 189, 189, 1);--color-granite-light:rgba(122, 122, 122, 1);--color-granite:rgba(96, 96, 96, 1);--color-black:rgba(0, 0, 0, 1);--color-text:rgba(47, 55, 74, 1);--color-black-100:rgba(0, 0, 0, 0.1);--color-success-lighter:rgba(226, 255, 239, 1);--color-success-light:rgba(0, 200, 92, 1);--color-success:rgba(0, 175, 80, 1);--color-success-dark:rgba(0, 149, 68, 1);--color-warning-lighter:rgba(255, 233, 204, 1);--color-warning-light:rgba(255, 167, 51, 1);--color-warning:rgba(255, 145, 0, 1);--color-warning-dark:rgba(204, 116, 0, 1);--color-high-lighter:rgba(255, 237, 234, 1);--color-high-light:rgba(255, 104, 81, 1);--color-high:rgba(255, 61, 30, 1);--color-high-dark:rgba(234, 31, 0, 1);--font-size:14px;--box-shadow:0px 2px 10px rgba(0, 0, 0, 0.1);--border-radius-tiny:3px;--spacing-unit:12px;--size-btn-options:45px;--primary-font:"roboto",sans-serif}.text-left[data-v-7af18892]{text-align:left}.text-center[data-v-7af18892]{text-align:center}.text-right[data-v-7af18892]{text-align:right}.bimdata-link[data-v-7af18892]{color:var(--color-primary);border-bottom:1px solid var(--color-primary);font-weight:700}.primary-font[data-v-7af18892]{font-family:roboto,sans-serif}', map: void 0, media: void 0 }), e2("data-v-7af18892_1", { source: ".bimdata-btn{padding:0 var(--spacing-unit);height:fit-content;display:flex;align-items:center;justify-content:center;background-color:transparent;border:none;color:var(--color-primary);cursor:pointer;font-family:var(--primary-font);font-size:12px;transition:all .1s ease}.bimdata-btn:hover{transition:all .25s ease-in}.bimdata-btn:focus{outline:0}.bimdata-btn__icon{padding:0}.bimdata-btn__radius{border-radius:3px}.bimdata-btn__square{border-radius:0}.bimdata-btn__rounded{border-radius:50%}.bimdata-btn__fill{background-color:var(--color-white);justify-content:center}.bimdata-btn__fill--default{box-shadow:var(--box-shadow)}.bimdata-btn__fill--default:hover{background-color:var(--color-silver-light)}.bimdata-btn__fill--primary{background-color:var(--color-primary);color:var(--color-white)}.bimdata-btn__fill--primary:hover{background-color:var(--color-primary-light)}.bimdata-btn__fill--secondary{background-color:var(--color-secondary);color:var(--color-primary)}.bimdata-btn__fill--secondary:hover{background-color:var(--color-secondary-light)}.bimdata-btn__fill--granite{background-color:var(--color-granite);color:var(--color-white)}.bimdata-btn__fill--granite:hover{background-color:var(--color-granite)}.bimdata-btn__fill--high{background-color:var(--color-high);color:var(--color-white)}.bimdata-btn__fill--high:hover{background-color:var(--color-high-light)}.bimdata-btn__fill--success{background-color:var(--color-success);color:var(--color-white)}.bimdata-btn__fill--success:hover{background-color:var(--color-success-light)}.bimdata-btn__fill--btn-icon svg{margin:0 6px}.bimdata-btn__fill:disabled{background-color:var(--color-silver-dark);color:var(--color-white);cursor:auto}.bimdata-btn__ripple{background-position:center;transition:background .8s}.bimdata-btn__ripple--default{background-color:transparent;color:var(--color-primary)}.bimdata-btn__ripple--default:hover{background:transparent radial-gradient(circle,transparent 1%,var(--color-silver-light) 1%) center/15000%}.bimdata-btn__ripple--default:active:not(:disabled){background-color:var(--color-silver-light);background-size:100%;transition:background 0s}.bimdata-btn__ripple--primary{background-color:var(--color-primary);color:var(--color-white)}.bimdata-btn__ripple--primary:hover{background:var(--color-primary) radial-gradient(circle,transparent 1%,var(--color-primary) 1%) center/15000%}.bimdata-btn__ripple--primary:active:not(:disabled){background-color:var(--color-primary-light);background-size:100%;transition:background 0s}.bimdata-btn__ripple--secondary{background-color:var(--color-secondary);color:var(--color-primary)}.bimdata-btn__ripple--secondary:hover{background:var(--color-secondary) radial-gradient(circle,transparent 1%,var(--color-secondary) 1%) center/15000%}.bimdata-btn__ripple--secondary:active:not(:disabled){background-color:var(--color-secondary-light);background-size:100%;transition:background 0s}.bimdata-btn__ripple--granite{background-color:var(--color-granite);color:var(--color-white)}.bimdata-btn__ripple--granite:hover{background:var(--color-granite) radial-gradient(circle,transparent 1%,var(--color-granite) 1%) center/15000%}.bimdata-btn__ripple--granite:active:not(:disabled){background-color:var(--color-granite-light);background-size:100%;transition:background 0s}.bimdata-btn__ripple--high{background-color:var(--color-high);color:var(--color-white)}.bimdata-btn__ripple--high:hover{background:var(--color-high) radial-gradient(circle,transparent 1%,var(--color-high) 1%) center/15000%}.bimdata-btn__ripple--high:active:not(:disabled){background-color:var(--color-high-light);background-size:100%;transition:background 0s}.bimdata-btn__ripple--success{background-color:var(--color-success);color:var(--color-white)}.bimdata-btn__ripple--success:hover{background:var(--color-success) radial-gradient(circle,transparent 1%,var(--color-success) 1%) center/15000%}.bimdata-btn__ripple--success:active:not(:disabled){background-color:var(--color-success-light);background-size:100%;transition:background 0s}.bimdata-btn__ripple:disabled{background-color:var(--color-silver-dark);color:var(--color-white);cursor:auto}.bimdata-btn__outline{justify-content:center;border:1px solid}.bimdata-btn__outline--default{border-color:var(--color-silver);color:var(--color-primary)}.bimdata-btn__outline--default:hover{background-color:var(--color-silver-light)}.bimdata-btn__outline--primary{border-color:var(--color-primary);color:var(--color-primary)}.bimdata-btn__outline--primary:hover{background-color:var(--color-primary-lighter)}.bimdata-btn__outline--secondary{border-color:var(--color-secondary);color:var(--color-primary)}.bimdata-btn__outline--secondary:hover{background-color:var(--color-secondary-lighter)}.bimdata-btn__outline--granite{border-color:var(--color-granite);color:var(--color-granite)}.bimdata-btn__outline--granite:hover{background-color:var(--color-silver-light)}.bimdata-btn__outline--high{border-color:var(--color-high);color:var(--color-high)}.bimdata-btn__outline--high:hover{background-color:var(--color-high-lighter)}.bimdata-btn__outline--success{border-color:var(--color-success);color:var(--color-success)}.bimdata-btn__outline--success:hover{background-color:var(--color-success-lighter)}.bimdata-btn__outline:disabled{border-color:var(--color-silver-dark);color:var(--color-silver-dark);cursor:auto}.bimdata-btn__outline:disabled:hover{background-color:transparent}.bimdata-btn__ghost{justify-content:center}.bimdata-btn__ghost svg{display:flex;align-items:center}.bimdata-btn__ghost--default{color:var(--color-primary)}.bimdata-btn__ghost--default:hover{background-color:var(--color-silver-light)}.bimdata-btn__ghost--primary{color:var(--color-primary)}.bimdata-btn__ghost--primary:hover{background-color:var(--color-primary-lighter)}.bimdata-btn__ghost--secondary{color:var(--color-secondary)}.bimdata-btn__ghost--secondary:hover{background-color:var(--color-secondary-lighter)}.bimdata-btn__ghost--granite{color:var(--color-granite)}.bimdata-btn__ghost--granite:hover{background-color:var(--color-silver-light)}.bimdata-btn__ghost--high{color:var(--color-high)}.bimdata-btn__ghost--high:hover{background-color:var(--color-high-lighter)}.bimdata-btn__ghost--success{color:var(--color-success)}.bimdata-btn__ghost--success:hover{background-color:var(--color-success-lighter)}.bimdata-btn__ghost:disabled{color:var(--color-silver-dark);cursor:auto}", map: void 0, media: void 0 }));
3066
3138
  }, t$1, "data-v-7af18892", false, void 0, false, o$1, void 0, void 0);
3067
- var l$1 = { addFile: r$1({ render: function() {
3139
+ var s$1 = { addFile: r$1({ render: function() {
3068
3140
  var e2 = this.$createElement;
3069
3141
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M17.6687 16.5312H14.4343V19.7656H12.2781V16.5312H9.04369V14.375H12.2781V11.1406H14.4343V14.375H17.6687V16.5312ZM4.01244 7.90625L10.1218 1.79688V5.97245V7.90625H4.01244ZM20.3885 2.3C20.3885 1.035 19.365 0 18.1 0H8.9L2 6.9V20.7C2 21.965 3.03464 23 4.3 23H18.1115C19.3765 23 20.4 21.965 20.4 20.7L20.3885 2.3Z" } });
3070
3142
  }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), addFolder: r$1({ render: function() {
@@ -3259,6 +3331,9 @@ var l$1 = { addFile: r$1({ render: function() {
3259
3331
  }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), inProgressFile: r$1({ render: function() {
3260
3332
  var e2 = this.$createElement, t2 = this._self._c || e2;
3261
3333
  return t2("g", [t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M0 18.6042V0.395833C0 0.178125 0.178125 0 0.395833 0H9.5V5.14583C9.5 5.36354 9.67813 5.54167 9.89583 5.54167H14.25V18.6042C14.25 18.8219 14.0719 19 13.8542 19H0.395833C0.178125 19 0 18.8219 0 18.6042ZM14.1508 4.55257C14.1904 4.61194 14.2101 4.67132 14.2299 4.75048H10.2914V0.237984L14.1508 4.55257Z" } }), this._v(" "), t2("circle", { attrs: { cx: "13", cy: "18", r: "6", fill: "#D8D8D8" } }), this._v(" "), t2("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11 15V17H11.0033L11 17.0033L12.3333 18.3333L11 19.6667L11.0033 19.67H11V21.6667H15V19.67H14.9967L15 19.6667L13.6667 18.3333L15 17.0033L14.9967 17H15V15H11ZM14.3333 19.8333V21H11.6667V19.8333L13 18.5L14.3333 19.8333ZM11.6667 16.8333V15.6667H14.3333V16.8333L13 18.1667L11.6667 16.8333ZM13.0002 19.6667L12.0002 20.6667H14.0002L13.0002 19.6667ZM13.9999 16.8333L12.9999 17.8333L11.9999 16.8333L13.9999 16.8333Z", fill: "#2F374A" } })]);
3334
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), invitation: r$1({ render: function() {
3335
+ var e2 = this.$createElement;
3336
+ return (this._self._c || e2)("path", { attrs: { d: "M11.5 1.5C5.98 1.5 1.5 5.98 1.5 11.5C1.5 17.02 5.98 21.5 11.5 21.5C17.02 21.5 21.5 17.02 21.5 11.5C21.5 5.98 17.02 1.5 11.5 1.5ZM15.11 7.84C16.18 7.84 17.04 8.7 17.04 9.77C17.04 10.84 16.18 11.7 15.11 11.7C14.04 11.7 13.18 10.84 13.18 9.77C13.17 8.7 14.04 7.84 15.11 7.84ZM9.11 6.26C10.41 6.26 11.47 7.32 11.47 8.62C11.47 9.92 10.41 10.98 9.11 10.98C7.81 10.98 6.75 9.92 6.75 8.62C6.75 7.31 7.8 6.26 9.11 6.26ZM9.11 15.39V19.14C6.71 18.39 4.81 16.54 3.97 14.18C5.02 13.06 7.64 12.49 9.11 12.49C9.64 12.49 10.31 12.57 11.01 12.71C9.37 13.58 9.11 14.73 9.11 15.39ZM11.5 19.5C11.23 19.5 10.97 19.49 10.71 19.46V15.39C10.71 13.97 13.65 13.26 15.11 13.26C16.18 13.26 18.03 13.65 18.95 14.41C17.78 17.38 14.89 19.5 11.5 19.5Z" } });
3262
3337
  }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), isolate: r$1({ render: function() {
3263
3338
  var e2 = this.$createElement;
3264
3339
  return (this._self._c || e2)("path", { attrs: { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.3904 17.581L4.92852 14.6238C4.819 14.6238 4.70947 14.5143 4.70947 14.4048V7.39524C4.70947 7.34048 4.73685 7.28571 4.76423 7.23095C4.79162 7.17619 4.819 7.12143 4.819 7.06667H5.14757L11.3904 9.58571L17.0857 7.17619L11.4999 4.65714L6.89995 6.84762C6.79042 6.95714 6.57138 6.84762 6.46185 6.73809C6.35233 6.51905 6.46185 6.40952 6.57138 6.3L11.0619 4H11.3904L17.8523 6.95714C17.9619 7.06667 18.0714 7.17619 18.0714 7.28571V14.2952C18.0714 14.4048 17.9619 14.6238 17.8523 14.6238L11.3904 17.581ZM11.2809 10.3524L5.36662 7.83333V14.1857L11.0619 16.8143V11.6667C11.0619 11.4476 11.1714 11.3381 11.3904 11.3381C11.6095 11.3381 11.719 11.4476 11.719 11.6667V16.8143L17.5238 14.1857V7.83333L11.4999 10.3524H11.2809ZM18.9476 14.4001V9.58105C21.4667 10.7858 23 12.5382 23 14.5096C23 18.1239 17.8524 20.9715 11.5 20.9715C5.14762 20.9715 0 18.1239 0 14.5096C0 12.5382 1.53333 10.7858 4.05238 9.58105V14.4001C4.05238 14.7287 4.27143 15.1668 4.6 15.2763L10.9524 18.2334H11.0619H11.281H11.5H11.6095L18.4 15.2763C18.7286 15.1668 18.9476 14.8382 18.9476 14.4001Z" } });
@@ -3454,7 +3529,7 @@ var l$1 = { addFile: r$1({ render: function() {
3454
3529
  }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0), zone: r$1({ render: function() {
3455
3530
  var e2 = this.$createElement, t2 = this._self._c || e2;
3456
3531
  return t2("g", [t2("path", { attrs: { d: "M8.96582 11.3144L11.6658 10.1144V3.91443L1.96582 8.11443L8.96582 11.3144Z" } }), this._v(" "), t2("path", { attrs: { d: "M1.0658 15.2145L11.6658 19.9145V13.6145L1.0658 8.81445V15.2145Z" } }), this._v(" "), t2("path", { attrs: { d: "M22.9658 8.11443L13.2658 3.91443V10.1144L15.9658 11.3144L22.9658 8.11443Z" } }), this._v(" "), t2("path", { attrs: { d: "M13.2658 13.6145V19.9145L23.8658 15.2145V8.81445L13.2658 13.6145Z" } })]);
3457
- }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0) }, s$1 = Object.freeze(["black", "default", "granite", "granite-light", "high", "primary", "secondary", "success", "silver", "silver-light", "silver-dark", "warning", "white"]);
3532
+ }, staticRenderFns: [] }, void 0, {}, void 0, false, void 0, false, void 0, void 0, void 0) }, l$1 = Object.freeze(["black", "default", "granite", "granite-light", "high", "primary", "secondary", "success", "silver", "silver-light", "silver-dark", "warning", "white"]);
3458
3533
  const v = { xxxs: 10, xxs: 13, xs: 16, s: 18, m: 22, l: 28, xl: 36, xxl: 45, xxxl: 60 };
3459
3534
  const c$1 = r$1({ render: function() {
3460
3535
  var e2 = this, t2 = e2.$createElement, r2 = e2._self._c || t2;
@@ -3464,7 +3539,7 @@ const c$1 = r$1({ render: function() {
3464
3539
  e2.index++;
3465
3540
  } } }, [r2("BIMDataIcon", { attrs: { name: "chevron", size: "s" } })], 1)], 1);
3466
3541
  }, staticRenderFns: [] }, function(e2) {
3467
- e2 && e2("data-v-5283e647_0", { source: ".bimdata-carousel[data-v-5283e647]{--button-size:44px;position:relative}.bimdata-carousel__container[data-v-5283e647]{overflow-x:hidden;margin:-28px 0;padding:28px 0}.bimdata-carousel__container__slider[data-v-5283e647]{position:relative;transition:transform .5s ease-out}.bimdata-carousel__btn-next[data-v-5283e647],.bimdata-carousel__btn-prev[data-v-5283e647]{position:absolute;z-index:2;top:calc(50% - var(--button-size)/ 2);width:var(--button-size);height:var(--button-size);box-shadow:var(--box-shadow)}.bimdata-carousel__btn-prev[data-v-5283e647]{left:calc(0px - var(--button-size)/ 2)}.bimdata-carousel__btn-next[data-v-5283e647]{right:calc(0px - var(--button-size)/ 2)}", map: void 0, media: void 0 });
3542
+ e2 && e2("data-v-55e9fb46_0", { source: ".bimdata-carousel[data-v-55e9fb46]{--button-size:44px;position:relative}.bimdata-carousel__container[data-v-55e9fb46]{overflow-x:hidden;margin:-28px 0;padding:28px 0}.bimdata-carousel__container__slider[data-v-55e9fb46]{position:relative;transition:transform .5s ease-out}.bimdata-carousel__btn-next[data-v-55e9fb46],.bimdata-carousel__btn-prev[data-v-55e9fb46]{position:absolute;z-index:2;top:calc(50% - var(--button-size)/ 2);width:var(--button-size);height:var(--button-size);box-shadow:var(--box-shadow)}.bimdata-carousel__btn-prev[data-v-55e9fb46]{left:calc(0px - var(--button-size)/ 2)}.bimdata-carousel__btn-next[data-v-55e9fb46]{right:calc(0px - var(--button-size)/ 2)}", map: void 0, media: void 0 });
3468
3543
  }, { components: { BIMDataButton: n$1, BIMDataIcon: r$1({ render: function() {
3469
3544
  var e2 = this.$createElement, t2 = this._self._c || e2;
3470
3545
  return t2("svg", { class: this.classes, style: this.style, attrs: { xmlns: "http://www.w3.org/2000/svg", preserveAspectRatio: "xMidYMid meet", viewBox: "0 0 23 23", width: "100%", fill: this.fillColor, color: this.color } }, [t2("bimdata-icon-" + this.name, { tag: "component" })], 1);
@@ -3472,19 +3547,21 @@ const c$1 = r$1({ render: function() {
3472
3547
  e2 && (e2("data-v-198621a2_0", { source: 'html[data-v-198621a2]{--color-primary-lighter:rgba(248, 249, 250, 1);--color-primary-light:rgba(67, 78, 105, 1);--color-primary:rgba(47, 55, 74, 1);--color-primary-dark:rgba(27, 32, 43, 1);--color-secondary-lighter:rgba(255, 252, 242, 1);--color-secondary-light:rgba(250, 212, 94, 1);--color-secondary:rgba(249, 199, 44, 1);--color-secondary-dark:rgba(235, 180, 7, 1);--color-white:rgba(255, 255, 255, 1);--color-silver-light:rgba(247, 247, 247, 1);--color-silver:rgba(216, 216, 216, 1);--color-silver-dark:rgba(189, 189, 189, 1);--color-granite-light:rgba(122, 122, 122, 1);--color-granite:rgba(96, 96, 96, 1);--color-black:rgba(0, 0, 0, 1);--color-text:rgba(47, 55, 74, 1);--color-black-100:rgba(0, 0, 0, 0.1);--color-success-lighter:rgba(226, 255, 239, 1);--color-success-light:rgba(0, 200, 92, 1);--color-success:rgba(0, 175, 80, 1);--color-success-dark:rgba(0, 149, 68, 1);--color-warning-lighter:rgba(255, 233, 204, 1);--color-warning-light:rgba(255, 167, 51, 1);--color-warning:rgba(255, 145, 0, 1);--color-warning-dark:rgba(204, 116, 0, 1);--color-high-lighter:rgba(255, 237, 234, 1);--color-high-light:rgba(255, 104, 81, 1);--color-high:rgba(255, 61, 30, 1);--color-high-dark:rgba(234, 31, 0, 1);--font-size:14px;--box-shadow:0px 2px 10px rgba(0, 0, 0, 0.1);--border-radius-tiny:3px;--spacing-unit:12px;--size-btn-options:45px;--primary-font:"roboto",sans-serif}', map: void 0, media: void 0 }), e2("data-v-198621a2_1", { source: ".icon-fill--black{fill:var(--color-black)}.icon-fill--default{fill:currentColor}.icon-fill--disabled{fill:var(--color-silver-dark)}.icon-fill--high{fill:var(--color-high)}.icon-fill--primary{fill:var(--color-primary)}.icon-fill--secondary{fill:var(--color-secondary)}.icon-fill--success{fill:var(--color-success)}.icon-fill--silver{fill:var(--color-silver)}.icon-fill--granite-light{fill:var(--color-granite-light)}.icon-fill--granite{fill:var(--color-granite)}.icon-fill--silver-light{fill:var(--color-silver-light)}.icon-fill--warning{fill:var(--color-warning)}.icon-fill--white{fill:var(--color-white)}.icon-stroke{fill:transparent}.icon-stroke--black{stroke:var(--color-black)}.icon-stroke--default{stroke:currentColor}.icon-stroke--disabled{stroke:var(--color-silver-dark)}.icon-stroke--high{stroke:var(--color-high)}.icon-stroke--neutral{stroke:var(--color-neutral)}.icon-stroke--primary{stroke:var(--color-primary)}.icon-stroke--secondary{stroke:var(--color-secondary)}.icon-stroke--success{stroke:var(--color-success)}.icon-stroke--silver{stroke:var(--color-silver)}.icon-stroke--granite-light{stroke:var(--color-granite-light)}.icon-stroke--granite{stroke:var(--color-granite)}.icon-stroke--silver-light{stroke:var(--color-silver-light)}.icon-stroke--warning{stroke:var(--color-warning)}.icon-stroke--white{stroke:var(--color-white)}", map: void 0, media: void 0 }));
3473
3548
  }, { name: "BIMDataIcon", components: __spreadValues({}, function(e2) {
3474
3549
  return Object.entries(e2).reduce((e3, [t2, r2]) => __spreadProps(__spreadValues({}, e3), { ["bimdata-icon-" + t2]: r2 }), {});
3475
- }(l$1)), props: { name: { type: String, required: true, validator: (e2) => Object.keys(l$1).includes(e2) }, color: { type: String, default: "default", validator: (e2) => s$1.includes(e2) }, fillColor: { type: String, default: "currentColor" }, fill: { type: Boolean, default: false }, stroke: { type: Boolean, default: false }, size: { type: String, default: "s", validator: (e2) => Object.keys(v).includes(e2) }, customSize: { type: [Number, String], default: null }, rotate: { type: Number, default: 0 }, margin: { type: String, default: "0px" } }, computed: { classes() {
3550
+ }(s$1)), props: { name: { type: String, required: true, validator: (e2) => Object.keys(s$1).includes(e2) }, color: { type: String, default: "default", validator: (e2) => l$1.includes(e2) }, fillColor: { type: String, default: "currentColor" }, fill: { type: Boolean, default: false }, stroke: { type: Boolean, default: false }, size: { type: String, default: "s", validator: (e2) => Object.keys(v).includes(e2) }, customSize: { type: [Number, String], default: null }, rotate: { type: Number, default: 0 }, margin: { type: String, default: "0px" } }, computed: { classes() {
3476
3551
  return { "icon-fill": this.fill, "icon-stroke": this.stroke, ["icon-fill--" + this.color]: this.fill && this.color, ["icon-stroke--" + this.color]: this.stroke && this.color };
3477
3552
  }, style() {
3478
3553
  const e2 = this.getPixelSize(this.size);
3479
3554
  return { width: e2 + "px", minWidth: e2 + "px", height: e2 + "px", minHeight: e2 + "px", margin: "" + this.margin, transform: `rotate(${this.rotate}deg)` };
3480
3555
  } }, methods: { getPixelSize() {
3481
3556
  return this.customSize ? this.customSize : v[this.size];
3482
- } } }, "data-v-198621a2", false, void 0, false, o$1, void 0, void 0) }, props: { sliderPadding: { type: Number, default: 12 }, minGap: { type: Number, default: 24 } }, data: () => ({ index: 0, maxIndex: 0, translations: [] }), mounted() {
3483
- this.distributeItems(), this.resizeObserver = new ResizeObserver(() => this.distributeItems()), this.resizeObserver.observe(this.$refs.slider);
3557
+ } } }, "data-v-198621a2", false, void 0, false, o$1, void 0, void 0) }, props: { sliderPadding: { type: Number, default: 12 }, minGap: { type: Number, default: 24 } }, data: () => ({ index: 0, maxIndex: 0, translations: [] }), watch: { minGap() {
3558
+ this.distributeItems();
3559
+ } }, mounted() {
3560
+ this.distributeItems(), this.resizeObserver = new ResizeObserver(() => this.distributeItems()), this.resizeObserver.observe(this.$refs.slider), this.mutationObserver = new MutationObserver(() => this.distributeItems()), this.mutationObserver.observe(this.$refs.slider, { childList: true });
3484
3561
  }, unmounted() {
3485
- this.resizeObserver.disconnect();
3562
+ this.resizeObserver.disconnect(), this.mutationObserver.disconnect();
3486
3563
  }, destroyed() {
3487
- this.resizeObserver.disconnect();
3564
+ this.resizeObserver.disconnect(), this.mutationObserver.disconnect();
3488
3565
  }, methods: { distributeItems() {
3489
3566
  const e2 = this.$refs.slider.getBoundingClientRect().width - 2 * this.sliderPadding, t2 = Array.from(this.$refs.slider.children);
3490
3567
  if (t2.length > 0) {
@@ -3492,12 +3569,12 @@ const c$1 = r$1({ render: function() {
3492
3569
  this.$refs.slider.style.height = i2 + 2 * this.sliderPadding + "px";
3493
3570
  let o2, d2 = Math.max(Math.floor(e2 / (r2 + this.minGap)), 1), a2 = this.minGap;
3494
3571
  d2 > 1 && (a2 = (e2 - d2 * r2) / (d2 - 1));
3495
- const n2 = r2 + a2, l2 = [];
3572
+ const n2 = r2 + a2, s2 = [];
3496
3573
  for (let e3 = 0; e3 < t2.length; e3++)
3497
- o2 = e3 * n2, l2.push(o2), Object.assign(t2[e3].style, { position: "absolute", top: this.sliderPadding + "px", left: this.sliderPadding + o2 + "px" });
3498
- this.maxIndex = t2.length - d2, this.translations = l2;
3574
+ o2 = e3 * n2, s2.push(o2), Object.assign(t2[e3].style, { position: "absolute", top: this.sliderPadding + "px", left: this.sliderPadding + o2 + "px" });
3575
+ this.maxIndex = t2.length - d2, this.translations = s2;
3499
3576
  }
3500
- } } }, "data-v-5283e647", false, void 0, false, o$1, void 0, void 0);
3577
+ } } }, "data-v-55e9fb46", false, void 0, false, o$1, void 0, void 0);
3501
3578
  var render$7 = function() {
3502
3579
  var _vm = this;
3503
3580
  var _h = _vm.$createElement;
@@ -3565,9 +3642,9 @@ const __vue2_script$6 = {
3565
3642
  components: {
3566
3643
  BIMDataButton: c$5,
3567
3644
  BIMDataIcon: s$9,
3568
- BIMDataLoading: a$3,
3645
+ BIMDataLoading: a$4,
3569
3646
  BIMDataTextarea: s$2,
3570
- BIMDataTextbox: l$2,
3647
+ BIMDataTextbox: l$3,
3571
3648
  UserAvatar
3572
3649
  },
3573
3650
  props: {
@@ -3675,7 +3752,7 @@ var BcfTopicComments_scss_vue_type_style_index_0_from__2Fhome_2Frunner_2Factions
3675
3752
  const __vue2_script$5 = {
3676
3753
  components: {
3677
3754
  BIMDataButton: c$5,
3678
- BIMDataLoading: a$3,
3755
+ BIMDataLoading: a$4,
3679
3756
  BIMDataTextarea: s$2,
3680
3757
  TopicComment
3681
3758
  },
@@ -3745,12 +3822,12 @@ var render$4 = function() {
3745
3822
  return _vm.$emit("close");
3746
3823
  } } }, [_c("BIMDataIcon", { attrs: { "name": "close", "size": "xxs", "fill": "", "color": "granite-light" } })], 1)] : _vm._e()], 2)], 2), _c("div", { staticClass: "bcf-topic-overview__content" }, [_c("div", { staticClass: "bcf-topic-overview__content__head" }, [_c("div", { staticClass: "bcf-topic-overview__content__head__index", style: {
3747
3824
  backgroundColor: "#" + _vm.priorityColor,
3748
- color: _vm.adjustColor("#" + _vm.priorityColor, "#ffffff", "#2f374a")
3825
+ color: _vm.adjustTextColor("#" + _vm.priorityColor, "#ffffff", "#2f374a")
3749
3826
  } }, [_vm._v(" " + _vm._s(_vm.bcfTopic.index) + " ")]), _c("div", { staticClass: "bcf-topic-overview__content__head__date" }, [_vm._v(" " + _vm._s(_vm.$d(_vm.bcfTopic.creationDate, "short")) + " ")])]), _c("div", { staticClass: "bcf-topic-overview__content__image", class: {
3750
3827
  "flex items-center justify-center": _vm.viewpointsWithSnapshot.length === 0
3751
3828
  } }, [_vm.bcfTopic.topicStatus ? _c("div", { staticClass: "status-badge", style: {
3752
3829
  backgroundColor: "#" + _vm.statusColor,
3753
- color: _vm.adjustColor("#" + _vm.statusColor, "#ffffff", "#2f374a")
3830
+ color: _vm.adjustTextColor("#" + _vm.statusColor, "#ffffff", "#2f374a")
3754
3831
  } }, [_c("BIMDataIcon", { attrs: { "name": "information", "fill": "", "color": "default" } }), _c("span", [_vm._v(_vm._s(_vm.bcfTopic.topicStatus))])], 1) : _vm._e(), _vm.viewpointsWithSnapshot.length > 0 ? [_c("BIMDataCarousel", { attrs: { "sliderPadding": 0 } }, _vm._l(_vm.viewpointsWithSnapshot, function(viewpoint) {
3755
3832
  return _c("div", { key: viewpoint.guid, staticClass: "snapshot-preview" }, [viewpoint.snapshot.snapshotData ? _c("img", { attrs: { "src": viewpoint.snapshot.snapshotData } }) : _vm._e()]);
3756
3833
  }), 0)] : [_c("BcfTopicDefaultImage", { staticClass: "default-image" })]], 2), !_vm.viewerMode ? _c("BIMDataButton", { attrs: { "width": "100%", "color": "primary", "fill": "", "radius": "" }, on: { "click": function($event) {
@@ -3778,9 +3855,9 @@ const __vue2_script$4 = {
3778
3855
  BIMDataButton: c$5,
3779
3856
  BIMDataCarousel: c$1,
3780
3857
  BIMDataIcon: s$9,
3781
- BIMDataLoading: a$3,
3858
+ BIMDataLoading: a$4,
3782
3859
  BIMDataSafeZoneModal: C,
3783
- BIMDataTextbox: l$2
3860
+ BIMDataTextbox: l$3
3784
3861
  },
3785
3862
  props: {
3786
3863
  viewerMode: {
@@ -3871,13 +3948,13 @@ const __vue2_script$4 = {
3871
3948
  topicComponents,
3872
3949
  topicLabels,
3873
3950
  viewpointsWithSnapshot,
3874
- adjustColor,
3951
+ adjustTextColor,
3875
3952
  removeTopic
3876
3953
  };
3877
3954
  }
3878
3955
  };
3879
3956
  const __cssModules$4 = {};
3880
- var __component__$4 = /* @__PURE__ */ normalizeComponent(__vue2_script$4, render$4, staticRenderFns$4, false, __vue2_injectStyles$4, "641b59c8", null, null);
3957
+ var __component__$4 = /* @__PURE__ */ normalizeComponent(__vue2_script$4, render$4, staticRenderFns$4, false, __vue2_injectStyles$4, "54a9835a", null, null);
3881
3958
  function __vue2_injectStyles$4(context) {
3882
3959
  for (let o2 in __cssModules$4) {
3883
3960
  this[o2] = __cssModules$4[o2];
@@ -4155,7 +4232,7 @@ var render$1 = function() {
4155
4232
  var _c = _vm._self._c || _h;
4156
4233
  return _c("span", { staticClass: "bcf-topic-status-cell", style: {
4157
4234
  backgroundColor: _vm.statusColor,
4158
- color: _vm.adjustColor(_vm.statusColor, "#ffffff", "var(--color-text)")
4235
+ color: _vm.adjustTextColor(_vm.statusColor, "#ffffff", "var(--color-text)")
4159
4236
  } }, [_vm._v(" " + _vm._s(_vm.bcfTopic.topicStatus) + " ")]);
4160
4237
  };
4161
4238
  var staticRenderFns$1 = [];
@@ -4183,12 +4260,12 @@ const __vue2_script$1 = {
4183
4260
  });
4184
4261
  return {
4185
4262
  statusColor,
4186
- adjustColor
4263
+ adjustTextColor
4187
4264
  };
4188
4265
  }
4189
4266
  };
4190
4267
  const __cssModules$1 = {};
4191
- var __component__$1 = /* @__PURE__ */ normalizeComponent(__vue2_script$1, render$1, staticRenderFns$1, false, __vue2_injectStyles$1, "9af43d36", null, null);
4268
+ var __component__$1 = /* @__PURE__ */ normalizeComponent(__vue2_script$1, render$1, staticRenderFns$1, false, __vue2_injectStyles$1, "1d4ce5a6", null, null);
4192
4269
  function __vue2_injectStyles$1(context) {
4193
4270
  for (let o2 in __cssModules$1) {
4194
4271
  this[o2] = __cssModules$1[o2];
@@ -4235,7 +4312,7 @@ const __vue2_script = {
4235
4312
  BcfTopicPriorityCell,
4236
4313
  BcfTopicStatusCell,
4237
4314
  BIMDataTable: h,
4238
- BIMDataTextbox: l$2,
4315
+ BIMDataTextbox: l$3,
4239
4316
  UserAvatar
4240
4317
  },
4241
4318
  props: {