@bimdata/bcf-components 3.0.0-rc.9 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/vue2/bcf-components.mjs +357 -356
- package/dist/vue3/bcf-components.mjs +559 -558
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "./style.css";
|
|
2
|
-
import { reactive as _e, computed as
|
|
2
|
+
import { reactive as _e, computed as y, ref as b, watch as n1, toRaw as J1, inject as be } from "vue";
|
|
3
3
|
const ie = Object.freeze([
|
|
4
4
|
"Priority",
|
|
5
5
|
"Type",
|
|
@@ -21,31 +21,31 @@ const ie = Object.freeze([
|
|
|
21
21
|
Stage: "stages",
|
|
22
22
|
Status: "topic_statuses",
|
|
23
23
|
Label: "topic_labels"
|
|
24
|
-
}),
|
|
24
|
+
}), z1 = "D8D8D8", de = "D8D8D8", O1 = "originating_system", P1 = "authoring_tool_id", q = Object.freeze({
|
|
25
25
|
V3D: "ifc3d",
|
|
26
26
|
V2D: "ifc2d",
|
|
27
27
|
DWG: "dwg",
|
|
28
28
|
PLAN: "plan"
|
|
29
|
-
}),
|
|
30
|
-
[
|
|
29
|
+
}), j1 = Object.freeze({
|
|
30
|
+
[q.V3D]: {
|
|
31
31
|
order: 1,
|
|
32
32
|
window: "3d",
|
|
33
33
|
plugin: "viewer3d",
|
|
34
34
|
icon: "fileIfcPolychrome"
|
|
35
35
|
},
|
|
36
|
-
[
|
|
36
|
+
[q.V2D]: {
|
|
37
37
|
order: 2,
|
|
38
38
|
window: "2d",
|
|
39
39
|
plugin: "viewer2d",
|
|
40
40
|
icon: "fileIfcPolychrome"
|
|
41
41
|
},
|
|
42
|
-
[
|
|
42
|
+
[q.DWG]: {
|
|
43
43
|
order: 3,
|
|
44
44
|
window: "dwg",
|
|
45
45
|
plugin: "dwg",
|
|
46
46
|
icon: "fileDwgPolychrome"
|
|
47
47
|
},
|
|
48
|
-
[
|
|
48
|
+
[q.PLAN]: {
|
|
49
49
|
order: 4,
|
|
50
50
|
window: "plan",
|
|
51
51
|
plugin: "plan",
|
|
@@ -53,16 +53,16 @@ const ie = Object.freeze([
|
|
|
53
53
|
}
|
|
54
54
|
}), m3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
55
55
|
__proto__: null,
|
|
56
|
-
DEFAULT_PRIORITY_COLOR:
|
|
56
|
+
DEFAULT_PRIORITY_COLOR: z1,
|
|
57
57
|
DEFAULT_STATUS_COLOR: de,
|
|
58
58
|
EXTENSION_FIELDS: ae,
|
|
59
59
|
EXTENSION_LIST_FIELDS: oe,
|
|
60
60
|
EXTENSION_TYPES: ie,
|
|
61
61
|
EXTENSION_WITH_COLOR: ne,
|
|
62
|
-
VIEWPOINT_CONFIG:
|
|
63
|
-
VIEWPOINT_MODELS_FIELD:
|
|
64
|
-
VIEWPOINT_TYPES:
|
|
65
|
-
VIEWPOINT_TYPE_FIELD:
|
|
62
|
+
VIEWPOINT_CONFIG: j1,
|
|
63
|
+
VIEWPOINT_MODELS_FIELD: P1,
|
|
64
|
+
VIEWPOINT_TYPES: q,
|
|
65
|
+
VIEWPOINT_TYPE_FIELD: O1
|
|
66
66
|
}, Symbol.toStringTag, { value: "Module" })), me = Object.freeze({
|
|
67
67
|
bisque: "ffe4c4",
|
|
68
68
|
orange: "ffa500",
|
|
@@ -108,7 +108,7 @@ function He() {
|
|
|
108
108
|
const e = Math.floor(Math.random() * Q1.length);
|
|
109
109
|
return Q1[e][1];
|
|
110
110
|
}
|
|
111
|
-
function
|
|
111
|
+
function a1(e, r, t) {
|
|
112
112
|
const i = e.charAt(0) === "#" ? e.substring(1, 7) : e, o = parseInt(i.substring(0, 2), 16), s = parseInt(i.substring(2, 4), 16), n = parseInt(i.substring(4, 6), 16);
|
|
113
113
|
return o * 0.299 + s * 0.587 + n * 0.114 > 186 ? t : r;
|
|
114
114
|
}
|
|
@@ -121,7 +121,7 @@ function Ve(e, r) {
|
|
|
121
121
|
function ye(e) {
|
|
122
122
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
123
123
|
}
|
|
124
|
-
var
|
|
124
|
+
var V1 = { exports: {} }, y1 = { exports: {} }, M1 = { exports: {} };
|
|
125
125
|
(function(e, r) {
|
|
126
126
|
Object.defineProperty(r, "__esModule", {
|
|
127
127
|
value: !0
|
|
@@ -136,8 +136,8 @@ var y1 = { exports: {} }, M1 = { exports: {} }, x1 = { exports: {} };
|
|
|
136
136
|
return Object.assign(o, i), o;
|
|
137
137
|
}
|
|
138
138
|
e.exports = r.default;
|
|
139
|
-
})(
|
|
140
|
-
var
|
|
139
|
+
})(M1, M1.exports);
|
|
140
|
+
var x1 = { exports: {} }, Z1 = { exports: {} };
|
|
141
141
|
(function(e, r) {
|
|
142
142
|
Object.defineProperty(r, "__esModule", {
|
|
143
143
|
value: !0
|
|
@@ -146,20 +146,20 @@ var Z1 = { exports: {} }, w1 = { exports: {} };
|
|
|
146
146
|
return i && typeof i.length == "number" && i.length >= 0 && i.length % 1 === 0;
|
|
147
147
|
}
|
|
148
148
|
e.exports = r.default;
|
|
149
|
-
})(
|
|
150
|
-
var
|
|
149
|
+
})(Z1, Z1.exports);
|
|
150
|
+
var w1 = { exports: {} };
|
|
151
151
|
(function(e, r) {
|
|
152
152
|
Object.defineProperty(r, "__esModule", {
|
|
153
153
|
value: !0
|
|
154
154
|
}), r.default = function(t) {
|
|
155
155
|
return t[Symbol.iterator] && t[Symbol.iterator]();
|
|
156
156
|
}, e.exports = r.default;
|
|
157
|
-
})(
|
|
157
|
+
})(w1, w1.exports);
|
|
158
158
|
(function(e, r) {
|
|
159
159
|
Object.defineProperty(r, "__esModule", {
|
|
160
160
|
value: !0
|
|
161
161
|
}), r.default = d;
|
|
162
|
-
var t =
|
|
162
|
+
var t = Z1.exports, i = n(t), o = w1.exports, s = n(o);
|
|
163
163
|
function n(c) {
|
|
164
164
|
return c && c.__esModule ? c : { default: c };
|
|
165
165
|
}
|
|
@@ -179,8 +179,8 @@ var k1 = { exports: {} };
|
|
|
179
179
|
function p(c) {
|
|
180
180
|
var a = c ? Object.keys(c) : [], g = -1, h = a.length;
|
|
181
181
|
return function L() {
|
|
182
|
-
var
|
|
183
|
-
return
|
|
182
|
+
var w = a[++g];
|
|
183
|
+
return w === "__proto__" ? L() : g < h ? { value: c[w], key: w } : null;
|
|
184
184
|
};
|
|
185
185
|
}
|
|
186
186
|
function d(c) {
|
|
@@ -190,8 +190,8 @@ var k1 = { exports: {} };
|
|
|
190
190
|
return a ? u(a) : p(c);
|
|
191
191
|
}
|
|
192
192
|
e.exports = r.default;
|
|
193
|
-
})(
|
|
194
|
-
var
|
|
193
|
+
})(x1, x1.exports);
|
|
194
|
+
var k1 = { exports: {} };
|
|
195
195
|
(function(e, r) {
|
|
196
196
|
Object.defineProperty(r, "__esModule", {
|
|
197
197
|
value: !0
|
|
@@ -205,8 +205,8 @@ var $1 = { exports: {} };
|
|
|
205
205
|
};
|
|
206
206
|
}
|
|
207
207
|
e.exports = r.default;
|
|
208
|
-
})(
|
|
209
|
-
var
|
|
208
|
+
})(k1, k1.exports);
|
|
209
|
+
var S = {}, Q = { exports: {} }, $1 = { exports: {} };
|
|
210
210
|
(function(e, r) {
|
|
211
211
|
Object.defineProperty(r, "__esModule", {
|
|
212
212
|
value: !0
|
|
@@ -216,7 +216,7 @@ var I = {}, e1 = { exports: {} }, F1 = { exports: {} };
|
|
|
216
216
|
return t.call(this, i, o);
|
|
217
217
|
};
|
|
218
218
|
}, e.exports = r.default;
|
|
219
|
-
})(
|
|
219
|
+
})($1, $1.exports);
|
|
220
220
|
var T = {};
|
|
221
221
|
Object.defineProperty(T, "__esModule", {
|
|
222
222
|
value: !0
|
|
@@ -230,16 +230,16 @@ function le(e) {
|
|
|
230
230
|
function se(e) {
|
|
231
231
|
return (r, ...t) => e(() => r(...t));
|
|
232
232
|
}
|
|
233
|
-
var
|
|
234
|
-
Me ?
|
|
235
|
-
T.default = se(
|
|
233
|
+
var X;
|
|
234
|
+
Me ? X = queueMicrotask : xe ? X = setImmediate : Ze ? X = process.nextTick : X = le;
|
|
235
|
+
T.default = se(X);
|
|
236
236
|
var e2;
|
|
237
237
|
function we() {
|
|
238
238
|
return e2 || (e2 = 1, function(e, r) {
|
|
239
239
|
Object.defineProperty(r, "__esModule", {
|
|
240
240
|
value: !0
|
|
241
241
|
}), r.default = u;
|
|
242
|
-
var t =
|
|
242
|
+
var t = $1.exports, i = l(t), o = T, s = l(o), n = N1();
|
|
243
243
|
function l(c) {
|
|
244
244
|
return c && c.__esModule ? c : { default: c };
|
|
245
245
|
}
|
|
@@ -276,15 +276,15 @@ function we() {
|
|
|
276
276
|
}
|
|
277
277
|
}
|
|
278
278
|
e.exports = r.default;
|
|
279
|
-
}(
|
|
279
|
+
}(Q, Q.exports)), Q.exports;
|
|
280
280
|
}
|
|
281
281
|
var t2;
|
|
282
|
-
function
|
|
282
|
+
function N1() {
|
|
283
283
|
if (t2)
|
|
284
|
-
return
|
|
285
|
-
t2 = 1, Object.defineProperty(
|
|
284
|
+
return S;
|
|
285
|
+
t2 = 1, Object.defineProperty(S, "__esModule", {
|
|
286
286
|
value: !0
|
|
287
|
-
}),
|
|
287
|
+
}), S.isAsyncIterable = S.isAsyncGenerator = S.isAsync = void 0;
|
|
288
288
|
var e = we(), r = t(e);
|
|
289
289
|
function t(l) {
|
|
290
290
|
return l && l.__esModule ? l : { default: l };
|
|
@@ -303,102 +303,102 @@ function A1() {
|
|
|
303
303
|
throw new Error("expected a function");
|
|
304
304
|
return i(l) ? (0, r.default)(l) : l;
|
|
305
305
|
}
|
|
306
|
-
return
|
|
306
|
+
return S.default = n, S.isAsync = i, S.isAsyncGenerator = o, S.isAsyncIterable = s, S;
|
|
307
307
|
}
|
|
308
|
-
var
|
|
308
|
+
var F1 = { exports: {} }, e1 = { exports: {} };
|
|
309
309
|
(function(e, r) {
|
|
310
310
|
Object.defineProperty(r, "__esModule", {
|
|
311
311
|
value: !0
|
|
312
312
|
});
|
|
313
313
|
const t = {};
|
|
314
314
|
r.default = t, e.exports = r.default;
|
|
315
|
-
})(
|
|
315
|
+
})(e1, e1.exports);
|
|
316
316
|
(function(e, r) {
|
|
317
317
|
Object.defineProperty(r, "__esModule", {
|
|
318
318
|
value: !0
|
|
319
319
|
}), r.default = s;
|
|
320
|
-
var t =
|
|
320
|
+
var t = e1.exports, i = o(t);
|
|
321
321
|
function o(n) {
|
|
322
322
|
return n && n.__esModule ? n : { default: n };
|
|
323
323
|
}
|
|
324
324
|
function s(n, l, u, p) {
|
|
325
325
|
let d = !1, c = !1, a = !1, g = 0, h = 0;
|
|
326
326
|
function L() {
|
|
327
|
-
g >= l || a || d || (a = !0, n.next().then(({ value:
|
|
327
|
+
g >= l || a || d || (a = !0, n.next().then(({ value: B, done: _ }) => {
|
|
328
328
|
if (!(c || d)) {
|
|
329
|
-
if (a = !1,
|
|
329
|
+
if (a = !1, _) {
|
|
330
330
|
d = !0, g <= 0 && p(null);
|
|
331
331
|
return;
|
|
332
332
|
}
|
|
333
|
-
g++, u(
|
|
333
|
+
g++, u(B, h, w), h++, L();
|
|
334
334
|
}
|
|
335
|
-
}).catch(
|
|
335
|
+
}).catch(V));
|
|
336
336
|
}
|
|
337
|
-
function
|
|
337
|
+
function w(B, _) {
|
|
338
338
|
if (g -= 1, !c) {
|
|
339
|
-
if (
|
|
340
|
-
return
|
|
341
|
-
if (
|
|
339
|
+
if (B)
|
|
340
|
+
return V(B);
|
|
341
|
+
if (B === !1) {
|
|
342
342
|
d = !0, c = !0;
|
|
343
343
|
return;
|
|
344
344
|
}
|
|
345
|
-
if (
|
|
345
|
+
if (_ === i.default || d && g <= 0)
|
|
346
346
|
return d = !0, p(null);
|
|
347
347
|
L();
|
|
348
348
|
}
|
|
349
349
|
}
|
|
350
|
-
function
|
|
351
|
-
c || (a = !1, d = !0, p(
|
|
350
|
+
function V(B) {
|
|
351
|
+
c || (a = !1, d = !0, p(B));
|
|
352
352
|
}
|
|
353
353
|
L();
|
|
354
354
|
}
|
|
355
355
|
e.exports = r.default;
|
|
356
|
-
})(
|
|
356
|
+
})(F1, F1.exports);
|
|
357
357
|
(function(e, r) {
|
|
358
358
|
Object.defineProperty(r, "__esModule", {
|
|
359
359
|
value: !0
|
|
360
360
|
});
|
|
361
|
-
var t =
|
|
361
|
+
var t = M1.exports, i = g(t), o = x1.exports, s = g(o), n = k1.exports, l = g(n), u = N1(), p = F1.exports, d = g(p), c = e1.exports, a = g(c);
|
|
362
362
|
function g(h) {
|
|
363
363
|
return h && h.__esModule ? h : { default: h };
|
|
364
364
|
}
|
|
365
|
-
r.default = (h) => (L,
|
|
366
|
-
if (
|
|
365
|
+
r.default = (h) => (L, w, V) => {
|
|
366
|
+
if (V = (0, i.default)(V), h <= 0)
|
|
367
367
|
throw new RangeError("concurrency limit cannot be less than 1");
|
|
368
368
|
if (!L)
|
|
369
|
-
return
|
|
369
|
+
return V(null);
|
|
370
370
|
if ((0, u.isAsyncGenerator)(L))
|
|
371
|
-
return (0, d.default)(L, h,
|
|
371
|
+
return (0, d.default)(L, h, w, V);
|
|
372
372
|
if ((0, u.isAsyncIterable)(L))
|
|
373
|
-
return (0, d.default)(L[Symbol.asyncIterator](), h,
|
|
374
|
-
var
|
|
375
|
-
function
|
|
376
|
-
if (!
|
|
377
|
-
if (
|
|
378
|
-
|
|
379
|
-
else if (
|
|
380
|
-
|
|
373
|
+
return (0, d.default)(L[Symbol.asyncIterator](), h, w, V);
|
|
374
|
+
var B = (0, s.default)(L), _ = !1, m = !1, H = 0, x = !1;
|
|
375
|
+
function k(D, W1) {
|
|
376
|
+
if (!m)
|
|
377
|
+
if (H -= 1, D)
|
|
378
|
+
_ = !0, V(D);
|
|
379
|
+
else if (D === !1)
|
|
380
|
+
_ = !0, m = !0;
|
|
381
381
|
else {
|
|
382
|
-
if (
|
|
383
|
-
return
|
|
384
|
-
|
|
382
|
+
if (W1 === a.default || _ && H <= 0)
|
|
383
|
+
return _ = !0, V(null);
|
|
384
|
+
x || R();
|
|
385
385
|
}
|
|
386
386
|
}
|
|
387
|
-
function
|
|
388
|
-
for (
|
|
389
|
-
var
|
|
390
|
-
if (
|
|
391
|
-
|
|
387
|
+
function R() {
|
|
388
|
+
for (x = !0; H < h && !_; ) {
|
|
389
|
+
var D = B();
|
|
390
|
+
if (D === null) {
|
|
391
|
+
_ = !0, H <= 0 && V(null);
|
|
392
392
|
return;
|
|
393
393
|
}
|
|
394
|
-
|
|
394
|
+
H += 1, w(D.value, D.key, (0, l.default)(k));
|
|
395
395
|
}
|
|
396
|
-
|
|
396
|
+
x = !1;
|
|
397
397
|
}
|
|
398
|
-
|
|
398
|
+
R();
|
|
399
399
|
}, e.exports = r.default;
|
|
400
|
-
})(
|
|
401
|
-
var
|
|
400
|
+
})(y1, y1.exports);
|
|
401
|
+
var B1 = { exports: {} };
|
|
402
402
|
(function(e, r) {
|
|
403
403
|
Object.defineProperty(r, "__esModule", {
|
|
404
404
|
value: !0
|
|
@@ -407,8 +407,8 @@ var E1 = { exports: {} };
|
|
|
407
407
|
return (o, s, n) => i(o, n);
|
|
408
408
|
}
|
|
409
409
|
e.exports = r.default;
|
|
410
|
-
})(
|
|
411
|
-
var
|
|
410
|
+
})(B1, B1.exports);
|
|
411
|
+
var E1 = { exports: {} };
|
|
412
412
|
(function(e, r) {
|
|
413
413
|
Object.defineProperty(r, "__esModule", {
|
|
414
414
|
value: !0
|
|
@@ -428,12 +428,12 @@ var R1 = { exports: {} };
|
|
|
428
428
|
return s;
|
|
429
429
|
}
|
|
430
430
|
e.exports = r.default;
|
|
431
|
-
})(
|
|
431
|
+
})(E1, E1.exports);
|
|
432
432
|
(function(e, r) {
|
|
433
433
|
Object.defineProperty(r, "__esModule", {
|
|
434
434
|
value: !0
|
|
435
435
|
});
|
|
436
|
-
var t =
|
|
436
|
+
var t = y1.exports, i = d(t), o = B1.exports, s = d(o), n = N1(), l = d(n), u = E1.exports, p = d(u);
|
|
437
437
|
function d(a) {
|
|
438
438
|
return a && a.__esModule ? a : { default: a };
|
|
439
439
|
}
|
|
@@ -441,21 +441,21 @@ var R1 = { exports: {} };
|
|
|
441
441
|
return (0, i.default)(g)(a, (0, s.default)((0, l.default)(h)), L);
|
|
442
442
|
}
|
|
443
443
|
r.default = (0, p.default)(c, 4), e.exports = r.default;
|
|
444
|
-
})(
|
|
445
|
-
const ke = /* @__PURE__ */ ye(
|
|
446
|
-
function
|
|
444
|
+
})(V1, V1.exports);
|
|
445
|
+
const ke = /* @__PURE__ */ ye(V1.exports);
|
|
446
|
+
function j(e) {
|
|
447
447
|
return ae[e];
|
|
448
448
|
}
|
|
449
449
|
function ce(e, r) {
|
|
450
450
|
return r[oe[e]];
|
|
451
451
|
}
|
|
452
|
-
function
|
|
452
|
+
function A(e, r) {
|
|
453
453
|
const t = r.priorities.find(
|
|
454
454
|
(i) => i.priority === e.priority
|
|
455
455
|
);
|
|
456
|
-
return (t == null ? void 0 : t.color) ||
|
|
456
|
+
return (t == null ? void 0 : t.color) || z1;
|
|
457
457
|
}
|
|
458
|
-
function
|
|
458
|
+
function A1(e, r) {
|
|
459
459
|
const t = r.topic_statuses.find(
|
|
460
460
|
(i) => i.topic_status === e.topic_status
|
|
461
461
|
);
|
|
@@ -463,95 +463,95 @@ function U1(e, r) {
|
|
|
463
463
|
}
|
|
464
464
|
let ue = null;
|
|
465
465
|
function L3(e, { fetchUsers: r }) {
|
|
466
|
-
const
|
|
466
|
+
const t = r ? (_) => r(_) : (_) => e.collaborationApi.getProjectUsers(_.cloud.id, _.id);
|
|
467
467
|
return {
|
|
468
468
|
fetchTopics: async (_) => {
|
|
469
|
-
const m = await
|
|
470
|
-
return
|
|
471
|
-
|
|
469
|
+
const m = await t(_), H = await e.bcfApi.getDetailedExtensions(_.id), x = await e.bcfApi.getTopics(_.id);
|
|
470
|
+
return x.sort((k, R) => R.index - k.index), await ke(x, 10, async (k) => {
|
|
471
|
+
k.color = A(k, H), k.creator = m.find((R) => R.email === k.creation_author), k.viewpoints = await e.bcfApi.getTopicViewpoints(
|
|
472
472
|
_.id,
|
|
473
|
-
|
|
473
|
+
k.guid,
|
|
474
474
|
"url"
|
|
475
475
|
);
|
|
476
|
-
}),
|
|
476
|
+
}), x;
|
|
477
477
|
},
|
|
478
478
|
fecthTopicByGuid: async (_, m) => {
|
|
479
|
-
const
|
|
480
|
-
return
|
|
479
|
+
const H = await e.bcfApi.getDetailedExtensions(_.id), x = await e.bcfApi.getFullTopic(m, _.id, "url");
|
|
480
|
+
return x.color = A(x, H), x;
|
|
481
481
|
},
|
|
482
|
-
createTopic: async (_, m) => await
|
|
482
|
+
createTopic: async (_, m) => await e.bcfApi.createFullTopic(
|
|
483
483
|
_.id,
|
|
484
484
|
m
|
|
485
485
|
),
|
|
486
|
-
updateTopic: async (_, m) => await
|
|
486
|
+
updateTopic: async (_, m) => await e.bcfApi.updateFullTopic(
|
|
487
487
|
m.guid,
|
|
488
488
|
_.id,
|
|
489
489
|
"url",
|
|
490
490
|
m
|
|
491
491
|
),
|
|
492
492
|
deleteTopic: async (_, m) => {
|
|
493
|
-
await
|
|
493
|
+
await e.bcfApi.deleteTopic(
|
|
494
494
|
m.guid,
|
|
495
495
|
_.id
|
|
496
496
|
);
|
|
497
497
|
},
|
|
498
|
-
createViewpoint: async (_, m,
|
|
498
|
+
createViewpoint: async (_, m, H) => await e.bcfApi.createViewpoint(
|
|
499
499
|
_.id,
|
|
500
500
|
m.guid,
|
|
501
501
|
"url",
|
|
502
|
-
|
|
502
|
+
H
|
|
503
503
|
),
|
|
504
|
-
deleteViewpoint: async (_, m,
|
|
505
|
-
await
|
|
506
|
-
|
|
504
|
+
deleteViewpoint: async (_, m, H) => {
|
|
505
|
+
await e.bcfApi.deleteViewpoint(
|
|
506
|
+
H.guid,
|
|
507
507
|
_.id,
|
|
508
508
|
m.guid
|
|
509
509
|
);
|
|
510
510
|
},
|
|
511
511
|
fetchTopicComments: async (_, m) => {
|
|
512
|
-
const
|
|
513
|
-
return
|
|
514
|
-
|
|
515
|
-
}),
|
|
512
|
+
const H = await t(_), x = await e.bcfApi.getComments(_.id, m.guid);
|
|
513
|
+
return x.sort((k, R) => k.date > R.date ? -1 : 1), x.forEach((k) => {
|
|
514
|
+
k.user = H.find((R) => R.email === k.author);
|
|
515
|
+
}), x;
|
|
516
516
|
},
|
|
517
|
-
createComment: async (_, m,
|
|
517
|
+
createComment: async (_, m, H) => await e.bcfApi.createComment(
|
|
518
518
|
_.id,
|
|
519
519
|
m.guid,
|
|
520
|
-
|
|
520
|
+
H
|
|
521
521
|
),
|
|
522
|
-
updateComment: async (_, m,
|
|
523
|
-
|
|
522
|
+
updateComment: async (_, m, H, x) => await e.bcfApi.updateComment(
|
|
523
|
+
H.guid,
|
|
524
524
|
_.id,
|
|
525
525
|
m.guid,
|
|
526
|
-
|
|
526
|
+
x
|
|
527
527
|
),
|
|
528
|
-
deleteComment: async (_, m,
|
|
529
|
-
await
|
|
530
|
-
|
|
528
|
+
deleteComment: async (_, m, H) => {
|
|
529
|
+
await e.bcfApi.deleteComment(
|
|
530
|
+
H.guid,
|
|
531
531
|
_.id,
|
|
532
532
|
m.guid
|
|
533
533
|
);
|
|
534
534
|
},
|
|
535
|
-
fetchExtensions: (_) =>
|
|
536
|
-
fetchDetailedExtensions: (_) =>
|
|
537
|
-
createExtension: async (_, m,
|
|
535
|
+
fetchExtensions: (_) => e.bcfApi.getExtensions(_.id),
|
|
536
|
+
fetchDetailedExtensions: (_) => e.bcfApi.getDetailedExtensions(_.id),
|
|
537
|
+
createExtension: async (_, m, H) => await e.bcfApi[`createExtension${m}`](
|
|
538
538
|
_.id,
|
|
539
539
|
{
|
|
540
|
-
[
|
|
540
|
+
[j(m)]: H.value,
|
|
541
541
|
color: He()
|
|
542
542
|
}
|
|
543
543
|
),
|
|
544
|
-
updateExtension: async (_, m,
|
|
545
|
-
|
|
544
|
+
updateExtension: async (_, m, H, x) => await e.bcfApi[`updateExtension${m}`](
|
|
545
|
+
H.id,
|
|
546
546
|
_.id,
|
|
547
547
|
{
|
|
548
|
-
[
|
|
549
|
-
color:
|
|
548
|
+
[j(m)]: x.value,
|
|
549
|
+
color: x.color
|
|
550
550
|
}
|
|
551
551
|
),
|
|
552
|
-
deleteExtension: async (_, m,
|
|
553
|
-
await
|
|
554
|
-
|
|
552
|
+
deleteExtension: async (_, m, H) => {
|
|
553
|
+
await e.bcfApi[`deleteExtension${m}`](
|
|
554
|
+
H.id,
|
|
555
555
|
_.id
|
|
556
556
|
);
|
|
557
557
|
}
|
|
@@ -560,32 +560,32 @@ function L3(e, { fetchUsers: r }) {
|
|
|
560
560
|
function H3(e) {
|
|
561
561
|
ue = e;
|
|
562
562
|
}
|
|
563
|
-
function
|
|
563
|
+
function K() {
|
|
564
564
|
return ue;
|
|
565
565
|
}
|
|
566
|
-
const
|
|
566
|
+
const t1 = new RegExp(
|
|
567
567
|
/^((([0]?[1-9]|1[0-9]|2[0-8])[./-](0[1-9]|1[012]))|((29|30|31))[./-]((0[13578]|1[02]))|((29|30))[./-](0[4,6,9]|11))[./-]((19|[2-9][0-9])\d\d$|(^29[./-]02[./-](19|[2-9][0-9])(00|04|08|12|16|20|24|28|32|36|40|44|48|52|56|60|64|68|72|76|80|84|88|92|96)$))/
|
|
568
568
|
);
|
|
569
|
-
function
|
|
569
|
+
function R1(e) {
|
|
570
570
|
return e.split("/").reverse().join("-");
|
|
571
571
|
}
|
|
572
|
-
function
|
|
573
|
-
return new Date(
|
|
572
|
+
function W(e) {
|
|
573
|
+
return new Date(R1(e));
|
|
574
574
|
}
|
|
575
|
-
function
|
|
575
|
+
function S1(e, r = "long") {
|
|
576
576
|
if (!e)
|
|
577
577
|
return "";
|
|
578
578
|
const t = e.toISOString().split("T")[0].split("-").reverse();
|
|
579
579
|
return r === "short" && (t[2] = t[2].slice(-2)), t.join("/");
|
|
580
580
|
}
|
|
581
581
|
function $e(e) {
|
|
582
|
-
return e.match(
|
|
582
|
+
return e.match(t1) && W(e).getTime() >= new Date().setHours(0, 0, 0, 0);
|
|
583
583
|
}
|
|
584
584
|
function Fe(e) {
|
|
585
|
-
return e.match(
|
|
585
|
+
return e.match(t1) && W(e).getTime() <= new Date().setHours(0, 0, 0, 0);
|
|
586
586
|
}
|
|
587
587
|
function Be(e, r) {
|
|
588
|
-
return e.match(
|
|
588
|
+
return e.match(t1) && r.match(t1) && W(e).getTime() <= W(r).getTime();
|
|
589
589
|
}
|
|
590
590
|
const r2 = {
|
|
591
591
|
priorities: [],
|
|
@@ -597,9 +597,9 @@ const r2 = {
|
|
|
597
597
|
endDate: ""
|
|
598
598
|
};
|
|
599
599
|
function Ee(e) {
|
|
600
|
-
const r = _e({ ...r2 }), t =
|
|
600
|
+
const r = _e({ ...r2 }), t = y(() => {
|
|
601
601
|
let s = e.value;
|
|
602
|
-
return r.priorities.length > 0 && (s = s.filter((n) => r.priorities.includes(n.priority))), r.statuses.length > 0 && (s = s.filter((n) => r.statuses.includes(n.topic_status))), r.users.length > 0 && (s = s.filter((n) => r.users.includes(n.assigned_to))), r.creators.length > 0 && (s = s.filter((n) => r.creators.includes(n.creation_author))), r.labels.length > 0 && (s = s.filter((n) => r.labels.some((l) => n.labels.includes(l)))), r.startDate && r.endDate && (s = s.filter((n) => n.creation_date >= new Date(`${
|
|
602
|
+
return r.priorities.length > 0 && (s = s.filter((n) => r.priorities.includes(n.priority))), r.statuses.length > 0 && (s = s.filter((n) => r.statuses.includes(n.topic_status))), r.users.length > 0 && (s = s.filter((n) => r.users.includes(n.assigned_to))), r.creators.length > 0 && (s = s.filter((n) => r.creators.includes(n.creation_author))), r.labels.length > 0 && (s = s.filter((n) => r.labels.some((l) => n.labels.includes(l)))), r.startDate && r.endDate && (s = s.filter((n) => n.creation_date >= new Date(`${R1(r.startDate)}T00:00`) && n.creation_date <= new Date(`${R1(r.endDate)}T23:59:59`))), s;
|
|
603
603
|
});
|
|
604
604
|
function i(s) {
|
|
605
605
|
Object.assign(r, s);
|
|
@@ -627,7 +627,7 @@ const Re = [
|
|
|
627
627
|
];
|
|
628
628
|
function V3(e) {
|
|
629
629
|
const r = b(""), t = b([]);
|
|
630
|
-
return
|
|
630
|
+
return n1(
|
|
631
631
|
[e, r],
|
|
632
632
|
() => {
|
|
633
633
|
if (r.value) {
|
|
@@ -646,7 +646,7 @@ function V3(e) {
|
|
|
646
646
|
filteredTopics: t
|
|
647
647
|
};
|
|
648
648
|
}
|
|
649
|
-
function
|
|
649
|
+
function l1(e, r = (t) => t) {
|
|
650
650
|
const t = b(e), i = (n = "asc") => {
|
|
651
651
|
const l = t.value.slice().sort((u, p) => r(u) < r(p) ? -1 : 1);
|
|
652
652
|
n === "desc" && l.reverse(), t.value = l;
|
|
@@ -659,7 +659,7 @@ function s1(e, r = (t) => t) {
|
|
|
659
659
|
};
|
|
660
660
|
}
|
|
661
661
|
function y3(e) {
|
|
662
|
-
const { sortToggle: r, sortOrder: t } =
|
|
662
|
+
const { sortToggle: r, sortOrder: t } = l1(e, (c) => c.index), { sortToggle: i, sortOrder: o } = l1(e, (c) => c.title), { sortToggle: s, sortOrder: n } = l1(e, (c) => c.creation_date), l = b("");
|
|
663
663
|
return {
|
|
664
664
|
sortedBy: l,
|
|
665
665
|
sortByIndex: () => {
|
|
@@ -677,14 +677,14 @@ function y3(e) {
|
|
|
677
677
|
};
|
|
678
678
|
}
|
|
679
679
|
function Se(e) {
|
|
680
|
-
return e[
|
|
680
|
+
return e[O1];
|
|
681
681
|
}
|
|
682
682
|
function M3(e) {
|
|
683
683
|
var r, t;
|
|
684
|
-
return (t = (r = e[
|
|
684
|
+
return (t = (r = e[P1]) == null ? void 0 : r.split(",").map(Number)) != null ? t : [];
|
|
685
685
|
}
|
|
686
686
|
function Ie(e) {
|
|
687
|
-
return
|
|
687
|
+
return j1[Se(e)];
|
|
688
688
|
}
|
|
689
689
|
var De = Object.freeze(["default", "primary", "secondary", "high", "success", "granite"]), Te = { name: "BIMDataButton", props: { width: { type: String, default: "32px" }, height: { type: String, default: "32px" }, fill: { type: Boolean, default: !1 }, outline: { type: Boolean, default: !1 }, ghost: { type: Boolean, default: !1 }, ripple: { type: Boolean, default: !1 }, radius: { type: Boolean, default: !1 }, square: { type: Boolean, default: !1 }, rounded: { type: Boolean, default: !1 }, icon: { type: Boolean, default: !1 }, color: { type: String, default: "default", validator: (e) => De.includes(e) } }, emits: ["click"], computed: { classes() {
|
|
690
690
|
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 };
|
|
@@ -722,7 +722,7 @@ function Pe(e) {
|
|
|
722
722
|
let l = o.source;
|
|
723
723
|
if (o.map && (l += `
|
|
724
724
|
/*# sourceURL=` + o.map.sources[0] + " */", l += `
|
|
725
|
-
/*# sourceMappingURL=data:application/json;base64,` + btoa(unescape(encodeURIComponent(JSON.stringify(o.map)))) + " */"), n.element || (n.element = document.createElement("style"), n.element.type = "text/css", o.media && n.element.setAttribute("media", o.media),
|
|
725
|
+
/*# sourceMappingURL=data:application/json;base64,` + btoa(unescape(encodeURIComponent(JSON.stringify(o.map)))) + " */"), n.element || (n.element = document.createElement("style"), n.element.type = "text/css", o.media && n.element.setAttribute("media", o.media), s1 === void 0 && (s1 = document.head || document.getElementsByTagName("head")[0]), s1.appendChild(n.element)), "styleSheet" in n.element)
|
|
726
726
|
n.styles.push(l), n.element.styleSheet.cssText = n.styles.filter(Boolean).join(`
|
|
727
727
|
`);
|
|
728
728
|
else {
|
|
@@ -732,8 +732,8 @@ function Pe(e) {
|
|
|
732
732
|
}
|
|
733
733
|
}(r, t);
|
|
734
734
|
}
|
|
735
|
-
let
|
|
736
|
-
const i2 = {},
|
|
735
|
+
let s1;
|
|
736
|
+
const i2 = {}, F = ze({ render: function() {
|
|
737
737
|
var e = this, r = e.$createElement;
|
|
738
738
|
return (e._self._c || r)("button", { staticClass: "bimdata-btn", class: e.classes, style: e.style, attrs: { color: e.color, type: "button" }, on: { click: function(t) {
|
|
739
739
|
return e.$emit("click", t);
|
|
@@ -1230,7 +1230,7 @@ function Ue(e) {
|
|
|
1230
1230
|
let l = o.source;
|
|
1231
1231
|
if (o.map && (l += `
|
|
1232
1232
|
/*# sourceURL=` + o.map.sources[0] + " */", l += `
|
|
1233
|
-
/*# sourceMappingURL=data:application/json;base64,` + btoa(unescape(encodeURIComponent(JSON.stringify(o.map)))) + " */"), n.element || (n.element = document.createElement("style"), n.element.type = "text/css", o.media && n.element.setAttribute("media", o.media),
|
|
1233
|
+
/*# sourceMappingURL=data:application/json;base64,` + btoa(unescape(encodeURIComponent(JSON.stringify(o.map)))) + " */"), n.element || (n.element = document.createElement("style"), n.element.type = "text/css", o.media && n.element.setAttribute("media", o.media), c1 === void 0 && (c1 = document.head || document.getElementsByTagName("head")[0]), c1.appendChild(n.element)), "styleSheet" in n.element)
|
|
1234
1234
|
n.styles.push(l), n.element.styleSheet.cssText = n.styles.filter(Boolean).join(`
|
|
1235
1235
|
`);
|
|
1236
1236
|
else {
|
|
@@ -1240,8 +1240,8 @@ function Ue(e) {
|
|
|
1240
1240
|
}
|
|
1241
1241
|
}(r, t);
|
|
1242
1242
|
}
|
|
1243
|
-
let
|
|
1244
|
-
const o2 = {},
|
|
1243
|
+
let c1;
|
|
1244
|
+
const o2 = {}, E = C({ render: function() {
|
|
1245
1245
|
var e = this, r = e.$createElement, t = e._self._c || r;
|
|
1246
1246
|
return t("svg", { class: e.classes, style: e.style, attrs: { xmlns: "http://www.w3.org/2000/svg", preserveAspectRatio: "xMidYMid meet", viewBox: "0 0 23 23", width: "100%", fill: e.fillColor, color: e.color } }, [t("bimdata-icon-" + e.name, { tag: "component" })], 1);
|
|
1247
1247
|
}, staticRenderFns: [] }, function(e) {
|
|
@@ -1293,7 +1293,7 @@ function Ge(e) {
|
|
|
1293
1293
|
let l = o.source;
|
|
1294
1294
|
if (o.map && (l += `
|
|
1295
1295
|
/*# sourceURL=` + o.map.sources[0] + " */", l += `
|
|
1296
|
-
/*# sourceMappingURL=data:application/json;base64,` + btoa(unescape(encodeURIComponent(JSON.stringify(o.map)))) + " */"), n.element || (n.element = document.createElement("style"), n.element.type = "text/css", o.media && n.element.setAttribute("media", o.media),
|
|
1296
|
+
/*# sourceMappingURL=data:application/json;base64,` + btoa(unescape(encodeURIComponent(JSON.stringify(o.map)))) + " */"), n.element || (n.element = document.createElement("style"), n.element.type = "text/css", o.media && n.element.setAttribute("media", o.media), u1 === void 0 && (u1 = document.head || document.getElementsByTagName("head")[0]), u1.appendChild(n.element)), "styleSheet" in n.element)
|
|
1297
1297
|
n.styles.push(l), n.element.styleSheet.cssText = n.styles.filter(Boolean).join(`
|
|
1298
1298
|
`);
|
|
1299
1299
|
else {
|
|
@@ -1303,8 +1303,8 @@ function Ge(e) {
|
|
|
1303
1303
|
}
|
|
1304
1304
|
}(r, t);
|
|
1305
1305
|
}
|
|
1306
|
-
let
|
|
1307
|
-
const l2 = {},
|
|
1306
|
+
let u1;
|
|
1307
|
+
const l2 = {}, o1 = Xe({ render: function() {
|
|
1308
1308
|
var e = this, r = e.$createElement, t = e._self._c || r;
|
|
1309
1309
|
return t("div", { staticClass: "bimdata-input", class: { error: e.error, success: e.success, disabled: e.disabled, loading: e.loading, "not-empty": !!e.modelValue }, style: e.style }, [t("input", e._b({ ref: "input", attrs: { id: "bimdata-input-" + e.uuid, disabled: e.disabled, autocomplete: e.autocomplete ? "on" : "off" }, domProps: { value: e.modelValue }, on: { input: function(i) {
|
|
1310
1310
|
return e.$emit("update:modelValue", i.currentTarget.value);
|
|
@@ -1337,7 +1337,7 @@ var s2 = { bind(e, r) {
|
|
|
1337
1337
|
} }, methods: { onClick() {
|
|
1338
1338
|
this.disabled || this.$emit("update:modelValue", !this.checked);
|
|
1339
1339
|
} } };
|
|
1340
|
-
function
|
|
1340
|
+
function N(e, r, t, i, o, s, n, l, u, p) {
|
|
1341
1341
|
typeof n != "boolean" && (u = l, l = n, n = !1);
|
|
1342
1342
|
const d = typeof t == "function" ? t.options : t;
|
|
1343
1343
|
let c;
|
|
@@ -1360,7 +1360,7 @@ function A(e, r, t, i, o, s, n, l, u, p) {
|
|
|
1360
1360
|
return t;
|
|
1361
1361
|
}
|
|
1362
1362
|
const Ye = typeof navigator < "u" && /msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());
|
|
1363
|
-
function
|
|
1363
|
+
function r1(e) {
|
|
1364
1364
|
return (r, t) => function(i, o) {
|
|
1365
1365
|
const s = Ye ? o.media || "default" : i, n = c2[s] || (c2[s] = { ids: /* @__PURE__ */ new Set(), styles: [] });
|
|
1366
1366
|
if (!n.ids.has(i)) {
|
|
@@ -1368,7 +1368,7 @@ function i1(e) {
|
|
|
1368
1368
|
let l = o.source;
|
|
1369
1369
|
if (o.map && (l += `
|
|
1370
1370
|
/*# sourceURL=` + o.map.sources[0] + " */", l += `
|
|
1371
|
-
/*# sourceMappingURL=data:application/json;base64,` + btoa(unescape(encodeURIComponent(JSON.stringify(o.map)))) + " */"), n.element || (n.element = document.createElement("style"), n.element.type = "text/css", o.media && n.element.setAttribute("media", o.media),
|
|
1371
|
+
/*# sourceMappingURL=data:application/json;base64,` + btoa(unescape(encodeURIComponent(JSON.stringify(o.map)))) + " */"), n.element || (n.element = document.createElement("style"), n.element.type = "text/css", o.media && n.element.setAttribute("media", o.media), f1 === void 0 && (f1 = document.head || document.getElementsByTagName("head")[0]), f1.appendChild(n.element)), "styleSheet" in n.element)
|
|
1372
1372
|
n.styles.push(l), n.element.styleSheet.cssText = n.styles.filter(Boolean).join(`
|
|
1373
1373
|
`);
|
|
1374
1374
|
else {
|
|
@@ -1378,22 +1378,22 @@ function i1(e) {
|
|
|
1378
1378
|
}
|
|
1379
1379
|
}(r, t);
|
|
1380
1380
|
}
|
|
1381
|
-
let
|
|
1382
|
-
const c2 = {}, Je =
|
|
1381
|
+
let f1;
|
|
1382
|
+
const c2 = {}, Je = N({ render: function() {
|
|
1383
1383
|
var e = this, r = e.$createElement, t = e._self._c || r;
|
|
1384
1384
|
return t("div", { staticClass: "bimdata-checkbox", class: { indeterminate: e.indeterminate, disabled: e.disabled, checked: e.checked }, style: e.style, on: { click: e.onClick } }, [t("span", { staticClass: "bimdata-checkbox__mark" }), e._v(" "), e.text ? t("span", { staticClass: "bimdata-checkbox__text" }, [e._t("default", function() {
|
|
1385
1385
|
return [e._v(e._s(e.text))];
|
|
1386
1386
|
})], 2) : e._e()]);
|
|
1387
1387
|
}, staticRenderFns: [] }, function(e) {
|
|
1388
1388
|
e && (e("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 }), e("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 }));
|
|
1389
|
-
}, Ke, "data-v-119f0061", !1, void 0, !1,
|
|
1389
|
+
}, Ke, "data-v-119f0061", !1, void 0, !1, r1, void 0, void 0), Qe = N({ render: function() {
|
|
1390
1390
|
var e = this.$createElement;
|
|
1391
1391
|
return (this._self._c || e)("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" } });
|
|
1392
1392
|
}, staticRenderFns: [] }, void 0, {}, void 0, !1, void 0, !1, void 0, void 0, void 0);
|
|
1393
1393
|
var e5 = Object.freeze(["black", "default", "granite", "granite-light", "high", "primary", "secondary", "success", "silver", "silver-light", "silver-dark", "warning", "white"]);
|
|
1394
1394
|
const u2 = { xxxs: 10, xxs: 13, xs: 16, s: 18, m: 22, l: 28, xl: 36, xxl: 45, xxxl: 60 };
|
|
1395
1395
|
var f2;
|
|
1396
|
-
const v2 =
|
|
1396
|
+
const v2 = N({ render: function() {
|
|
1397
1397
|
var e = this, r = e.$createElement, t = e._self._c || r;
|
|
1398
1398
|
return t("svg", { class: e.classes, style: e.style, attrs: { xmlns: "http://www.w3.org/2000/svg", preserveAspectRatio: "xMidYMid meet", viewBox: "0 0 24 24", width: "100%", fill: e.fillColor, color: e.color } }, [t("Chevron")], 1);
|
|
1399
1399
|
}, staticRenderFns: [] }, function(e) {
|
|
@@ -1405,12 +1405,12 @@ const v2 = A({ render: function() {
|
|
|
1405
1405
|
return { width: `${e}px`, minWidth: `${e}px`, height: `${e}px`, minHeight: `${e}px`, margin: `${this.margin}`, transform: `rotate(${this.rotate}deg)` };
|
|
1406
1406
|
} }, methods: { getPixelSize() {
|
|
1407
1407
|
return this.customSize ? this.customSize : u2[this.size];
|
|
1408
|
-
} } }, "data-v-20c38c94", !1, void 0, !1,
|
|
1408
|
+
} } }, "data-v-20c38c94", !1, void 0, !1, r1, void 0, void 0), fe = N({ render: function() {
|
|
1409
1409
|
var e = this, r = e.$createElement;
|
|
1410
1410
|
return (e._self._c || r)(e.selectorComponent, e._b({ tag: "component", attrs: { modelValue: e.modelValue }, on: { "update:modelValue": function(t) {
|
|
1411
1411
|
return e.$emit("update:modelValue", t);
|
|
1412
1412
|
} } }, "component", e.$props, !1));
|
|
1413
|
-
}, staticRenderFns: [] }, void 0, { components: { BIMDataSelectMulti:
|
|
1413
|
+
}, staticRenderFns: [] }, void 0, { components: { BIMDataSelectMulti: N({ render: function() {
|
|
1414
1414
|
var e = this, r = e.$createElement, t = e._self._c || r;
|
|
1415
1415
|
return t("div", { directives: [{ name: "clickaway", rawName: "v-clickaway", value: function() {
|
|
1416
1416
|
return e.isOpen = !1;
|
|
@@ -1450,7 +1450,7 @@ const v2 = A({ render: function() {
|
|
|
1450
1450
|
} else
|
|
1451
1451
|
r = this.modelValue.concat(e);
|
|
1452
1452
|
this.$emit("update:modelValue", r);
|
|
1453
|
-
} } }, "data-v-09766700", !1, void 0, !1,
|
|
1453
|
+
} } }, "data-v-09766700", !1, void 0, !1, r1, void 0, void 0), BIMDataSelectSingle: N({ render: function() {
|
|
1454
1454
|
var e = this, r = e.$createElement, t = e._self._c || r;
|
|
1455
1455
|
return t("div", { directives: [{ name: "clickaway", rawName: "v-clickaway", value: function() {
|
|
1456
1456
|
return e.isOpen = !1;
|
|
@@ -1488,7 +1488,7 @@ const v2 = A({ render: function() {
|
|
|
1488
1488
|
this.optionKey && (e.disabled || e.optionGroup) || (this.$emit("update:modelValue", e), this.isOpen = !1);
|
|
1489
1489
|
}, onNullValueClick() {
|
|
1490
1490
|
this.$emit("update:modelValue", null), this.isOpen = !1;
|
|
1491
|
-
} } }, "data-v-1b2410f3", !1, void 0, !1,
|
|
1491
|
+
} } }, "data-v-1b2410f3", !1, void 0, !1, r1, 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: !1 }, nullValue: { type: Boolean, default: !1 }, nullLabel: { type: String }, disabled: { type: Boolean, default: !1 } }, emits: ["update:modelValue"], computed: { selectorComponent() {
|
|
1492
1492
|
return this.multi ? "BIMDataSelectMulti" : "BIMDataSelectSingle";
|
|
1493
1493
|
} } }, void 0, !1, void 0, !1, void 0, void 0, void 0);
|
|
1494
1494
|
var t5 = function() {
|
|
@@ -1721,14 +1721,14 @@ function Z(e, r, t, i, o, s, n, l) {
|
|
|
1721
1721
|
options: u
|
|
1722
1722
|
};
|
|
1723
1723
|
}
|
|
1724
|
-
function
|
|
1724
|
+
function U(e) {
|
|
1725
1725
|
return Array.from(new Set(e)).sort((r, t) => r.localeCompare(t, void 0, { sensitivity: "base" }));
|
|
1726
1726
|
}
|
|
1727
1727
|
const i5 = {
|
|
1728
1728
|
components: {
|
|
1729
|
-
BIMDataButton:
|
|
1730
|
-
BIMDataIcon:
|
|
1731
|
-
BIMDataInput:
|
|
1729
|
+
BIMDataButton: F,
|
|
1730
|
+
BIMDataIcon: E,
|
|
1731
|
+
BIMDataInput: o1,
|
|
1732
1732
|
BIMDataSelect: fe
|
|
1733
1733
|
},
|
|
1734
1734
|
props: {
|
|
@@ -1742,17 +1742,17 @@ const i5 = {
|
|
|
1742
1742
|
],
|
|
1743
1743
|
setup(e, { emit: r }) {
|
|
1744
1744
|
const t = b(!1), i = () => t.value = !1, o = () => t.value = !t.value, s = b(!1), n = b(!1), { filters: l, filteredTopics: u, reset: p } = Ee(
|
|
1745
|
-
|
|
1746
|
-
), d =
|
|
1747
|
-
() =>
|
|
1748
|
-
), c =
|
|
1749
|
-
() =>
|
|
1750
|
-
), a =
|
|
1751
|
-
() =>
|
|
1752
|
-
), g =
|
|
1753
|
-
() =>
|
|
1754
|
-
), h =
|
|
1755
|
-
() =>
|
|
1745
|
+
y(() => e.topics)
|
|
1746
|
+
), d = y(
|
|
1747
|
+
() => U(e.topics.map((V) => V.priority))
|
|
1748
|
+
), c = y(
|
|
1749
|
+
() => U(e.topics.map((V) => V.topic_status))
|
|
1750
|
+
), a = y(
|
|
1751
|
+
() => U(e.topics.map((V) => V.assigned_to))
|
|
1752
|
+
), g = y(
|
|
1753
|
+
() => U(e.topics.map((V) => V.creation_author))
|
|
1754
|
+
), h = y(
|
|
1755
|
+
() => U(e.topics.flatMap((V) => V.labels))
|
|
1756
1756
|
);
|
|
1757
1757
|
return {
|
|
1758
1758
|
creatorOptions: g,
|
|
@@ -1807,10 +1807,10 @@ function a5(e) {
|
|
|
1807
1807
|
}
|
|
1808
1808
|
const o5 = /* @__PURE__ */ function() {
|
|
1809
1809
|
return n5.exports;
|
|
1810
|
-
}(),
|
|
1811
|
-
Object.entries(
|
|
1810
|
+
}(), U1 = 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" }), d5 = ["bisque", "khaki", "greenyellow", "lightcyan", "mistyrose", "whitesmoke"];
|
|
1811
|
+
Object.entries(U1).filter(([e]) => !d5.includes(e));
|
|
1812
1812
|
var l5 = Object.freeze(["default", "primary", "secondary", "high", "success", "granite"]), s5 = { props: { text: { type: String } } };
|
|
1813
|
-
function
|
|
1813
|
+
function I1(e, r, t, i, o, s, n, l, u, p) {
|
|
1814
1814
|
typeof n != "boolean" && (u = l, l = n, n = !1);
|
|
1815
1815
|
const d = typeof t == "function" ? t.options : t;
|
|
1816
1816
|
let c;
|
|
@@ -1833,7 +1833,7 @@ function D1(e, r, t, i, o, s, n, l, u, p) {
|
|
|
1833
1833
|
return t;
|
|
1834
1834
|
}
|
|
1835
1835
|
const c5 = typeof navigator < "u" && /msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());
|
|
1836
|
-
function
|
|
1836
|
+
function D1(e) {
|
|
1837
1837
|
return (r, t) => function(i, o) {
|
|
1838
1838
|
const s = c5 ? o.media || "default" : i, n = p2[s] || (p2[s] = { ids: /* @__PURE__ */ new Set(), styles: [] });
|
|
1839
1839
|
if (!n.ids.has(i)) {
|
|
@@ -1841,7 +1841,7 @@ function T1(e) {
|
|
|
1841
1841
|
let l = o.source;
|
|
1842
1842
|
if (o.map && (l += `
|
|
1843
1843
|
/*# sourceURL=` + o.map.sources[0] + " */", l += `
|
|
1844
|
-
/*# sourceMappingURL=data:application/json;base64,` + btoa(unescape(encodeURIComponent(JSON.stringify(o.map)))) + " */"), n.element || (n.element = document.createElement("style"), n.element.type = "text/css", o.media && n.element.setAttribute("media", o.media),
|
|
1844
|
+
/*# sourceMappingURL=data:application/json;base64,` + btoa(unescape(encodeURIComponent(JSON.stringify(o.map)))) + " */"), n.element || (n.element = document.createElement("style"), n.element.type = "text/css", o.media && n.element.setAttribute("media", o.media), v1 === void 0 && (v1 = document.head || document.getElementsByTagName("head")[0]), v1.appendChild(n.element)), "styleSheet" in n.element)
|
|
1845
1845
|
n.styles.push(l), n.element.styleSheet.cssText = n.styles.filter(Boolean).join(`
|
|
1846
1846
|
`);
|
|
1847
1847
|
else {
|
|
@@ -1851,8 +1851,8 @@ function T1(e) {
|
|
|
1851
1851
|
}
|
|
1852
1852
|
}(r, t);
|
|
1853
1853
|
}
|
|
1854
|
-
let
|
|
1855
|
-
const p2 = {}, u5 =
|
|
1854
|
+
let v1;
|
|
1855
|
+
const p2 = {}, u5 = I1({ render: function() {
|
|
1856
1856
|
var e = this, r = e.$createElement, t = e._self._c || r;
|
|
1857
1857
|
return t("div", { staticClass: "bimdata-card", class: e.classes, style: { "min-width": e.width, "border-radius": e.borderRadius } }, [e.titleHeader || e.$slots.headerIcons ? t("BIMDataCardBand", { staticClass: "bimdata-card__header", attrs: { text: e.titleHeader }, scopedSlots: e._u([{ key: "right", fn: function() {
|
|
1858
1858
|
return [e._t("headerIcons")];
|
|
@@ -1863,14 +1863,14 @@ const p2 = {}, u5 = D1({ render: function() {
|
|
|
1863
1863
|
}, proxy: !0 }], null, !0) }) : e._e(), e._v(" "), e.$slots.content ? t("div", { staticClass: "bimdata-card__content" }, [e._t("content")], 2) : e._e(), e._v(" "), e.$slots.footer ? t("footer", { staticClass: "bimdata-card__footer" }, [e._t("footer")], 2) : e._e()], 1);
|
|
1864
1864
|
}, staticRenderFns: [] }, function(e) {
|
|
1865
1865
|
e && (e("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 }), e("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 }));
|
|
1866
|
-
}, { components: { BIMDataCardBand:
|
|
1866
|
+
}, { components: { BIMDataCardBand: I1({ render: function() {
|
|
1867
1867
|
var e = this, r = e.$createElement, t = e._self._c || r;
|
|
1868
1868
|
return t("div", { staticClass: "bimdata-card__brand" }, [t("div", { staticClass: "bimdata-card__brand--left" }, [e._t("left"), e._v(" "), e.text ? t("span", [e._v(e._s(e.text))]) : e._e()], 2), e._v(" "), e._t("right")], 2);
|
|
1869
1869
|
}, staticRenderFns: [] }, function(e) {
|
|
1870
1870
|
e && (e("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 }), e("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 }));
|
|
1871
|
-
}, s5, "data-v-d290df1a", !1, void 0, !1,
|
|
1871
|
+
}, s5, "data-v-d290df1a", !1, void 0, !1, D1, 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: (e) => l5.includes(e) } }, computed: { classes() {
|
|
1872
1872
|
return { [`bimdata-card__${this.bgColor}`]: this.bgColor };
|
|
1873
|
-
} } }, "data-v-ed011768", !1, void 0, !1,
|
|
1873
|
+
} } }, "data-v-ed011768", !1, void 0, !1, D1, void 0, void 0), f5 = Object.entries(U1).reduce((e, r, t) => (t % 5 == 0 ? e.push([r]) : e[e.length - 1].push(r), e), []), v5 = I1({ render: function() {
|
|
1874
1874
|
var e = this, r = e.$createElement, t = e._self._c || r;
|
|
1875
1875
|
return t("BIMDataCard", { staticClass: "color-selector", scopedSlots: e._u([{ key: "content", fn: function() {
|
|
1876
1876
|
return e._l(e.colorLines, function(i, o) {
|
|
@@ -1884,7 +1884,7 @@ const p2 = {}, u5 = D1({ render: function() {
|
|
|
1884
1884
|
}, proxy: !0 }]) });
|
|
1885
1885
|
}, staticRenderFns: [] }, function(e) {
|
|
1886
1886
|
e && e("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 });
|
|
1887
|
-
}, { components: { BIMDataCard: u5 }, props: { modelValue: { type: String, default: null, validator: (e) => Object.values(
|
|
1887
|
+
}, { components: { BIMDataCard: u5 }, props: { modelValue: { type: String, default: null, validator: (e) => Object.values(U1).includes(e) } }, emits: ["update:modelValue"], data: () => ({ colorLines: f5 }) }, "data-v-29b6f3f4", !1, void 0, !1, D1, void 0, void 0);
|
|
1888
1888
|
var C5 = function() {
|
|
1889
1889
|
var e = this, r = e.$createElement, t = e._self._c || r;
|
|
1890
1890
|
return t("li", {
|
|
@@ -2004,10 +2004,10 @@ var C5 = function() {
|
|
|
2004
2004
|
}, p5 = [];
|
|
2005
2005
|
const h5 = {
|
|
2006
2006
|
components: {
|
|
2007
|
-
BIMDataButton:
|
|
2007
|
+
BIMDataButton: F,
|
|
2008
2008
|
BIMDataColorSelector: v5,
|
|
2009
|
-
BIMDataIcon:
|
|
2010
|
-
BIMDataInput:
|
|
2009
|
+
BIMDataIcon: E,
|
|
2010
|
+
BIMDataInput: o1
|
|
2011
2011
|
},
|
|
2012
2012
|
props: {
|
|
2013
2013
|
extensionType: {
|
|
@@ -2023,9 +2023,9 @@ const h5 = {
|
|
|
2023
2023
|
],
|
|
2024
2024
|
setup(e, { emit: r }) {
|
|
2025
2025
|
const t = b(!1), i = b(!1), o = b(!1), s = b(
|
|
2026
|
-
e.extension[
|
|
2026
|
+
e.extension[j(e.extensionType)]
|
|
2027
2027
|
), n = b(e.extension.color), l = b(null);
|
|
2028
|
-
return
|
|
2028
|
+
return n1(
|
|
2029
2029
|
t,
|
|
2030
2030
|
() => setTimeout(() => t.value && l.value.focus(), 50)
|
|
2031
2031
|
), {
|
|
@@ -2037,7 +2037,7 @@ const h5 = {
|
|
|
2037
2037
|
isOpenColorSelector: i,
|
|
2038
2038
|
isOpenDeleteGuard: o,
|
|
2039
2039
|
adjustBorderColor: Ve,
|
|
2040
|
-
getExtensionField:
|
|
2040
|
+
getExtensionField: j,
|
|
2041
2041
|
submitColor: async (c) => {
|
|
2042
2042
|
c !== e.extension.color && (r("update-extension", {
|
|
2043
2043
|
extensionType: e.extensionType,
|
|
@@ -2052,7 +2052,7 @@ const h5 = {
|
|
|
2052
2052
|
});
|
|
2053
2053
|
},
|
|
2054
2054
|
submitValue: async () => {
|
|
2055
|
-
s.value !== e.extension[
|
|
2055
|
+
s.value !== e.extension[j(e.extensionType)] && (r("update-extension", {
|
|
2056
2056
|
extensionType: e.extensionType,
|
|
2057
2057
|
extension: e.extension,
|
|
2058
2058
|
data: { value: s.value }
|
|
@@ -2193,9 +2193,9 @@ var m5 = function() {
|
|
|
2193
2193
|
}, L5 = [];
|
|
2194
2194
|
const H5 = {
|
|
2195
2195
|
components: {
|
|
2196
|
-
BIMDataButton:
|
|
2197
|
-
BIMDataIcon:
|
|
2198
|
-
BIMDataInput:
|
|
2196
|
+
BIMDataButton: F,
|
|
2197
|
+
BIMDataIcon: E,
|
|
2198
|
+
BIMDataInput: o1,
|
|
2199
2199
|
SettingCardItem: b5
|
|
2200
2200
|
},
|
|
2201
2201
|
props: {
|
|
@@ -2214,7 +2214,7 @@ const H5 = {
|
|
|
2214
2214
|
"delete-extension"
|
|
2215
2215
|
],
|
|
2216
2216
|
setup(e, { emit: r }) {
|
|
2217
|
-
const t =
|
|
2217
|
+
const t = y(
|
|
2218
2218
|
() => ce(e.extensionType, e.detailedExtensions)
|
|
2219
2219
|
), i = b(null), o = b(""), s = b(!1), n = () => s.value = !1, l = () => s.value = !s.value, u = b(!1), p = () => {
|
|
2220
2220
|
o.value = "", u.value = !1;
|
|
@@ -2319,8 +2319,8 @@ var x5 = function() {
|
|
|
2319
2319
|
}, Z5 = [];
|
|
2320
2320
|
const w5 = {
|
|
2321
2321
|
components: {
|
|
2322
|
-
BIMDataButton:
|
|
2323
|
-
BIMDataIcon:
|
|
2322
|
+
BIMDataButton: F,
|
|
2323
|
+
BIMDataIcon: E,
|
|
2324
2324
|
SettingCard: M5
|
|
2325
2325
|
},
|
|
2326
2326
|
props: {
|
|
@@ -2348,7 +2348,7 @@ const w5 = {
|
|
|
2348
2348
|
"extension-deleted"
|
|
2349
2349
|
],
|
|
2350
2350
|
setup(e, { emit: r }) {
|
|
2351
|
-
const t =
|
|
2351
|
+
const t = K();
|
|
2352
2352
|
return {
|
|
2353
2353
|
EXTENSION_TYPES: ie,
|
|
2354
2354
|
createExtension: async (n) => {
|
|
@@ -2400,7 +2400,7 @@ var B5 = Object.freeze(["default", "primary", "secondary", "high", "success", "g
|
|
|
2400
2400
|
}, style() {
|
|
2401
2401
|
return { "min-width": `${this.width}`, "min-height": `${this.height}` };
|
|
2402
2402
|
} } };
|
|
2403
|
-
function
|
|
2403
|
+
function I(e, r, t, i, o, s, n, l, u, p) {
|
|
2404
2404
|
typeof n != "boolean" && (u = l, l = n, n = !1);
|
|
2405
2405
|
const d = typeof t == "function" ? t.options : t;
|
|
2406
2406
|
let c;
|
|
@@ -2431,7 +2431,7 @@ function z(e) {
|
|
|
2431
2431
|
let l = o.source;
|
|
2432
2432
|
if (o.map && (l += `
|
|
2433
2433
|
/*# sourceURL=` + o.map.sources[0] + " */", l += `
|
|
2434
|
-
/*# sourceMappingURL=data:application/json;base64,` + btoa(unescape(encodeURIComponent(JSON.stringify(o.map)))) + " */"), n.element || (n.element = document.createElement("style"), n.element.type = "text/css", o.media && n.element.setAttribute("media", o.media),
|
|
2434
|
+
/*# sourceMappingURL=data:application/json;base64,` + btoa(unescape(encodeURIComponent(JSON.stringify(o.map)))) + " */"), n.element || (n.element = document.createElement("style"), n.element.type = "text/css", o.media && n.element.setAttribute("media", o.media), C1 === void 0 && (C1 = document.head || document.getElementsByTagName("head")[0]), C1.appendChild(n.element)), "styleSheet" in n.element)
|
|
2435
2435
|
n.styles.push(l), n.element.styleSheet.cssText = n.styles.filter(Boolean).join(`
|
|
2436
2436
|
`);
|
|
2437
2437
|
else {
|
|
@@ -2441,15 +2441,15 @@ function z(e) {
|
|
|
2441
2441
|
}
|
|
2442
2442
|
}(r, t);
|
|
2443
2443
|
}
|
|
2444
|
-
let
|
|
2445
|
-
const b2 = {}, m2 =
|
|
2444
|
+
let C1;
|
|
2445
|
+
const b2 = {}, m2 = I({ render: function() {
|
|
2446
2446
|
var e = this, r = e.$createElement;
|
|
2447
2447
|
return (e._self._c || r)("button", { staticClass: "bimdata-btn", class: e.classes, style: e.style, attrs: { color: e.color, type: "button" }, on: { click: function(t) {
|
|
2448
2448
|
return e.$emit("click", t);
|
|
2449
2449
|
} } }, [e._t("default")], 2);
|
|
2450
2450
|
}, staticRenderFns: [] }, function(e) {
|
|
2451
2451
|
e && (e("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 }), e("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 }));
|
|
2452
|
-
}, E5, "data-v-7af18892", !1, void 0, !1, z, void 0, void 0), S5 =
|
|
2452
|
+
}, E5, "data-v-7af18892", !1, void 0, !1, z, void 0, void 0), S5 = I({ render: function() {
|
|
2453
2453
|
var e = this.$createElement;
|
|
2454
2454
|
return (this._self._c || e)("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" } });
|
|
2455
2455
|
}, staticRenderFns: [] }, void 0, {}, void 0, !1, void 0, !1, void 0, void 0, void 0);
|
|
@@ -2463,7 +2463,7 @@ var H2 = (e, r) => ({ name: `BIMDataIcon${e}`, components: { [e]: r }, props: {
|
|
|
2463
2463
|
} }, methods: { getPixelSize() {
|
|
2464
2464
|
return this.customSize ? this.customSize : L2[this.size];
|
|
2465
2465
|
} } });
|
|
2466
|
-
const D5 =
|
|
2466
|
+
const D5 = I({ render: function() {
|
|
2467
2467
|
var e = this, r = e.$createElement, t = e._self._c || r;
|
|
2468
2468
|
return t("div", { staticClass: "bimdata-paginated-list" }, [e.loading ? t("BIMDataSpinner") : t("div", [e._t("header"), e._v(" "), t("ul", { staticClass: "bimdata-list bimdata-paginated-list__elements" }, e._l(e.page, function(i) {
|
|
2469
2469
|
return t("li", { key: e.elementKey ? i[e.elementKey] : i, on: { click: function(o) {
|
|
@@ -2476,7 +2476,7 @@ const D5 = D({ render: function() {
|
|
|
2476
2476
|
}), 0), e._v(" "), e.list.length === 0 ? [e._t("empty")] : e._e(), e._v(" "), e.totalPages > 1 ? t("BIMDataPagination", { attrs: { length: e.list.length, currentPage: e.currentPage, totalPages: e.totalPages, perPage: e.perPage, first: e.first, last: e.last, numberDataElements: e.numberDataElements, backgroundColor: e.backgroundColor }, on: { pagechanged: e.onPageChange } }) : e._e()], 2)], 1);
|
|
2477
2477
|
}, staticRenderFns: [] }, function(e) {
|
|
2478
2478
|
e && (e("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 }), e("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 }));
|
|
2479
|
-
}, { components: { BIMDataPagination:
|
|
2479
|
+
}, { components: { BIMDataPagination: I({ render: function() {
|
|
2480
2480
|
var e = this, r = e.$createElement, t = e._self._c || r;
|
|
2481
2481
|
return t("BIMDataNavigation", { staticClass: "bimdata-pagination", attrs: { firstDisabled: e.isFirstPage, previousDisabled: e.isFirstPage, nextDisabled: e.isLastPage, lastDisabled: e.isLastPage, backgroundColor: e.backgroundColor }, on: { first: function(i) {
|
|
2482
2482
|
return e.firstPage();
|
|
@@ -2495,7 +2495,7 @@ const D5 = D({ render: function() {
|
|
|
2495
2495
|
`)])], 1)]);
|
|
2496
2496
|
}, staticRenderFns: [] }, function(e) {
|
|
2497
2497
|
e && (e("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 }), e("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 }));
|
|
2498
|
-
}, { components: { BIMDataNavigation:
|
|
2498
|
+
}, { components: { BIMDataNavigation: I({ render: function() {
|
|
2499
2499
|
var e = this, r = e.$createElement, t = e._self._c || r;
|
|
2500
2500
|
return t("ul", { staticClass: "bimdata-list bimdata-navigation", style: { "background-color": e.backgroundColor } }, [t("li", { staticClass: "bimdata-navigation__left m-r-6" }, [e._t("left")], 2), e._v(" "), e.first ? t("li", { staticClass: "bimdata-navigation__item" }, [t("BIMDataButton", { class: { disabled: e.firstDisabled }, attrs: { disabled: e.firstDisabled, ghost: "", width: "21px", height: "21px" }, on: { click: function(i) {
|
|
2501
2501
|
return e.$emit("first");
|
|
@@ -2508,17 +2508,17 @@ const D5 = D({ render: function() {
|
|
|
2508
2508
|
} } }, [t("BIMDataIconDoubleChevron", { attrs: { size: "xxxs" } })], 1)], 1) : e._e(), e._v(" "), t("li", { staticClass: "bimdata-navigation__right" }, [e._t("right")], 2)]);
|
|
2509
2509
|
}, staticRenderFns: [] }, function(e) {
|
|
2510
2510
|
e && (e("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 }), e("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 }));
|
|
2511
|
-
}, { components: { BIMDataIconChevron:
|
|
2511
|
+
}, { components: { BIMDataIconChevron: I({ render: function() {
|
|
2512
2512
|
var e = this, r = e.$createElement, t = e._self._c || r;
|
|
2513
2513
|
return t("svg", { class: e.classes, style: e.style, attrs: { xmlns: "http://www.w3.org/2000/svg", preserveAspectRatio: "xMidYMid meet", viewBox: "0 0 24 24", width: "100%", fill: e.fillColor, color: e.color } }, [t("Chevron")], 1);
|
|
2514
2514
|
}, staticRenderFns: [] }, function(e) {
|
|
2515
2515
|
e && (e("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 }), e("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 }));
|
|
2516
|
-
}, H2("Chevron", S5), "data-v-20c38c94", !1, void 0, !1, z, void 0, void 0), BIMDataIconDoubleChevron:
|
|
2516
|
+
}, H2("Chevron", S5), "data-v-20c38c94", !1, void 0, !1, z, void 0, void 0), BIMDataIconDoubleChevron: I({ render: function() {
|
|
2517
2517
|
var e = this, r = e.$createElement, t = e._self._c || r;
|
|
2518
2518
|
return t("svg", { class: e.classes, style: e.style, attrs: { xmlns: "http://www.w3.org/2000/svg", preserveAspectRatio: "xMidYMid meet", viewBox: "0 0 24 24", width: "100%", fill: e.fillColor, color: e.color } }, [t("DoubleChevron")], 1);
|
|
2519
2519
|
}, staticRenderFns: [] }, function(e) {
|
|
2520
2520
|
e && (e("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 }), e("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 }));
|
|
2521
|
-
}, H2("DoubleChevron",
|
|
2521
|
+
}, H2("DoubleChevron", I({ render: function() {
|
|
2522
2522
|
var e = this.$createElement;
|
|
2523
2523
|
return (this._self._c || e)("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" } });
|
|
2524
2524
|
}, staticRenderFns: [] }, void 0, {}, void 0, !1, void 0, !1, void 0, void 0, void 0)), "data-v-35e61558", !1, void 0, !1, z, void 0, void 0), BIMDataButton: m2 }, props: { first: { type: Boolean, default: !0 }, last: { type: Boolean, default: !0 }, previous: { type: Boolean, default: !0 }, next: { type: Boolean, default: !0 }, firstDisabled: { type: Boolean, default: !1 }, lastDisabled: { type: Boolean, default: !1 }, previousDisabled: { type: Boolean, default: !1 }, nextDisabled: { type: Boolean, default: !1 }, backgroundColor: { type: String, default: "var(--color-white)" } }, emits: ["first", "previous", "next", "last"] }, "data-v-3c48ce0c", !1, void 0, !1, z, void 0, void 0), BIMDataButton: m2 }, props: { length: { type: Number, required: !0 }, currentPage: { type: Number, required: !0 }, totalPages: { type: Number, required: !0 }, numberDataElements: { type: Boolean, default: !0 }, backgroundColor: { type: String, default: "var(--color-white)" }, perPage: { type: Number, required: !0, validator: (e) => e > 0 } }, emits: ["pagechanged"], computed: { firstIndex() {
|
|
@@ -2537,7 +2537,7 @@ const D5 = D({ render: function() {
|
|
|
2537
2537
|
this.$emit("pagechanged", this.currentPage + 1);
|
|
2538
2538
|
}, lastPage() {
|
|
2539
2539
|
this.$emit("pagechanged", this.totalPages);
|
|
2540
|
-
} } }, "data-v-0a60caec", !1, void 0, !1, z, void 0, void 0), BIMDataSpinner:
|
|
2540
|
+
} } }, "data-v-0a60caec", !1, void 0, !1, z, void 0, void 0), BIMDataSpinner: I({ render: function() {
|
|
2541
2541
|
var e = this, r = e.$createElement, t = e._self._c || r;
|
|
2542
2542
|
return t("div", { staticClass: "bimdata-spinner" }, [t("div", { staticClass: "bimdata-spinner--square", style: e.getStyle() })]);
|
|
2543
2543
|
}, staticRenderFns: [] }, function(e) {
|
|
@@ -2612,7 +2612,7 @@ function P5(e) {
|
|
|
2612
2612
|
let l = o.source;
|
|
2613
2613
|
if (o.map && (l += `
|
|
2614
2614
|
/*# sourceURL=` + o.map.sources[0] + " */", l += `
|
|
2615
|
-
/*# sourceMappingURL=data:application/json;base64,` + btoa(unescape(encodeURIComponent(JSON.stringify(o.map)))) + " */"), n.element || (n.element = document.createElement("style"), n.element.type = "text/css", o.media && n.element.setAttribute("media", o.media),
|
|
2615
|
+
/*# sourceMappingURL=data:application/json;base64,` + btoa(unescape(encodeURIComponent(JSON.stringify(o.map)))) + " */"), n.element || (n.element = document.createElement("style"), n.element.type = "text/css", o.media && n.element.setAttribute("media", o.media), p1 === void 0 && (p1 = document.head || document.getElementsByTagName("head")[0]), p1.appendChild(n.element)), "styleSheet" in n.element)
|
|
2616
2616
|
n.styles.push(l), n.element.styleSheet.cssText = n.styles.filter(Boolean).join(`
|
|
2617
2617
|
`);
|
|
2618
2618
|
else {
|
|
@@ -2622,7 +2622,7 @@ function P5(e) {
|
|
|
2622
2622
|
}
|
|
2623
2623
|
}(r, t);
|
|
2624
2624
|
}
|
|
2625
|
-
let
|
|
2625
|
+
let p1;
|
|
2626
2626
|
const V2 = {}, j5 = z5({ render: function() {
|
|
2627
2627
|
var e = this, r = e.$createElement, t = e._self._c || r;
|
|
2628
2628
|
return t("div", { ref: "container", staticClass: "bimdata-simple-pie-chart" }, [t("svg", { style: "--graph-draw-time: " + e.graphDrawTime + "s;", attrs: { viewBox: e.viewBox } }, [e.placeholder ? t("circle", { attrs: { cx: e.center, cy: e.center, r: e.barDistanceFromCenter, "stroke-width": e.placeholderStrokeWidth, stroke: e.placeholderColor, fill: "none" } }) : e._e(), e._v(" "), e._l(e.displayedBarsData, function(i, o) {
|
|
@@ -2700,16 +2700,16 @@ const U5 = {
|
|
|
2700
2700
|
},
|
|
2701
2701
|
setup(e) {
|
|
2702
2702
|
return {
|
|
2703
|
-
chartData:
|
|
2703
|
+
chartData: y(() => {
|
|
2704
2704
|
if (e.topics.length === 0)
|
|
2705
2705
|
return [];
|
|
2706
|
-
const t =
|
|
2706
|
+
const t = j(e.extensionType), i = ce(e.extensionType, e.detailedExtensions);
|
|
2707
2707
|
return i.push({ [t]: void 0 }), i.map((o) => {
|
|
2708
2708
|
var n;
|
|
2709
2709
|
const s = e.topics.filter((l) => l[t] === o[t]).length;
|
|
2710
2710
|
return {
|
|
2711
2711
|
label: o[t],
|
|
2712
|
-
color: `#${(n = o.color) != null ? n :
|
|
2712
|
+
color: `#${(n = o.color) != null ? n : z1}`,
|
|
2713
2713
|
count: s,
|
|
2714
2714
|
percentage: s * 100 / e.topics.length
|
|
2715
2715
|
};
|
|
@@ -2776,7 +2776,7 @@ function J5(e) {
|
|
|
2776
2776
|
let l = o.source;
|
|
2777
2777
|
if (o.map && (l += `
|
|
2778
2778
|
/*# sourceURL=` + o.map.sources[0] + " */", l += `
|
|
2779
|
-
/*# sourceMappingURL=data:application/json;base64,` + btoa(unescape(encodeURIComponent(JSON.stringify(o.map)))) + " */"), n.element || (n.element = document.createElement("style"), n.element.type = "text/css", o.media && n.element.setAttribute("media", o.media),
|
|
2779
|
+
/*# sourceMappingURL=data:application/json;base64,` + btoa(unescape(encodeURIComponent(JSON.stringify(o.map)))) + " */"), n.element || (n.element = document.createElement("style"), n.element.type = "text/css", o.media && n.element.setAttribute("media", o.media), h1 === void 0 && (h1 = document.head || document.getElementsByTagName("head")[0]), h1.appendChild(n.element)), "styleSheet" in n.element)
|
|
2780
2780
|
n.styles.push(l), n.element.styleSheet.cssText = n.styles.filter(Boolean).join(`
|
|
2781
2781
|
`);
|
|
2782
2782
|
else {
|
|
@@ -2786,8 +2786,8 @@ function J5(e) {
|
|
|
2786
2786
|
}
|
|
2787
2787
|
}(r, t);
|
|
2788
2788
|
}
|
|
2789
|
-
let
|
|
2790
|
-
const M2 = {},
|
|
2789
|
+
let h1;
|
|
2790
|
+
const M2 = {}, Y = K5({ render: function() {
|
|
2791
2791
|
var e = this, r = e.$createElement, t = e._self._c || r;
|
|
2792
2792
|
return t("div", { ref: "textBox", staticClass: "bimdata-textbox", style: { width: e.width, minWidth: e.minWidth, maxWidth: e.maxWidth }, on: { mouseenter: function(i) {
|
|
2793
2793
|
e.showTooltip = !0;
|
|
@@ -2921,7 +2921,7 @@ function i4(e) {
|
|
|
2921
2921
|
for (let r in x2)
|
|
2922
2922
|
this[r] = x2[r];
|
|
2923
2923
|
}
|
|
2924
|
-
const
|
|
2924
|
+
const q1 = /* @__PURE__ */ function() {
|
|
2925
2925
|
return r4.exports;
|
|
2926
2926
|
}();
|
|
2927
2927
|
var n4 = function() {
|
|
@@ -3009,10 +3009,10 @@ var n4 = function() {
|
|
|
3009
3009
|
}, a4 = [];
|
|
3010
3010
|
const o4 = {
|
|
3011
3011
|
components: {
|
|
3012
|
-
BcfTopicDefaultImage:
|
|
3013
|
-
BIMDataButton:
|
|
3014
|
-
BIMDataIcon:
|
|
3015
|
-
BIMDataTextbox:
|
|
3012
|
+
BcfTopicDefaultImage: q1,
|
|
3013
|
+
BIMDataButton: F,
|
|
3014
|
+
BIMDataIcon: E,
|
|
3015
|
+
BIMDataTextbox: Y
|
|
3016
3016
|
},
|
|
3017
3017
|
props: {
|
|
3018
3018
|
detailedExtensions: {
|
|
@@ -3028,13 +3028,13 @@ const o4 = {
|
|
|
3028
3028
|
"open-topic"
|
|
3029
3029
|
],
|
|
3030
3030
|
setup(e, { emit: r }) {
|
|
3031
|
-
const t =
|
|
3031
|
+
const t = y(() => e.topic.viewpoints.filter(
|
|
3032
3032
|
(n) => Boolean(n.snapshot)
|
|
3033
|
-
)), i =
|
|
3034
|
-
() =>
|
|
3035
|
-
), o =
|
|
3036
|
-
() =>
|
|
3037
|
-
), s =
|
|
3033
|
+
)), i = y(
|
|
3034
|
+
() => A(e.topic, e.detailedExtensions)
|
|
3035
|
+
), o = y(
|
|
3036
|
+
() => A1(e.topic, e.detailedExtensions)
|
|
3037
|
+
), s = y(() => {
|
|
3038
3038
|
var l, u;
|
|
3039
3039
|
const n = (u = (l = e.topic.viewpoints) == null ? void 0 : l[0]) == null ? void 0 : u.components;
|
|
3040
3040
|
return (n == null ? void 0 : n.selection) || [];
|
|
@@ -3044,7 +3044,7 @@ const o4 = {
|
|
|
3044
3044
|
statusColor: o,
|
|
3045
3045
|
topicObjects: s,
|
|
3046
3046
|
viewpointsWithSnapshot: t,
|
|
3047
|
-
adjustTextColor:
|
|
3047
|
+
adjustTextColor: a1
|
|
3048
3048
|
};
|
|
3049
3049
|
}
|
|
3050
3050
|
}, Z2 = {};
|
|
@@ -3183,8 +3183,8 @@ var h4 = function() {
|
|
|
3183
3183
|
const _4 = {
|
|
3184
3184
|
components: {
|
|
3185
3185
|
BcfTopicCreationCardImage: p4,
|
|
3186
|
-
BIMDataButton:
|
|
3187
|
-
BIMDataIcon:
|
|
3186
|
+
BIMDataButton: F,
|
|
3187
|
+
BIMDataIcon: E
|
|
3188
3188
|
},
|
|
3189
3189
|
emits: ["create-topic"]
|
|
3190
3190
|
}, k2 = {};
|
|
@@ -3250,7 +3250,7 @@ function y4(e) {
|
|
|
3250
3250
|
let l = o.source;
|
|
3251
3251
|
if (o.map && (l += `
|
|
3252
3252
|
/*# sourceURL=` + o.map.sources[0] + " */", l += `
|
|
3253
|
-
/*# sourceMappingURL=data:application/json;base64,` + btoa(unescape(encodeURIComponent(JSON.stringify(o.map)))) + " */"), n.element || (n.element = document.createElement("style"), n.element.type = "text/css", o.media && n.element.setAttribute("media", o.media),
|
|
3253
|
+
/*# sourceMappingURL=data:application/json;base64,` + btoa(unescape(encodeURIComponent(JSON.stringify(o.map)))) + " */"), n.element || (n.element = document.createElement("style"), n.element.type = "text/css", o.media && n.element.setAttribute("media", o.media), g1 === void 0 && (g1 = document.head || document.getElementsByTagName("head")[0]), g1.appendChild(n.element)), "styleSheet" in n.element)
|
|
3254
3254
|
n.styles.push(l), n.element.styleSheet.cssText = n.styles.filter(Boolean).join(`
|
|
3255
3255
|
`);
|
|
3256
3256
|
else {
|
|
@@ -3260,8 +3260,8 @@ function y4(e) {
|
|
|
3260
3260
|
}
|
|
3261
3261
|
}(r, t);
|
|
3262
3262
|
}
|
|
3263
|
-
let
|
|
3264
|
-
const $2 = {},
|
|
3263
|
+
let g1;
|
|
3264
|
+
const $2 = {}, d1 = ve({ render: function() {
|
|
3265
3265
|
var e = this, r = e.$createElement, t = e._self._c || r;
|
|
3266
3266
|
return t("div", { staticClass: "bimdata-loading" }, [t("span", { staticClass: "bimdata-loading--square" }), e._v(" "), t("BIMDataText", { attrs: { color: "color-white", margin: "12px 0 0" } }, [t("p", [e._v(e._s(e.message))]), e._v(" "), t("p", [e._v(e._s(e.subMessage))])])], 1);
|
|
3267
3267
|
}, staticRenderFns: [] }, function(e) {
|
|
@@ -3756,7 +3756,7 @@ function E2(e) {
|
|
|
3756
3756
|
let l = o.source;
|
|
3757
3757
|
if (o.map && (l += `
|
|
3758
3758
|
/*# sourceURL=` + o.map.sources[0] + " */", l += `
|
|
3759
|
-
/*# sourceMappingURL=data:application/json;base64,` + btoa(unescape(encodeURIComponent(JSON.stringify(o.map)))) + " */"), n.element || (n.element = document.createElement("style"), n.element.type = "text/css", o.media && n.element.setAttribute("media", o.media),
|
|
3759
|
+
/*# sourceMappingURL=data:application/json;base64,` + btoa(unescape(encodeURIComponent(JSON.stringify(o.map)))) + " */"), n.element || (n.element = document.createElement("style"), n.element.type = "text/css", o.media && n.element.setAttribute("media", o.media), _1 === void 0 && (_1 = document.head || document.getElementsByTagName("head")[0]), _1.appendChild(n.element)), "styleSheet" in n.element)
|
|
3760
3760
|
n.styles.push(l), n.element.styleSheet.cssText = n.styles.filter(Boolean).join(`
|
|
3761
3761
|
`);
|
|
3762
3762
|
else {
|
|
@@ -3766,7 +3766,7 @@ function E2(e) {
|
|
|
3766
3766
|
}
|
|
3767
3767
|
}(r, t);
|
|
3768
3768
|
}
|
|
3769
|
-
let
|
|
3769
|
+
let _1;
|
|
3770
3770
|
const R2 = {}, Ce = v({ render: function() {
|
|
3771
3771
|
var e = this, r = e.$createElement, t = e._self._c || r;
|
|
3772
3772
|
return t("div", { staticClass: "overlay flex items-center justify-center" }, [t("div", { staticClass: "safe-zone", style: { width: e.width } }, [t("div", { staticClass: "safe-zone__content flex flex-col items-center justify-center p-18" }, [t("BIMDataIcon", { attrs: { name: e.iconName, size: "l", fill: "", color: "high" } }), e._v(" "), t("p", [e._t("text")], 2)], 1), e._v(" "), t("div", { staticClass: "safe-zone__actions flex items-center p-x-18" }, [e._t("actions")], 2)])]);
|
|
@@ -3825,7 +3825,7 @@ function F4(e) {
|
|
|
3825
3825
|
let l = o.source;
|
|
3826
3826
|
if (o.map && (l += `
|
|
3827
3827
|
/*# sourceURL=` + o.map.sources[0] + " */", l += `
|
|
3828
|
-
/*# sourceMappingURL=data:application/json;base64,` + btoa(unescape(encodeURIComponent(JSON.stringify(o.map)))) + " */"), n.element || (n.element = document.createElement("style"), n.element.type = "text/css", o.media && n.element.setAttribute("media", o.media),
|
|
3828
|
+
/*# sourceMappingURL=data:application/json;base64,` + btoa(unescape(encodeURIComponent(JSON.stringify(o.map)))) + " */"), n.element || (n.element = document.createElement("style"), n.element.type = "text/css", o.media && n.element.setAttribute("media", o.media), b1 === void 0 && (b1 = document.head || document.getElementsByTagName("head")[0]), b1.appendChild(n.element)), "styleSheet" in n.element)
|
|
3829
3829
|
n.styles.push(l), n.element.styleSheet.cssText = n.styles.filter(Boolean).join(`
|
|
3830
3830
|
`);
|
|
3831
3831
|
else {
|
|
@@ -3835,8 +3835,8 @@ function F4(e) {
|
|
|
3835
3835
|
}
|
|
3836
3836
|
}(r, t);
|
|
3837
3837
|
}
|
|
3838
|
-
let
|
|
3839
|
-
const S2 = {},
|
|
3838
|
+
let b1;
|
|
3839
|
+
const S2 = {}, X1 = k4({ render: function() {
|
|
3840
3840
|
var e = this, r = e.$createElement, t = e._self._c || r;
|
|
3841
3841
|
return t("div", { staticClass: "bimdata-textarea", class: { "not-empty": e.modelValue !== null && e.modelValue !== "" || e.placeholder !== null, error: e.error, success: e.success }, style: { "min-width": e.width, "min-height": e.height } }, [t("textarea", e._b({ ref: "textarea", style: e.resizable ? "" : "resize: none;", attrs: { name: e.name, id: e.name, placeholder: e.placeholder }, domProps: { value: e.modelValue }, on: { input: e.onInput } }, "textarea", e.$attrs, !1)), e._v(" "), t("label", { attrs: { for: e.name } }, [e._v(e._s(e.label))]), e._v(" "), t("span", { staticClass: "bar" }), e._v(" "), e.error ? t("span", { staticClass: "error" }, [e._v(e._s(e.errorMessage))]) : e._e(), e._v(" "), e.success ? t("span", { staticClass: "success" }, [e._v(e._s(e.successMessage))]) : e._e()]);
|
|
3842
3842
|
}, staticRenderFns: [] }, function(e) {
|
|
@@ -3880,7 +3880,7 @@ function S4(e) {
|
|
|
3880
3880
|
let l = o.source;
|
|
3881
3881
|
if (o.map && (l += `
|
|
3882
3882
|
/*# sourceURL=` + o.map.sources[0] + " */", l += `
|
|
3883
|
-
/*# sourceMappingURL=data:application/json;base64,` + btoa(unescape(encodeURIComponent(JSON.stringify(o.map)))) + " */"), n.element || (n.element = document.createElement("style"), n.element.type = "text/css", o.media && n.element.setAttribute("media", o.media),
|
|
3883
|
+
/*# sourceMappingURL=data:application/json;base64,` + btoa(unescape(encodeURIComponent(JSON.stringify(o.map)))) + " */"), n.element || (n.element = document.createElement("style"), n.element.type = "text/css", o.media && n.element.setAttribute("media", o.media), m1 === void 0 && (m1 = document.head || document.getElementsByTagName("head")[0]), m1.appendChild(n.element)), "styleSheet" in n.element)
|
|
3884
3884
|
n.styles.push(l), n.element.styleSheet.cssText = n.styles.filter(Boolean).join(`
|
|
3885
3885
|
`);
|
|
3886
3886
|
else {
|
|
@@ -3890,7 +3890,7 @@ function S4(e) {
|
|
|
3890
3890
|
}
|
|
3891
3891
|
}(r, t);
|
|
3892
3892
|
}
|
|
3893
|
-
let
|
|
3893
|
+
let m1;
|
|
3894
3894
|
const I2 = {}, pe = E4({ render: function() {
|
|
3895
3895
|
var e = this, r = e.$createElement, t = e._self._c || r;
|
|
3896
3896
|
return t("div", { staticClass: "bimdata-tooltip" }, [t("div", { staticClass: "bimdata-tooltip__content", on: { mouseover: function(i) {
|
|
@@ -4006,8 +4006,8 @@ var I4 = function() {
|
|
|
4006
4006
|
}, D4 = [];
|
|
4007
4007
|
const T4 = {
|
|
4008
4008
|
components: {
|
|
4009
|
-
BIMDataButton:
|
|
4010
|
-
BIMDataIcon:
|
|
4009
|
+
BIMDataButton: F,
|
|
4010
|
+
BIMDataIcon: E
|
|
4011
4011
|
},
|
|
4012
4012
|
props: {
|
|
4013
4013
|
viewpoints: {
|
|
@@ -4109,8 +4109,8 @@ var j4 = function() {
|
|
|
4109
4109
|
}, N4 = [];
|
|
4110
4110
|
const A4 = {
|
|
4111
4111
|
components: {
|
|
4112
|
-
BIMDataButton:
|
|
4113
|
-
BIMDataIcon:
|
|
4112
|
+
BIMDataButton: F,
|
|
4113
|
+
BIMDataIcon: E
|
|
4114
4114
|
},
|
|
4115
4115
|
props: {
|
|
4116
4116
|
viewpoints: {
|
|
@@ -4127,10 +4127,10 @@ const A4 = {
|
|
|
4127
4127
|
return {
|
|
4128
4128
|
createViewpoints: async () => {
|
|
4129
4129
|
Object.entries(t()).forEach(([s, n]) => {
|
|
4130
|
-
const [l, u] = Object.entries(
|
|
4130
|
+
const [l, u] = Object.entries(j1).find(([, p]) => p.plugin === s);
|
|
4131
4131
|
n.forEach(async (p) => {
|
|
4132
4132
|
const d = await p.getViewpoint(), { order: c } = u != null ? u : {};
|
|
4133
|
-
d.order = c, d[
|
|
4133
|
+
d.order = c, d[O1] = l, d[P1] = p.getLoadedModels().map((a) => a.id).join(","), r("add-viewpoint", d);
|
|
4134
4134
|
});
|
|
4135
4135
|
});
|
|
4136
4136
|
},
|
|
@@ -4467,14 +4467,14 @@ const K4 = {
|
|
|
4467
4467
|
components: {
|
|
4468
4468
|
BcfTopicImages: P4,
|
|
4469
4469
|
BcfTopicSnapshots: X4,
|
|
4470
|
-
BIMDataButton:
|
|
4471
|
-
BIMDataIcon:
|
|
4472
|
-
BIMDataInput:
|
|
4473
|
-
BIMDataLoading:
|
|
4470
|
+
BIMDataButton: F,
|
|
4471
|
+
BIMDataIcon: E,
|
|
4472
|
+
BIMDataInput: o1,
|
|
4473
|
+
BIMDataLoading: d1,
|
|
4474
4474
|
BIMDataSafeZoneModal: Ce,
|
|
4475
4475
|
BIMDataSelect: fe,
|
|
4476
|
-
BIMDataTextarea:
|
|
4477
|
-
BIMDataTextbox:
|
|
4476
|
+
BIMDataTextarea: X1,
|
|
4477
|
+
BIMDataTextbox: Y,
|
|
4478
4478
|
BIMDataTooltip: pe
|
|
4479
4479
|
},
|
|
4480
4480
|
props: {
|
|
@@ -4531,29 +4531,29 @@ const K4 = {
|
|
|
4531
4531
|
"topic-update-error"
|
|
4532
4532
|
],
|
|
4533
4533
|
setup(e, { emit: r }) {
|
|
4534
|
-
const t =
|
|
4534
|
+
const t = K(), i = y(
|
|
4535
4535
|
() => !e.topic
|
|
4536
|
-
), o =
|
|
4536
|
+
), o = y(
|
|
4537
4537
|
() => Math.max(0, ...e.topics.map((M) => M.index)) + 1
|
|
4538
|
-
), s = b(""), n = b(null), l = b(null), u = b(null), p = b(null), d = b(null), c = b(""), a = b(""), g = b([]), h = b([]), L = b([]),
|
|
4539
|
-
() => h.value.concat(L.value).filter((M) => !
|
|
4540
|
-
),
|
|
4541
|
-
|
|
4538
|
+
), s = b(""), n = b(null), l = b(null), u = b(null), p = b(null), d = b(null), c = b(""), a = b(""), g = b([]), h = b([]), L = b([]), w = b([]), V = b([]), B = y(
|
|
4539
|
+
() => h.value.concat(L.value).filter((M) => !V.value.some((O) => O.guid === M.guid)).filter((M) => M.snapshot)
|
|
4540
|
+
), _ = b(!1), m = b(!1), H = b(!1), x = b(!1);
|
|
4541
|
+
n1(
|
|
4542
4542
|
() => e.topic,
|
|
4543
4543
|
(M) => {
|
|
4544
|
-
i.value || (s.value = M.title || "", n.value = M.topic_type || null, l.value = M.priority || null, u.value = M.topic_status || null, p.value = M.stage || null, d.value = M.assigned_to || null, c.value =
|
|
4544
|
+
i.value || (s.value = M.title || "", n.value = M.topic_type || null, l.value = M.priority || null, u.value = M.topic_status || null, p.value = M.stage || null, d.value = M.assigned_to || null, c.value = S1(M.due_date), a.value = M.description || "", g.value = M.labels || [], h.value = M.viewpoints || []);
|
|
4545
4545
|
},
|
|
4546
4546
|
{ immediate: !0 }
|
|
4547
4547
|
);
|
|
4548
|
-
const
|
|
4549
|
-
s.value = "", n.value = null, l.value = null, u.value = null, p.value = null, d.value = null, c.value = "", a.value = "", g.value = [], h.value = [], L.value = [],
|
|
4548
|
+
const k = () => {
|
|
4549
|
+
s.value = "", n.value = null, l.value = null, u.value = null, p.value = null, d.value = null, c.value = "", a.value = "", g.value = [], h.value = [], L.value = [], w.value = [], V.value = [], _.value = !1, m.value = !1, H.value = !1, x.value = !1;
|
|
4550
4550
|
};
|
|
4551
4551
|
return {
|
|
4552
|
-
hasErrorDate:
|
|
4553
|
-
hasErrorTitle:
|
|
4552
|
+
hasErrorDate: x,
|
|
4553
|
+
hasErrorTitle: H,
|
|
4554
4554
|
isCreation: i,
|
|
4555
|
-
isOpenModal:
|
|
4556
|
-
loading:
|
|
4555
|
+
isOpenModal: m,
|
|
4556
|
+
loading: _,
|
|
4557
4557
|
nextIndex: o,
|
|
4558
4558
|
topicAssignedTo: d,
|
|
4559
4559
|
topicDescription: a,
|
|
@@ -4564,36 +4564,36 @@ const K4 = {
|
|
|
4564
4564
|
topicLabels: g,
|
|
4565
4565
|
topicTitle: s,
|
|
4566
4566
|
topicType: n,
|
|
4567
|
-
viewpointsToDisplay:
|
|
4567
|
+
viewpointsToDisplay: B,
|
|
4568
4568
|
addViewpoint: (M) => {
|
|
4569
4569
|
L.value.push(M);
|
|
4570
4570
|
},
|
|
4571
4571
|
delViewpoint: (M) => {
|
|
4572
4572
|
if (M.guid)
|
|
4573
|
-
|
|
4573
|
+
V.value.push(M);
|
|
4574
4574
|
else {
|
|
4575
|
-
let
|
|
4576
|
-
L.value.splice(
|
|
4575
|
+
let O = L.value.indexOf(M);
|
|
4576
|
+
L.value.splice(O, 1);
|
|
4577
4577
|
}
|
|
4578
4578
|
},
|
|
4579
4579
|
submit: async () => {
|
|
4580
|
-
var M,
|
|
4580
|
+
var M, O, G1;
|
|
4581
4581
|
if (!s.value) {
|
|
4582
|
-
|
|
4582
|
+
H.value = !0;
|
|
4583
4583
|
return;
|
|
4584
4584
|
}
|
|
4585
|
-
if (c.value && c.value !==
|
|
4586
|
-
|
|
4585
|
+
if (c.value && c.value !== S1((M = e.topic) == null ? void 0 : M.due_date) && !$e(c.value)) {
|
|
4586
|
+
x.value = !0;
|
|
4587
4587
|
return;
|
|
4588
4588
|
}
|
|
4589
4589
|
try {
|
|
4590
|
-
|
|
4590
|
+
_.value = !0, w.value = h.value.map(
|
|
4591
4591
|
($) => ({ ...$, snapshot: void 0 })
|
|
4592
|
-
),
|
|
4592
|
+
), w.value.length === 0 && L.value.sort(($, ge) => {
|
|
4593
4593
|
var K1, Y1;
|
|
4594
4594
|
return ((K1 = $.order) != null ? K1 : 1 / 0) - ((Y1 = ge.order) != null ? Y1 : 1 / 0);
|
|
4595
|
-
}), e.topicObjects && (
|
|
4596
|
-
...
|
|
4595
|
+
}), e.topicObjects && (w.value.length > 0 || L.value.length > 0 ? [
|
|
4596
|
+
...w.value,
|
|
4597
4597
|
...L.value
|
|
4598
4598
|
].forEach(($) => {
|
|
4599
4599
|
Object.assign($, e.topicObjects), $.components || ($.components = {}), $.components.selection || ($.components.selection = []), $.components.visibility || ($.components.visibility = {
|
|
@@ -4608,13 +4608,13 @@ const K4 = {
|
|
|
4608
4608
|
}) : L.value.push({
|
|
4609
4609
|
components: e.topicObjects
|
|
4610
4610
|
})), e.topicAnnotations && [
|
|
4611
|
-
...
|
|
4611
|
+
...w.value,
|
|
4612
4612
|
...L.value
|
|
4613
4613
|
].forEach(
|
|
4614
4614
|
($) => $.pins = e.topicAnnotations
|
|
4615
4615
|
);
|
|
4616
|
-
const
|
|
4617
|
-
guid: (
|
|
4616
|
+
const J = {
|
|
4617
|
+
guid: (O = e.topic) == null ? void 0 : O.guid,
|
|
4618
4618
|
models: ((G1 = e.topic) == null ? void 0 : G1.models) || e.topicModels,
|
|
4619
4619
|
title: s.value,
|
|
4620
4620
|
topic_type: n.value,
|
|
@@ -4622,25 +4622,25 @@ const K4 = {
|
|
|
4622
4622
|
topic_status: u.value,
|
|
4623
4623
|
stage: p.value,
|
|
4624
4624
|
assigned_to: d.value,
|
|
4625
|
-
due_date: c.value ?
|
|
4625
|
+
due_date: c.value ? W(c.value) : void 0,
|
|
4626
4626
|
description: a.value,
|
|
4627
4627
|
labels: g.value,
|
|
4628
|
-
viewpoints:
|
|
4628
|
+
viewpoints: w.value
|
|
4629
4629
|
};
|
|
4630
|
-
let
|
|
4631
|
-
i.value ?
|
|
4630
|
+
let P;
|
|
4631
|
+
i.value ? P = await t.createTopic(e.project, J) : P = await t.updateTopic(e.project, J), await Promise.all(
|
|
4632
4632
|
L.value.map(
|
|
4633
|
-
($) => t.createViewpoint(e.project,
|
|
4633
|
+
($) => t.createViewpoint(e.project, P, $)
|
|
4634
4634
|
)
|
|
4635
4635
|
), await Promise.all(
|
|
4636
|
-
|
|
4637
|
-
($) => t.deleteViewpoint(e.project,
|
|
4636
|
+
V.value.map(
|
|
4637
|
+
($) => t.deleteViewpoint(e.project, P, $)
|
|
4638
4638
|
)
|
|
4639
|
-
), i.value ? (r("topic-created",
|
|
4640
|
-
} catch (
|
|
4641
|
-
r(i.value ? "topic-create-error" : "topic-update-error",
|
|
4639
|
+
), i.value ? (r("topic-created", P), k()) : r("topic-updated", P);
|
|
4640
|
+
} catch (J) {
|
|
4641
|
+
r(i.value ? "topic-create-error" : "topic-update-error", J);
|
|
4642
4642
|
} finally {
|
|
4643
|
-
|
|
4643
|
+
_.value = !1;
|
|
4644
4644
|
}
|
|
4645
4645
|
}
|
|
4646
4646
|
};
|
|
@@ -4706,7 +4706,7 @@ const r0 = {
|
|
|
4706
4706
|
},
|
|
4707
4707
|
setup(e) {
|
|
4708
4708
|
return {
|
|
4709
|
-
initials:
|
|
4709
|
+
initials: y(
|
|
4710
4710
|
() => `${e.user.firstname && e.user.firstname[0] || ""}${e.user.lastname && e.user.lastname[0] || ""}`.toUpperCase()
|
|
4711
4711
|
)
|
|
4712
4712
|
};
|
|
@@ -4925,11 +4925,11 @@ var a0 = function() {
|
|
|
4925
4925
|
}, o0 = [];
|
|
4926
4926
|
const d0 = {
|
|
4927
4927
|
components: {
|
|
4928
|
-
BIMDataButton:
|
|
4929
|
-
BIMDataIcon:
|
|
4930
|
-
BIMDataLoading:
|
|
4931
|
-
BIMDataTextarea:
|
|
4932
|
-
BIMDataTextbox:
|
|
4928
|
+
BIMDataButton: F,
|
|
4929
|
+
BIMDataIcon: E,
|
|
4930
|
+
BIMDataLoading: d1,
|
|
4931
|
+
BIMDataTextarea: X1,
|
|
4932
|
+
BIMDataTextbox: Y,
|
|
4933
4933
|
UserAvatar: he
|
|
4934
4934
|
},
|
|
4935
4935
|
props: {
|
|
@@ -4951,7 +4951,7 @@ const d0 = {
|
|
|
4951
4951
|
"comment-deleted"
|
|
4952
4952
|
],
|
|
4953
4953
|
setup(e, { emit: r }) {
|
|
4954
|
-
const t =
|
|
4954
|
+
const t = K(), i = b(!1), o = b(!1), s = () => o.value = !1, n = () => o.value = !o.value, l = b(e.comment.comment), u = b(!1), p = () => {
|
|
4955
4955
|
u.value = !0, s();
|
|
4956
4956
|
}, d = () => {
|
|
4957
4957
|
u.value = !1, l.value = e.comment.comment;
|
|
@@ -5103,9 +5103,9 @@ var u0 = function() {
|
|
|
5103
5103
|
}, f0 = [];
|
|
5104
5104
|
const v0 = {
|
|
5105
5105
|
components: {
|
|
5106
|
-
BIMDataButton:
|
|
5107
|
-
BIMDataLoading:
|
|
5108
|
-
BIMDataTextarea:
|
|
5106
|
+
BIMDataButton: F,
|
|
5107
|
+
BIMDataLoading: d1,
|
|
5108
|
+
BIMDataTextarea: X1,
|
|
5109
5109
|
TopicComment: c0
|
|
5110
5110
|
},
|
|
5111
5111
|
props: {
|
|
@@ -5124,8 +5124,8 @@ const v0 = {
|
|
|
5124
5124
|
"comment-deleted"
|
|
5125
5125
|
],
|
|
5126
5126
|
setup(e, { emit: r }) {
|
|
5127
|
-
const t =
|
|
5128
|
-
return
|
|
5127
|
+
const t = K(), i = b(!1), o = b(!1), s = b(null), n = b("");
|
|
5128
|
+
return n1(
|
|
5129
5129
|
i,
|
|
5130
5130
|
() => setTimeout(() => i.value && s.value.focus(), 50)
|
|
5131
5131
|
), {
|
|
@@ -5194,7 +5194,7 @@ function f(e, r, t, i, o, s, n, l, u, p) {
|
|
|
5194
5194
|
return t;
|
|
5195
5195
|
}
|
|
5196
5196
|
const b0 = typeof navigator < "u" && /msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());
|
|
5197
|
-
function
|
|
5197
|
+
function T1(e) {
|
|
5198
5198
|
return (r, t) => function(i, o) {
|
|
5199
5199
|
const s = b0 ? o.media || "default" : i, n = N2[s] || (N2[s] = { ids: /* @__PURE__ */ new Set(), styles: [] });
|
|
5200
5200
|
if (!n.ids.has(i)) {
|
|
@@ -5202,7 +5202,7 @@ function z1(e) {
|
|
|
5202
5202
|
let l = o.source;
|
|
5203
5203
|
if (o.map && (l += `
|
|
5204
5204
|
/*# sourceURL=` + o.map.sources[0] + " */", l += `
|
|
5205
|
-
/*# sourceMappingURL=data:application/json;base64,` + btoa(unescape(encodeURIComponent(JSON.stringify(o.map)))) + " */"), n.element || (n.element = document.createElement("style"), n.element.type = "text/css", o.media && n.element.setAttribute("media", o.media),
|
|
5205
|
+
/*# sourceMappingURL=data:application/json;base64,` + btoa(unescape(encodeURIComponent(JSON.stringify(o.map)))) + " */"), n.element || (n.element = document.createElement("style"), n.element.type = "text/css", o.media && n.element.setAttribute("media", o.media), L1 === void 0 && (L1 = document.head || document.getElementsByTagName("head")[0]), L1.appendChild(n.element)), "styleSheet" in n.element)
|
|
5206
5206
|
n.styles.push(l), n.element.styleSheet.cssText = n.styles.filter(Boolean).join(`
|
|
5207
5207
|
`);
|
|
5208
5208
|
else {
|
|
@@ -5212,7 +5212,7 @@ function z1(e) {
|
|
|
5212
5212
|
}
|
|
5213
5213
|
}(r, t);
|
|
5214
5214
|
}
|
|
5215
|
-
let
|
|
5215
|
+
let L1;
|
|
5216
5216
|
const N2 = {}, m0 = f({ render: function() {
|
|
5217
5217
|
var e = this, r = e.$createElement;
|
|
5218
5218
|
return (e._self._c || r)("button", { staticClass: "bimdata-btn", class: e.classes, style: e.style, attrs: { color: e.color, type: "button" }, on: { click: function(t) {
|
|
@@ -5220,7 +5220,7 @@ const N2 = {}, m0 = f({ render: function() {
|
|
|
5220
5220
|
} } }, [e._t("default")], 2);
|
|
5221
5221
|
}, staticRenderFns: [] }, function(e) {
|
|
5222
5222
|
e && (e("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 }), e("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 }));
|
|
5223
|
-
}, _0, "data-v-7af18892", !1, void 0, !1,
|
|
5223
|
+
}, _0, "data-v-7af18892", !1, void 0, !1, T1, void 0, void 0);
|
|
5224
5224
|
var A2 = { addFile: f({ render: function() {
|
|
5225
5225
|
var e = this.$createElement;
|
|
5226
5226
|
return (this._self._c || e)("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" } });
|
|
@@ -5691,7 +5691,7 @@ const U2 = { xxxs: 10, xxs: 13, xs: 16, s: 18, m: 22, l: 28, xl: 36, xxl: 45, xx
|
|
|
5691
5691
|
return { width: `${e}px`, minWidth: `${e}px`, height: `${e}px`, minHeight: `${e}px`, margin: `${this.margin}`, transform: `rotate(${this.rotate}deg)` };
|
|
5692
5692
|
} }, methods: { getPixelSize() {
|
|
5693
5693
|
return this.customSize ? this.customSize : U2[this.size];
|
|
5694
|
-
} } }, "data-v-198621a2", !1, void 0, !1,
|
|
5694
|
+
} } }, "data-v-198621a2", !1, void 0, !1, T1, void 0, void 0) }, props: { sliderPadding: { type: Number, default: 12 }, minGap: { type: Number, default: 24 } }, data: () => ({ index: 0, maxIndex: 0, translations: [] }), watch: { minGap() {
|
|
5695
5695
|
this.distributeItems();
|
|
5696
5696
|
} }, mounted() {
|
|
5697
5697
|
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: !0 });
|
|
@@ -5711,7 +5711,7 @@ const U2 = { xxxs: 10, xxs: 13, xs: 16, s: 18, m: 22, l: 28, xl: 36, xxl: 45, xx
|
|
|
5711
5711
|
o = p * l, u.push(o), Object.assign(r[p].style, { position: "absolute", top: `${this.sliderPadding}px`, left: `${this.sliderPadding + o}px` });
|
|
5712
5712
|
this.maxIndex = Math.max(r.length - s, 0), this.index = Math.min(this.index, this.maxIndex), this.translations = u;
|
|
5713
5713
|
}
|
|
5714
|
-
} } }, "data-v-4dd92ffc", !1, void 0, !1,
|
|
5714
|
+
} } }, "data-v-4dd92ffc", !1, void 0, !1, T1, void 0, void 0);
|
|
5715
5715
|
var V0 = function() {
|
|
5716
5716
|
var e = this, r = e.$createElement, t = e._self._c || r;
|
|
5717
5717
|
return t("div", {
|
|
@@ -5761,9 +5761,9 @@ var V0 = function() {
|
|
|
5761
5761
|
}, y0 = [];
|
|
5762
5762
|
const M0 = {
|
|
5763
5763
|
components: {
|
|
5764
|
-
BcfTopicDefaultImage:
|
|
5764
|
+
BcfTopicDefaultImage: q1,
|
|
5765
5765
|
BIMDataCarousel: H0,
|
|
5766
|
-
BIMDataIcon:
|
|
5766
|
+
BIMDataIcon: E
|
|
5767
5767
|
},
|
|
5768
5768
|
props: {
|
|
5769
5769
|
detailedExtensions: {
|
|
@@ -5779,7 +5779,7 @@ const M0 = {
|
|
|
5779
5779
|
"view-topic-viewpoint"
|
|
5780
5780
|
],
|
|
5781
5781
|
setup(e) {
|
|
5782
|
-
const r =
|
|
5782
|
+
const r = y(
|
|
5783
5783
|
() => e.topic.viewpoints.filter((i) => i.snapshot).map((i) => {
|
|
5784
5784
|
var o;
|
|
5785
5785
|
return {
|
|
@@ -5789,11 +5789,11 @@ const M0 = {
|
|
|
5789
5789
|
})
|
|
5790
5790
|
);
|
|
5791
5791
|
return {
|
|
5792
|
-
statusColor:
|
|
5793
|
-
() =>
|
|
5792
|
+
statusColor: y(
|
|
5793
|
+
() => A1(e.topic, e.detailedExtensions)
|
|
5794
5794
|
),
|
|
5795
5795
|
viewpoints: r,
|
|
5796
|
-
adjustTextColor:
|
|
5796
|
+
adjustTextColor: a1
|
|
5797
5797
|
};
|
|
5798
5798
|
}
|
|
5799
5799
|
}, q2 = {};
|
|
@@ -6086,13 +6086,13 @@ var k0 = function() {
|
|
|
6086
6086
|
const F0 = {
|
|
6087
6087
|
components: {
|
|
6088
6088
|
BcfTopicComments: h0,
|
|
6089
|
-
BcfTopicDefaultImage:
|
|
6089
|
+
BcfTopicDefaultImage: q1,
|
|
6090
6090
|
BcfTopicViewpoints: w0,
|
|
6091
|
-
BIMDataButton:
|
|
6092
|
-
BIMDataIcon:
|
|
6093
|
-
BIMDataLoading:
|
|
6091
|
+
BIMDataButton: F,
|
|
6092
|
+
BIMDataIcon: E,
|
|
6093
|
+
BIMDataLoading: d1,
|
|
6094
6094
|
BIMDataSafeZoneModal: Ce,
|
|
6095
|
-
BIMDataTextbox:
|
|
6095
|
+
BIMDataTextbox: Y
|
|
6096
6096
|
},
|
|
6097
6097
|
props: {
|
|
6098
6098
|
uiConfig: {
|
|
@@ -6132,17 +6132,17 @@ const F0 = {
|
|
|
6132
6132
|
"view-topic-viewpoint"
|
|
6133
6133
|
],
|
|
6134
6134
|
setup(e, { emit: r }) {
|
|
6135
|
-
const t =
|
|
6135
|
+
const t = K(), i = b(!1), o = b(!1), s = y(() => A(e.topic, e.detailedExtensions)), n = y(() => {
|
|
6136
6136
|
var p, d, c;
|
|
6137
6137
|
return ((c = (d = (p = e.topic.viewpoints) == null ? void 0 : p[0]) == null ? void 0 : d.components) == null ? void 0 : c.selection) || [];
|
|
6138
|
-
}), l =
|
|
6138
|
+
}), l = y(() => Array.from(e.topic.labels || []).sort());
|
|
6139
6139
|
return {
|
|
6140
6140
|
loading: i,
|
|
6141
6141
|
priorityColor: s,
|
|
6142
6142
|
showDeleteModal: o,
|
|
6143
6143
|
topicLabels: l,
|
|
6144
6144
|
topicObjects: n,
|
|
6145
|
-
adjustTextColor:
|
|
6145
|
+
adjustTextColor: a1,
|
|
6146
6146
|
deleteTopic: async () => {
|
|
6147
6147
|
try {
|
|
6148
6148
|
o.value = !1, i.value = !0, await t.deleteTopic(e.project, e.topic), r("topic-deleted", e.topic);
|
|
@@ -6214,7 +6214,7 @@ var S0 = Object.freeze(["default", "primary", "secondary", "high", "success", "g
|
|
|
6214
6214
|
}, style() {
|
|
6215
6215
|
return { "min-width": `${this.width}`, "min-height": `${this.height}` };
|
|
6216
6216
|
} } };
|
|
6217
|
-
function
|
|
6217
|
+
function G(e, r, t, i, o, s, n, l, u, p) {
|
|
6218
6218
|
typeof n != "boolean" && (u = l, l = n, n = !1);
|
|
6219
6219
|
const d = typeof t == "function" ? t.options : t;
|
|
6220
6220
|
let c;
|
|
@@ -6237,7 +6237,7 @@ function K(e, r, t, i, o, s, n, l, u, p) {
|
|
|
6237
6237
|
return t;
|
|
6238
6238
|
}
|
|
6239
6239
|
const D0 = typeof navigator < "u" && /msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());
|
|
6240
|
-
function
|
|
6240
|
+
function i1(e) {
|
|
6241
6241
|
return (r, t) => function(i, o) {
|
|
6242
6242
|
const s = D0 ? o.media || "default" : i, n = G2[s] || (G2[s] = { ids: /* @__PURE__ */ new Set(), styles: [] });
|
|
6243
6243
|
if (!n.ids.has(i)) {
|
|
@@ -6245,7 +6245,7 @@ function n1(e) {
|
|
|
6245
6245
|
let l = o.source;
|
|
6246
6246
|
if (o.map && (l += `
|
|
6247
6247
|
/*# sourceURL=` + o.map.sources[0] + " */", l += `
|
|
6248
|
-
/*# sourceMappingURL=data:application/json;base64,` + btoa(unescape(encodeURIComponent(JSON.stringify(o.map)))) + " */"), n.element || (n.element = document.createElement("style"), n.element.type = "text/css", o.media && n.element.setAttribute("media", o.media),
|
|
6248
|
+
/*# sourceMappingURL=data:application/json;base64,` + btoa(unescape(encodeURIComponent(JSON.stringify(o.map)))) + " */"), n.element || (n.element = document.createElement("style"), n.element.type = "text/css", o.media && n.element.setAttribute("media", o.media), H1 === void 0 && (H1 = document.head || document.getElementsByTagName("head")[0]), H1.appendChild(n.element)), "styleSheet" in n.element)
|
|
6249
6249
|
n.styles.push(l), n.element.styleSheet.cssText = n.styles.filter(Boolean).join(`
|
|
6250
6250
|
`);
|
|
6251
6251
|
else {
|
|
@@ -6255,15 +6255,15 @@ function n1(e) {
|
|
|
6255
6255
|
}
|
|
6256
6256
|
}(r, t);
|
|
6257
6257
|
}
|
|
6258
|
-
let
|
|
6259
|
-
const G2 = {}, T0 =
|
|
6258
|
+
let H1;
|
|
6259
|
+
const G2 = {}, T0 = G({ render: function() {
|
|
6260
6260
|
var e = this, r = e.$createElement;
|
|
6261
6261
|
return (e._self._c || r)("button", { staticClass: "bimdata-btn", class: e.classes, style: e.style, attrs: { color: e.color, type: "button" }, on: { click: function(t) {
|
|
6262
6262
|
return e.$emit("click", t);
|
|
6263
6263
|
} } }, [e._t("default")], 2);
|
|
6264
6264
|
}, staticRenderFns: [] }, function(e) {
|
|
6265
6265
|
e && (e("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 }), e("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 }));
|
|
6266
|
-
}, I0, "data-v-7af18892", !1, void 0, !1,
|
|
6266
|
+
}, I0, "data-v-7af18892", !1, void 0, !1, i1, void 0, void 0), z0 = G({ render: function() {
|
|
6267
6267
|
var e = this, r = e.$createElement, t = e._self._c || r;
|
|
6268
6268
|
return t("div", { staticClass: "bimdata-checkbox", class: { indeterminate: e.indeterminate, disabled: e.disabled, checked: e.checked }, style: e.style, on: { click: e.onClick } }, [t("span", { staticClass: "bimdata-checkbox__mark" }), e._v(" "), e.text ? t("span", { staticClass: "bimdata-checkbox__text" }, [e._t("default", function() {
|
|
6269
6269
|
return [e._v(e._s(e.text))];
|
|
@@ -6278,14 +6278,14 @@ const G2 = {}, T0 = K({ render: function() {
|
|
|
6278
6278
|
return { margin: `${this.margin}` };
|
|
6279
6279
|
} }, methods: { onClick() {
|
|
6280
6280
|
this.disabled || this.$emit("update:modelValue", !this.checked);
|
|
6281
|
-
} } }, "data-v-119f0061", !1, void 0, !1,
|
|
6281
|
+
} } }, "data-v-119f0061", !1, void 0, !1, i1, void 0, void 0), O0 = G({ render: function() {
|
|
6282
6282
|
var e = this.$createElement;
|
|
6283
6283
|
return (this._self._c || e)("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" } });
|
|
6284
6284
|
}, staticRenderFns: [] }, void 0, {}, void 0, !1, void 0, !1, void 0, void 0, void 0);
|
|
6285
6285
|
var P0 = Object.freeze(["black", "default", "granite", "granite-light", "high", "primary", "secondary", "success", "silver", "silver-light", "silver-dark", "warning", "white"]);
|
|
6286
6286
|
const K2 = { xxxs: 10, xxs: 13, xs: 16, s: 18, m: 22, l: 28, xl: 36, xxl: 45, xxxl: 60 };
|
|
6287
6287
|
var Y2;
|
|
6288
|
-
const j0 =
|
|
6288
|
+
const j0 = G({ render: function() {
|
|
6289
6289
|
var e = this, r = e.$createElement, t = e._self._c || r;
|
|
6290
6290
|
return t("div", { staticClass: "bimdata-table" }, [t("div", { staticClass: "bimdata-table__container", style: { height: e.paginated ? (e.perPage + 1) * e.rowHeight + "px" : void 0 } }, [t("table", { style: { width: e.tableWidth, tableLayout: e.tableLayout } }, [t("thead", [t("tr", { key: "head-row-0", style: { height: e.rowHeight + "px" } }, [e.selectable ? t("th", { staticClass: "cell-checkbox" }, [t("BIMDataCheckbox", { attrs: { disabled: e.rows.length === 0, modelValue: e.rows.length > 0 && e.selection.size === e.rows.length }, on: { "update:modelValue": e.toggleFullSelection } })], 1) : e._e(), e._v(" "), e._l(e.columns, function(i, o) {
|
|
6291
6291
|
return t("th", { key: "head-row-0-col-" + o, style: { width: i.width || "auto", textAlign: i.align || "left" } }, [e._v(`
|
|
@@ -6312,7 +6312,7 @@ const j0 = K({ render: function() {
|
|
|
6312
6312
|
} } }, [t("BIMDataIconChevron", { attrs: { size: "s" } })], 1)], 1) : e._e()]);
|
|
6313
6313
|
}, staticRenderFns: [] }, function(e) {
|
|
6314
6314
|
e && e("data-v-2b0e9988_0", { source: 'html[data-v-2b0e9988]{--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-table[data-v-2b0e9988]{width:100%;font-size:.9rem;background-color:var(--color-white)}.bimdata-table__container table[data-v-2b0e9988]{border-collapse:collapse;border-spacing:0}.bimdata-table__container table tbody tr[data-v-2b0e9988]:nth-child(odd){background-color:var(--color-silver-light)}.bimdata-table__container table td[data-v-2b0e9988],.bimdata-table__container table th[data-v-2b0e9988]{min-height:calc(var(--spacing-unit) * 2);padding:0 var(--spacing-unit)}.bimdata-table__container table td.cell-checkbox[data-v-2b0e9988]:deep(),.bimdata-table__container table th.cell-checkbox[data-v-2b0e9988]:deep(){width:42px}.bimdata-table__container table th[data-v-2b0e9988]{font-weight:700;color:var(--color-primary)}.bimdata-table__container table td[data-v-2b0e9988]{color:var(--color-granite)}.bimdata-table__container__placeholder[data-v-2b0e9988]{display:flex;justify-content:center;align-items:center;padding:var(--spacing-unit);font-size:1rem;font-weight:700;background-color:var(--color-silver-light)}.bimdata-table__page-nav[data-v-2b0e9988]{display:flex;justify-content:flex-end;align-items:center;padding:var(--spacing-unit)}.bimdata-table__page-nav__text[data-v-2b0e9988]{margin:0 var(--spacing-unit)}', map: void 0, media: void 0 });
|
|
6315
|
-
}, { components: { BIMDataButton: T0, BIMDataCheckbox: z0, BIMDataIconChevron:
|
|
6315
|
+
}, { components: { BIMDataButton: T0, BIMDataCheckbox: z0, BIMDataIconChevron: G({ render: function() {
|
|
6316
6316
|
var e = this, r = e.$createElement, t = e._self._c || r;
|
|
6317
6317
|
return t("svg", { class: e.classes, style: e.style, attrs: { xmlns: "http://www.w3.org/2000/svg", preserveAspectRatio: "xMidYMid meet", viewBox: "0 0 24 24", width: "100%", fill: e.fillColor, color: e.color } }, [t("Chevron")], 1);
|
|
6318
6318
|
}, staticRenderFns: [] }, function(e) {
|
|
@@ -6324,7 +6324,7 @@ const j0 = K({ render: function() {
|
|
|
6324
6324
|
return { width: `${e}px`, minWidth: `${e}px`, height: `${e}px`, minHeight: `${e}px`, margin: `${this.margin}`, transform: `rotate(${this.rotate}deg)` };
|
|
6325
6325
|
} }, methods: { getPixelSize() {
|
|
6326
6326
|
return this.customSize ? this.customSize : K2[this.size];
|
|
6327
|
-
} } }, "data-v-20c38c94", !1, void 0, !1,
|
|
6327
|
+
} } }, "data-v-20c38c94", !1, void 0, !1, i1, void 0, void 0) }, props: { columns: { type: Array, required: !0 }, rows: { type: Array, required: !0 }, rowHeight: { type: Number, default: 50 }, selectable: { type: Boolean, default: !1 }, paginated: { type: Boolean, default: !1 }, perPage: { type: Number, default: 10 }, placeholder: { type: String, default: "" }, tableWidth: { type: String, default: "100%" }, tableLayout: { type: String, default: "auto" } }, emits: ["selection-changed", "row-selected", "row-unselected", "all-selected", "all-unselected"], data: () => ({ displayedRows: [], pageIndex: 0, pageStartIndex: 1, pageEndIndex: 1, selection: /* @__PURE__ */ new Map(), selectionRefs: [], oldSelectionRefs: [], fullSelectionRef: !1 }), watch: { rows: { immediate: !0, handler(e) {
|
|
6328
6328
|
this.selection = /* @__PURE__ */ new Map(), this.buildSelectionRefs(e, !1), this.setPagination();
|
|
6329
6329
|
} }, paginated: { immediate: !0, handler() {
|
|
6330
6330
|
this.setPagination();
|
|
@@ -6359,7 +6359,7 @@ const j0 = K({ render: function() {
|
|
|
6359
6359
|
this.displayedRows = e.slice(r, t), this.pageStartIndex = r + 1, this.pageEndIndex = Math.min(t, this.$props.rows.length);
|
|
6360
6360
|
} else
|
|
6361
6361
|
this.displayedRows = e;
|
|
6362
|
-
} } }, "data-v-2b0e9988", !1, void 0, !1,
|
|
6362
|
+
} } }, "data-v-2b0e9988", !1, void 0, !1, i1, void 0, void 0);
|
|
6363
6363
|
var N0 = function() {
|
|
6364
6364
|
var e = this, r = e.$createElement, t = e._self._c || r;
|
|
6365
6365
|
return t("div", {
|
|
@@ -6385,7 +6385,7 @@ var N0 = function() {
|
|
|
6385
6385
|
}, A0 = [];
|
|
6386
6386
|
const U0 = {
|
|
6387
6387
|
components: {
|
|
6388
|
-
BIMDataButton:
|
|
6388
|
+
BIMDataButton: F
|
|
6389
6389
|
},
|
|
6390
6390
|
props: {
|
|
6391
6391
|
topic: {
|
|
@@ -6440,8 +6440,8 @@ const Y0 = {
|
|
|
6440
6440
|
},
|
|
6441
6441
|
setup(e) {
|
|
6442
6442
|
return {
|
|
6443
|
-
priorityColor:
|
|
6444
|
-
() =>
|
|
6443
|
+
priorityColor: y(
|
|
6444
|
+
() => A(e.topic, e.detailedExtensions)
|
|
6445
6445
|
)
|
|
6446
6446
|
};
|
|
6447
6447
|
}
|
|
@@ -6485,8 +6485,8 @@ const i3 = {
|
|
|
6485
6485
|
},
|
|
6486
6486
|
setup(e) {
|
|
6487
6487
|
return {
|
|
6488
|
-
priorityColor:
|
|
6489
|
-
() =>
|
|
6488
|
+
priorityColor: y(
|
|
6489
|
+
() => A(e.topic, e.detailedExtensions)
|
|
6490
6490
|
)
|
|
6491
6491
|
};
|
|
6492
6492
|
}
|
|
@@ -6531,10 +6531,10 @@ const s3 = {
|
|
|
6531
6531
|
},
|
|
6532
6532
|
setup(e) {
|
|
6533
6533
|
return {
|
|
6534
|
-
statusColor:
|
|
6535
|
-
() =>
|
|
6534
|
+
statusColor: y(
|
|
6535
|
+
() => A1(e.topic, e.detailedExtensions)
|
|
6536
6536
|
),
|
|
6537
|
-
adjustTextColor:
|
|
6537
|
+
adjustTextColor: a1
|
|
6538
6538
|
};
|
|
6539
6539
|
}
|
|
6540
6540
|
}, te = {};
|
|
@@ -6666,7 +6666,7 @@ const p3 = {
|
|
|
6666
6666
|
BcfTopicPriorityCell: o3,
|
|
6667
6667
|
BcfTopicStatusCell: f3,
|
|
6668
6668
|
BIMDataTable: j0,
|
|
6669
|
-
BIMDataTextbox:
|
|
6669
|
+
BIMDataTextbox: Y,
|
|
6670
6670
|
BIMDataTooltip: pe,
|
|
6671
6671
|
UserAvatar: he
|
|
6672
6672
|
},
|
|
@@ -6696,10 +6696,10 @@ const p3 = {
|
|
|
6696
6696
|
],
|
|
6697
6697
|
setup(e) {
|
|
6698
6698
|
return {
|
|
6699
|
-
displayedColumns:
|
|
6699
|
+
displayedColumns: y(
|
|
6700
6700
|
() => e.columns && e.columns.length > 0 ? W2.filter((t) => e.columns.includes(t.id)) : W2
|
|
6701
6701
|
),
|
|
6702
|
-
deserialize:
|
|
6702
|
+
deserialize: S1
|
|
6703
6703
|
};
|
|
6704
6704
|
}
|
|
6705
6705
|
}, re = {};
|
|
@@ -6741,13 +6741,14 @@ export {
|
|
|
6741
6741
|
x3 as components,
|
|
6742
6742
|
m3 as config,
|
|
6743
6743
|
L3 as createService,
|
|
6744
|
-
|
|
6745
|
-
|
|
6744
|
+
A as getPriorityColor,
|
|
6745
|
+
A1 as getStatusColor,
|
|
6746
6746
|
Ie as getViewpointConfig,
|
|
6747
6747
|
M3 as getViewpointModels,
|
|
6748
6748
|
Se as getViewpointType,
|
|
6749
6749
|
H3 as setService,
|
|
6750
6750
|
Ee as useBcfFilter,
|
|
6751
6751
|
V3 as useBcfSearch,
|
|
6752
|
-
y3 as useBcfSort
|
|
6752
|
+
y3 as useBcfSort,
|
|
6753
|
+
K as useService
|
|
6753
6754
|
};
|