@bimdata/bcf-components 3.0.0-rc.8 → 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 +374 -379
- package/dist/vue2/style.css +1 -1
- package/dist/vue3/bcf-components.mjs +561 -566
- package/dist/vue3/style.css +1 -1
- package/package.json +3 -3
|
@@ -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:
|
|
62
|
+
VIEWPOINT_CONFIG: j1,
|
|
63
63
|
VIEWPOINT_MODELS_FIELD: P1,
|
|
64
|
-
VIEWPOINT_TYPES:
|
|
65
|
-
VIEWPOINT_TYPE_FIELD:
|
|
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
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 };
|
|
@@ -714,7 +714,7 @@ function ze(e, r, t, i, o, s, n, l, u, p) {
|
|
|
714
714
|
return t;
|
|
715
715
|
}
|
|
716
716
|
const Oe = typeof navigator < "u" && /msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());
|
|
717
|
-
function
|
|
717
|
+
function Pe(e) {
|
|
718
718
|
return (r, t) => function(i, o) {
|
|
719
719
|
const s = Oe ? o.media || "default" : i, n = i2[s] || (i2[s] = { ids: /* @__PURE__ */ new Set(), styles: [] });
|
|
720
720
|
if (!n.ids.has(i)) {
|
|
@@ -722,7 +722,7 @@ function je(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,15 +732,15 @@ function je(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);
|
|
740
740
|
} } }, [e._t("default")], 2);
|
|
741
741
|
}, staticRenderFns: [] }, function(e) {
|
|
742
742
|
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 }));
|
|
743
|
-
}, Te, "data-v-7af18892", !1, void 0, !1,
|
|
743
|
+
}, Te, "data-v-7af18892", !1, void 0, !1, Pe, void 0, void 0);
|
|
744
744
|
function C(e, r, t, i, o, s, n, l, u, p) {
|
|
745
745
|
typeof n != "boolean" && (u = l, l = n, n = !1);
|
|
746
746
|
const d = typeof t == "function" ? t.options : t;
|
|
@@ -1209,11 +1209,11 @@ var n2 = { addFile: C({ render: function() {
|
|
|
1209
1209
|
}, staticRenderFns: [] }, void 0, {}, void 0, !1, void 0, !1, void 0, void 0, void 0), viewer3dPolychrome: C({ render: function() {
|
|
1210
1210
|
var e = this, r = e.$createElement, t = e._self._c || r;
|
|
1211
1211
|
return t("g", [t("path", { staticClass: "fill-primary", attrs: { d: "M0 6.13333L10.7333 10.4896V23L0 18.6437V6.13333Z" } }), e._v(" "), t("path", { staticClass: "fill-primary", attrs: { d: "M23 6.13333L12.2667 10.4896V23L23 18.6437V6.13333Z" } }), e._v(" "), t("path", { staticClass: "fill-secondary", attrs: { d: "M11.4437 0L1.53333 4.4386L11.4437 8.43333L21.4667 4.21667L11.4437 0Z" } })]);
|
|
1212
|
-
}, staticRenderFns: [] }, void 0, {}, void 0, !1, void 0, !1, void 0, void 0, void 0) },
|
|
1212
|
+
}, staticRenderFns: [] }, void 0, {}, void 0, !1, void 0, !1, void 0, void 0, void 0) }, je = Object.freeze(["black", "default", "granite", "granite-light", "high", "primary", "secondary", "success", "silver", "silver-light", "silver-dark", "warning", "white"]);
|
|
1213
1213
|
const a2 = { xxxs: 10, xxs: 13, xs: 16, s: 18, m: 22, l: 28, xl: 36, xxl: 45, xxxl: 60 };
|
|
1214
1214
|
var Ne = { name: "BIMDataIcon", components: { ...function(e = {}) {
|
|
1215
1215
|
return Object.entries(e).reduce((r, [t, i]) => ({ ...r, [`bimdata-icon-${t}`]: i }), {});
|
|
1216
|
-
}(n2) }, props: { name: { type: String, required: !0, validator: (e) => Object.keys(n2).includes(e) }, color: { type: String, default: "default", validator: (e) =>
|
|
1216
|
+
}(n2) }, props: { name: { type: String, required: !0, validator: (e) => Object.keys(n2).includes(e) }, color: { type: String, default: "default", validator: (e) => je.includes(e) }, fillColor: { type: String, default: "currentColor" }, fill: { type: Boolean, default: !1 }, stroke: { type: Boolean, default: !1 }, size: { type: String, default: "s", validator: (e) => Object.keys(a2).includes(e) }, customSize: { type: [Number, String], default: null }, rotate: { type: Number, default: 0 }, margin: { type: String, default: "0px" } }, computed: { classes() {
|
|
1217
1217
|
return { "icon-fill": this.fill, "icon-stroke": this.stroke, [`icon-fill--${this.color}`]: this.fill && this.color, [`icon-stroke--${this.color}`]: this.stroke && this.color };
|
|
1218
1218
|
}, style() {
|
|
1219
1219
|
const e = this.getPixelSize(this.size);
|
|
@@ -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 }
|
|
@@ -2177,7 +2177,6 @@ var m5 = function() {
|
|
|
2177
2177
|
return t("SettingCardItem", {
|
|
2178
2178
|
key: i.id,
|
|
2179
2179
|
attrs: {
|
|
2180
|
-
project: e.project,
|
|
2181
2180
|
extensionType: e.extensionType,
|
|
2182
2181
|
extension: i
|
|
2183
2182
|
},
|
|
@@ -2194,16 +2193,12 @@ var m5 = function() {
|
|
|
2194
2193
|
}, L5 = [];
|
|
2195
2194
|
const H5 = {
|
|
2196
2195
|
components: {
|
|
2197
|
-
BIMDataButton:
|
|
2198
|
-
BIMDataIcon:
|
|
2199
|
-
BIMDataInput:
|
|
2196
|
+
BIMDataButton: F,
|
|
2197
|
+
BIMDataIcon: E,
|
|
2198
|
+
BIMDataInput: o1,
|
|
2200
2199
|
SettingCardItem: b5
|
|
2201
2200
|
},
|
|
2202
2201
|
props: {
|
|
2203
|
-
project: {
|
|
2204
|
-
type: Object,
|
|
2205
|
-
required: !0
|
|
2206
|
-
},
|
|
2207
2202
|
detailedExtensions: {
|
|
2208
2203
|
type: Object,
|
|
2209
2204
|
required: !0
|
|
@@ -2219,7 +2214,7 @@ const H5 = {
|
|
|
2219
2214
|
"delete-extension"
|
|
2220
2215
|
],
|
|
2221
2216
|
setup(e, { emit: r }) {
|
|
2222
|
-
const t =
|
|
2217
|
+
const t = y(
|
|
2223
2218
|
() => ce(e.extensionType, e.detailedExtensions)
|
|
2224
2219
|
), i = b(null), o = b(""), s = b(!1), n = () => s.value = !1, l = () => s.value = !s.value, u = b(!1), p = () => {
|
|
2225
2220
|
o.value = "", u.value = !1;
|
|
@@ -2232,7 +2227,6 @@ const H5 = {
|
|
|
2232
2227
|
name: o,
|
|
2233
2228
|
addExtension: async () => {
|
|
2234
2229
|
r("create-extension", {
|
|
2235
|
-
project: e.project,
|
|
2236
2230
|
extensionType: e.extensionType,
|
|
2237
2231
|
data: { value: o.value }
|
|
2238
2232
|
}), p();
|
|
@@ -2252,7 +2246,7 @@ var V5 = /* @__PURE__ */ Z(
|
|
|
2252
2246
|
L5,
|
|
2253
2247
|
!1,
|
|
2254
2248
|
y5,
|
|
2255
|
-
"
|
|
2249
|
+
"0fdda27e",
|
|
2256
2250
|
null,
|
|
2257
2251
|
null
|
|
2258
2252
|
);
|
|
@@ -2325,8 +2319,8 @@ var x5 = function() {
|
|
|
2325
2319
|
}, Z5 = [];
|
|
2326
2320
|
const w5 = {
|
|
2327
2321
|
components: {
|
|
2328
|
-
BIMDataButton:
|
|
2329
|
-
BIMDataIcon:
|
|
2322
|
+
BIMDataButton: F,
|
|
2323
|
+
BIMDataIcon: E,
|
|
2330
2324
|
SettingCard: M5
|
|
2331
2325
|
},
|
|
2332
2326
|
props: {
|
|
@@ -2354,7 +2348,7 @@ const w5 = {
|
|
|
2354
2348
|
"extension-deleted"
|
|
2355
2349
|
],
|
|
2356
2350
|
setup(e, { emit: r }) {
|
|
2357
|
-
const t =
|
|
2351
|
+
const t = K();
|
|
2358
2352
|
return {
|
|
2359
2353
|
EXTENSION_TYPES: ie,
|
|
2360
2354
|
createExtension: async (n) => {
|
|
@@ -2406,7 +2400,7 @@ var B5 = Object.freeze(["default", "primary", "secondary", "high", "success", "g
|
|
|
2406
2400
|
}, style() {
|
|
2407
2401
|
return { "min-width": `${this.width}`, "min-height": `${this.height}` };
|
|
2408
2402
|
} } };
|
|
2409
|
-
function
|
|
2403
|
+
function I(e, r, t, i, o, s, n, l, u, p) {
|
|
2410
2404
|
typeof n != "boolean" && (u = l, l = n, n = !1);
|
|
2411
2405
|
const d = typeof t == "function" ? t.options : t;
|
|
2412
2406
|
let c;
|
|
@@ -2437,7 +2431,7 @@ function z(e) {
|
|
|
2437
2431
|
let l = o.source;
|
|
2438
2432
|
if (o.map && (l += `
|
|
2439
2433
|
/*# sourceURL=` + o.map.sources[0] + " */", l += `
|
|
2440
|
-
/*# 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)
|
|
2441
2435
|
n.styles.push(l), n.element.styleSheet.cssText = n.styles.filter(Boolean).join(`
|
|
2442
2436
|
`);
|
|
2443
2437
|
else {
|
|
@@ -2447,15 +2441,15 @@ function z(e) {
|
|
|
2447
2441
|
}
|
|
2448
2442
|
}(r, t);
|
|
2449
2443
|
}
|
|
2450
|
-
let
|
|
2451
|
-
const b2 = {}, m2 =
|
|
2444
|
+
let C1;
|
|
2445
|
+
const b2 = {}, m2 = I({ render: function() {
|
|
2452
2446
|
var e = this, r = e.$createElement;
|
|
2453
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) {
|
|
2454
2448
|
return e.$emit("click", t);
|
|
2455
2449
|
} } }, [e._t("default")], 2);
|
|
2456
2450
|
}, staticRenderFns: [] }, function(e) {
|
|
2457
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 }));
|
|
2458
|
-
}, 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() {
|
|
2459
2453
|
var e = this.$createElement;
|
|
2460
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" } });
|
|
2461
2455
|
}, staticRenderFns: [] }, void 0, {}, void 0, !1, void 0, !1, void 0, void 0, void 0);
|
|
@@ -2469,7 +2463,7 @@ var H2 = (e, r) => ({ name: `BIMDataIcon${e}`, components: { [e]: r }, props: {
|
|
|
2469
2463
|
} }, methods: { getPixelSize() {
|
|
2470
2464
|
return this.customSize ? this.customSize : L2[this.size];
|
|
2471
2465
|
} } });
|
|
2472
|
-
const D5 =
|
|
2466
|
+
const D5 = I({ render: function() {
|
|
2473
2467
|
var e = this, r = e.$createElement, t = e._self._c || r;
|
|
2474
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) {
|
|
2475
2469
|
return t("li", { key: e.elementKey ? i[e.elementKey] : i, on: { click: function(o) {
|
|
@@ -2482,7 +2476,7 @@ const D5 = D({ render: function() {
|
|
|
2482
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);
|
|
2483
2477
|
}, staticRenderFns: [] }, function(e) {
|
|
2484
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 }));
|
|
2485
|
-
}, { components: { BIMDataPagination:
|
|
2479
|
+
}, { components: { BIMDataPagination: I({ render: function() {
|
|
2486
2480
|
var e = this, r = e.$createElement, t = e._self._c || r;
|
|
2487
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) {
|
|
2488
2482
|
return e.firstPage();
|
|
@@ -2501,7 +2495,7 @@ const D5 = D({ render: function() {
|
|
|
2501
2495
|
`)])], 1)]);
|
|
2502
2496
|
}, staticRenderFns: [] }, function(e) {
|
|
2503
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 }));
|
|
2504
|
-
}, { components: { BIMDataNavigation:
|
|
2498
|
+
}, { components: { BIMDataNavigation: I({ render: function() {
|
|
2505
2499
|
var e = this, r = e.$createElement, t = e._self._c || r;
|
|
2506
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) {
|
|
2507
2501
|
return e.$emit("first");
|
|
@@ -2514,17 +2508,17 @@ const D5 = D({ render: function() {
|
|
|
2514
2508
|
} } }, [t("BIMDataIconDoubleChevron", { attrs: { size: "xxxs" } })], 1)], 1) : e._e(), e._v(" "), t("li", { staticClass: "bimdata-navigation__right" }, [e._t("right")], 2)]);
|
|
2515
2509
|
}, staticRenderFns: [] }, function(e) {
|
|
2516
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 }));
|
|
2517
|
-
}, { components: { BIMDataIconChevron:
|
|
2511
|
+
}, { components: { BIMDataIconChevron: I({ render: function() {
|
|
2518
2512
|
var e = this, r = e.$createElement, t = e._self._c || r;
|
|
2519
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);
|
|
2520
2514
|
}, staticRenderFns: [] }, function(e) {
|
|
2521
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 }));
|
|
2522
|
-
}, 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() {
|
|
2523
2517
|
var e = this, r = e.$createElement, t = e._self._c || r;
|
|
2524
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);
|
|
2525
2519
|
}, staticRenderFns: [] }, function(e) {
|
|
2526
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 }));
|
|
2527
|
-
}, H2("DoubleChevron",
|
|
2521
|
+
}, H2("DoubleChevron", I({ render: function() {
|
|
2528
2522
|
var e = this.$createElement;
|
|
2529
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" } });
|
|
2530
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() {
|
|
@@ -2543,7 +2537,7 @@ const D5 = D({ render: function() {
|
|
|
2543
2537
|
this.$emit("pagechanged", this.currentPage + 1);
|
|
2544
2538
|
}, lastPage() {
|
|
2545
2539
|
this.$emit("pagechanged", this.totalPages);
|
|
2546
|
-
} } }, "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() {
|
|
2547
2541
|
var e = this, r = e.$createElement, t = e._self._c || r;
|
|
2548
2542
|
return t("div", { staticClass: "bimdata-spinner" }, [t("div", { staticClass: "bimdata-spinner--square", style: e.getStyle() })]);
|
|
2549
2543
|
}, staticRenderFns: [] }, function(e) {
|
|
@@ -2610,7 +2604,7 @@ function z5(e, r, t, i, o, s, n, l, u, p) {
|
|
|
2610
2604
|
return t;
|
|
2611
2605
|
}
|
|
2612
2606
|
const O5 = typeof navigator < "u" && /msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());
|
|
2613
|
-
function
|
|
2607
|
+
function P5(e) {
|
|
2614
2608
|
return (r, t) => function(i, o) {
|
|
2615
2609
|
const s = O5 ? o.media || "default" : i, n = V2[s] || (V2[s] = { ids: /* @__PURE__ */ new Set(), styles: [] });
|
|
2616
2610
|
if (!n.ids.has(i)) {
|
|
@@ -2618,7 +2612,7 @@ function j5(e) {
|
|
|
2618
2612
|
let l = o.source;
|
|
2619
2613
|
if (o.map && (l += `
|
|
2620
2614
|
/*# sourceURL=` + o.map.sources[0] + " */", l += `
|
|
2621
|
-
/*# 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)
|
|
2622
2616
|
n.styles.push(l), n.element.styleSheet.cssText = n.styles.filter(Boolean).join(`
|
|
2623
2617
|
`);
|
|
2624
2618
|
else {
|
|
@@ -2628,15 +2622,15 @@ function j5(e) {
|
|
|
2628
2622
|
}
|
|
2629
2623
|
}(r, t);
|
|
2630
2624
|
}
|
|
2631
|
-
let
|
|
2632
|
-
const V2 = {},
|
|
2625
|
+
let p1;
|
|
2626
|
+
const V2 = {}, j5 = z5({ render: function() {
|
|
2633
2627
|
var e = this, r = e.$createElement, t = e._self._c || r;
|
|
2634
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) {
|
|
2635
2629
|
return t("g", { key: o }, [i.percentage > 0 ? t("path", { staticClass: "path", attrs: { d: e.getPath(i), "stroke-width": e.barStrokeWidth, stroke: i.color, fill: "none" } }) : e._e()]);
|
|
2636
2630
|
})], 2)]);
|
|
2637
2631
|
}, staticRenderFns: [] }, function(e) {
|
|
2638
2632
|
e && e("data-v-1694cb3a_0", { source: ".bimdata-simple-pie-chart[data-v-1694cb3a]{position:relative}.bimdata-simple-pie-chart .path[data-v-1694cb3a]{stroke-dasharray:1000;stroke-dashoffset:1000;animation:dash-data-v-1694cb3a var(--graph-draw-time,2s) ease-in forwards}@keyframes dash-data-v-1694cb3a{to{stroke-dashoffset:0}}", map: void 0, media: void 0 });
|
|
2639
|
-
}, T5, "data-v-1694cb3a", !1, void 0, !1,
|
|
2633
|
+
}, T5, "data-v-1694cb3a", !1, void 0, !1, P5, void 0, void 0);
|
|
2640
2634
|
var N5 = function() {
|
|
2641
2635
|
var e = this, r = e.$createElement, t = e._self._c || r;
|
|
2642
2636
|
return t("div", {
|
|
@@ -2689,7 +2683,7 @@ var N5 = function() {
|
|
|
2689
2683
|
const U5 = {
|
|
2690
2684
|
components: {
|
|
2691
2685
|
BIMDataPaginatedList: D5,
|
|
2692
|
-
BIMDataSimplePieChart:
|
|
2686
|
+
BIMDataSimplePieChart: j5
|
|
2693
2687
|
},
|
|
2694
2688
|
props: {
|
|
2695
2689
|
detailedExtensions: {
|
|
@@ -2706,16 +2700,16 @@ const U5 = {
|
|
|
2706
2700
|
},
|
|
2707
2701
|
setup(e) {
|
|
2708
2702
|
return {
|
|
2709
|
-
chartData:
|
|
2703
|
+
chartData: y(() => {
|
|
2710
2704
|
if (e.topics.length === 0)
|
|
2711
2705
|
return [];
|
|
2712
|
-
const t =
|
|
2706
|
+
const t = j(e.extensionType), i = ce(e.extensionType, e.detailedExtensions);
|
|
2713
2707
|
return i.push({ [t]: void 0 }), i.map((o) => {
|
|
2714
2708
|
var n;
|
|
2715
2709
|
const s = e.topics.filter((l) => l[t] === o[t]).length;
|
|
2716
2710
|
return {
|
|
2717
2711
|
label: o[t],
|
|
2718
|
-
color: `#${(n = o.color) != null ? n :
|
|
2712
|
+
color: `#${(n = o.color) != null ? n : z1}`,
|
|
2719
2713
|
count: s,
|
|
2720
2714
|
percentage: s * 100 / e.topics.length
|
|
2721
2715
|
};
|
|
@@ -2782,7 +2776,7 @@ function J5(e) {
|
|
|
2782
2776
|
let l = o.source;
|
|
2783
2777
|
if (o.map && (l += `
|
|
2784
2778
|
/*# sourceURL=` + o.map.sources[0] + " */", l += `
|
|
2785
|
-
/*# 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)
|
|
2786
2780
|
n.styles.push(l), n.element.styleSheet.cssText = n.styles.filter(Boolean).join(`
|
|
2787
2781
|
`);
|
|
2788
2782
|
else {
|
|
@@ -2792,8 +2786,8 @@ function J5(e) {
|
|
|
2792
2786
|
}
|
|
2793
2787
|
}(r, t);
|
|
2794
2788
|
}
|
|
2795
|
-
let
|
|
2796
|
-
const M2 = {},
|
|
2789
|
+
let h1;
|
|
2790
|
+
const M2 = {}, Y = K5({ render: function() {
|
|
2797
2791
|
var e = this, r = e.$createElement, t = e._self._c || r;
|
|
2798
2792
|
return t("div", { ref: "textBox", staticClass: "bimdata-textbox", style: { width: e.width, minWidth: e.minWidth, maxWidth: e.maxWidth }, on: { mouseenter: function(i) {
|
|
2799
2793
|
e.showTooltip = !0;
|
|
@@ -2927,7 +2921,7 @@ function i4(e) {
|
|
|
2927
2921
|
for (let r in x2)
|
|
2928
2922
|
this[r] = x2[r];
|
|
2929
2923
|
}
|
|
2930
|
-
const
|
|
2924
|
+
const q1 = /* @__PURE__ */ function() {
|
|
2931
2925
|
return r4.exports;
|
|
2932
2926
|
}();
|
|
2933
2927
|
var n4 = function() {
|
|
@@ -3015,10 +3009,10 @@ var n4 = function() {
|
|
|
3015
3009
|
}, a4 = [];
|
|
3016
3010
|
const o4 = {
|
|
3017
3011
|
components: {
|
|
3018
|
-
BcfTopicDefaultImage:
|
|
3019
|
-
BIMDataButton:
|
|
3020
|
-
BIMDataIcon:
|
|
3021
|
-
BIMDataTextbox:
|
|
3012
|
+
BcfTopicDefaultImage: q1,
|
|
3013
|
+
BIMDataButton: F,
|
|
3014
|
+
BIMDataIcon: E,
|
|
3015
|
+
BIMDataTextbox: Y
|
|
3022
3016
|
},
|
|
3023
3017
|
props: {
|
|
3024
3018
|
detailedExtensions: {
|
|
@@ -3034,13 +3028,13 @@ const o4 = {
|
|
|
3034
3028
|
"open-topic"
|
|
3035
3029
|
],
|
|
3036
3030
|
setup(e, { emit: r }) {
|
|
3037
|
-
const t =
|
|
3031
|
+
const t = y(() => e.topic.viewpoints.filter(
|
|
3038
3032
|
(n) => Boolean(n.snapshot)
|
|
3039
|
-
)), i =
|
|
3040
|
-
() =>
|
|
3041
|
-
), o =
|
|
3042
|
-
() =>
|
|
3043
|
-
), s =
|
|
3033
|
+
)), i = y(
|
|
3034
|
+
() => A(e.topic, e.detailedExtensions)
|
|
3035
|
+
), o = y(
|
|
3036
|
+
() => A1(e.topic, e.detailedExtensions)
|
|
3037
|
+
), s = y(() => {
|
|
3044
3038
|
var l, u;
|
|
3045
3039
|
const n = (u = (l = e.topic.viewpoints) == null ? void 0 : l[0]) == null ? void 0 : u.components;
|
|
3046
3040
|
return (n == null ? void 0 : n.selection) || [];
|
|
@@ -3050,7 +3044,7 @@ const o4 = {
|
|
|
3050
3044
|
statusColor: o,
|
|
3051
3045
|
topicObjects: s,
|
|
3052
3046
|
viewpointsWithSnapshot: t,
|
|
3053
|
-
adjustTextColor:
|
|
3047
|
+
adjustTextColor: a1
|
|
3054
3048
|
};
|
|
3055
3049
|
}
|
|
3056
3050
|
}, Z2 = {};
|
|
@@ -3189,8 +3183,8 @@ var h4 = function() {
|
|
|
3189
3183
|
const _4 = {
|
|
3190
3184
|
components: {
|
|
3191
3185
|
BcfTopicCreationCardImage: p4,
|
|
3192
|
-
BIMDataButton:
|
|
3193
|
-
BIMDataIcon:
|
|
3186
|
+
BIMDataButton: F,
|
|
3187
|
+
BIMDataIcon: E
|
|
3194
3188
|
},
|
|
3195
3189
|
emits: ["create-topic"]
|
|
3196
3190
|
}, k2 = {};
|
|
@@ -3256,7 +3250,7 @@ function y4(e) {
|
|
|
3256
3250
|
let l = o.source;
|
|
3257
3251
|
if (o.map && (l += `
|
|
3258
3252
|
/*# sourceURL=` + o.map.sources[0] + " */", l += `
|
|
3259
|
-
/*# 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)
|
|
3260
3254
|
n.styles.push(l), n.element.styleSheet.cssText = n.styles.filter(Boolean).join(`
|
|
3261
3255
|
`);
|
|
3262
3256
|
else {
|
|
@@ -3266,8 +3260,8 @@ function y4(e) {
|
|
|
3266
3260
|
}
|
|
3267
3261
|
}(r, t);
|
|
3268
3262
|
}
|
|
3269
|
-
let
|
|
3270
|
-
const $2 = {},
|
|
3263
|
+
let g1;
|
|
3264
|
+
const $2 = {}, d1 = ve({ render: function() {
|
|
3271
3265
|
var e = this, r = e.$createElement, t = e._self._c || r;
|
|
3272
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);
|
|
3273
3267
|
}, staticRenderFns: [] }, function(e) {
|
|
@@ -3762,7 +3756,7 @@ function E2(e) {
|
|
|
3762
3756
|
let l = o.source;
|
|
3763
3757
|
if (o.map && (l += `
|
|
3764
3758
|
/*# sourceURL=` + o.map.sources[0] + " */", l += `
|
|
3765
|
-
/*# 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)
|
|
3766
3760
|
n.styles.push(l), n.element.styleSheet.cssText = n.styles.filter(Boolean).join(`
|
|
3767
3761
|
`);
|
|
3768
3762
|
else {
|
|
@@ -3772,7 +3766,7 @@ function E2(e) {
|
|
|
3772
3766
|
}
|
|
3773
3767
|
}(r, t);
|
|
3774
3768
|
}
|
|
3775
|
-
let
|
|
3769
|
+
let _1;
|
|
3776
3770
|
const R2 = {}, Ce = v({ render: function() {
|
|
3777
3771
|
var e = this, r = e.$createElement, t = e._self._c || r;
|
|
3778
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)])]);
|
|
@@ -3831,7 +3825,7 @@ function F4(e) {
|
|
|
3831
3825
|
let l = o.source;
|
|
3832
3826
|
if (o.map && (l += `
|
|
3833
3827
|
/*# sourceURL=` + o.map.sources[0] + " */", l += `
|
|
3834
|
-
/*# 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)
|
|
3835
3829
|
n.styles.push(l), n.element.styleSheet.cssText = n.styles.filter(Boolean).join(`
|
|
3836
3830
|
`);
|
|
3837
3831
|
else {
|
|
@@ -3841,8 +3835,8 @@ function F4(e) {
|
|
|
3841
3835
|
}
|
|
3842
3836
|
}(r, t);
|
|
3843
3837
|
}
|
|
3844
|
-
let
|
|
3845
|
-
const S2 = {},
|
|
3838
|
+
let b1;
|
|
3839
|
+
const S2 = {}, X1 = k4({ render: function() {
|
|
3846
3840
|
var e = this, r = e.$createElement, t = e._self._c || r;
|
|
3847
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()]);
|
|
3848
3842
|
}, staticRenderFns: [] }, function(e) {
|
|
@@ -3886,7 +3880,7 @@ function S4(e) {
|
|
|
3886
3880
|
let l = o.source;
|
|
3887
3881
|
if (o.map && (l += `
|
|
3888
3882
|
/*# sourceURL=` + o.map.sources[0] + " */", l += `
|
|
3889
|
-
/*# 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)
|
|
3890
3884
|
n.styles.push(l), n.element.styleSheet.cssText = n.styles.filter(Boolean).join(`
|
|
3891
3885
|
`);
|
|
3892
3886
|
else {
|
|
@@ -3896,7 +3890,7 @@ function S4(e) {
|
|
|
3896
3890
|
}
|
|
3897
3891
|
}(r, t);
|
|
3898
3892
|
}
|
|
3899
|
-
let
|
|
3893
|
+
let m1;
|
|
3900
3894
|
const I2 = {}, pe = E4({ render: function() {
|
|
3901
3895
|
var e = this, r = e.$createElement, t = e._self._c || r;
|
|
3902
3896
|
return t("div", { staticClass: "bimdata-tooltip" }, [t("div", { staticClass: "bimdata-tooltip__content", on: { mouseover: function(i) {
|
|
@@ -4012,8 +4006,8 @@ var I4 = function() {
|
|
|
4012
4006
|
}, D4 = [];
|
|
4013
4007
|
const T4 = {
|
|
4014
4008
|
components: {
|
|
4015
|
-
BIMDataButton:
|
|
4016
|
-
BIMDataIcon:
|
|
4009
|
+
BIMDataButton: F,
|
|
4010
|
+
BIMDataIcon: E
|
|
4017
4011
|
},
|
|
4018
4012
|
props: {
|
|
4019
4013
|
viewpoints: {
|
|
@@ -4061,10 +4055,10 @@ function O4(e) {
|
|
|
4061
4055
|
for (let r in D2)
|
|
4062
4056
|
this[r] = D2[r];
|
|
4063
4057
|
}
|
|
4064
|
-
const
|
|
4058
|
+
const P4 = /* @__PURE__ */ function() {
|
|
4065
4059
|
return z4.exports;
|
|
4066
4060
|
}();
|
|
4067
|
-
var
|
|
4061
|
+
var j4 = function() {
|
|
4068
4062
|
var e = this, r = e.$createElement, t = e._self._c || r;
|
|
4069
4063
|
return t("div", {
|
|
4070
4064
|
staticClass: "bcf-topic-snapshots"
|
|
@@ -4115,8 +4109,8 @@ var P4 = function() {
|
|
|
4115
4109
|
}, N4 = [];
|
|
4116
4110
|
const A4 = {
|
|
4117
4111
|
components: {
|
|
4118
|
-
BIMDataButton:
|
|
4119
|
-
BIMDataIcon:
|
|
4112
|
+
BIMDataButton: F,
|
|
4113
|
+
BIMDataIcon: E
|
|
4120
4114
|
},
|
|
4121
4115
|
props: {
|
|
4122
4116
|
viewpoints: {
|
|
@@ -4133,10 +4127,10 @@ const A4 = {
|
|
|
4133
4127
|
return {
|
|
4134
4128
|
createViewpoints: async () => {
|
|
4135
4129
|
Object.entries(t()).forEach(([s, n]) => {
|
|
4136
|
-
const [l, u] = Object.entries(
|
|
4130
|
+
const [l, u] = Object.entries(j1).find(([, p]) => p.plugin === s);
|
|
4137
4131
|
n.forEach(async (p) => {
|
|
4138
4132
|
const d = await p.getViewpoint(), { order: c } = u != null ? u : {};
|
|
4139
|
-
d.order = c, d[
|
|
4133
|
+
d.order = c, d[O1] = l, d[P1] = p.getLoadedModels().map((a) => a.id).join(","), r("add-viewpoint", d);
|
|
4140
4134
|
});
|
|
4141
4135
|
});
|
|
4142
4136
|
},
|
|
@@ -4148,7 +4142,7 @@ const A4 = {
|
|
|
4148
4142
|
}, T2 = {};
|
|
4149
4143
|
var U4 = /* @__PURE__ */ Z(
|
|
4150
4144
|
A4,
|
|
4151
|
-
|
|
4145
|
+
j4,
|
|
4152
4146
|
N4,
|
|
4153
4147
|
!1,
|
|
4154
4148
|
q4,
|
|
@@ -4471,16 +4465,16 @@ var W4 = function() {
|
|
|
4471
4465
|
}, G4 = [];
|
|
4472
4466
|
const K4 = {
|
|
4473
4467
|
components: {
|
|
4474
|
-
BcfTopicImages:
|
|
4468
|
+
BcfTopicImages: P4,
|
|
4475
4469
|
BcfTopicSnapshots: X4,
|
|
4476
|
-
BIMDataButton:
|
|
4477
|
-
BIMDataIcon:
|
|
4478
|
-
BIMDataInput:
|
|
4479
|
-
BIMDataLoading:
|
|
4470
|
+
BIMDataButton: F,
|
|
4471
|
+
BIMDataIcon: E,
|
|
4472
|
+
BIMDataInput: o1,
|
|
4473
|
+
BIMDataLoading: d1,
|
|
4480
4474
|
BIMDataSafeZoneModal: Ce,
|
|
4481
4475
|
BIMDataSelect: fe,
|
|
4482
|
-
BIMDataTextarea:
|
|
4483
|
-
BIMDataTextbox:
|
|
4476
|
+
BIMDataTextarea: X1,
|
|
4477
|
+
BIMDataTextbox: Y,
|
|
4484
4478
|
BIMDataTooltip: pe
|
|
4485
4479
|
},
|
|
4486
4480
|
props: {
|
|
@@ -4537,29 +4531,29 @@ const K4 = {
|
|
|
4537
4531
|
"topic-update-error"
|
|
4538
4532
|
],
|
|
4539
4533
|
setup(e, { emit: r }) {
|
|
4540
|
-
const t =
|
|
4534
|
+
const t = K(), i = y(
|
|
4541
4535
|
() => !e.topic
|
|
4542
|
-
), o =
|
|
4536
|
+
), o = y(
|
|
4543
4537
|
() => Math.max(0, ...e.topics.map((M) => M.index)) + 1
|
|
4544
|
-
), 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([]),
|
|
4545
|
-
() => h.value.concat(L.value).filter((M) => !
|
|
4546
|
-
),
|
|
4547
|
-
|
|
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(
|
|
4548
4542
|
() => e.topic,
|
|
4549
4543
|
(M) => {
|
|
4550
|
-
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 || []);
|
|
4551
4545
|
},
|
|
4552
4546
|
{ immediate: !0 }
|
|
4553
4547
|
);
|
|
4554
|
-
const
|
|
4555
|
-
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;
|
|
4556
4550
|
};
|
|
4557
4551
|
return {
|
|
4558
|
-
hasErrorDate:
|
|
4559
|
-
hasErrorTitle:
|
|
4552
|
+
hasErrorDate: x,
|
|
4553
|
+
hasErrorTitle: H,
|
|
4560
4554
|
isCreation: i,
|
|
4561
|
-
isOpenModal:
|
|
4562
|
-
loading:
|
|
4555
|
+
isOpenModal: m,
|
|
4556
|
+
loading: _,
|
|
4563
4557
|
nextIndex: o,
|
|
4564
4558
|
topicAssignedTo: d,
|
|
4565
4559
|
topicDescription: a,
|
|
@@ -4570,36 +4564,36 @@ const K4 = {
|
|
|
4570
4564
|
topicLabels: g,
|
|
4571
4565
|
topicTitle: s,
|
|
4572
4566
|
topicType: n,
|
|
4573
|
-
viewpointsToDisplay:
|
|
4567
|
+
viewpointsToDisplay: B,
|
|
4574
4568
|
addViewpoint: (M) => {
|
|
4575
4569
|
L.value.push(M);
|
|
4576
4570
|
},
|
|
4577
4571
|
delViewpoint: (M) => {
|
|
4578
4572
|
if (M.guid)
|
|
4579
|
-
|
|
4573
|
+
V.value.push(M);
|
|
4580
4574
|
else {
|
|
4581
|
-
let
|
|
4582
|
-
L.value.splice(
|
|
4575
|
+
let O = L.value.indexOf(M);
|
|
4576
|
+
L.value.splice(O, 1);
|
|
4583
4577
|
}
|
|
4584
4578
|
},
|
|
4585
4579
|
submit: async () => {
|
|
4586
|
-
var M,
|
|
4580
|
+
var M, O, G1;
|
|
4587
4581
|
if (!s.value) {
|
|
4588
|
-
|
|
4582
|
+
H.value = !0;
|
|
4589
4583
|
return;
|
|
4590
4584
|
}
|
|
4591
|
-
if (c.value && c.value !==
|
|
4592
|
-
|
|
4585
|
+
if (c.value && c.value !== S1((M = e.topic) == null ? void 0 : M.due_date) && !$e(c.value)) {
|
|
4586
|
+
x.value = !0;
|
|
4593
4587
|
return;
|
|
4594
4588
|
}
|
|
4595
4589
|
try {
|
|
4596
|
-
|
|
4590
|
+
_.value = !0, w.value = h.value.map(
|
|
4597
4591
|
($) => ({ ...$, snapshot: void 0 })
|
|
4598
|
-
),
|
|
4592
|
+
), w.value.length === 0 && L.value.sort(($, ge) => {
|
|
4599
4593
|
var K1, Y1;
|
|
4600
4594
|
return ((K1 = $.order) != null ? K1 : 1 / 0) - ((Y1 = ge.order) != null ? Y1 : 1 / 0);
|
|
4601
|
-
}), e.topicObjects && (
|
|
4602
|
-
...
|
|
4595
|
+
}), e.topicObjects && (w.value.length > 0 || L.value.length > 0 ? [
|
|
4596
|
+
...w.value,
|
|
4603
4597
|
...L.value
|
|
4604
4598
|
].forEach(($) => {
|
|
4605
4599
|
Object.assign($, e.topicObjects), $.components || ($.components = {}), $.components.selection || ($.components.selection = []), $.components.visibility || ($.components.visibility = {
|
|
@@ -4614,13 +4608,13 @@ const K4 = {
|
|
|
4614
4608
|
}) : L.value.push({
|
|
4615
4609
|
components: e.topicObjects
|
|
4616
4610
|
})), e.topicAnnotations && [
|
|
4617
|
-
...
|
|
4611
|
+
...w.value,
|
|
4618
4612
|
...L.value
|
|
4619
4613
|
].forEach(
|
|
4620
4614
|
($) => $.pins = e.topicAnnotations
|
|
4621
4615
|
);
|
|
4622
|
-
const
|
|
4623
|
-
guid: (
|
|
4616
|
+
const J = {
|
|
4617
|
+
guid: (O = e.topic) == null ? void 0 : O.guid,
|
|
4624
4618
|
models: ((G1 = e.topic) == null ? void 0 : G1.models) || e.topicModels,
|
|
4625
4619
|
title: s.value,
|
|
4626
4620
|
topic_type: n.value,
|
|
@@ -4628,25 +4622,25 @@ const K4 = {
|
|
|
4628
4622
|
topic_status: u.value,
|
|
4629
4623
|
stage: p.value,
|
|
4630
4624
|
assigned_to: d.value,
|
|
4631
|
-
due_date: c.value ?
|
|
4625
|
+
due_date: c.value ? W(c.value) : void 0,
|
|
4632
4626
|
description: a.value,
|
|
4633
4627
|
labels: g.value,
|
|
4634
|
-
viewpoints:
|
|
4628
|
+
viewpoints: w.value
|
|
4635
4629
|
};
|
|
4636
4630
|
let P;
|
|
4637
|
-
i.value ? P = await t.createTopic(e.project,
|
|
4631
|
+
i.value ? P = await t.createTopic(e.project, J) : P = await t.updateTopic(e.project, J), await Promise.all(
|
|
4638
4632
|
L.value.map(
|
|
4639
4633
|
($) => t.createViewpoint(e.project, P, $)
|
|
4640
4634
|
)
|
|
4641
4635
|
), await Promise.all(
|
|
4642
|
-
|
|
4636
|
+
V.value.map(
|
|
4643
4637
|
($) => t.deleteViewpoint(e.project, P, $)
|
|
4644
4638
|
)
|
|
4645
|
-
), i.value ? (r("topic-created", P),
|
|
4646
|
-
} catch (
|
|
4647
|
-
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);
|
|
4648
4642
|
} finally {
|
|
4649
|
-
|
|
4643
|
+
_.value = !1;
|
|
4650
4644
|
}
|
|
4651
4645
|
}
|
|
4652
4646
|
};
|
|
@@ -4712,7 +4706,7 @@ const r0 = {
|
|
|
4712
4706
|
},
|
|
4713
4707
|
setup(e) {
|
|
4714
4708
|
return {
|
|
4715
|
-
initials:
|
|
4709
|
+
initials: y(
|
|
4716
4710
|
() => `${e.user.firstname && e.user.firstname[0] || ""}${e.user.lastname && e.user.lastname[0] || ""}`.toUpperCase()
|
|
4717
4711
|
)
|
|
4718
4712
|
};
|
|
@@ -4931,11 +4925,11 @@ var a0 = function() {
|
|
|
4931
4925
|
}, o0 = [];
|
|
4932
4926
|
const d0 = {
|
|
4933
4927
|
components: {
|
|
4934
|
-
BIMDataButton:
|
|
4935
|
-
BIMDataIcon:
|
|
4936
|
-
BIMDataLoading:
|
|
4937
|
-
BIMDataTextarea:
|
|
4938
|
-
BIMDataTextbox:
|
|
4928
|
+
BIMDataButton: F,
|
|
4929
|
+
BIMDataIcon: E,
|
|
4930
|
+
BIMDataLoading: d1,
|
|
4931
|
+
BIMDataTextarea: X1,
|
|
4932
|
+
BIMDataTextbox: Y,
|
|
4939
4933
|
UserAvatar: he
|
|
4940
4934
|
},
|
|
4941
4935
|
props: {
|
|
@@ -4957,7 +4951,7 @@ const d0 = {
|
|
|
4957
4951
|
"comment-deleted"
|
|
4958
4952
|
],
|
|
4959
4953
|
setup(e, { emit: r }) {
|
|
4960
|
-
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 = () => {
|
|
4961
4955
|
u.value = !0, s();
|
|
4962
4956
|
}, d = () => {
|
|
4963
4957
|
u.value = !1, l.value = e.comment.comment;
|
|
@@ -5005,7 +4999,7 @@ const d0 = {
|
|
|
5005
4999
|
toggleMenu: n
|
|
5006
5000
|
};
|
|
5007
5001
|
}
|
|
5008
|
-
},
|
|
5002
|
+
}, P2 = {};
|
|
5009
5003
|
var l0 = /* @__PURE__ */ Z(
|
|
5010
5004
|
d0,
|
|
5011
5005
|
a0,
|
|
@@ -5017,8 +5011,8 @@ var l0 = /* @__PURE__ */ Z(
|
|
|
5017
5011
|
null
|
|
5018
5012
|
);
|
|
5019
5013
|
function s0(e) {
|
|
5020
|
-
for (let r in
|
|
5021
|
-
this[r] =
|
|
5014
|
+
for (let r in P2)
|
|
5015
|
+
this[r] = P2[r];
|
|
5022
5016
|
}
|
|
5023
5017
|
const c0 = /* @__PURE__ */ function() {
|
|
5024
5018
|
return l0.exports;
|
|
@@ -5109,9 +5103,9 @@ var u0 = function() {
|
|
|
5109
5103
|
}, f0 = [];
|
|
5110
5104
|
const v0 = {
|
|
5111
5105
|
components: {
|
|
5112
|
-
BIMDataButton:
|
|
5113
|
-
BIMDataLoading:
|
|
5114
|
-
BIMDataTextarea:
|
|
5106
|
+
BIMDataButton: F,
|
|
5107
|
+
BIMDataLoading: d1,
|
|
5108
|
+
BIMDataTextarea: X1,
|
|
5115
5109
|
TopicComment: c0
|
|
5116
5110
|
},
|
|
5117
5111
|
props: {
|
|
@@ -5130,8 +5124,8 @@ const v0 = {
|
|
|
5130
5124
|
"comment-deleted"
|
|
5131
5125
|
],
|
|
5132
5126
|
setup(e, { emit: r }) {
|
|
5133
|
-
const t =
|
|
5134
|
-
return
|
|
5127
|
+
const t = K(), i = b(!1), o = b(!1), s = b(null), n = b("");
|
|
5128
|
+
return n1(
|
|
5135
5129
|
i,
|
|
5136
5130
|
() => setTimeout(() => i.value && s.value.focus(), 50)
|
|
5137
5131
|
), {
|
|
@@ -5154,7 +5148,7 @@ const v0 = {
|
|
|
5154
5148
|
}
|
|
5155
5149
|
};
|
|
5156
5150
|
}
|
|
5157
|
-
},
|
|
5151
|
+
}, j2 = {};
|
|
5158
5152
|
var C0 = /* @__PURE__ */ Z(
|
|
5159
5153
|
v0,
|
|
5160
5154
|
u0,
|
|
@@ -5166,8 +5160,8 @@ var C0 = /* @__PURE__ */ Z(
|
|
|
5166
5160
|
null
|
|
5167
5161
|
);
|
|
5168
5162
|
function p0(e) {
|
|
5169
|
-
for (let r in
|
|
5170
|
-
this[r] =
|
|
5163
|
+
for (let r in j2)
|
|
5164
|
+
this[r] = j2[r];
|
|
5171
5165
|
}
|
|
5172
5166
|
const h0 = /* @__PURE__ */ function() {
|
|
5173
5167
|
return C0.exports;
|
|
@@ -5200,7 +5194,7 @@ function f(e, r, t, i, o, s, n, l, u, p) {
|
|
|
5200
5194
|
return t;
|
|
5201
5195
|
}
|
|
5202
5196
|
const b0 = typeof navigator < "u" && /msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());
|
|
5203
|
-
function
|
|
5197
|
+
function T1(e) {
|
|
5204
5198
|
return (r, t) => function(i, o) {
|
|
5205
5199
|
const s = b0 ? o.media || "default" : i, n = N2[s] || (N2[s] = { ids: /* @__PURE__ */ new Set(), styles: [] });
|
|
5206
5200
|
if (!n.ids.has(i)) {
|
|
@@ -5208,7 +5202,7 @@ function z1(e) {
|
|
|
5208
5202
|
let l = o.source;
|
|
5209
5203
|
if (o.map && (l += `
|
|
5210
5204
|
/*# sourceURL=` + o.map.sources[0] + " */", l += `
|
|
5211
|
-
/*# 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)
|
|
5212
5206
|
n.styles.push(l), n.element.styleSheet.cssText = n.styles.filter(Boolean).join(`
|
|
5213
5207
|
`);
|
|
5214
5208
|
else {
|
|
@@ -5218,7 +5212,7 @@ function z1(e) {
|
|
|
5218
5212
|
}
|
|
5219
5213
|
}(r, t);
|
|
5220
5214
|
}
|
|
5221
|
-
let
|
|
5215
|
+
let L1;
|
|
5222
5216
|
const N2 = {}, m0 = f({ render: function() {
|
|
5223
5217
|
var e = this, r = e.$createElement;
|
|
5224
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) {
|
|
@@ -5226,7 +5220,7 @@ const N2 = {}, m0 = f({ render: function() {
|
|
|
5226
5220
|
} } }, [e._t("default")], 2);
|
|
5227
5221
|
}, staticRenderFns: [] }, function(e) {
|
|
5228
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 }));
|
|
5229
|
-
}, _0, "data-v-7af18892", !1, void 0, !1,
|
|
5223
|
+
}, _0, "data-v-7af18892", !1, void 0, !1, T1, void 0, void 0);
|
|
5230
5224
|
var A2 = { addFile: f({ render: function() {
|
|
5231
5225
|
var e = this.$createElement;
|
|
5232
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" } });
|
|
@@ -5697,7 +5691,7 @@ const U2 = { xxxs: 10, xxs: 13, xs: 16, s: 18, m: 22, l: 28, xl: 36, xxl: 45, xx
|
|
|
5697
5691
|
return { width: `${e}px`, minWidth: `${e}px`, height: `${e}px`, minHeight: `${e}px`, margin: `${this.margin}`, transform: `rotate(${this.rotate}deg)` };
|
|
5698
5692
|
} }, methods: { getPixelSize() {
|
|
5699
5693
|
return this.customSize ? this.customSize : U2[this.size];
|
|
5700
|
-
} } }, "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() {
|
|
5701
5695
|
this.distributeItems();
|
|
5702
5696
|
} }, mounted() {
|
|
5703
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 });
|
|
@@ -5717,7 +5711,7 @@ const U2 = { xxxs: 10, xxs: 13, xs: 16, s: 18, m: 22, l: 28, xl: 36, xxl: 45, xx
|
|
|
5717
5711
|
o = p * l, u.push(o), Object.assign(r[p].style, { position: "absolute", top: `${this.sliderPadding}px`, left: `${this.sliderPadding + o}px` });
|
|
5718
5712
|
this.maxIndex = Math.max(r.length - s, 0), this.index = Math.min(this.index, this.maxIndex), this.translations = u;
|
|
5719
5713
|
}
|
|
5720
|
-
} } }, "data-v-4dd92ffc", !1, void 0, !1,
|
|
5714
|
+
} } }, "data-v-4dd92ffc", !1, void 0, !1, T1, void 0, void 0);
|
|
5721
5715
|
var V0 = function() {
|
|
5722
5716
|
var e = this, r = e.$createElement, t = e._self._c || r;
|
|
5723
5717
|
return t("div", {
|
|
@@ -5767,9 +5761,9 @@ var V0 = function() {
|
|
|
5767
5761
|
}, y0 = [];
|
|
5768
5762
|
const M0 = {
|
|
5769
5763
|
components: {
|
|
5770
|
-
BcfTopicDefaultImage:
|
|
5764
|
+
BcfTopicDefaultImage: q1,
|
|
5771
5765
|
BIMDataCarousel: H0,
|
|
5772
|
-
BIMDataIcon:
|
|
5766
|
+
BIMDataIcon: E
|
|
5773
5767
|
},
|
|
5774
5768
|
props: {
|
|
5775
5769
|
detailedExtensions: {
|
|
@@ -5785,7 +5779,7 @@ const M0 = {
|
|
|
5785
5779
|
"view-topic-viewpoint"
|
|
5786
5780
|
],
|
|
5787
5781
|
setup(e) {
|
|
5788
|
-
const r =
|
|
5782
|
+
const r = y(
|
|
5789
5783
|
() => e.topic.viewpoints.filter((i) => i.snapshot).map((i) => {
|
|
5790
5784
|
var o;
|
|
5791
5785
|
return {
|
|
@@ -5795,11 +5789,11 @@ const M0 = {
|
|
|
5795
5789
|
})
|
|
5796
5790
|
);
|
|
5797
5791
|
return {
|
|
5798
|
-
statusColor:
|
|
5799
|
-
() =>
|
|
5792
|
+
statusColor: y(
|
|
5793
|
+
() => A1(e.topic, e.detailedExtensions)
|
|
5800
5794
|
),
|
|
5801
5795
|
viewpoints: r,
|
|
5802
|
-
adjustTextColor:
|
|
5796
|
+
adjustTextColor: a1
|
|
5803
5797
|
};
|
|
5804
5798
|
}
|
|
5805
5799
|
}, q2 = {};
|
|
@@ -6092,13 +6086,13 @@ var k0 = function() {
|
|
|
6092
6086
|
const F0 = {
|
|
6093
6087
|
components: {
|
|
6094
6088
|
BcfTopicComments: h0,
|
|
6095
|
-
BcfTopicDefaultImage:
|
|
6089
|
+
BcfTopicDefaultImage: q1,
|
|
6096
6090
|
BcfTopicViewpoints: w0,
|
|
6097
|
-
BIMDataButton:
|
|
6098
|
-
BIMDataIcon:
|
|
6099
|
-
BIMDataLoading:
|
|
6091
|
+
BIMDataButton: F,
|
|
6092
|
+
BIMDataIcon: E,
|
|
6093
|
+
BIMDataLoading: d1,
|
|
6100
6094
|
BIMDataSafeZoneModal: Ce,
|
|
6101
|
-
BIMDataTextbox:
|
|
6095
|
+
BIMDataTextbox: Y
|
|
6102
6096
|
},
|
|
6103
6097
|
props: {
|
|
6104
6098
|
uiConfig: {
|
|
@@ -6138,17 +6132,17 @@ const F0 = {
|
|
|
6138
6132
|
"view-topic-viewpoint"
|
|
6139
6133
|
],
|
|
6140
6134
|
setup(e, { emit: r }) {
|
|
6141
|
-
const t =
|
|
6135
|
+
const t = K(), i = b(!1), o = b(!1), s = y(() => A(e.topic, e.detailedExtensions)), n = y(() => {
|
|
6142
6136
|
var p, d, c;
|
|
6143
6137
|
return ((c = (d = (p = e.topic.viewpoints) == null ? void 0 : p[0]) == null ? void 0 : d.components) == null ? void 0 : c.selection) || [];
|
|
6144
|
-
}), l =
|
|
6138
|
+
}), l = y(() => Array.from(e.topic.labels || []).sort());
|
|
6145
6139
|
return {
|
|
6146
6140
|
loading: i,
|
|
6147
6141
|
priorityColor: s,
|
|
6148
6142
|
showDeleteModal: o,
|
|
6149
6143
|
topicLabels: l,
|
|
6150
6144
|
topicObjects: n,
|
|
6151
|
-
adjustTextColor:
|
|
6145
|
+
adjustTextColor: a1,
|
|
6152
6146
|
deleteTopic: async () => {
|
|
6153
6147
|
try {
|
|
6154
6148
|
o.value = !1, i.value = !0, await t.deleteTopic(e.project, e.topic), r("topic-deleted", e.topic);
|
|
@@ -6220,7 +6214,7 @@ var S0 = Object.freeze(["default", "primary", "secondary", "high", "success", "g
|
|
|
6220
6214
|
}, style() {
|
|
6221
6215
|
return { "min-width": `${this.width}`, "min-height": `${this.height}` };
|
|
6222
6216
|
} } };
|
|
6223
|
-
function
|
|
6217
|
+
function G(e, r, t, i, o, s, n, l, u, p) {
|
|
6224
6218
|
typeof n != "boolean" && (u = l, l = n, n = !1);
|
|
6225
6219
|
const d = typeof t == "function" ? t.options : t;
|
|
6226
6220
|
let c;
|
|
@@ -6243,7 +6237,7 @@ function K(e, r, t, i, o, s, n, l, u, p) {
|
|
|
6243
6237
|
return t;
|
|
6244
6238
|
}
|
|
6245
6239
|
const D0 = typeof navigator < "u" && /msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());
|
|
6246
|
-
function
|
|
6240
|
+
function i1(e) {
|
|
6247
6241
|
return (r, t) => function(i, o) {
|
|
6248
6242
|
const s = D0 ? o.media || "default" : i, n = G2[s] || (G2[s] = { ids: /* @__PURE__ */ new Set(), styles: [] });
|
|
6249
6243
|
if (!n.ids.has(i)) {
|
|
@@ -6251,7 +6245,7 @@ function n1(e) {
|
|
|
6251
6245
|
let l = o.source;
|
|
6252
6246
|
if (o.map && (l += `
|
|
6253
6247
|
/*# sourceURL=` + o.map.sources[0] + " */", l += `
|
|
6254
|
-
/*# 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)
|
|
6255
6249
|
n.styles.push(l), n.element.styleSheet.cssText = n.styles.filter(Boolean).join(`
|
|
6256
6250
|
`);
|
|
6257
6251
|
else {
|
|
@@ -6261,15 +6255,15 @@ function n1(e) {
|
|
|
6261
6255
|
}
|
|
6262
6256
|
}(r, t);
|
|
6263
6257
|
}
|
|
6264
|
-
let
|
|
6265
|
-
const G2 = {}, T0 =
|
|
6258
|
+
let H1;
|
|
6259
|
+
const G2 = {}, T0 = G({ render: function() {
|
|
6266
6260
|
var e = this, r = e.$createElement;
|
|
6267
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) {
|
|
6268
6262
|
return e.$emit("click", t);
|
|
6269
6263
|
} } }, [e._t("default")], 2);
|
|
6270
6264
|
}, staticRenderFns: [] }, function(e) {
|
|
6271
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 }));
|
|
6272
|
-
}, 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() {
|
|
6273
6267
|
var e = this, r = e.$createElement, t = e._self._c || r;
|
|
6274
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() {
|
|
6275
6269
|
return [e._v(e._s(e.text))];
|
|
@@ -6284,14 +6278,14 @@ const G2 = {}, T0 = K({ render: function() {
|
|
|
6284
6278
|
return { margin: `${this.margin}` };
|
|
6285
6279
|
} }, methods: { onClick() {
|
|
6286
6280
|
this.disabled || this.$emit("update:modelValue", !this.checked);
|
|
6287
|
-
} } }, "data-v-119f0061", !1, void 0, !1,
|
|
6281
|
+
} } }, "data-v-119f0061", !1, void 0, !1, i1, void 0, void 0), O0 = G({ render: function() {
|
|
6288
6282
|
var e = this.$createElement;
|
|
6289
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" } });
|
|
6290
6284
|
}, staticRenderFns: [] }, void 0, {}, void 0, !1, void 0, !1, void 0, void 0, void 0);
|
|
6291
|
-
var
|
|
6285
|
+
var P0 = Object.freeze(["black", "default", "granite", "granite-light", "high", "primary", "secondary", "success", "silver", "silver-light", "silver-dark", "warning", "white"]);
|
|
6292
6286
|
const K2 = { xxxs: 10, xxs: 13, xs: 16, s: 18, m: 22, l: 28, xl: 36, xxl: 45, xxxl: 60 };
|
|
6293
6287
|
var Y2;
|
|
6294
|
-
const
|
|
6288
|
+
const j0 = G({ render: function() {
|
|
6295
6289
|
var e = this, r = e.$createElement, t = e._self._c || r;
|
|
6296
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) {
|
|
6297
6291
|
return t("th", { key: "head-row-0-col-" + o, style: { width: i.width || "auto", textAlign: i.align || "left" } }, [e._v(`
|
|
@@ -6318,19 +6312,19 @@ const P0 = K({ render: function() {
|
|
|
6318
6312
|
} } }, [t("BIMDataIconChevron", { attrs: { size: "s" } })], 1)], 1) : e._e()]);
|
|
6319
6313
|
}, staticRenderFns: [] }, function(e) {
|
|
6320
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 });
|
|
6321
|
-
}, { components: { BIMDataButton: T0, BIMDataCheckbox: z0, BIMDataIconChevron:
|
|
6315
|
+
}, { components: { BIMDataButton: T0, BIMDataCheckbox: z0, BIMDataIconChevron: G({ render: function() {
|
|
6322
6316
|
var e = this, r = e.$createElement, t = e._self._c || r;
|
|
6323
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);
|
|
6324
6318
|
}, staticRenderFns: [] }, function(e) {
|
|
6325
6319
|
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 }));
|
|
6326
|
-
}, { name: `BIMDataIcon${Y2 = "Chevron"}`, components: { [Y2]: O0 }, props: { color: { type: String, default: "default", validator: (e) =>
|
|
6320
|
+
}, { name: `BIMDataIcon${Y2 = "Chevron"}`, components: { [Y2]: O0 }, props: { color: { type: String, default: "default", validator: (e) => P0.includes(e) }, fillColor: { type: String, default: "currentColor" }, fill: { type: Boolean, default: !1 }, stroke: { type: Boolean, default: !1 }, size: { type: String, default: "s", validator: (e) => Object.keys(K2).includes(e) }, customSize: { type: [Number, String], default: null }, rotate: { type: Number, default: 0 }, margin: { type: String, default: "0px" } }, computed: { classes() {
|
|
6327
6321
|
return { "icon-fill": this.fill, "icon-stroke": this.stroke, [`icon-fill--${this.color}`]: this.fill && this.color, [`icon-stroke--${this.color}`]: this.stroke && this.color };
|
|
6328
6322
|
}, style() {
|
|
6329
6323
|
const e = this.getPixelSize(this.size);
|
|
6330
6324
|
return { width: `${e}px`, minWidth: `${e}px`, height: `${e}px`, minHeight: `${e}px`, margin: `${this.margin}`, transform: `rotate(${this.rotate}deg)` };
|
|
6331
6325
|
} }, methods: { getPixelSize() {
|
|
6332
6326
|
return this.customSize ? this.customSize : K2[this.size];
|
|
6333
|
-
} } }, "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) {
|
|
6334
6328
|
this.selection = /* @__PURE__ */ new Map(), this.buildSelectionRefs(e, !1), this.setPagination();
|
|
6335
6329
|
} }, paginated: { immediate: !0, handler() {
|
|
6336
6330
|
this.setPagination();
|
|
@@ -6365,7 +6359,7 @@ const P0 = K({ render: function() {
|
|
|
6365
6359
|
this.displayedRows = e.slice(r, t), this.pageStartIndex = r + 1, this.pageEndIndex = Math.min(t, this.$props.rows.length);
|
|
6366
6360
|
} else
|
|
6367
6361
|
this.displayedRows = e;
|
|
6368
|
-
} } }, "data-v-2b0e9988", !1, void 0, !1,
|
|
6362
|
+
} } }, "data-v-2b0e9988", !1, void 0, !1, i1, void 0, void 0);
|
|
6369
6363
|
var N0 = function() {
|
|
6370
6364
|
var e = this, r = e.$createElement, t = e._self._c || r;
|
|
6371
6365
|
return t("div", {
|
|
@@ -6391,7 +6385,7 @@ var N0 = function() {
|
|
|
6391
6385
|
}, A0 = [];
|
|
6392
6386
|
const U0 = {
|
|
6393
6387
|
components: {
|
|
6394
|
-
BIMDataButton:
|
|
6388
|
+
BIMDataButton: F
|
|
6395
6389
|
},
|
|
6396
6390
|
props: {
|
|
6397
6391
|
topic: {
|
|
@@ -6446,8 +6440,8 @@ const Y0 = {
|
|
|
6446
6440
|
},
|
|
6447
6441
|
setup(e) {
|
|
6448
6442
|
return {
|
|
6449
|
-
priorityColor:
|
|
6450
|
-
() =>
|
|
6443
|
+
priorityColor: y(
|
|
6444
|
+
() => A(e.topic, e.detailedExtensions)
|
|
6451
6445
|
)
|
|
6452
6446
|
};
|
|
6453
6447
|
}
|
|
@@ -6491,8 +6485,8 @@ const i3 = {
|
|
|
6491
6485
|
},
|
|
6492
6486
|
setup(e) {
|
|
6493
6487
|
return {
|
|
6494
|
-
priorityColor:
|
|
6495
|
-
() =>
|
|
6488
|
+
priorityColor: y(
|
|
6489
|
+
() => A(e.topic, e.detailedExtensions)
|
|
6496
6490
|
)
|
|
6497
6491
|
};
|
|
6498
6492
|
}
|
|
@@ -6537,10 +6531,10 @@ const s3 = {
|
|
|
6537
6531
|
},
|
|
6538
6532
|
setup(e) {
|
|
6539
6533
|
return {
|
|
6540
|
-
statusColor:
|
|
6541
|
-
() =>
|
|
6534
|
+
statusColor: y(
|
|
6535
|
+
() => A1(e.topic, e.detailedExtensions)
|
|
6542
6536
|
),
|
|
6543
|
-
adjustTextColor:
|
|
6537
|
+
adjustTextColor: a1
|
|
6544
6538
|
};
|
|
6545
6539
|
}
|
|
6546
6540
|
}, te = {};
|
|
@@ -6671,8 +6665,8 @@ const p3 = {
|
|
|
6671
6665
|
BcfTopicIndexCell: e3,
|
|
6672
6666
|
BcfTopicPriorityCell: o3,
|
|
6673
6667
|
BcfTopicStatusCell: f3,
|
|
6674
|
-
BIMDataTable:
|
|
6675
|
-
BIMDataTextbox:
|
|
6668
|
+
BIMDataTable: j0,
|
|
6669
|
+
BIMDataTextbox: Y,
|
|
6676
6670
|
BIMDataTooltip: pe,
|
|
6677
6671
|
UserAvatar: he
|
|
6678
6672
|
},
|
|
@@ -6702,10 +6696,10 @@ const p3 = {
|
|
|
6702
6696
|
],
|
|
6703
6697
|
setup(e) {
|
|
6704
6698
|
return {
|
|
6705
|
-
displayedColumns:
|
|
6699
|
+
displayedColumns: y(
|
|
6706
6700
|
() => e.columns && e.columns.length > 0 ? W2.filter((t) => e.columns.includes(t.id)) : W2
|
|
6707
6701
|
),
|
|
6708
|
-
deserialize:
|
|
6702
|
+
deserialize: S1
|
|
6709
6703
|
};
|
|
6710
6704
|
}
|
|
6711
6705
|
}, re = {};
|
|
@@ -6747,13 +6741,14 @@ export {
|
|
|
6747
6741
|
x3 as components,
|
|
6748
6742
|
m3 as config,
|
|
6749
6743
|
L3 as createService,
|
|
6750
|
-
|
|
6751
|
-
|
|
6744
|
+
A as getPriorityColor,
|
|
6745
|
+
A1 as getStatusColor,
|
|
6752
6746
|
Ie as getViewpointConfig,
|
|
6753
6747
|
M3 as getViewpointModels,
|
|
6754
6748
|
Se as getViewpointType,
|
|
6755
6749
|
H3 as setService,
|
|
6756
6750
|
Ee as useBcfFilter,
|
|
6757
6751
|
V3 as useBcfSearch,
|
|
6758
|
-
y3 as useBcfSort
|
|
6752
|
+
y3 as useBcfSort,
|
|
6753
|
+
K as useService
|
|
6759
6754
|
};
|