@opentrainticketing/netex-deckplan-editor 1.0.10 → 1.0.11
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { defineComponent as rt, ref as W, computed as ct, resolveComponent as lt, openBlock as b, createBlock as nt, withCtx as yt, createVNode as Y, createElementBlock as x, Fragment as K, renderList as Z, createCommentVNode as vt, createElementVNode as w, toDisplayString as D, withDirectives as bt, vModelText as
|
|
2
|
-
const
|
|
3
|
-
function
|
|
1
|
+
import { defineComponent as rt, ref as W, computed as ct, resolveComponent as lt, openBlock as b, createBlock as nt, withCtx as yt, createVNode as Y, createElementBlock as x, Fragment as K, renderList as Z, createCommentVNode as vt, createElementVNode as w, toDisplayString as D, withDirectives as bt, vModelText as Gt, normalizeClass as st, vModelDynamic as de, vModelCheckbox as fe, watch as zt, nextTick as pe, reactive as It, mergeProps as ge, withModifiers as wt } from "vue";
|
|
2
|
+
const Ht = ":A-Za-z_\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD", me = Ht + "\\-.\\d\\u00B7\\u0300-\\u036F\\u203F-\\u2040", ye = "[" + Ht + "][" + me + "]*", be = new RegExp("^" + ye + "$");
|
|
3
|
+
function Yt(n, t) {
|
|
4
4
|
const e = [];
|
|
5
5
|
let s = t.exec(n);
|
|
6
6
|
for (; s; ) {
|
|
@@ -20,7 +20,7 @@ const Nt = function(n) {
|
|
|
20
20
|
function ve(n) {
|
|
21
21
|
return typeof n < "u";
|
|
22
22
|
}
|
|
23
|
-
const
|
|
23
|
+
const Pt = [
|
|
24
24
|
// '__proto__',
|
|
25
25
|
// 'constructor',
|
|
26
26
|
// 'prototype',
|
|
@@ -31,7 +31,7 @@ const Tt = [
|
|
|
31
31
|
"__defineSetter__",
|
|
32
32
|
"__lookupGetter__",
|
|
33
33
|
"__lookupSetter__"
|
|
34
|
-
],
|
|
34
|
+
], Kt = ["__proto__", "constructor", "prototype"], Ee = {
|
|
35
35
|
allowBooleanAttributes: !1,
|
|
36
36
|
//A tag can have attributes without any value
|
|
37
37
|
unpairedTags: []
|
|
@@ -43,11 +43,11 @@ function Ne(n, t) {
|
|
|
43
43
|
n[0] === "\uFEFF" && (n = n.substr(1));
|
|
44
44
|
for (let i = 0; i < n.length; i++)
|
|
45
45
|
if (n[i] === "<" && n[i + 1] === "?") {
|
|
46
|
-
if (i += 2, i =
|
|
46
|
+
if (i += 2, i = Rt(n, i), i.err) return i;
|
|
47
47
|
} else if (n[i] === "<") {
|
|
48
48
|
let l = i;
|
|
49
49
|
if (i++, n[i] === "!") {
|
|
50
|
-
i =
|
|
50
|
+
i = Ft(n, i);
|
|
51
51
|
continue;
|
|
52
52
|
} else {
|
|
53
53
|
let o = !1;
|
|
@@ -67,7 +67,7 @@ function Ne(n, t) {
|
|
|
67
67
|
if (i = c.index, h[h.length - 1] === "/") {
|
|
68
68
|
const d = i - h.length;
|
|
69
69
|
h = h.substring(0, h.length - 1);
|
|
70
|
-
const f =
|
|
70
|
+
const f = Wt(h, t);
|
|
71
71
|
if (f === !0)
|
|
72
72
|
s = !0;
|
|
73
73
|
else
|
|
@@ -92,7 +92,7 @@ function Ne(n, t) {
|
|
|
92
92
|
}
|
|
93
93
|
} else return T("InvalidTag", "Closing tag '" + a + "' doesn't have proper closing.", V(n, i));
|
|
94
94
|
else {
|
|
95
|
-
const d =
|
|
95
|
+
const d = Wt(h, t);
|
|
96
96
|
if (d !== !0)
|
|
97
97
|
return T(d.err.code, d.err.msg, V(n, i - h.length + d.err.line));
|
|
98
98
|
if (r === !0)
|
|
@@ -102,10 +102,10 @@ function Ne(n, t) {
|
|
|
102
102
|
for (i++; i < n.length; i++)
|
|
103
103
|
if (n[i] === "<")
|
|
104
104
|
if (n[i + 1] === "!") {
|
|
105
|
-
i++, i =
|
|
105
|
+
i++, i = Ft(n, i);
|
|
106
106
|
continue;
|
|
107
107
|
} else if (n[i + 1] === "?") {
|
|
108
|
-
if (i =
|
|
108
|
+
if (i = Rt(n, ++i), i.err) return i;
|
|
109
109
|
} else
|
|
110
110
|
break;
|
|
111
111
|
else if (n[i] === "&") {
|
|
@@ -113,12 +113,12 @@ function Ne(n, t) {
|
|
|
113
113
|
if (d == -1)
|
|
114
114
|
return T("InvalidChar", "char '&' is not expected.", V(n, i));
|
|
115
115
|
i = d;
|
|
116
|
-
} else if (r === !0 && !
|
|
116
|
+
} else if (r === !0 && !Vt(n[i]))
|
|
117
117
|
return T("InvalidXml", "Extra text at the end", V(n, i));
|
|
118
118
|
n[i] === "<" && i--;
|
|
119
119
|
}
|
|
120
120
|
} else {
|
|
121
|
-
if (
|
|
121
|
+
if (Vt(n[i]))
|
|
122
122
|
continue;
|
|
123
123
|
return T("InvalidChar", "char '" + n[i] + "' is not expected.", V(n, i));
|
|
124
124
|
}
|
|
@@ -130,11 +130,11 @@ function Ne(n, t) {
|
|
|
130
130
|
} else return T("InvalidXml", "Start tag expected.", 1);
|
|
131
131
|
return !0;
|
|
132
132
|
}
|
|
133
|
-
function
|
|
133
|
+
function Vt(n) {
|
|
134
134
|
return n === " " || n === " " || n === `
|
|
135
135
|
` || n === "\r";
|
|
136
136
|
}
|
|
137
|
-
function
|
|
137
|
+
function Rt(n, t) {
|
|
138
138
|
const e = t;
|
|
139
139
|
for (; t < n.length; t++)
|
|
140
140
|
if (n[t] == "?" || n[t] == " ") {
|
|
@@ -149,7 +149,7 @@ function Ft(n, t) {
|
|
|
149
149
|
}
|
|
150
150
|
return t;
|
|
151
151
|
}
|
|
152
|
-
function
|
|
152
|
+
function Ft(n, t) {
|
|
153
153
|
if (n.length > t + 5 && n[t + 1] === "-" && n[t + 2] === "-") {
|
|
154
154
|
for (t += 3; t < n.length; t++)
|
|
155
155
|
if (n[t] === "-" && n[t + 1] === "-" && n[t + 2] === ">") {
|
|
@@ -191,8 +191,8 @@ function xe(n, t) {
|
|
|
191
191
|
};
|
|
192
192
|
}
|
|
193
193
|
const ke = new RegExp(`(\\s*)([^\\s=]+)(\\s*=)?(\\s*(['"])(([\\s\\S])*?)\\5)?`, "g");
|
|
194
|
-
function
|
|
195
|
-
const e =
|
|
194
|
+
function Wt(n, t) {
|
|
195
|
+
const e = Yt(n, ke), s = {};
|
|
196
196
|
for (let r = 0; r < e.length; r++) {
|
|
197
197
|
if (e[r][1].length === 0)
|
|
198
198
|
return T("InvalidAttr", "Attribute '" + e[r][2] + "' has no space in starting.", dt(e[r]));
|
|
@@ -261,7 +261,7 @@ function V(n, t) {
|
|
|
261
261
|
function dt(n) {
|
|
262
262
|
return n.startIndex + n[1].length;
|
|
263
263
|
}
|
|
264
|
-
const
|
|
264
|
+
const Zt = (n) => Pt.includes(n) ? "__" + n : n, Ae = {
|
|
265
265
|
preserveOrder: !1,
|
|
266
266
|
attributeNamePrefix: "@_",
|
|
267
267
|
attributesGroupName: !1,
|
|
@@ -309,22 +309,22 @@ const Jt = (n) => Tt.includes(n) ? "__" + n : n, Ae = {
|
|
|
309
309
|
strictReservedNames: !0,
|
|
310
310
|
jPath: !0,
|
|
311
311
|
// if true, pass jPath string to callbacks; if false, pass matcher instance
|
|
312
|
-
onDangerousProperty:
|
|
312
|
+
onDangerousProperty: Zt
|
|
313
313
|
};
|
|
314
314
|
function Le(n, t) {
|
|
315
315
|
if (typeof n != "string")
|
|
316
316
|
return;
|
|
317
317
|
const e = n.toLowerCase();
|
|
318
|
-
if (
|
|
318
|
+
if (Pt.some((s) => e === s.toLowerCase()))
|
|
319
319
|
throw new Error(
|
|
320
320
|
`[SECURITY] Invalid ${t}: "${n}" is a reserved JavaScript keyword that could cause prototype pollution`
|
|
321
321
|
);
|
|
322
|
-
if (
|
|
322
|
+
if (Kt.some((s) => e === s.toLowerCase()))
|
|
323
323
|
throw new Error(
|
|
324
324
|
`[SECURITY] Invalid ${t}: "${n}" is a reserved JavaScript keyword that could cause prototype pollution`
|
|
325
325
|
);
|
|
326
326
|
}
|
|
327
|
-
function
|
|
327
|
+
function Jt(n) {
|
|
328
328
|
return typeof n == "boolean" ? {
|
|
329
329
|
enabled: n,
|
|
330
330
|
// true or false
|
|
@@ -344,7 +344,7 @@ function Qt(n) {
|
|
|
344
344
|
maxEntityCount: Math.max(1, n.maxEntityCount ?? 100),
|
|
345
345
|
allowedTags: n.allowedTags ?? null,
|
|
346
346
|
tagFilter: n.tagFilter ?? null
|
|
347
|
-
} :
|
|
347
|
+
} : Jt(!0);
|
|
348
348
|
}
|
|
349
349
|
const $e = function(n) {
|
|
350
350
|
const t = Object.assign({}, Ae, n), e = [
|
|
@@ -356,7 +356,7 @@ const $e = function(n) {
|
|
|
356
356
|
];
|
|
357
357
|
for (const { value: s, name: r } of e)
|
|
358
358
|
s && Le(s, r);
|
|
359
|
-
return t.onDangerousProperty === null && (t.onDangerousProperty =
|
|
359
|
+
return t.onDangerousProperty === null && (t.onDangerousProperty = Zt), t.processEntities = Jt(t.processEntities), t.stopNodes && Array.isArray(t.stopNodes) && (t.stopNodes = t.stopNodes.map((s) => typeof s == "string" && s.startsWith("*.") ? ".." + s.substring(2) : s)), t;
|
|
360
360
|
};
|
|
361
361
|
let Et;
|
|
362
362
|
typeof Symbol != "function" ? Et = "@@xmlMetadata" : Et = Symbol("XML Node Metadata");
|
|
@@ -758,7 +758,7 @@ class ut {
|
|
|
758
758
|
}
|
|
759
759
|
}
|
|
760
760
|
const je = /* @__PURE__ */ new Set(["push", "pop", "reset", "updateCurrent", "restore"]);
|
|
761
|
-
class
|
|
761
|
+
class Tt {
|
|
762
762
|
/**
|
|
763
763
|
* Create a new Matcher
|
|
764
764
|
* @param {Object} options - Configuration options
|
|
@@ -1100,9 +1100,9 @@ class He {
|
|
|
1100
1100
|
copyright: { regex: /&(copy|#169);/g, val: "©" },
|
|
1101
1101
|
reg: { regex: /&(reg|#174);/g, val: "®" },
|
|
1102
1102
|
inr: { regex: /&(inr|#8377);/g, val: "₹" },
|
|
1103
|
-
num_dec: { regex: /&#([0-9]{1,7});/g, val: (e, s) =>
|
|
1104
|
-
num_hex: { regex: /&#x([0-9a-fA-F]{1,6});/g, val: (e, s) =>
|
|
1105
|
-
}, this.addExternalEntities = Ye, this.parseXml = De, this.parseTextData = Ke, this.resolveNameSpace = Ze, this.buildAttributesMap = Qe, this.isItStopNode = sn, this.replaceEntitiesValue = en, this.readStopNodeData = on, this.saveTextToParentTag = nn, this.addChild = tn, this.ignoreAttributesFn = qe(this.options.ignoreAttributes), this.entityExpansionCount = 0, this.currentExpandedLength = 0, this.matcher = new
|
|
1103
|
+
num_dec: { regex: /&#([0-9]{1,7});/g, val: (e, s) => Xt(s, 10, "&#") },
|
|
1104
|
+
num_hex: { regex: /&#x([0-9a-fA-F]{1,6});/g, val: (e, s) => Xt(s, 16, "&#x") }
|
|
1105
|
+
}, this.addExternalEntities = Ye, this.parseXml = De, this.parseTextData = Ke, this.resolveNameSpace = Ze, this.buildAttributesMap = Qe, this.isItStopNode = sn, this.replaceEntitiesValue = en, this.readStopNodeData = on, this.saveTextToParentTag = nn, this.addChild = tn, this.ignoreAttributesFn = qe(this.options.ignoreAttributes), this.entityExpansionCount = 0, this.currentExpandedLength = 0, this.matcher = new Tt(), this.readonlyMatcher = this.matcher.readOnly(), this.isCurrentNodeStopNode = !1, this.options.stopNodes && this.options.stopNodes.length > 0) {
|
|
1106
1106
|
this.stopNodeExpressions = [];
|
|
1107
1107
|
for (let e = 0; e < this.options.stopNodes.length; e++) {
|
|
1108
1108
|
const s = this.options.stopNodes[e];
|
|
@@ -1140,7 +1140,7 @@ function Ze(n) {
|
|
|
1140
1140
|
const Je = new RegExp(`([^\\s=]+)\\s*(=\\s*(['"])([\\s\\S]*?)\\3)?`, "gm");
|
|
1141
1141
|
function Qe(n, t, e) {
|
|
1142
1142
|
if (this.options.ignoreAttributes !== !0 && typeof n == "string") {
|
|
1143
|
-
const s =
|
|
1143
|
+
const s = Yt(n, Je), r = s.length, i = {}, l = {};
|
|
1144
1144
|
for (let o = 0; o < r; o++) {
|
|
1145
1145
|
const a = this.resolveNameSpace(s[o][1]), c = s[o][4];
|
|
1146
1146
|
if (a.length && c !== void 0) {
|
|
@@ -1155,7 +1155,7 @@ function Qe(n, t, e) {
|
|
|
1155
1155
|
continue;
|
|
1156
1156
|
let h = s[o][4], d = this.options.attributeNamePrefix + a;
|
|
1157
1157
|
if (a.length)
|
|
1158
|
-
if (this.options.transformAttributeName && (d = this.options.transformAttributeName(d)), d =
|
|
1158
|
+
if (this.options.transformAttributeName && (d = this.options.transformAttributeName(d)), d = Qt(d, this.options), h !== void 0) {
|
|
1159
1159
|
this.options.trimValues && (h = h.trim()), h = this.replaceEntitiesValue(h, e, this.readonlyMatcher);
|
|
1160
1160
|
const f = this.options.jPath ? t.toString() : this.readonlyMatcher, y = this.options.attributeValueProcessor(a, h, f);
|
|
1161
1161
|
y == null ? i[d] = h : typeof y != typeof h || y !== h ? i[d] = y : i[d] = Ct(
|
|
@@ -1423,7 +1423,7 @@ function Ct(n, t, e) {
|
|
|
1423
1423
|
} else
|
|
1424
1424
|
return ve(n) ? n : "";
|
|
1425
1425
|
}
|
|
1426
|
-
function
|
|
1426
|
+
function Xt(n, t, e) {
|
|
1427
1427
|
const s = Number.parseInt(n, t);
|
|
1428
1428
|
return s >= 0 && s <= 1114111 ? String.fromCodePoint(s) : e + n + ";";
|
|
1429
1429
|
}
|
|
@@ -1432,12 +1432,12 @@ function St(n, t, e, s) {
|
|
|
1432
1432
|
const r = n(t);
|
|
1433
1433
|
e === t && (e = r), t = r;
|
|
1434
1434
|
}
|
|
1435
|
-
return t =
|
|
1435
|
+
return t = Qt(t, s), { tagName: t, tagExp: e };
|
|
1436
1436
|
}
|
|
1437
|
-
function
|
|
1438
|
-
if (
|
|
1437
|
+
function Qt(n, t) {
|
|
1438
|
+
if (Kt.includes(n))
|
|
1439
1439
|
throw new Error(`[SECURITY] Invalid name: "${n}" is a reserved JavaScript keyword that could cause prototype pollution`);
|
|
1440
|
-
return
|
|
1440
|
+
return Pt.includes(n) ? t.onDangerousProperty(n) : n;
|
|
1441
1441
|
}
|
|
1442
1442
|
const xt = Q.getMetaDataSymbol();
|
|
1443
1443
|
function an(n, t) {
|
|
@@ -1453,9 +1453,9 @@ function an(n, t) {
|
|
|
1453
1453
|
return e;
|
|
1454
1454
|
}
|
|
1455
1455
|
function ln(n, t, e, s) {
|
|
1456
|
-
return
|
|
1456
|
+
return Dt(n, t, e, s);
|
|
1457
1457
|
}
|
|
1458
|
-
function
|
|
1458
|
+
function Dt(n, t, e, s) {
|
|
1459
1459
|
let r;
|
|
1460
1460
|
const i = {};
|
|
1461
1461
|
for (let l = 0; l < n.length; l++) {
|
|
@@ -1473,7 +1473,7 @@ function te(n, t, e, s) {
|
|
|
1473
1473
|
if (a === void 0)
|
|
1474
1474
|
continue;
|
|
1475
1475
|
if (o[a]) {
|
|
1476
|
-
let c =
|
|
1476
|
+
let c = Dt(o[a], t, e, s);
|
|
1477
1477
|
const h = un(c, t);
|
|
1478
1478
|
if (o[":@"] ? hn(c, o[":@"], s, t) : Object.keys(c).length === 1 && c[t.textNodeName] !== void 0 && !t.alwaysCreateTextNode ? c = c[t.textNodeName] : Object.keys(c).length === 0 && (t.alwaysCreateTextNode ? c[t.textNodeName] = "" : c = ""), o[xt] !== void 0 && typeof c == "object" && c !== null && (c[xt] = o[xt]), i[a] !== void 0 && Object.prototype.hasOwnProperty.call(i, a))
|
|
1479
1479
|
Array.isArray(i[a]) || (i[a] = [i[a]]), i[a].push(c);
|
|
@@ -1507,7 +1507,7 @@ function un(n, t) {
|
|
|
1507
1507
|
const { textNodeName: e } = t, s = Object.keys(n).length;
|
|
1508
1508
|
return !!(s === 0 || s === 1 && (n[e] || typeof n[e] == "boolean" || n[e] === 0));
|
|
1509
1509
|
}
|
|
1510
|
-
class
|
|
1510
|
+
class te {
|
|
1511
1511
|
constructor(t) {
|
|
1512
1512
|
this.externalEntities = {}, this.options = $e(t);
|
|
1513
1513
|
}
|
|
@@ -1571,7 +1571,7 @@ function fn(n, t) {
|
|
|
1571
1571
|
const l = t.stopNodes[i];
|
|
1572
1572
|
typeof l == "string" ? s.push(new ut(l)) : l instanceof ut && s.push(l);
|
|
1573
1573
|
}
|
|
1574
|
-
const r = new
|
|
1574
|
+
const r = new Tt();
|
|
1575
1575
|
return ee(n, t, e, r, s);
|
|
1576
1576
|
}
|
|
1577
1577
|
function ee(n, t, e, s, r) {
|
|
@@ -1581,7 +1581,7 @@ function ee(n, t, e, s, r) {
|
|
|
1581
1581
|
if (!Array.isArray(n)) {
|
|
1582
1582
|
if (n != null) {
|
|
1583
1583
|
let o = n.toString();
|
|
1584
|
-
return o =
|
|
1584
|
+
return o = _t(o, t), o;
|
|
1585
1585
|
}
|
|
1586
1586
|
return "";
|
|
1587
1587
|
}
|
|
@@ -1593,7 +1593,7 @@ function ee(n, t, e, s, r) {
|
|
|
1593
1593
|
const d = mn(s, r);
|
|
1594
1594
|
if (c === t.textNodeName) {
|
|
1595
1595
|
let L = a[c];
|
|
1596
|
-
d || (L = t.tagValueProcessor(c, L), L =
|
|
1596
|
+
d || (L = t.tagValueProcessor(c, L), L = _t(L, t)), l && (i += e), i += L, l = !1, s.pop();
|
|
1597
1597
|
continue;
|
|
1598
1598
|
} else if (c === t.cdataPropName) {
|
|
1599
1599
|
l && (i += e), i += `<![CDATA[${a[c][0][t.textNodeName]}]]>`, l = !1, s.pop();
|
|
@@ -1602,14 +1602,14 @@ function ee(n, t, e, s, r) {
|
|
|
1602
1602
|
i += e + `<!--${a[c][0][t.textNodeName]}-->`, l = !0, s.pop();
|
|
1603
1603
|
continue;
|
|
1604
1604
|
} else if (c[0] === "?") {
|
|
1605
|
-
const L =
|
|
1605
|
+
const L = Ut(a[":@"], t, d), X = c === "?xml" ? "" : e;
|
|
1606
1606
|
let _ = a[c][0][t.textNodeName];
|
|
1607
1607
|
_ = _.length !== 0 ? " " + _ : "", i += X + `<${c}${_}${L}?>`, l = !0, s.pop();
|
|
1608
1608
|
continue;
|
|
1609
1609
|
}
|
|
1610
1610
|
let f = e;
|
|
1611
1611
|
f !== "" && (f += t.indentBy);
|
|
1612
|
-
const y =
|
|
1612
|
+
const y = Ut(a[":@"], t, d), C = e + `<${c}${y}`;
|
|
1613
1613
|
let E;
|
|
1614
1614
|
d ? E = ne(a[c], t) : E = ee(a[c], t, f, s, r), t.unpairedTags.indexOf(c) !== -1 ? t.suppressUnpairedNode ? i += C + ">" : i += C + "/>" : (!E || E.length === 0) && t.suppressEmptyNode ? i += C + "/>" : E && E.endsWith(">") ? i += C + `>${E}${e}</${c}>` : (i += C + ">", E && e !== "" && (E.includes("/>") || E.includes("</")) ? i += e + t.indentBy + E + e : i += E, i += `</${c}>`), l = !0, s.pop();
|
|
1615
1615
|
}
|
|
@@ -1667,13 +1667,13 @@ function se(n) {
|
|
|
1667
1667
|
return s;
|
|
1668
1668
|
}
|
|
1669
1669
|
}
|
|
1670
|
-
function
|
|
1670
|
+
function Ut(n, t, e) {
|
|
1671
1671
|
let s = "";
|
|
1672
1672
|
if (n && !t.ignoreAttributes)
|
|
1673
1673
|
for (let r in n) {
|
|
1674
1674
|
if (!Object.prototype.hasOwnProperty.call(n, r)) continue;
|
|
1675
1675
|
let i;
|
|
1676
|
-
e ? i = n[r] : (i = t.attributeValueProcessor(r, n[r]), i =
|
|
1676
|
+
e ? i = n[r] : (i = t.attributeValueProcessor(r, n[r]), i = _t(i, t)), i === !0 && t.suppressBooleanAttributes ? s += ` ${r.substr(t.attributeNamePrefix.length)}` : s += ` ${r.substr(t.attributeNamePrefix.length)}="${i}"`;
|
|
1677
1677
|
}
|
|
1678
1678
|
return s;
|
|
1679
1679
|
}
|
|
@@ -1684,7 +1684,7 @@ function mn(n, t) {
|
|
|
1684
1684
|
return !0;
|
|
1685
1685
|
return !1;
|
|
1686
1686
|
}
|
|
1687
|
-
function
|
|
1687
|
+
function _t(n, t) {
|
|
1688
1688
|
if (n && n.length > 0 && t.processEntities)
|
|
1689
1689
|
for (let e = 0; e < t.entities.length; e++) {
|
|
1690
1690
|
const s = t.entities[e];
|
|
@@ -1757,7 +1757,7 @@ F.prototype.build = function(n) {
|
|
|
1757
1757
|
Array.isArray(n) && this.options.arrayNodeName && this.options.arrayNodeName.length > 1 && (n = {
|
|
1758
1758
|
[this.options.arrayNodeName]: n
|
|
1759
1759
|
});
|
|
1760
|
-
const t = new
|
|
1760
|
+
const t = new Tt();
|
|
1761
1761
|
return this.j2x(n, 0, t).val;
|
|
1762
1762
|
}
|
|
1763
1763
|
};
|
|
@@ -2175,7 +2175,7 @@ class re {
|
|
|
2175
2175
|
};
|
|
2176
2176
|
}
|
|
2177
2177
|
}
|
|
2178
|
-
class
|
|
2178
|
+
class Bt {
|
|
2179
2179
|
attr_ref;
|
|
2180
2180
|
attr_version;
|
|
2181
2181
|
constructor({ attr_ref: t, attr_version: e }) {
|
|
@@ -2194,7 +2194,7 @@ class kn {
|
|
|
2194
2194
|
FromDeckEntranceRef;
|
|
2195
2195
|
ToDeckEntranceRef;
|
|
2196
2196
|
constructor({ attr_ref: t, attr_version: e, FromDeckEntranceRef: s, ToDeckEntranceRef: r }) {
|
|
2197
|
-
this.attr_ref = t, this.attr_version = e, this.FromDeckEntranceRef = new
|
|
2197
|
+
this.attr_ref = t, this.attr_version = e, this.FromDeckEntranceRef = new Bt(s), this.ToDeckEntranceRef = new Bt(r);
|
|
2198
2198
|
}
|
|
2199
2199
|
toXML() {
|
|
2200
2200
|
return {
|
|
@@ -2744,9 +2744,9 @@ const he = /* @__PURE__ */ rt({
|
|
|
2744
2744
|
(g - 5) / e.scale + u.Length / 2
|
|
2745
2745
|
);
|
|
2746
2746
|
}, z = (u, p) => {
|
|
2747
|
-
const g = u.target.x(), N = u.target.y(), S = e.deck.Width * e.scale, O = e.deck.Length * e.scale, M = p.getShape(e.scale, e.deck.Length, e.deck.Width), P = M.width, m = M.height, $ = 5, k = 5, I = $ + O, H = k + S, U = g + P / 2,
|
|
2747
|
+
const g = u.target.x(), N = u.target.y(), S = e.deck.Width * e.scale, O = e.deck.Length * e.scale, M = p.getShape(e.scale, e.deck.Length, e.deck.Width), P = M.width, m = M.height, $ = 5, k = 5, I = $ + O, H = k + S, U = g + P / 2, At = N + m / 2, Lt = Math.abs(U - $), $t = Math.abs(U - I), Mt = Math.abs(At - k), Ot = Math.abs(At - H), mt = Math.min(Lt, $t, Mt, Ot);
|
|
2748
2748
|
let ot = g, at = N;
|
|
2749
|
-
mt ===
|
|
2749
|
+
mt === Mt ? (at = k, ot = Math.max($, Math.min(g, I - P))) : mt === Ot ? (at = H - m, ot = Math.max($, Math.min(g, I - P))) : mt === Lt ? (ot = $, at = S / 2 + 5 - m / 2) : mt === $t && (ot = I - P, at = S / 2 + 5 - m / 2), u.target.x(ot), u.target.y(at), p.Centroid || (p.Centroid = new tt(0, 0)), p.Centroid.x = ot / e.scale, p.Centroid.y = at / e.scale;
|
|
2750
2750
|
}, v = (u, p) => {
|
|
2751
2751
|
const g = u.target.x(), N = u.target.y(), S = e.deck.Width * e.scale, O = e.deck.Length * e.scale, M = p.getShape(e.scale, e.deck.Length, e.deck.Width), P = M.width, m = M.height, $ = 5, k = 5, I = $ + O, H = k + S, U = 1;
|
|
2752
2752
|
Math.abs(N - k) < U ? (p.VehicleSide = "leftSide", p.SequenceFromFront = (g - $ + P / 2) / e.scale) : Math.abs(N - (H - m)) < U ? (p.VehicleSide = "rightSide", p.SequenceFromFront = (g - $ + P / 2) / e.scale) : Math.abs(g - $) < U ? (p.VehicleSide = "front", p.SequenceFromFront = 0) : Math.abs(g - (I - P)) < U && (p.VehicleSide = "back", p.SequenceFromFront = e.deck.Length);
|
|
@@ -2880,7 +2880,7 @@ const he = /* @__PURE__ */ rt({
|
|
|
2880
2880
|
"onUpdate:modelValue": s[0] || (s[0] = (r) => t.value = r)
|
|
2881
2881
|
}, null, 512), [
|
|
2882
2882
|
[
|
|
2883
|
-
|
|
2883
|
+
Gt,
|
|
2884
2884
|
t.value,
|
|
2885
2885
|
void 0,
|
|
2886
2886
|
{ number: !0 }
|
|
@@ -2959,7 +2959,7 @@ const he = /* @__PURE__ */ rt({
|
|
|
2959
2959
|
"onUpdate:modelValue": (i) => s.value = i,
|
|
2960
2960
|
type: "text"
|
|
2961
2961
|
}, null, 8, Kn), [
|
|
2962
|
-
[
|
|
2962
|
+
[Gt, s.value]
|
|
2963
2963
|
])
|
|
2964
2964
|
])) : s && Array.isArray(s) ? (b(), x("span", Zn, D(s.length) + " elements ", 1)) : (b(), x("span", Jn, D(s), 1))
|
|
2965
2965
|
]))), 128))
|
|
@@ -3040,7 +3040,7 @@ const he = /* @__PURE__ */ rt({
|
|
|
3040
3040
|
});
|
|
3041
3041
|
}
|
|
3042
3042
|
};
|
|
3043
|
-
return
|
|
3043
|
+
return zt(() => [t.selectedId, t.xml], () => {
|
|
3044
3044
|
i();
|
|
3045
3045
|
}, { immediate: !0 }), (l, o) => (b(), x("div", rs, [
|
|
3046
3046
|
(b(!0), x(K, null, Z(e.value, (a, c) => (b(), x("div", {
|
|
@@ -3053,9 +3053,10 @@ const he = /* @__PURE__ */ rt({
|
|
|
3053
3053
|
]));
|
|
3054
3054
|
}
|
|
3055
3055
|
}), ls = (n) => {
|
|
3056
|
-
const e = new
|
|
3056
|
+
const e = new te({
|
|
3057
3057
|
ignoreAttributes: !1,
|
|
3058
3058
|
attributeNamePrefix: "attr_",
|
|
3059
|
+
textNodeName: "text_value",
|
|
3059
3060
|
removeNSPrefix: !0
|
|
3060
3061
|
}).parse(n);
|
|
3061
3062
|
return A(
|
|
@@ -3078,7 +3079,7 @@ const he = /* @__PURE__ */ rt({
|
|
|
3078
3079
|
}, c = () => {
|
|
3079
3080
|
l.value = !l.value, l.value && a();
|
|
3080
3081
|
};
|
|
3081
|
-
|
|
3082
|
+
zt(s, () => {
|
|
3082
3083
|
a();
|
|
3083
3084
|
}, { deep: !0 });
|
|
3084
3085
|
const h = ({ element: v, ctrlKey: u }) => {
|
|
@@ -3104,13 +3105,7 @@ const he = /* @__PURE__ */ rt({
|
|
|
3104
3105
|
const v = new FileReader();
|
|
3105
3106
|
v.addEventListener("load", (u) => {
|
|
3106
3107
|
const p = u.target?.result;
|
|
3107
|
-
|
|
3108
|
-
const g = new _t({
|
|
3109
|
-
ignoreAttributes: !1,
|
|
3110
|
-
attributeNamePrefix: "attr_",
|
|
3111
|
-
removeNSPrefix: !0
|
|
3112
|
-
});
|
|
3113
|
-
i.value = g.parse(p), s.value = ls(p), s.value = [...s.value];
|
|
3108
|
+
typeof p == "string" && (s.value = ls(p), s.value = [...s.value]);
|
|
3114
3109
|
}), v.readAsText(e.value);
|
|
3115
3110
|
}
|
|
3116
3111
|
}
|
|
@@ -3244,7 +3239,7 @@ const he = /* @__PURE__ */ rt({
|
|
|
3244
3239
|
});
|
|
3245
3240
|
}
|
|
3246
3241
|
function z(v) {
|
|
3247
|
-
const p = new
|
|
3242
|
+
const p = new te({
|
|
3248
3243
|
ignoreAttributes: !1,
|
|
3249
3244
|
attributeNamePrefix: "attr_",
|
|
3250
3245
|
removeNSPrefix: !0,
|
|
@@ -3322,7 +3317,7 @@ const he = /* @__PURE__ */ rt({
|
|
|
3322
3317
|
])
|
|
3323
3318
|
]));
|
|
3324
3319
|
}
|
|
3325
|
-
}),
|
|
3320
|
+
}), qt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
3326
3321
|
__proto__: null,
|
|
3327
3322
|
DeckVisualization: he,
|
|
3328
3323
|
DeckplanEditor: ps,
|
|
@@ -3339,7 +3334,7 @@ const he = /* @__PURE__ */ rt({
|
|
|
3339
3334
|
},
|
|
3340
3335
|
emits: ["select"],
|
|
3341
3336
|
setup(n, { emit: t }) {
|
|
3342
|
-
const e = n, s =
|
|
3337
|
+
const e = n, s = It(/* @__PURE__ */ new Map()), r = It(/* @__PURE__ */ new Map()), i = t, l = ct(() => e.deck.deckspaces?.flatMap((h) => h instanceof B ? h.passengerSpots?.filter((d) => d instanceof ht) || [] : []).map((h) => (h.availability = e.availability && h.attr_id ? pt[e.availability[h.attr_id] ?? "Undefined"] : pt.Undefined, h)) || []), o = ct(
|
|
3343
3338
|
() => e.deck.deckspaces?.flatMap(
|
|
3344
3339
|
(h) => h instanceof B ? h.deckEntrances ?? [] : []
|
|
3345
3340
|
) ?? []
|
|
@@ -3435,15 +3430,15 @@ const he = /* @__PURE__ */ rt({
|
|
|
3435
3430
|
], 10, ms)
|
|
3436
3431
|
], 8, gs));
|
|
3437
3432
|
}
|
|
3438
|
-
}),
|
|
3433
|
+
}), jt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
3439
3434
|
__proto__: null,
|
|
3440
3435
|
DeckplanRenderer: ks
|
|
3441
3436
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
3442
3437
|
function Cs(n) {
|
|
3438
|
+
for (const t in qt)
|
|
3439
|
+
n.component(t, qt[t]);
|
|
3443
3440
|
for (const t in jt)
|
|
3444
3441
|
n.component(t, jt[t]);
|
|
3445
|
-
for (const t in Gt)
|
|
3446
|
-
n.component(t, Gt[t]);
|
|
3447
3442
|
}
|
|
3448
3443
|
const Ps = { install: Cs };
|
|
3449
3444
|
export {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.object-properties[data-v-1987e529]{padding:20px;border-top:1px solid #ccc;background-color:#f9f9f9}.property-row[data-v-1987e529]{margin-bottom:10px;display:flex;align-items:center}.property-row label[data-v-1987e529]{width:150px;font-weight:700}.property-row input[data-v-1987e529]{flex:1;padding:5px}.vehicle-frame{background-color:#f0f0f0;border:1px solid #ccc}.vehicle-deck{fill:#fff;stroke:#68a691;rx:5px;stroke-width:2px}.seat .seat__base{fill:#4caf50}.seat-occupied .seat__base{fill:#f44336}.seat-selected .seat__base,.seat-filtered .seat__base{fill:#ff9800}.seat-undefined .seat__base{fill:#9e9e9e}.seat .seat__base{fill:#d9d9d9;stroke:#7c7c7c;stroke-width:1px;cursor:pointer;rx:5px}.seat .seat__backrest{fill:#7c7c7c}.seat__text{stroke:#7c7c7c;pointer-events:none}.door{fill:#dedede;stroke:#dedede;stroke-width:1px;cursor:pointer}@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-scale-x:1;--tw-scale-y:1;--tw-scale-z:1;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-divide-y-reverse:0;--tw-border-style:solid;--tw-font-weight:initial;--tw-tracking:initial;--tw-ordinal:initial;--tw-slashed-zero:initial;--tw-numeric-figure:initial;--tw-numeric-spacing:initial;--tw-numeric-fraction:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-red-500:oklch(63.7% .237 25.331);--color-yellow-200:oklch(94.5% .129 101.54);--color-gray-100:oklch(96.7% .003 264.542);--color-white:#fff;--spacing:.25rem;--container-3xl:48rem;--container-6xl:72rem;--text-xs:.75rem;--text-xs--line-height:calc(1/.75);--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-base:1rem;--text-base--line-height: 1.5 ;--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75/1.25);--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--tracking-tight:-.025em;--tracking-wide:.025em;--tracking-wider:.05em;--radius-md:.375rem;--radius-lg:.5rem;--radius-xl:.75rem;--radius-2xl:1rem;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);--color-ott-accent:#68a691;--color-ott-accent-light:#ecfff9;--color-ott-text-primary:#2f2f2f;--color-ott-text-secondary:#a1a1a1;--color-ott-text-white:#fff;--color-ott-bg-primary:#fff;--color-ott-bg-secondary:#f3f3f3;--color-ott-bg-darkened:#f4f6f6;--color-ott-bg-dark:#d3d3d3;--color-ott-error:#cd3c3c}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.pointer-events-none{pointer-events:none}.visible{visibility:visible}.absolute{position:absolute}.relative{position:relative}.static{position:static}.inset-0{inset:calc(var(--spacing)*0)}.-top-0\.5{top:calc(var(--spacing)*-.5)}.right-0{right:calc(var(--spacing)*0)}.-bottom-0\.5{bottom:calc(var(--spacing)*-.5)}.left-0{left:calc(var(--spacing)*0)}.z-20{z-index:20}.col-span-full{grid-column:1/-1}.container{width:100%}@media(min-width:40rem){.container{max-width:40rem}}@media(min-width:48rem){.container{max-width:48rem}}@media(min-width:64rem){.container{max-width:64rem}}@media(min-width:80rem){.container{max-width:80rem}}@media(min-width:96rem){.container{max-width:96rem}}.m-2{margin:calc(var(--spacing)*2)}.mx-auto{margin-inline:auto}.mt-1{margin-top:calc(var(--spacing)*1)}.mt-2{margin-top:calc(var(--spacing)*2)}.mb-2{margin-bottom:calc(var(--spacing)*2)}.mb-4{margin-bottom:calc(var(--spacing)*4)}.mb-10{margin-bottom:calc(var(--spacing)*10)}.ml-4{margin-left:calc(var(--spacing)*4)}.block{display:block}.flex{display:flex}.grid{display:grid}.inline{display:inline}.inline-block{display:inline-block}.h-1{height:calc(var(--spacing)*1)}.h-4{height:calc(var(--spacing)*4)}.h-8{height:calc(var(--spacing)*8)}.h-21{height:calc(var(--spacing)*21)}.h-75{height:calc(var(--spacing)*75)}.h-full{height:100%}.max-h-34{max-height:calc(var(--spacing)*34)}.max-h-screen{max-height:100vh}.min-h-0{min-height:calc(var(--spacing)*0)}.min-h-5{min-height:calc(var(--spacing)*5)}.min-h-full{min-height:100%}.w-0\.5{width:calc(var(--spacing)*.5)}.w-1\/3{width:33.3333%}.w-4{width:calc(var(--spacing)*4)}.w-8{width:calc(var(--spacing)*8)}.w-50{width:calc(var(--spacing)*50)}.w-64{width:calc(var(--spacing)*64)}.w-100{width:calc(var(--spacing)*100)}.w-150{width:calc(var(--spacing)*150)}.w-fit{width:fit-content}.w-full{width:100%}.w-max{width:max-content}.max-w-3xl{max-width:var(--container-3xl)}.max-w-6xl{max-width:var(--container-6xl)}.max-w-120{max-width:calc(var(--spacing)*120)}.max-w-full{max-width:100%}.min-w-0{min-width:calc(var(--spacing)*0)}.min-w-96{min-width:calc(var(--spacing)*96)}.min-w-\[150px\]{min-width:150px}.min-w-full{min-width:100%}.flex-1{flex:1}.flex-shrink-0,.shrink-0{flex-shrink:0}.scale-90{--tw-scale-x:90%;--tw-scale-y:90%;--tw-scale-z:90%;scale:var(--tw-scale-x)var(--tw-scale-y)}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.transform-\[rotate\(90deg\)\]{transform:rotate(90deg)}.cursor-col-resize{cursor:col-resize}.cursor-grab{cursor:grab}.cursor-pointer{cursor:pointer}.appearance-none{appearance:none}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.content-start{align-content:flex-start}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-start{justify-content:flex-start}.gap-1{gap:calc(var(--spacing)*1)}.gap-1\.5{gap:calc(var(--spacing)*1.5)}.gap-2{gap:calc(var(--spacing)*2)}.gap-3{gap:calc(var(--spacing)*3)}.gap-4{gap:calc(var(--spacing)*4)}.gap-6{gap:calc(var(--spacing)*6)}.gap-10{gap:calc(var(--spacing)*10)}.gap-x-6{column-gap:calc(var(--spacing)*6)}.gap-y-4{row-gap:calc(var(--spacing)*4)}:where(.divide-y>:not(:last-child)){--tw-divide-y-reverse:0;border-bottom-style:var(--tw-border-style);border-top-style:var(--tw-border-style);border-top-width:calc(1px*var(--tw-divide-y-reverse));border-bottom-width:calc(1px*calc(1 - var(--tw-divide-y-reverse)))}:where(.divide-ott-bg-dark>:not(:last-child)){border-color:var(--color-ott-bg-dark)}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius-lg)}.rounded-md{border-radius:var(--radius-md)}.rounded-xl{border-radius:var(--radius-xl)}.border{border-style:var(--tw-border-style);border-width:1px}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-r{border-right-style:var(--tw-border-style);border-right-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-l{border-left-style:var(--tw-border-style);border-left-width:1px}.border-dashed{--tw-border-style:dashed;border-style:dashed}.border-none{--tw-border-style:none;border-style:none}.border-ott-accent{border-color:var(--color-ott-accent)}.border-ott-bg-dark{border-color:var(--color-ott-bg-dark)}.border-ott-bg-dark\/50{border-color:#d3d3d380}@supports (color:color-mix(in lab,red,red)){.border-ott-bg-dark\/50{border-color:color-mix(in oklab,var(--color-ott-bg-dark)50%,transparent)}}.border-ott-bg-secondary{border-color:var(--color-ott-bg-secondary)}.border-ott-error\!{border-color:var(--color-ott-error)!important}.border-ott-text-primary{border-color:var(--color-ott-text-primary)}.border-transparent{border-color:#0000}.border-transparent\!{border-color:#0000!important}.border-t-ott-bg-dark{border-top-color:var(--color-ott-bg-dark)}.border-b-ott-bg-dark{border-bottom-color:var(--color-ott-bg-dark)}.bg-gray-100{background-color:var(--color-gray-100)}.bg-ott-accent{background-color:var(--color-ott-accent)}.bg-ott-accent\!{background-color:var(--color-ott-accent)!important}.bg-ott-accent-light{background-color:var(--color-ott-accent-light)}.bg-ott-accent\/5{background-color:#68a6910d}@supports (color:color-mix(in lab,red,red)){.bg-ott-accent\/5{background-color:color-mix(in oklab,var(--color-ott-accent)5%,transparent)}}.bg-ott-accent\/20{background-color:#68a69133}@supports (color:color-mix(in lab,red,red)){.bg-ott-accent\/20{background-color:color-mix(in oklab,var(--color-ott-accent)20%,transparent)}}.bg-ott-bg-dark{background-color:var(--color-ott-bg-dark)}.bg-ott-bg-dark\/20{background-color:#d3d3d333}@supports (color:color-mix(in lab,red,red)){.bg-ott-bg-dark\/20{background-color:color-mix(in oklab,var(--color-ott-bg-dark)20%,transparent)}}.bg-ott-bg-primary{background-color:var(--color-ott-bg-primary)}.bg-ott-bg-secondary{background-color:var(--color-ott-bg-secondary)}.bg-ott-bg-secondary\/10{background-color:#f3f3f31a}@supports (color:color-mix(in lab,red,red)){.bg-ott-bg-secondary\/10{background-color:color-mix(in oklab,var(--color-ott-bg-secondary)10%,transparent)}}.bg-ott-bg-secondary\/20{background-color:#f3f3f333}@supports (color:color-mix(in lab,red,red)){.bg-ott-bg-secondary\/20{background-color:color-mix(in oklab,var(--color-ott-bg-secondary)20%,transparent)}}.bg-ott-bg-secondary\/30{background-color:#f3f3f34d}@supports (color:color-mix(in lab,red,red)){.bg-ott-bg-secondary\/30{background-color:color-mix(in oklab,var(--color-ott-bg-secondary)30%,transparent)}}.bg-white{background-color:var(--color-white)}.bg-yellow-200{background-color:var(--color-yellow-200)}.p-1{padding:calc(var(--spacing)*1)}.p-1\.5{padding:calc(var(--spacing)*1.5)}.p-2{padding:calc(var(--spacing)*2)}.p-3{padding:calc(var(--spacing)*3)}.p-4{padding:calc(var(--spacing)*4)}.p-6{padding:calc(var(--spacing)*6)}.p-8{padding:calc(var(--spacing)*8)}.p-12{padding:calc(var(--spacing)*12)}.px-1{padding-inline:calc(var(--spacing)*1)}.px-1\.5{padding-inline:calc(var(--spacing)*1.5)}.px-2{padding-inline:calc(var(--spacing)*2)}.px-4{padding-inline:calc(var(--spacing)*4)}.px-5{padding-inline:calc(var(--spacing)*5)}.px-6{padding-inline:calc(var(--spacing)*6)}.py-0\.5{padding-block:calc(var(--spacing)*.5)}.py-1{padding-block:calc(var(--spacing)*1)}.py-2{padding-block:calc(var(--spacing)*2)}.py-8{padding-block:calc(var(--spacing)*8)}.pt-2{padding-top:calc(var(--spacing)*2)}.pt-4{padding-top:calc(var(--spacing)*4)}.pr-4{padding-right:calc(var(--spacing)*4)}.pb-0{padding-bottom:calc(var(--spacing)*0)}.pb-4{padding-bottom:calc(var(--spacing)*4)}.pl-2{padding-left:calc(var(--spacing)*2)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.font-mono{font-family:var(--font-mono)}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-tight{--tw-tracking:var(--tracking-tight);letter-spacing:var(--tracking-tight)}.tracking-wide{--tw-tracking:var(--tracking-wide);letter-spacing:var(--tracking-wide)}.tracking-wider{--tw-tracking:var(--tracking-wider);letter-spacing:var(--tracking-wider)}.whitespace-nowrap{white-space:nowrap}.whitespace-pre{white-space:pre}.text-ott-accent{color:var(--color-ott-accent)}.text-ott-bg-dark{color:var(--color-ott-bg-dark)}.text-ott-bg-primary\!{color:var(--color-ott-bg-primary)!important}.text-ott-error\!{color:var(--color-ott-error)!important}.text-ott-text-primary{color:var(--color-ott-text-primary)}.text-ott-text-secondary{color:var(--color-ott-text-secondary)}.text-ott-text-secondary\/30{color:#a1a1a14d}@supports (color:color-mix(in lab,red,red)){.text-ott-text-secondary\/30{color:color-mix(in oklab,var(--color-ott-text-secondary)30%,transparent)}}.text-ott-text-white{color:var(--color-ott-text-white)}.text-white{color:var(--color-white)}.uppercase{text-transform:uppercase}.italic{font-style:italic}.tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.line-through{text-decoration-line:line-through}.underline{text-decoration-line:underline}.opacity-0{opacity:0}.opacity-20{opacity:.2}.opacity-50{opacity:.5}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_0_8px_rgba\(var\(--ott-accent-rgb\)\,0\.5\)\]{--tw-shadow:0 0 8px var(--tw-shadow-color,rgba(var(--ott-accent-rgb),.5));box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-2{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-ott-accent{--tw-ring-color:var(--color-ott-accent)}.blur{--tw-blur:blur(8px);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.grayscale{--tw-grayscale:grayscale(100%);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.invert{--tw-invert:invert(100%);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.sepia{--tw-sepia:sepia(100%);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-opacity{transition-property:opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.select-none{-webkit-user-select:none;user-select:none}.ring-inset{--tw-ring-inset:inset}@media(hover:hover){.group-hover\:text-ott-accent:is(:where(.group):hover *){color:var(--color-ott-accent)}.group-hover\:text-ott-text-secondary:is(:where(.group):hover *){color:var(--color-ott-text-secondary)}.group-hover\:opacity-100:is(:where(.group):hover *){opacity:1}.group-hover\/section\:text-ott-accent:is(:where(.group\/section):hover *){color:var(--color-ott-accent)}}.last\:border-0:last-child{border-style:var(--tw-border-style);border-width:0}.last\:pr-0:last-child{padding-right:calc(var(--spacing)*0)}@media(hover:hover){.hover\:border-ott-accent:hover{border-color:var(--color-ott-accent)}.hover\:border-ott-bg-dark:hover{border-color:var(--color-ott-bg-dark)}.hover\:bg-ott-accent\/90:hover{background-color:#68a691e6}@supports (color:color-mix(in lab,red,red)){.hover\:bg-ott-accent\/90:hover{background-color:color-mix(in oklab,var(--color-ott-accent)90%,transparent)}}.hover\:bg-ott-bg-darkened:hover{background-color:var(--color-ott-bg-darkened)}.hover\:bg-ott-bg-secondary:hover{background-color:var(--color-ott-bg-secondary)}.hover\:bg-ott-bg-secondary\/5:hover{background-color:#f3f3f30d}@supports (color:color-mix(in lab,red,red)){.hover\:bg-ott-bg-secondary\/5:hover{background-color:color-mix(in oklab,var(--color-ott-bg-secondary)5%,transparent)}}.hover\:bg-ott-bg-secondary\/50:hover{background-color:#f3f3f380}@supports (color:color-mix(in lab,red,red)){.hover\:bg-ott-bg-secondary\/50:hover{background-color:color-mix(in oklab,var(--color-ott-bg-secondary)50%,transparent)}}.hover\:text-ott-accent:hover{color:var(--color-ott-accent)}.hover\:text-ott-text-primary:hover{color:var(--color-ott-text-primary)}.hover\:text-red-500:hover{color:var(--color-red-500)}}.focus\:border-ott-accent:focus{border-color:var(--color-ott-accent)}.focus\:bg-white:focus{background-color:var(--color-white)}.focus\:ring-ott-accent:focus{--tw-ring-color:var(--color-ott-accent)}.active\:cursor-grabbing:active{cursor:grabbing}.disabled\:text-ott-bg-dark:disabled{color:var(--color-ott-bg-dark)}@media(min-width:48rem){.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}}html,body,#app,#__nuxt,:host{background-color:var(--color-ott-bg-secondary);width:100%;height:100%;color:var(--color-ott-text-primary);font-family:Poppins,sans-serif;font-style:normal;font-weight:400}button{cursor:pointer}h2{margin-block:calc(var(--spacing)*4);font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height));--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}main{width:100%;height:100%;max-height:100vh;display:block;overflow:auto}.ott-button{cursor:pointer;justify-content:center;align-items:center;gap:calc(var(--spacing)*5);border-radius:var(--radius-lg);border-style:var(--tw-border-style);border-width:2px;border-color:var(--color-ott-text-primary);height:fit-content;padding-inline:calc(var(--spacing)*4);padding-block:calc(var(--spacing)*1);--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium);color:var(--color-ott-text-primary);display:flex}.ott-button:disabled{cursor:default;border-color:var(--color-ott-bg-dark);color:var(--color-ott-bg-dark)}.ott-button-action{cursor:pointer;align-items:center;gap:calc(var(--spacing)*5);border-radius:var(--radius-lg);border-color:var(--color-ott-accent);background-color:var(--color-ott-accent);width:100%;height:fit-content;padding-inline:calc(var(--spacing)*4);padding-block:calc(var(--spacing)*1);--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium);color:var(--color-ott-text-white);display:flex}.ott-button-action:disabled{cursor:default;background-color:var(--color-ott-text-secondary)}input{border-style:var(--tw-border-style);border-width:1px;border-color:var(--color-ott-bg-dark);padding-inline:calc(var(--spacing)*3);padding-block:calc(var(--spacing)*1);border-radius:.25rem}@property --tw-scale-x{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-y{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-z{syntax:"*";inherits:false;initial-value:1}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-divide-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-ordinal{syntax:"*";inherits:false}@property --tw-slashed-zero{syntax:"*";inherits:false}@property --tw-numeric-figure{syntax:"*";inherits:false}@property --tw-numeric-spacing{syntax:"*";inherits:false}@property --tw-numeric-fraction{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
|
|
1
|
+
.object-properties[data-v-1987e529]{padding:20px;border-top:1px solid #ccc;background-color:#f9f9f9}.property-row[data-v-1987e529]{margin-bottom:10px;display:flex;align-items:center}.property-row label[data-v-1987e529]{width:150px;font-weight:700}.property-row input[data-v-1987e529]{flex:1;padding:5px}.vehicle-frame{background-color:#f0f0f0;border:1px solid #ccc}.vehicle-deck{fill:#fff;stroke:#68a691;rx:5px;stroke-width:2px}.seat .seat__base{fill:#4caf50}.seat-occupied .seat__base{fill:#f44336}.seat-selected .seat__base,.seat-filtered .seat__base{fill:#ff9800}.seat-undefined .seat__base{fill:#9e9e9e}.seat .seat__base{fill:#d9d9d9;stroke:#7c7c7c;stroke-width:1px;cursor:pointer;rx:5px}.seat .seat__backrest{fill:#7c7c7c}.seat__text{stroke:#7c7c7c;pointer-events:none}.door{fill:#dedede;stroke:#dedede;stroke-width:1px;cursor:pointer}@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-font-weight:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-yellow-200:oklch(94.5% .129 101.54);--color-gray-100:oklch(96.7% .003 264.542);--color-white:#fff;--spacing:.25rem;--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--font-weight-medium:500;--font-weight-bold:700;--radius-lg:.5rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);--color-ott-accent:#68a691;--color-ott-text-primary:#2f2f2f;--color-ott-text-secondary:#a1a1a1;--color-ott-text-white:#fff;--color-ott-bg-primary:#fff;--color-ott-bg-secondary:#f3f3f3;--color-ott-bg-dark:#d3d3d3;--color-ott-error:#cd3c3c}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.static{position:static}.mb-2{margin-bottom:calc(var(--spacing)*2)}.mb-4{margin-bottom:calc(var(--spacing)*4)}.mb-10{margin-bottom:calc(var(--spacing)*10)}.block{display:block}.flex{display:flex}.h-75{height:calc(var(--spacing)*75)}.h-full{height:100%}.w-1\/3{width:33.3333%}.w-50{width:calc(var(--spacing)*50)}.w-fit{width:fit-content}.w-full{width:100%}.min-w-\[150px\]{min-width:150px}.flex-1{flex:1}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.cursor-pointer{cursor:pointer}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-2{gap:calc(var(--spacing)*2)}.gap-10{gap:calc(var(--spacing)*10)}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.border{border-style:var(--tw-border-style);border-width:1px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-l{border-left-style:var(--tw-border-style);border-left-width:1px}.border-ott-bg-dark{border-color:var(--color-ott-bg-dark)}.border-ott-error\!{border-color:var(--color-ott-error)!important}.border-b-ott-bg-dark{border-bottom-color:var(--color-ott-bg-dark)}.bg-gray-100{background-color:var(--color-gray-100)}.bg-ott-accent{background-color:var(--color-ott-accent)}.bg-ott-bg-primary{background-color:var(--color-ott-bg-primary)}.bg-white{background-color:var(--color-white)}.bg-yellow-200{background-color:var(--color-yellow-200)}.p-4{padding:calc(var(--spacing)*4)}.text-left{text-align:left}.font-mono{font-family:var(--font-mono)}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.text-ott-accent{color:var(--color-ott-accent)}.text-ott-error\!{color:var(--color-ott-error)!important}.text-white{color:var(--color-white)}}html,body,#app,#__nuxt,:host{background-color:var(--color-ott-bg-secondary);width:100%;height:100%;color:var(--color-ott-text-primary);font-family:Poppins,sans-serif;font-style:normal;font-weight:400}button{cursor:pointer}h2{margin-block:calc(var(--spacing)*4);font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height));--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}main{width:100%;height:100%;max-height:100vh;display:block;overflow:auto}.ott-button{cursor:pointer;justify-content:center;align-items:center;gap:calc(var(--spacing)*5);border-radius:var(--radius-lg);border-style:var(--tw-border-style);border-width:2px;border-color:var(--color-ott-text-primary);height:fit-content;padding-inline:calc(var(--spacing)*4);padding-block:calc(var(--spacing)*1);--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium);color:var(--color-ott-text-primary);display:flex}.ott-button:disabled{cursor:default;border-color:var(--color-ott-bg-dark);color:var(--color-ott-bg-dark)}.ott-button-action{cursor:pointer;align-items:center;gap:calc(var(--spacing)*5);border-radius:var(--radius-lg);border-color:var(--color-ott-accent);background-color:var(--color-ott-accent);width:100%;height:fit-content;padding-inline:calc(var(--spacing)*4);padding-block:calc(var(--spacing)*1);--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium);color:var(--color-ott-text-white);display:flex}.ott-button-action:disabled{cursor:default;background-color:var(--color-ott-text-secondary)}input{border-style:var(--tw-border-style);border-width:1px;border-color:var(--color-ott-bg-dark);padding-inline:calc(var(--spacing)*3);padding-block:calc(var(--spacing)*1);border-radius:.25rem}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-font-weight{syntax:"*";inherits:false}
|