@agendize/vue-tools 1.0.0 → 1.0.2
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/style.css +1 -1
- package/dist/vue-tools.es.js +153 -45
- package/dist/vue-tools.umd.js +3 -3
- package/package.json +3 -3
package/dist/vue-tools.es.js
CHANGED
|
@@ -174,8 +174,8 @@ var qrCodeStyling = { exports: {} };
|
|
|
174
174
|
r7 += h3;
|
|
175
175
|
var f3 = s2.getErrorCorrectPolynomial(d3), p3 = c2(i5[u5], f3.getLength() - 1).mod(f3);
|
|
176
176
|
for (a4[u5] = new Array(f3.getLength() - 1), l3 = 0; l3 < a4[u5].length; l3 += 1) {
|
|
177
|
-
var
|
|
178
|
-
a4[u5][l3] =
|
|
177
|
+
var g3 = l3 + p3.getLength() - a4[u5].length;
|
|
178
|
+
a4[u5][l3] = g3 >= 0 ? p3.getAt(g3) : 0;
|
|
179
179
|
}
|
|
180
180
|
}
|
|
181
181
|
var v4 = 0;
|
|
@@ -204,7 +204,7 @@ var qrCodeStyling = { exports: {} };
|
|
|
204
204
|
r6 = p2(t6);
|
|
205
205
|
break;
|
|
206
206
|
case "Kanji":
|
|
207
|
-
r6 =
|
|
207
|
+
r6 = g2(t6);
|
|
208
208
|
break;
|
|
209
209
|
default:
|
|
210
210
|
throw "mode:" + e6;
|
|
@@ -640,7 +640,7 @@ var qrCodeStyling = { exports: {} };
|
|
|
640
640
|
for (var e6 = 0; e6 < r5.length; e6 += 1)
|
|
641
641
|
t5.put(r5[e6], 8);
|
|
642
642
|
} };
|
|
643
|
-
},
|
|
643
|
+
}, g2 = function(e5) {
|
|
644
644
|
var r5 = t4.stringToBytesFuncs.SJIS;
|
|
645
645
|
if (!r5)
|
|
646
646
|
throw "sjis not supported.";
|
|
@@ -747,8 +747,8 @@ var qrCodeStyling = { exports: {} };
|
|
|
747
747
|
l3.write(e7, n6);
|
|
748
748
|
var f3 = 0, p3 = String.fromCharCode(o5[f3]);
|
|
749
749
|
for (f3 += 1; f3 < o5.length; ) {
|
|
750
|
-
var
|
|
751
|
-
f3 += 1, i5.contains(p3 +
|
|
750
|
+
var g3 = String.fromCharCode(o5[f3]);
|
|
751
|
+
f3 += 1, i5.contains(p3 + g3) ? p3 += g3 : (l3.write(i5.indexOf(p3), n6), i5.size() < 4095 && (i5.size() == 1 << n6 && (n6 += 1), i5.add(p3 + g3)), p3 = g3);
|
|
752
752
|
}
|
|
753
753
|
return l3.write(i5.indexOf(p3), n6), l3.write(r7, n6), l3.flush(), d3.toByteArray();
|
|
754
754
|
}, s4 = function() {
|
|
@@ -860,7 +860,7 @@ var qrCodeStyling = { exports: {} };
|
|
|
860
860
|
var u3 = e4 / r4;
|
|
861
861
|
return a3.x = Math.floor(Math.sqrt(n3 / u3)), a3.x <= 0 && (a3.x = 1), o3 && o3 < a3.x && (a3.x = o3), a3.x % 2 == 0 && a3.x--, s3.x = a3.x * i3, a3.y = 1 + 2 * Math.ceil((a3.x * u3 - 1) / 2), s3.y = Math.round(s3.x * u3), (a3.y * a3.x > n3 || o3 && o3 < a3.y) && (o3 && o3 < a3.y ? (a3.y = o3, a3.y % 2 == 0 && a3.x--) : a3.y -= 2, s3.y = a3.y * i3, a3.x = 1 + 2 * Math.ceil((a3.y / u3 - 1) / 2), s3.x = Math.round(s3.y / u3)), { height: s3.y, width: s3.x, hideYDots: a3.y, hideXDots: a3.x };
|
|
862
862
|
}
|
|
863
|
-
const c2 = { L: 0.07, M: 0.15, Q: 0.25, H: 0.3 }, h2 = "dots", d2 = "rounded", l2 = "classy", f2 = "classy-rounded", p2 = "square",
|
|
863
|
+
const c2 = { L: 0.07, M: 0.15, Q: 0.25, H: 0.3 }, h2 = "dots", d2 = "rounded", l2 = "classy", f2 = "classy-rounded", p2 = "square", g2 = "extra-rounded";
|
|
864
864
|
var v2 = function() {
|
|
865
865
|
return (v2 = Object.assign || function(t4) {
|
|
866
866
|
for (var e4, r4 = 1, n3 = arguments.length; r4 < n3; r4++)
|
|
@@ -889,7 +889,7 @@ var qrCodeStyling = { exports: {} };
|
|
|
889
889
|
case d2:
|
|
890
890
|
o3 = this._drawRounded;
|
|
891
891
|
break;
|
|
892
|
-
case
|
|
892
|
+
case g2:
|
|
893
893
|
o3 = this._drawExtraRounded;
|
|
894
894
|
break;
|
|
895
895
|
case p2:
|
|
@@ -1081,7 +1081,7 @@ var qrCodeStyling = { exports: {} };
|
|
|
1081
1081
|
}, t4;
|
|
1082
1082
|
}(), C = "radial";
|
|
1083
1083
|
var P = [[1, 1, 1, 1, 1, 1, 1], [1, 0, 0, 0, 0, 0, 1], [1, 0, 0, 0, 0, 0, 1], [1, 0, 0, 0, 0, 0, 1], [1, 0, 0, 0, 0, 0, 1], [1, 0, 0, 0, 0, 0, 1], [1, 1, 1, 1, 1, 1, 1]], O = [[0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0], [0, 0, 1, 1, 1, 0, 0], [0, 0, 1, 1, 1, 0, 0], [0, 0, 1, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0]];
|
|
1084
|
-
const
|
|
1084
|
+
const z2 = function() {
|
|
1085
1085
|
function t4(t5) {
|
|
1086
1086
|
this._canvas = document.createElement("canvas"), this._canvas.width = t5.width, this._canvas.height = t5.height, this._options = t5;
|
|
1087
1087
|
}
|
|
@@ -1253,12 +1253,12 @@ var qrCodeStyling = { exports: {} };
|
|
|
1253
1253
|
throw "QR code is not defined";
|
|
1254
1254
|
var n3 = this._options, o3 = this._qr.getModuleCount(), i3 = Math.min(n3.width, n3.height) - 2 * n3.margin, a3 = Math.floor(i3 / o3), s3 = 7 * a3, u3 = 3 * a3, c3 = Math.floor((n3.width - o3 * a3) / 2), h3 = Math.floor((n3.height - o3 * a3) / 2);
|
|
1255
1255
|
[[0, 0, 0], [1, 0, Math.PI / 2], [0, 1, -Math.PI / 2]].forEach(function(i4) {
|
|
1256
|
-
var d3, l3, f3, p3,
|
|
1256
|
+
var d3, l3, f3, p3, g3, v3, w2, _2, m3, x2, M2 = i4[0], C2 = i4[1], z3 = i4[2];
|
|
1257
1257
|
if (!t5 || t5(M2, C2)) {
|
|
1258
1258
|
var D2 = c3 + M2 * a3 * (o3 - 7), I2 = h3 + C2 * a3 * (o3 - 7);
|
|
1259
1259
|
if (null === (d3 = n3.cornersSquareOptions) || void 0 === d3 ? void 0 : d3.type) {
|
|
1260
1260
|
var A2 = new b2({ context: r4, type: null === (l3 = n3.cornersSquareOptions) || void 0 === l3 ? void 0 : l3.type });
|
|
1261
|
-
r4.beginPath(), A2.draw(D2, I2, s3,
|
|
1261
|
+
r4.beginPath(), A2.draw(D2, I2, s3, z3);
|
|
1262
1262
|
} else {
|
|
1263
1263
|
var k2 = new y({ context: r4, type: n3.dotsOptions.type });
|
|
1264
1264
|
r4.beginPath();
|
|
@@ -1276,16 +1276,16 @@ var qrCodeStyling = { exports: {} };
|
|
|
1276
1276
|
q2(R2);
|
|
1277
1277
|
}
|
|
1278
1278
|
if (null === (p3 = n3.cornersSquareOptions) || void 0 === p3 ? void 0 : p3.gradient) {
|
|
1279
|
-
var B2 = n3.cornersSquareOptions.gradient, E2 = e4._createGradient({ context: r4, options: B2, additionalRotation:
|
|
1279
|
+
var B2 = n3.cornersSquareOptions.gradient, E2 = e4._createGradient({ context: r4, options: B2, additionalRotation: z3, x: D2, y: I2, size: s3 });
|
|
1280
1280
|
B2.colorStops.forEach(function(t6) {
|
|
1281
1281
|
var e5 = t6.offset, r5 = t6.color;
|
|
1282
1282
|
E2.addColorStop(e5, r5);
|
|
1283
1283
|
}), r4.fillStyle = r4.strokeStyle = E2;
|
|
1284
1284
|
} else
|
|
1285
|
-
(null === (
|
|
1285
|
+
(null === (g3 = n3.cornersSquareOptions) || void 0 === g3 ? void 0 : g3.color) && (r4.fillStyle = r4.strokeStyle = n3.cornersSquareOptions.color);
|
|
1286
1286
|
if (r4.fill("evenodd"), null === (v3 = n3.cornersDotOptions) || void 0 === v3 ? void 0 : v3.type) {
|
|
1287
1287
|
var L2 = new S({ context: r4, type: null === (w2 = n3.cornersDotOptions) || void 0 === w2 ? void 0 : w2.type });
|
|
1288
|
-
r4.beginPath(), L2.draw(D2 + 2 * a3, I2 + 2 * a3, u3,
|
|
1288
|
+
r4.beginPath(), L2.draw(D2 + 2 * a3, I2 + 2 * a3, u3, z3);
|
|
1289
1289
|
} else {
|
|
1290
1290
|
k2 = new y({ context: r4, type: n3.dotsOptions.type }), r4.beginPath();
|
|
1291
1291
|
var N2 = function(t6) {
|
|
@@ -1304,7 +1304,7 @@ var qrCodeStyling = { exports: {} };
|
|
|
1304
1304
|
}
|
|
1305
1305
|
if (null === (m3 = n3.cornersDotOptions) || void 0 === m3 ? void 0 : m3.gradient) {
|
|
1306
1306
|
B2 = n3.cornersDotOptions.gradient;
|
|
1307
|
-
var T2 = e4._createGradient({ context: r4, options: B2, additionalRotation:
|
|
1307
|
+
var T2 = e4._createGradient({ context: r4, options: B2, additionalRotation: z3, x: D2 + 2 * a3, y: I2 + 2 * a3, size: u3 });
|
|
1308
1308
|
B2.colorStops.forEach(function(t6) {
|
|
1309
1309
|
var e5 = t6.offset, r5 = t6.color;
|
|
1310
1310
|
T2.addColorStop(e5, r5);
|
|
@@ -1371,7 +1371,7 @@ var qrCodeStyling = { exports: {} };
|
|
|
1371
1371
|
case d2:
|
|
1372
1372
|
o3 = this._drawRounded;
|
|
1373
1373
|
break;
|
|
1374
|
-
case
|
|
1374
|
+
case g2:
|
|
1375
1375
|
o3 = this._drawExtraRounded;
|
|
1376
1376
|
break;
|
|
1377
1377
|
case p2:
|
|
@@ -1709,10 +1709,10 @@ var qrCodeStyling = { exports: {} };
|
|
|
1709
1709
|
throw "Element code is not defined";
|
|
1710
1710
|
var n3 = this._qr.getModuleCount(), o3 = Math.min(r4.width, r4.height) - 2 * r4.margin, i3 = Math.floor(o3 / n3), a3 = 7 * i3, s3 = 3 * i3, u3 = Math.floor((r4.width - n3 * i3) / 2), c3 = Math.floor((r4.height - n3 * i3) / 2);
|
|
1711
1711
|
[[0, 0, 0], [1, 0, Math.PI / 2], [0, 1, -Math.PI / 2]].forEach(function(e5) {
|
|
1712
|
-
var o4, h3, d3, l3, f3, p3,
|
|
1712
|
+
var o4, h3, d3, l3, f3, p3, g3, v3, y2, w2, _2, m3, b3 = e5[0], x2 = e5[1], M2 = e5[2], S2 = u3 + b3 * i3 * (n3 - 7), C2 = c3 + x2 * i3 * (n3 - 7), P2 = t5._dotsClipPath, O2 = t5._dotsClipPath;
|
|
1713
1713
|
if (((null === (o4 = r4.cornersSquareOptions) || void 0 === o4 ? void 0 : o4.gradient) || (null === (h3 = r4.cornersSquareOptions) || void 0 === h3 ? void 0 : h3.color)) && ((P2 = document.createElementNS("http://www.w3.org/2000/svg", "clipPath")).setAttribute("id", "clip-path-corners-square-color-" + b3 + "-" + x2), t5._defs.appendChild(P2), t5._cornersSquareClipPath = t5._cornersDotClipPath = O2 = P2, t5._createColor({ options: null === (d3 = r4.cornersSquareOptions) || void 0 === d3 ? void 0 : d3.gradient, color: null === (l3 = r4.cornersSquareOptions) || void 0 === l3 ? void 0 : l3.color, additionalRotation: M2, x: S2, y: C2, height: a3, width: a3, name: "corners-square-color-" + b3 + "-" + x2 })), null === (f3 = r4.cornersSquareOptions) || void 0 === f3 ? void 0 : f3.type) {
|
|
1714
|
-
var
|
|
1715
|
-
|
|
1714
|
+
var z3 = new k({ svg: t5._element, type: r4.cornersSquareOptions.type });
|
|
1715
|
+
z3.draw(S2, C2, a3, M2), z3._element && P2 && P2.appendChild(z3._element);
|
|
1716
1716
|
} else
|
|
1717
1717
|
for (var D2 = new I({ svg: t5._element, type: r4.dotsOptions.type }), A2 = function(t6) {
|
|
1718
1718
|
for (var e6 = function(e7) {
|
|
@@ -1726,7 +1726,7 @@ var qrCodeStyling = { exports: {} };
|
|
|
1726
1726
|
e6(r5);
|
|
1727
1727
|
}, q2 = 0; q2 < B.length; q2++)
|
|
1728
1728
|
A2(q2);
|
|
1729
|
-
if (((null === (
|
|
1729
|
+
if (((null === (g3 = r4.cornersDotOptions) || void 0 === g3 ? void 0 : g3.gradient) || (null === (v3 = r4.cornersDotOptions) || void 0 === v3 ? void 0 : v3.color)) && ((O2 = document.createElementNS("http://www.w3.org/2000/svg", "clipPath")).setAttribute("id", "clip-path-corners-dot-color-" + b3 + "-" + x2), t5._defs.appendChild(O2), t5._cornersDotClipPath = O2, t5._createColor({ options: null === (y2 = r4.cornersDotOptions) || void 0 === y2 ? void 0 : y2.gradient, color: null === (w2 = r4.cornersDotOptions) || void 0 === w2 ? void 0 : w2.color, additionalRotation: M2, x: S2 + 2 * i3, y: C2 + 2 * i3, height: s3, width: s3, name: "corners-dot-color-" + b3 + "-" + x2 })), null === (_2 = r4.cornersDotOptions) || void 0 === _2 ? void 0 : _2.type) {
|
|
1730
1730
|
var L2 = new R({ svg: t5._element, type: r4.cornersDotOptions.type });
|
|
1731
1731
|
L2.draw(S2 + 2 * i3, C2 + 2 * i3, s3, M2), L2._element && O2 && O2.appendChild(L2._element);
|
|
1732
1732
|
} else {
|
|
@@ -1766,8 +1766,8 @@ var qrCodeStyling = { exports: {} };
|
|
|
1766
1766
|
if (e4.type === C)
|
|
1767
1767
|
(d3 = document.createElementNS("http://www.w3.org/2000/svg", "radialGradient")).setAttribute("id", u3), d3.setAttribute("gradientUnits", "userSpaceOnUse"), d3.setAttribute("fx", String(o3 + s3 / 2)), d3.setAttribute("fy", String(i3 + a3 / 2)), d3.setAttribute("cx", String(o3 + s3 / 2)), d3.setAttribute("cy", String(i3 + a3 / 2)), d3.setAttribute("r", String(c3 / 2));
|
|
1768
1768
|
else {
|
|
1769
|
-
var l3 = ((e4.rotation || 0) + n3) % (2 * Math.PI), f3 = (l3 + 2 * Math.PI) % (2 * Math.PI), p3 = o3 + s3 / 2,
|
|
1770
|
-
f3 >= 0 && f3 <= 0.25 * Math.PI || f3 > 1.75 * Math.PI && f3 <= 2 * Math.PI ? (p3 -= s3 / 2,
|
|
1769
|
+
var l3 = ((e4.rotation || 0) + n3) % (2 * Math.PI), f3 = (l3 + 2 * Math.PI) % (2 * Math.PI), p3 = o3 + s3 / 2, g3 = i3 + a3 / 2, v3 = o3 + s3 / 2, y2 = i3 + a3 / 2;
|
|
1770
|
+
f3 >= 0 && f3 <= 0.25 * Math.PI || f3 > 1.75 * Math.PI && f3 <= 2 * Math.PI ? (p3 -= s3 / 2, g3 -= a3 / 2 * Math.tan(l3), v3 += s3 / 2, y2 += a3 / 2 * Math.tan(l3)) : f3 > 0.25 * Math.PI && f3 <= 0.75 * Math.PI ? (g3 -= a3 / 2, p3 -= s3 / 2 / Math.tan(l3), y2 += a3 / 2, v3 += s3 / 2 / Math.tan(l3)) : f3 > 0.75 * Math.PI && f3 <= 1.25 * Math.PI ? (p3 += s3 / 2, g3 += a3 / 2 * Math.tan(l3), v3 -= s3 / 2, y2 -= a3 / 2 * Math.tan(l3)) : f3 > 1.25 * Math.PI && f3 <= 1.75 * Math.PI && (g3 += a3 / 2, p3 += s3 / 2 / Math.tan(l3), y2 -= a3 / 2, v3 -= s3 / 2 / Math.tan(l3)), (d3 = document.createElementNS("http://www.w3.org/2000/svg", "linearGradient")).setAttribute("id", u3), d3.setAttribute("gradientUnits", "userSpaceOnUse"), d3.setAttribute("x1", String(Math.round(p3))), d3.setAttribute("y1", String(Math.round(g3))), d3.setAttribute("x2", String(Math.round(v3))), d3.setAttribute("y2", String(Math.round(y2)));
|
|
1771
1771
|
}
|
|
1772
1772
|
e4.colorStops.forEach(function(t6) {
|
|
1773
1773
|
var e5 = t6.offset, r5 = t6.color, n4 = document.createElementNS("http://www.w3.org/2000/svg", "stop");
|
|
@@ -1907,7 +1907,7 @@ var qrCodeStyling = { exports: {} };
|
|
|
1907
1907
|
case 1:
|
|
1908
1908
|
return o3.sent(), [2, e4];
|
|
1909
1909
|
case 2:
|
|
1910
|
-
return r4 = void 0, n3 = void 0, this._canvas && this._canvasDrawingPromise ? (n3 = this._canvas, r4 = this._canvasDrawingPromise) : (n3 = new
|
|
1910
|
+
return r4 = void 0, n3 = void 0, this._canvas && this._canvasDrawingPromise ? (n3 = this._canvas, r4 = this._canvasDrawingPromise) : (n3 = new z2(this._options), r4 = n3.drawQR(this._qr)), [4, r4];
|
|
1911
1911
|
case 3:
|
|
1912
1912
|
return o3.sent(), [2, n3];
|
|
1913
1913
|
}
|
|
@@ -1923,7 +1923,7 @@ var qrCodeStyling = { exports: {} };
|
|
|
1923
1923
|
default:
|
|
1924
1924
|
return "Byte";
|
|
1925
1925
|
}
|
|
1926
|
-
}(this._options.data)), this._qr.make(), this._options.type === N ? (this._canvas = new
|
|
1926
|
+
}(this._options.data)), this._qr.make(), this._options.type === N ? (this._canvas = new z2(this._options), this._canvasDrawingPromise = this._canvas.drawQR(this._qr), this._svgDrawingPromise = void 0, this._svg = void 0) : (this._svg = new L(this._options), this._svgDrawingPromise = this._svg.drawQR(this._qr), this._canvasDrawingPromise = void 0, this._canvas = void 0), this.append(this._container));
|
|
1927
1927
|
}, t4.prototype.append = function(t5) {
|
|
1928
1928
|
if (t5) {
|
|
1929
1929
|
if ("function" != typeof t5.appendChild)
|
|
@@ -5842,7 +5842,7 @@ const e = {
|
|
|
5842
5842
|
field: {
|
|
5843
5843
|
"mandatory-not-filled": "Mandatory field(s) not filled in"
|
|
5844
5844
|
}
|
|
5845
|
-
},
|
|
5845
|
+
}, t = {
|
|
5846
5846
|
appointment: {
|
|
5847
5847
|
new: "New",
|
|
5848
5848
|
"new-aria-label": "Add a new element",
|
|
@@ -6004,7 +6004,7 @@ Would you like to continue this action?`,
|
|
|
6004
6004
|
title: "Others agendas",
|
|
6005
6005
|
add: "Add agenda"
|
|
6006
6006
|
}
|
|
6007
|
-
},
|
|
6007
|
+
}, a = {
|
|
6008
6008
|
submit: "Submit form"
|
|
6009
6009
|
}, o = {
|
|
6010
6010
|
title: "Queue",
|
|
@@ -6043,7 +6043,7 @@ Would you like to continue this action?`,
|
|
|
6043
6043
|
"number-in-queue": "You are number {nb} in the queue",
|
|
6044
6044
|
recap: "There are {nb} people(s) ahead. Your waiting time is estimate to {time} minute(s)"
|
|
6045
6045
|
}
|
|
6046
|
-
},
|
|
6046
|
+
}, r = {
|
|
6047
6047
|
common: {
|
|
6048
6048
|
day: {
|
|
6049
6049
|
monday: "Monday",
|
|
@@ -6056,13 +6056,13 @@ Would you like to continue this action?`,
|
|
|
6056
6056
|
closed: "Closed"
|
|
6057
6057
|
}
|
|
6058
6058
|
}
|
|
6059
|
-
},
|
|
6059
|
+
}, n = {
|
|
6060
6060
|
common: e,
|
|
6061
|
-
agenda:
|
|
6062
|
-
form:
|
|
6061
|
+
agenda: t,
|
|
6062
|
+
form: a,
|
|
6063
6063
|
queue: o,
|
|
6064
|
-
settings:
|
|
6065
|
-
},
|
|
6064
|
+
settings: r
|
|
6065
|
+
}, i = {
|
|
6066
6066
|
appointment: {
|
|
6067
6067
|
new: "Nouveau",
|
|
6068
6068
|
"new-aria-label": "Ajouter un nouvel \xE9l\xE9ment",
|
|
@@ -6393,7 +6393,13 @@ Vous pouvez modifier l\u2019heure du rendez-vous en cliquant sur le bouton pr\xE
|
|
|
6393
6393
|
accepted: "@:agenda.appointment.details.actions.accepted.4",
|
|
6394
6394
|
declined: "@:agenda.appointment.details.actions.declined.4",
|
|
6395
6395
|
"accepte-error": "Une erreur a eu lieu lors de l'acceptation",
|
|
6396
|
-
"decline-error": "Une erreur a eu lieu lors du refus"
|
|
6396
|
+
"decline-error": "Une erreur a eu lieu lors du refus",
|
|
6397
|
+
perso: {
|
|
6398
|
+
title: "Un rendez-vous personnel a \xE9t\xE9 pris pour le collaborateur {staff}.",
|
|
6399
|
+
body: "Rendez-vous le {day} {date} \xE0 {time}",
|
|
6400
|
+
info: "{company}",
|
|
6401
|
+
content: "Un nouveau rendez-vous personnel avec <b>{staff}</b> pour l'entreprise <b>{company}</b> le <b>{startDate}</b> \xE0 <b>{startHour}</b>."
|
|
6402
|
+
}
|
|
6397
6403
|
},
|
|
6398
6404
|
period: {
|
|
6399
6405
|
new: "Nouvelles",
|
|
@@ -6438,6 +6444,31 @@ Vous pouvez modifier l\u2019heure du rendez-vous en cliquant sur le bouton pr\xE
|
|
|
6438
6444
|
description: "G\xE9rer et configurer vos @:crm.contacts-trad",
|
|
6439
6445
|
menu: "Menu principal",
|
|
6440
6446
|
menuDescription: "Afficher/Masquer le menu principal"
|
|
6447
|
+
},
|
|
6448
|
+
report: {
|
|
6449
|
+
title: "Rapport",
|
|
6450
|
+
description: "Consulter mes rapports",
|
|
6451
|
+
menu: "Menu principal",
|
|
6452
|
+
menuDescription: "Afficher/Masquer le menu principal"
|
|
6453
|
+
}
|
|
6454
|
+
},
|
|
6455
|
+
login: {
|
|
6456
|
+
"account-selection": {
|
|
6457
|
+
title: "Nous avons trouv\xE9 plusieurs organisations.",
|
|
6458
|
+
subtitle: "Sur quelle organisation souhaitez-vous vous connecter?",
|
|
6459
|
+
next: "@:common.next",
|
|
6460
|
+
right: {
|
|
6461
|
+
0: "@:common.roles.administrator",
|
|
6462
|
+
1: "@:common.roles.scheduler",
|
|
6463
|
+
2: "@:common.roles.reader",
|
|
6464
|
+
owner: "Propri\xE9taire",
|
|
6465
|
+
company: {
|
|
6466
|
+
0: "Administrateur de planification",
|
|
6467
|
+
1: "Personnel de planification",
|
|
6468
|
+
2: "Lecteur de planification",
|
|
6469
|
+
multiple: "Droits multiples"
|
|
6470
|
+
}
|
|
6471
|
+
}
|
|
6441
6472
|
}
|
|
6442
6473
|
}
|
|
6443
6474
|
}, s = {
|
|
@@ -6448,6 +6479,7 @@ Vous pouvez modifier l\u2019heure du rendez-vous en cliquant sur le bouton pr\xE
|
|
|
6448
6479
|
}, c = {
|
|
6449
6480
|
yes: "Oui",
|
|
6450
6481
|
no: "Non",
|
|
6482
|
+
next: "Suivant",
|
|
6451
6483
|
error: {
|
|
6452
6484
|
404: {
|
|
6453
6485
|
title: "Vous semblez perdu !",
|
|
@@ -6656,6 +6688,21 @@ Vous pouvez modifier l\u2019heure du rendez-vous en cliquant sur le bouton pr\xE
|
|
|
6656
6688
|
all: "Courriel et SMS",
|
|
6657
6689
|
none: "Pas de notification",
|
|
6658
6690
|
sms: "SMS"
|
|
6691
|
+
},
|
|
6692
|
+
roles: {
|
|
6693
|
+
reader: "Lecteur",
|
|
6694
|
+
scheduler: "Planificateur",
|
|
6695
|
+
administrator: "Administrateur"
|
|
6696
|
+
},
|
|
6697
|
+
select: {
|
|
6698
|
+
"select-all": "Tout s\xE9lectionner",
|
|
6699
|
+
"deselect-all": "Tout d\xE9s\xE9lectionner"
|
|
6700
|
+
},
|
|
6701
|
+
from: "Du",
|
|
6702
|
+
to: "Au",
|
|
6703
|
+
filter: {
|
|
6704
|
+
"erase-filters": "Effacer les filtres",
|
|
6705
|
+
"apply-filters": "Appliquer les filtres"
|
|
6659
6706
|
}
|
|
6660
6707
|
}, d = {
|
|
6661
6708
|
"contact-trad": "contact",
|
|
@@ -7346,6 +7393,23 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
7346
7393
|
title: "Les horaires"
|
|
7347
7394
|
}
|
|
7348
7395
|
}, p = {
|
|
7396
|
+
filter: {
|
|
7397
|
+
title: "Filtres",
|
|
7398
|
+
description: "Les filtres vous permettent d\u2019acc\xE9der facilement \xE0 la donn\xE9e qui vous int\xE9resse en fonction de la p\xE9riode, des \xE9tablissements et des collaborateurs.",
|
|
7399
|
+
period: "P\xE9riode",
|
|
7400
|
+
companies: "\xC9tablissements",
|
|
7401
|
+
users: "Collaborateurs"
|
|
7402
|
+
}
|
|
7403
|
+
}, f = {
|
|
7404
|
+
list: {
|
|
7405
|
+
title: "Visualiser mes statistiques",
|
|
7406
|
+
subTitle: "Analyser les performances de vos \xE9tablissements sur une p\xE9riode donn\xE9e.",
|
|
7407
|
+
filter: "Filtrer",
|
|
7408
|
+
loading: "Chargement de mes rapports",
|
|
7409
|
+
account: "S\xE9lectionner le compte \xE0 afficher",
|
|
7410
|
+
error: "Une erreur a eu lieu lors du chargement de mes rapports"
|
|
7411
|
+
}
|
|
7412
|
+
}, b = {
|
|
7349
7413
|
recents: "Recherches r\xE9centes",
|
|
7350
7414
|
loading: "Loading",
|
|
7351
7415
|
company: {
|
|
@@ -7388,7 +7452,7 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
7388
7452
|
title: "Aucun r\xE9sultat trouv\xE9",
|
|
7389
7453
|
desc: "Nous n'avons trouv\xE9 aucun r\xE9sultat correspondant \xE0 votre recherche."
|
|
7390
7454
|
}
|
|
7391
|
-
},
|
|
7455
|
+
}, v = {
|
|
7392
7456
|
menu: {
|
|
7393
7457
|
burger: {
|
|
7394
7458
|
"aria-label": "Afficher le menu"
|
|
@@ -7410,6 +7474,46 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
7410
7474
|
"new-company": "Nouvelle entreprise",
|
|
7411
7475
|
"delete-success": "La suppression a bien \xE9t\xE9 effectu\xE9e"
|
|
7412
7476
|
},
|
|
7477
|
+
profile: {
|
|
7478
|
+
title: "G\xE9rer mon profil",
|
|
7479
|
+
personal_data: "Mes donn\xE9es personnelles",
|
|
7480
|
+
preferences: "Mes pr\xE9f\xE9rences",
|
|
7481
|
+
cancel: "@:common.action.cancel",
|
|
7482
|
+
save: "@:common.action.save",
|
|
7483
|
+
error: {
|
|
7484
|
+
100: "Le mot de passe ne correspond pas",
|
|
7485
|
+
101: "Votre compte est v\xE9rouill\xE9",
|
|
7486
|
+
102: "Le mot de passe ne r\xE9pond pas aux crit\xE8res de validation d\u2019un mot de passe"
|
|
7487
|
+
},
|
|
7488
|
+
password: {
|
|
7489
|
+
title: "Modifier mon mot de passe",
|
|
7490
|
+
change: "@:common.action.modify",
|
|
7491
|
+
current: "Mot de passe actuel",
|
|
7492
|
+
new: "Nouveau mot de passe",
|
|
7493
|
+
confirm: "Confirmer mot de passe",
|
|
7494
|
+
notmatch: "Les mots de passe ne correspondent pas!",
|
|
7495
|
+
"change-success": "Votre mot de passe a bien \xE9t\xE9 modifi\xE9",
|
|
7496
|
+
"change-error": "Votre mot de passe n'a p\xFB \xEAtre modifi\xE9",
|
|
7497
|
+
label: "Mot de passe",
|
|
7498
|
+
reset: "Modifier"
|
|
7499
|
+
},
|
|
7500
|
+
photo: {
|
|
7501
|
+
label: "Photo"
|
|
7502
|
+
},
|
|
7503
|
+
firstname: "Pr\xE9nom",
|
|
7504
|
+
lastname: "Nom",
|
|
7505
|
+
contact: {
|
|
7506
|
+
title: "Coordonn\xE9es",
|
|
7507
|
+
description: "Il s'agit des coordonn\xE9es sur lesquelles vous pourrez \xEAtre contact\xE9"
|
|
7508
|
+
},
|
|
7509
|
+
email: "Email",
|
|
7510
|
+
security: {
|
|
7511
|
+
title: "S\xE9curit\xE9",
|
|
7512
|
+
description: "Vous pouvez modifier votre mot de passe"
|
|
7513
|
+
},
|
|
7514
|
+
"change-success": "Votre profile a bien \xE9t\xE9 modifi\xE9",
|
|
7515
|
+
"change-error": "Votre profile n'a p\xFB \xEAtre modifi\xE9"
|
|
7516
|
+
},
|
|
7413
7517
|
"company-details": {
|
|
7414
7518
|
title: "Informations g\xE9n\xE9rales",
|
|
7415
7519
|
"save-success": "Les informations de l'entreprise ont bien \xE9t\xE9 enregistr\xE9es",
|
|
@@ -7636,6 +7740,8 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
7636
7740
|
companyAddress: "@:settings.service-details.locations.company",
|
|
7637
7741
|
phone: "Par t\xE9l\xE9phone",
|
|
7638
7742
|
visio: "En visioconf\xE9rence",
|
|
7743
|
+
visioconference: "@:settings.service-details.locations.visio",
|
|
7744
|
+
videoconference: "@:settings.service-details.locations.visio",
|
|
7639
7745
|
custom: "Emplacement personnalis\xE9"
|
|
7640
7746
|
},
|
|
7641
7747
|
price: {
|
|
@@ -7789,9 +7895,9 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
7789
7895
|
},
|
|
7790
7896
|
roles: {
|
|
7791
7897
|
none: "@:common.content.none",
|
|
7792
|
-
reader: "
|
|
7793
|
-
scheduler: "
|
|
7794
|
-
administrator: "
|
|
7898
|
+
reader: "@:common.roles.reader",
|
|
7899
|
+
scheduler: "@:common.roles.scheduler",
|
|
7900
|
+
administrator: "@:common.roles.administrator"
|
|
7795
7901
|
},
|
|
7796
7902
|
"external-calendars": "@:common.field.external-calendars.label",
|
|
7797
7903
|
icals: {
|
|
@@ -7985,7 +8091,7 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
7985
8091
|
},
|
|
7986
8092
|
"day-tooltip": "Vous pouvez s\xE9lectionner les jours de la semaine faisant l\u2019objet d\u2019horaires sp\xE9cifiques. Un jour non s\xE9lectionn\xE9 prendra les horaires par d\xE9faut du collaborateurs."
|
|
7987
8093
|
}
|
|
7988
|
-
},
|
|
8094
|
+
}, h = {
|
|
7989
8095
|
fields: {
|
|
7990
8096
|
optional: "Optionnel",
|
|
7991
8097
|
mandatory: "Ce champ est obligatoire",
|
|
@@ -8022,8 +8128,8 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
8022
8128
|
"add-aria-label": "Ajouter des horaires pour le {day}",
|
|
8023
8129
|
"remove-aria-label": "Supprimer la ligne d'horaire pour le {day}"
|
|
8024
8130
|
}
|
|
8025
|
-
},
|
|
8026
|
-
agenda:
|
|
8131
|
+
}, g = {
|
|
8132
|
+
agenda: i,
|
|
8027
8133
|
agendize: l,
|
|
8028
8134
|
calendar: s,
|
|
8029
8135
|
common: c,
|
|
@@ -8191,16 +8297,18 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
8191
8297
|
},
|
|
8192
8298
|
form: u,
|
|
8193
8299
|
queue: m,
|
|
8194
|
-
|
|
8195
|
-
|
|
8196
|
-
|
|
8197
|
-
|
|
8300
|
+
reporting: p,
|
|
8301
|
+
report: f,
|
|
8302
|
+
search: b,
|
|
8303
|
+
settings: v,
|
|
8304
|
+
system: h
|
|
8305
|
+
}, z = { en: n, fr: g };
|
|
8198
8306
|
const i18n = (locale) => createI18n({
|
|
8199
8307
|
legacy: false,
|
|
8200
8308
|
locale,
|
|
8201
8309
|
fallbackLocale: "fr",
|
|
8202
8310
|
globalInjection: true,
|
|
8203
|
-
messages:
|
|
8311
|
+
messages: z
|
|
8204
8312
|
});
|
|
8205
8313
|
var View_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
8206
8314
|
var _export_sfc = (sfc, props) => {
|