@agendize/vue-tools 1.1.0-beta4818 → 1.1.0-beta4818-1
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/vue-tools.es.js +117 -117
- package/package.json +2 -2
package/dist/vue-tools.es.js
CHANGED
|
@@ -826,7 +826,7 @@ var qrCodeStyling = { exports: {} };
|
|
|
826
826
|
return o2;
|
|
827
827
|
}) ? r3.apply(e3, []) : r3) || (t3.exports = n2);
|
|
828
828
|
}, 796: (t3, e3, r3) => {
|
|
829
|
-
r3.d(e3, { default: () =>
|
|
829
|
+
r3.d(e3, { default: () => W2 });
|
|
830
830
|
var n2 = function() {
|
|
831
831
|
return (n2 = Object.assign || function(t4) {
|
|
832
832
|
for (var e4, r4 = 1, n3 = arguments.length; r4 < n3; r4++)
|
|
@@ -1896,7 +1896,7 @@ var qrCodeStyling = { exports: {} };
|
|
|
1896
1896
|
};
|
|
1897
1897
|
}
|
|
1898
1898
|
};
|
|
1899
|
-
const
|
|
1899
|
+
const W2 = function() {
|
|
1900
1900
|
function t4(t5) {
|
|
1901
1901
|
this._options = t5 ? G2(a2(F, t5)) : F, this.update();
|
|
1902
1902
|
}
|
|
@@ -8410,13 +8410,13 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
8410
8410
|
search: b,
|
|
8411
8411
|
settings: v,
|
|
8412
8412
|
system: h
|
|
8413
|
-
}, z
|
|
8413
|
+
}, z = { en: n, fr: g };
|
|
8414
8414
|
const i18n = (locale) => createI18n({
|
|
8415
8415
|
legacy: false,
|
|
8416
8416
|
locale,
|
|
8417
8417
|
fallbackLocale: "fr",
|
|
8418
8418
|
globalInjection: true,
|
|
8419
|
-
messages: z
|
|
8419
|
+
messages: z
|
|
8420
8420
|
});
|
|
8421
8421
|
var View_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
8422
8422
|
var _export_sfc = (sfc, props) => {
|
|
@@ -11668,7 +11668,7 @@ function $(s2) {
|
|
|
11668
11668
|
return String.fromCharCode(t2);
|
|
11669
11669
|
});
|
|
11670
11670
|
}
|
|
11671
|
-
function
|
|
11671
|
+
function W(s2) {
|
|
11672
11672
|
return s2 == null ? "" : s2 == null ? void 0 : s2.replace(/[\u0100-\u9999<>\&]/g, function(e2) {
|
|
11673
11673
|
return "&#" + e2.charCodeAt(0) + ";";
|
|
11674
11674
|
});
|
|
@@ -11719,7 +11719,7 @@ class pr {
|
|
|
11719
11719
|
}
|
|
11720
11720
|
static toSettingsPeriodWorkingDto(e2) {
|
|
11721
11721
|
const t2 = new H0();
|
|
11722
|
-
return t2.name =
|
|
11722
|
+
return t2.name = W(e2.name), t2.startPeriod = { dateTime: e2.startPeriod.dateTime, timeZone: e2.startPeriod.timeZone }, t2.endPeriod = { dateTime: e2.endPeriod.dateTime, timeZone: e2.endPeriod.timeZone }, e2.monday && (t2.monday = [], e2.monday.forEach((r2) => {
|
|
11723
11723
|
var n2;
|
|
11724
11724
|
(n2 = t2.monday) == null || n2.push(_e.fromSettingsPeriodWorkingDayDto(r2));
|
|
11725
11725
|
})), e2.tuesday && (t2.tuesday = [], e2.tuesday.forEach((r2) => {
|
|
@@ -11966,7 +11966,7 @@ class Zt {
|
|
|
11966
11966
|
static toFormValueDto(e2) {
|
|
11967
11967
|
var n2;
|
|
11968
11968
|
const t2 = new nd();
|
|
11969
|
-
t2.id = e2.id, t2.name =
|
|
11969
|
+
t2.id = e2.id, t2.name = W(e2.name), t2.value = W(e2.value);
|
|
11970
11970
|
const r2 = [];
|
|
11971
11971
|
return (n2 = e2.values) == null || n2.forEach((i2) => {
|
|
11972
11972
|
r2.push(Zt.toFormValueDto(i2));
|
|
@@ -12024,7 +12024,7 @@ class Re {
|
|
|
12024
12024
|
static toFormDto(e2) {
|
|
12025
12025
|
var i2, a2;
|
|
12026
12026
|
const t2 = new rd();
|
|
12027
|
-
t2.id = e2.id, t2.label =
|
|
12027
|
+
t2.id = e2.id, t2.label = W(e2.label), t2.title = W(e2.label), t2.type = e2.type, t2.inputType = e2.inputType, t2.visible = e2.visible, t2.disabled = e2.disabled, t2.mandatory = e2.required;
|
|
12028
12028
|
const r2 = [];
|
|
12029
12029
|
(i2 = e2.values) == null || i2.forEach((c2) => {
|
|
12030
12030
|
r2.push(Zt.toFormValueDto(c2));
|
|
@@ -12037,7 +12037,7 @@ class Re {
|
|
|
12037
12037
|
const n2 = [];
|
|
12038
12038
|
return e2.subItem && ((a2 = e2.subItem) == null || a2.forEach((c2) => {
|
|
12039
12039
|
n2.push(Re.toFormDto(c2));
|
|
12040
|
-
})), t2.subItem = n2, t2.readonly = e2.readonly, t2.multiple = e2.multiple, t2.bind = e2.bind, t2.bindGroup = e2.bindGroup, t2.externalId = e2.externalId, t2.help = e2.help, t2.placeholder = e2.placeholder, t2.otherValue = e2.otherValue, t2.category = e2.category, Array.isArray(e2.value) ? t2.value = e2.value.map((c2) =>
|
|
12040
|
+
})), t2.subItem = n2, t2.readonly = e2.readonly, t2.multiple = e2.multiple, t2.bind = e2.bind, t2.bindGroup = e2.bindGroup, t2.externalId = e2.externalId, t2.help = e2.help, t2.placeholder = e2.placeholder, t2.otherValue = e2.otherValue, t2.category = e2.category, Array.isArray(e2.value) ? t2.value = e2.value.map((c2) => W(c2)) : typeof e2.value == "string" ? t2.value = W(e2.value) : t2.value = e2.value, t2;
|
|
12041
12041
|
}
|
|
12042
12042
|
static formItemToFormField(e2) {
|
|
12043
12043
|
var t2;
|
|
@@ -12153,7 +12153,7 @@ class it {
|
|
|
12153
12153
|
}
|
|
12154
12154
|
static toStaffDto(e2) {
|
|
12155
12155
|
const t2 = new sd();
|
|
12156
|
-
return t2.id = e2.id, e2.company && (t2.company = { id: e2.company.id, name: e2.company.name }), t2.firstName =
|
|
12156
|
+
return t2.id = e2.id, e2.company && (t2.company = { id: e2.company.id, name: e2.company.name }), t2.firstName = W(e2.firstName), t2.lastName = W(e2.lastName), t2.email = e2.email, t2.phone = e2.phone, t2.gender = e2.gender, t2.title = e2.title, t2.otherPhone = e2.otherPhone, t2.description = W(e2.description), t2.role = e2.role, t2.externalId = e2.externalId, e2.vacations && (t2.vacations = [], e2.vacations.forEach((r2) => {
|
|
12157
12157
|
var n2;
|
|
12158
12158
|
return (n2 = t2.vacations) == null ? void 0 : n2.push(r2);
|
|
12159
12159
|
})), e2.workingHours && (t2.workingHours = [], e2.workingHours.forEach((r2) => {
|
|
@@ -12237,7 +12237,7 @@ class dt {
|
|
|
12237
12237
|
static toServiceDto(e2) {
|
|
12238
12238
|
var n2, i2;
|
|
12239
12239
|
const t2 = new ad();
|
|
12240
|
-
t2.id = e2.id, t2.name =
|
|
12240
|
+
t2.id = e2.id, t2.name = W(e2.name), t2.duration = e2.duration, t2.description = W(e2.description), t2.capacity = e2.capacity, t2.price = e2.price, t2.bufferDuration = e2.bufferDuration, t2.preparationDuration = e2.preparationDuration, t2.validation = e2.validation, t2.externalId = e2.externalId, t2.picture = (n2 = e2.picture) != null && n2.data ? { url: "", mimeType: "", data: e2.picture.data } : void 0;
|
|
12241
12241
|
const r2 = [];
|
|
12242
12242
|
return t2.bypassFreeBusyAvailabilities = e2.type === "event", (i2 = e2.resources) == null || i2.forEach((a2) => {
|
|
12243
12243
|
r2.push({ id: a2.id, name: a2.name, quantity: a2.quantity });
|
|
@@ -12291,7 +12291,7 @@ class Qt {
|
|
|
12291
12291
|
}
|
|
12292
12292
|
static toAddressDto(e2) {
|
|
12293
12293
|
const t2 = new od();
|
|
12294
|
-
return t2.street =
|
|
12294
|
+
return t2.street = W(e2.street), t2.otherStreet = W(e2.otherStreet), t2.zipCode = W(e2.zipCode), t2.city = W(e2.city), t2.country = W(e2.country), t2.state = W(e2.state), t2;
|
|
12295
12295
|
}
|
|
12296
12296
|
}
|
|
12297
12297
|
class od {
|
|
@@ -12374,7 +12374,7 @@ class Ye {
|
|
|
12374
12374
|
static toContactDto(e2) {
|
|
12375
12375
|
var c2, l2, u2, d2;
|
|
12376
12376
|
const t2 = new ld();
|
|
12377
|
-
t2.id = e2.id, t2.owner = e2.owner, t2.firstName =
|
|
12377
|
+
t2.id = e2.id, t2.owner = e2.owner, t2.firstName = W(e2.firstName), t2.lastName = W(e2.lastName);
|
|
12378
12378
|
let r2 = [];
|
|
12379
12379
|
(c2 = e2.emailAddresses) == null || c2.forEach((f2) => {
|
|
12380
12380
|
r2.push(bn.toContactEmailAddressDto(f2));
|
|
@@ -12386,7 +12386,7 @@ class Ye {
|
|
|
12386
12386
|
let i2 = [];
|
|
12387
12387
|
(u2 = e2.tags) == null || u2.forEach((f2) => {
|
|
12388
12388
|
i2.push($r.toContactTagDto(f2));
|
|
12389
|
-
}), t2.tags = i2, t2.companyName =
|
|
12389
|
+
}), t2.tags = i2, t2.companyName = W(e2.companyName), t2.jobTitle = W(e2.jobTitle), e2.address && (t2.address = Qt.toAddressDto(e2.address)), t2.birthDate = e2.birthDate, t2.language = e2.language, t2.languageSpoken = e2.languageSpoken, t2.languageUnderstood = e2.languageUnderstood, t2.additionalFieldsTitle = W(e2.additionalFieldsTitle);
|
|
12390
12390
|
let a2 = [];
|
|
12391
12391
|
return (d2 = e2.additionalFields) == null || d2.forEach((f2) => {
|
|
12392
12392
|
a2.push(vr.toContactAdditionalFieldDto(f2));
|
|
@@ -12449,7 +12449,7 @@ class $r {
|
|
|
12449
12449
|
}
|
|
12450
12450
|
static toContactTagDto(e2) {
|
|
12451
12451
|
const t2 = new fd();
|
|
12452
|
-
return t2.tag =
|
|
12452
|
+
return t2.tag = W(e2.tag), t2.color = e2.color, t2;
|
|
12453
12453
|
}
|
|
12454
12454
|
}
|
|
12455
12455
|
class vr {
|
|
@@ -12465,7 +12465,7 @@ class vr {
|
|
|
12465
12465
|
}
|
|
12466
12466
|
static toContactAdditionalFieldDto(e2) {
|
|
12467
12467
|
const t2 = new hd();
|
|
12468
|
-
return t2.id = e2.id, t2.name =
|
|
12468
|
+
return t2.id = e2.id, t2.name = W(e2.name), t2.mandatory = e2.mandatory, t2.value = W(e2.value), t2;
|
|
12469
12469
|
}
|
|
12470
12470
|
}
|
|
12471
12471
|
class ld {
|
|
@@ -12595,33 +12595,33 @@ class Ce {
|
|
|
12595
12595
|
static toEventDto(e2, t2) {
|
|
12596
12596
|
var i2;
|
|
12597
12597
|
const r2 = new yd();
|
|
12598
|
-
r2.id = e2.id, e2.company && (r2.company = { id: e2.company.id, name:
|
|
12598
|
+
r2.id = e2.id, e2.company && (r2.company = { id: e2.company.id, name: W(e2.company.name) }), e2.service && (r2.service = {
|
|
12599
12599
|
id: e2.service.id,
|
|
12600
|
-
name:
|
|
12600
|
+
name: W(e2.service.name),
|
|
12601
12601
|
color: e2.service.color,
|
|
12602
12602
|
preparationDuration: e2.service.preparationDuration,
|
|
12603
12603
|
bufferDuration: e2.service.bufferDuration,
|
|
12604
12604
|
capacity: e2.service.capacity
|
|
12605
12605
|
}), e2.staff && (r2.staff = {
|
|
12606
12606
|
id: e2.staff.id,
|
|
12607
|
-
firstName:
|
|
12608
|
-
lastName:
|
|
12607
|
+
firstName: W(e2.staff.firstName),
|
|
12608
|
+
lastName: W(e2.staff.lastName),
|
|
12609
12609
|
phone: e2.staff.phone,
|
|
12610
12610
|
email: e2.staff.email,
|
|
12611
12611
|
externalId: e2.staff.externalId,
|
|
12612
12612
|
userId: e2.staff.userId
|
|
12613
12613
|
}), e2.client && (r2.client = {
|
|
12614
12614
|
id: e2.client.id,
|
|
12615
|
-
firstName:
|
|
12616
|
-
lastName:
|
|
12615
|
+
firstName: W(e2.client.firstName),
|
|
12616
|
+
lastName: W(e2.client.lastName),
|
|
12617
12617
|
email: e2.client.email
|
|
12618
|
-
}), r2.start = gn(e2.start, t2), r2.end = gn(e2.end, t2), r2.status = e2.status, r2.paid = e2.paid, r2.type = e2.type, r2.source = e2.source, r2.price = e2.price, r2.notes =
|
|
12618
|
+
}), r2.start = gn(e2.start, t2), r2.end = gn(e2.end, t2), r2.status = e2.status, r2.paid = e2.paid, r2.type = e2.type, r2.source = e2.source, r2.price = e2.price, r2.notes = W(e2.notes), r2.summary = W(e2.summary);
|
|
12619
12619
|
const n2 = [];
|
|
12620
12620
|
if ((i2 = e2.form) == null || i2.forEach((a2) => n2.push(Re.toFormDto(a2))), r2.form = n2, r2["meta-event"] = e2.metaEvent, r2.metaEventId = e2.metaEventId, e2.onlineMeeting && (r2.onlineMeeting = { provider: e2.onlineMeeting.provider, videoLink: e2.onlineMeeting.videoLink }), r2.parameters = e2.parameters, e2.events) {
|
|
12621
12621
|
const a2 = [];
|
|
12622
12622
|
e2.events.forEach((c2) => a2.push(Ce.toEventDto(c2, t2))), r2.events = a2;
|
|
12623
12623
|
}
|
|
12624
|
-
return e2.marketingConsent && (r2.marketingConsent = new yi(e2.marketingConsent.text)), e2.privacyConsent && (r2.privacyConsent = new yi(e2.privacyConsent.text)), r2.location = e2.location, r2.locationCustom =
|
|
12624
|
+
return e2.marketingConsent && (r2.marketingConsent = new yi(e2.marketingConsent.text)), e2.privacyConsent && (r2.privacyConsent = new yi(e2.privacyConsent.text)), r2.location = e2.location, r2.locationCustom = W(e2.locationCustom), r2.preparationDuration = e2.preparationDuration, r2.bufferDuration = e2.bufferDuration, r2;
|
|
12625
12625
|
}
|
|
12626
12626
|
}
|
|
12627
12627
|
class yd {
|
|
@@ -12676,10 +12676,10 @@ class ht {
|
|
|
12676
12676
|
static toServiceGroupDto(e2) {
|
|
12677
12677
|
var r2, n2, i2;
|
|
12678
12678
|
const t2 = new xd();
|
|
12679
|
-
return t2.id = e2.id, t2.name =
|
|
12679
|
+
return t2.id = e2.id, t2.name = W(e2.name), t2.color = e2.color, t2.picture = e2.picture ? { url: (r2 = e2.picture) == null ? void 0 : r2.url, mimeType: (n2 = e2.picture) == null ? void 0 : n2.mimeType, data: (i2 = e2.picture) == null ? void 0 : i2.data } : void 0, e2.members && (t2.members = [], e2.members.forEach((a2) => {
|
|
12680
12680
|
var c2;
|
|
12681
|
-
(c2 = t2.members) == null || c2.push({ id: a2.id, name:
|
|
12682
|
-
})), e2.parent && (t2.parent = { id: e2.parent.id, name:
|
|
12681
|
+
(c2 = t2.members) == null || c2.push({ id: a2.id, name: W(a2.name) });
|
|
12682
|
+
})), e2.parent && (t2.parent = { id: e2.parent.id, name: W(e2.parent.name) }), t2.externalId = e2.externalId, t2;
|
|
12683
12683
|
}
|
|
12684
12684
|
}
|
|
12685
12685
|
class xd {
|
|
@@ -12715,7 +12715,7 @@ class mt {
|
|
|
12715
12715
|
}
|
|
12716
12716
|
static toStaffGroupDto(e2) {
|
|
12717
12717
|
const t2 = new gd();
|
|
12718
|
-
return t2.id = e2.id, t2.name =
|
|
12718
|
+
return t2.id = e2.id, t2.name = W(e2.name), t2.color = e2.color, e2.members && (t2.members = [], e2.members.forEach((r2) => {
|
|
12719
12719
|
var n2;
|
|
12720
12720
|
(n2 = t2.members) == null || n2.push(r2);
|
|
12721
12721
|
})), e2.workingHours && (t2.workingHours = [], e2.workingHours.forEach((r2) => {
|
|
@@ -13979,12 +13979,12 @@ var lo;
|
|
|
13979
13979
|
}
|
|
13980
13980
|
e2("decorate", w);
|
|
13981
13981
|
function S(b2, _) {
|
|
13982
|
-
function M(V,
|
|
13982
|
+
function M(V, j) {
|
|
13983
13983
|
if (!T(V))
|
|
13984
13984
|
throw new TypeError();
|
|
13985
|
-
if (!I(
|
|
13985
|
+
if (!I(j) && !He(j))
|
|
13986
13986
|
throw new TypeError();
|
|
13987
|
-
he(b2, _, V,
|
|
13987
|
+
he(b2, _, V, j);
|
|
13988
13988
|
}
|
|
13989
13989
|
return M;
|
|
13990
13990
|
}
|
|
@@ -14040,24 +14040,24 @@ var lo;
|
|
|
14040
14040
|
return false;
|
|
14041
14041
|
if (V.size > 0)
|
|
14042
14042
|
return true;
|
|
14043
|
-
var
|
|
14044
|
-
return
|
|
14043
|
+
var j = x.get(_);
|
|
14044
|
+
return j.delete(M), j.size > 0 || x.delete(_), true;
|
|
14045
14045
|
}
|
|
14046
14046
|
e2("deleteMetadata", H);
|
|
14047
14047
|
function E(b2, _) {
|
|
14048
14048
|
for (var M = b2.length - 1; M >= 0; --M) {
|
|
14049
|
-
var V = b2[M],
|
|
14050
|
-
if (!I(
|
|
14051
|
-
if (!wt(
|
|
14049
|
+
var V = b2[M], j = V(_);
|
|
14050
|
+
if (!I(j) && !B(j)) {
|
|
14051
|
+
if (!wt(j))
|
|
14052
14052
|
throw new TypeError();
|
|
14053
|
-
_ =
|
|
14053
|
+
_ = j;
|
|
14054
14054
|
}
|
|
14055
14055
|
}
|
|
14056
14056
|
return _;
|
|
14057
14057
|
}
|
|
14058
14058
|
function R(b2, _, M, V) {
|
|
14059
|
-
for (var
|
|
14060
|
-
var Ee = b2[
|
|
14059
|
+
for (var j = b2.length - 1; j >= 0; --j) {
|
|
14060
|
+
var Ee = b2[j], J = Ee(_, M, V);
|
|
14061
14061
|
if (!I(J) && !B(J)) {
|
|
14062
14062
|
if (!T(J))
|
|
14063
14063
|
throw new TypeError();
|
|
@@ -14073,20 +14073,20 @@ var lo;
|
|
|
14073
14073
|
return;
|
|
14074
14074
|
V = new h2(), x.set(b2, V);
|
|
14075
14075
|
}
|
|
14076
|
-
var
|
|
14077
|
-
if (I(
|
|
14076
|
+
var j = V.get(_);
|
|
14077
|
+
if (I(j)) {
|
|
14078
14078
|
if (!M)
|
|
14079
14079
|
return;
|
|
14080
|
-
|
|
14080
|
+
j = new h2(), V.set(_, j);
|
|
14081
14081
|
}
|
|
14082
|
-
return
|
|
14082
|
+
return j;
|
|
14083
14083
|
}
|
|
14084
14084
|
function L(b2, _, M) {
|
|
14085
14085
|
var V = q(b2, _, M);
|
|
14086
14086
|
if (V)
|
|
14087
14087
|
return true;
|
|
14088
|
-
var
|
|
14089
|
-
return B(
|
|
14088
|
+
var j = kt(_);
|
|
14089
|
+
return B(j) ? false : L(b2, j, M);
|
|
14090
14090
|
}
|
|
14091
14091
|
function q(b2, _, M) {
|
|
14092
14092
|
var V = O(_, M, false);
|
|
@@ -14096,9 +14096,9 @@ var lo;
|
|
|
14096
14096
|
var V = q(b2, _, M);
|
|
14097
14097
|
if (V)
|
|
14098
14098
|
return K(b2, _, M);
|
|
14099
|
-
var
|
|
14100
|
-
if (!B(
|
|
14101
|
-
return Z(b2,
|
|
14099
|
+
var j = kt(_);
|
|
14100
|
+
if (!B(j))
|
|
14101
|
+
return Z(b2, j, M);
|
|
14102
14102
|
}
|
|
14103
14103
|
function K(b2, _, M) {
|
|
14104
14104
|
var V = O(_, M, false);
|
|
@@ -14106,23 +14106,23 @@ var lo;
|
|
|
14106
14106
|
return V.get(b2);
|
|
14107
14107
|
}
|
|
14108
14108
|
function he(b2, _, M, V) {
|
|
14109
|
-
var
|
|
14110
|
-
|
|
14109
|
+
var j = O(M, V, true);
|
|
14110
|
+
j.set(b2, _);
|
|
14111
14111
|
}
|
|
14112
14112
|
function ce(b2, _) {
|
|
14113
14113
|
var M = de(b2, _), V = kt(b2);
|
|
14114
14114
|
if (V === null)
|
|
14115
14115
|
return M;
|
|
14116
|
-
var
|
|
14117
|
-
if (
|
|
14116
|
+
var j = ce(V, _);
|
|
14117
|
+
if (j.length <= 0)
|
|
14118
14118
|
return M;
|
|
14119
14119
|
if (M.length <= 0)
|
|
14120
|
-
return
|
|
14121
|
-
for (var Ee = new m2(), J = [], Y = 0,
|
|
14122
|
-
var se =
|
|
14120
|
+
return j;
|
|
14121
|
+
for (var Ee = new m2(), J = [], Y = 0, z2 = M; Y < z2.length; Y++) {
|
|
14122
|
+
var se = z2[Y], ne = Ee.has(se);
|
|
14123
14123
|
ne || (Ee.add(se), J.push(se));
|
|
14124
14124
|
}
|
|
14125
|
-
for (var Xe = 0, tn =
|
|
14125
|
+
for (var Xe = 0, tn = j; Xe < tn.length; Xe++) {
|
|
14126
14126
|
var se = tn[Xe], ne = Ee.has(se);
|
|
14127
14127
|
ne || (Ee.add(se), J.push(se));
|
|
14128
14128
|
}
|
|
@@ -14132,13 +14132,13 @@ var lo;
|
|
|
14132
14132
|
var M = [], V = O(b2, _, false);
|
|
14133
14133
|
if (I(V))
|
|
14134
14134
|
return M;
|
|
14135
|
-
for (var
|
|
14135
|
+
for (var j = V.keys(), Ee = Kt(j), J = 0; ; ) {
|
|
14136
14136
|
var Y = er(Ee);
|
|
14137
14137
|
if (!Y)
|
|
14138
14138
|
return M.length = J, M;
|
|
14139
|
-
var
|
|
14139
|
+
var z2 = _t(Y);
|
|
14140
14140
|
try {
|
|
14141
|
-
M[J] =
|
|
14141
|
+
M[J] = z2;
|
|
14142
14142
|
} catch (se) {
|
|
14143
14143
|
try {
|
|
14144
14144
|
Ot(Ee);
|
|
@@ -14198,10 +14198,10 @@ var lo;
|
|
|
14198
14198
|
}
|
|
14199
14199
|
var M = _ === 3 ? "string" : _ === 5 ? "number" : "default", V = Te(b2, n2);
|
|
14200
14200
|
if (V !== void 0) {
|
|
14201
|
-
var
|
|
14202
|
-
if (T(
|
|
14201
|
+
var j = V.call(b2, M);
|
|
14202
|
+
if (T(j))
|
|
14203
14203
|
throw new TypeError();
|
|
14204
|
-
return
|
|
14204
|
+
return j;
|
|
14205
14205
|
}
|
|
14206
14206
|
return me(b2, M === "default" ? "number" : M);
|
|
14207
14207
|
}
|
|
@@ -14213,16 +14213,16 @@ var lo;
|
|
|
14213
14213
|
if (!T(V))
|
|
14214
14214
|
return V;
|
|
14215
14215
|
}
|
|
14216
|
-
var
|
|
14217
|
-
if (st(
|
|
14218
|
-
var V =
|
|
14216
|
+
var j = b2.valueOf;
|
|
14217
|
+
if (st(j)) {
|
|
14218
|
+
var V = j.call(b2);
|
|
14219
14219
|
if (!T(V))
|
|
14220
14220
|
return V;
|
|
14221
14221
|
}
|
|
14222
14222
|
} else {
|
|
14223
|
-
var
|
|
14224
|
-
if (st(
|
|
14225
|
-
var V =
|
|
14223
|
+
var j = b2.valueOf;
|
|
14224
|
+
if (st(j)) {
|
|
14225
|
+
var V = j.call(b2);
|
|
14226
14226
|
if (!T(V))
|
|
14227
14227
|
return V;
|
|
14228
14228
|
}
|
|
@@ -14299,13 +14299,13 @@ var lo;
|
|
|
14299
14299
|
var M = b2.prototype, V = M && Object.getPrototypeOf(M);
|
|
14300
14300
|
if (V == null || V === Object.prototype)
|
|
14301
14301
|
return _;
|
|
14302
|
-
var
|
|
14303
|
-
return typeof
|
|
14302
|
+
var j = V.constructor;
|
|
14303
|
+
return typeof j != "function" || j === b2 ? _ : j;
|
|
14304
14304
|
}
|
|
14305
14305
|
function Lt() {
|
|
14306
14306
|
var b2 = {}, _ = [], M = function() {
|
|
14307
|
-
function J(Y,
|
|
14308
|
-
this._index = 0, this._keys = Y, this._values =
|
|
14307
|
+
function J(Y, z2, se) {
|
|
14308
|
+
this._index = 0, this._keys = Y, this._values = z2, this._selector = se;
|
|
14309
14309
|
}
|
|
14310
14310
|
return J.prototype["@@iterator"] = function() {
|
|
14311
14311
|
return this;
|
|
@@ -14314,8 +14314,8 @@ var lo;
|
|
|
14314
14314
|
}, J.prototype.next = function() {
|
|
14315
14315
|
var Y = this._index;
|
|
14316
14316
|
if (Y >= 0 && Y < this._keys.length) {
|
|
14317
|
-
var
|
|
14318
|
-
return Y + 1 >= this._keys.length ? (this._index = -1, this._keys = _, this._values = _) : this._index++, { value:
|
|
14317
|
+
var z2 = this._selector(this._keys[Y], this._values[Y]);
|
|
14318
|
+
return Y + 1 >= this._keys.length ? (this._index = -1, this._keys = _, this._values = _) : this._index++, { value: z2, done: false };
|
|
14319
14319
|
}
|
|
14320
14320
|
return { value: void 0, done: true };
|
|
14321
14321
|
}, J.prototype.throw = function(Y) {
|
|
@@ -14337,15 +14337,15 @@ var lo;
|
|
|
14337
14337
|
}), J.prototype.has = function(Y) {
|
|
14338
14338
|
return this._find(Y, false) >= 0;
|
|
14339
14339
|
}, J.prototype.get = function(Y) {
|
|
14340
|
-
var
|
|
14341
|
-
return
|
|
14342
|
-
}, J.prototype.set = function(Y,
|
|
14340
|
+
var z2 = this._find(Y, false);
|
|
14341
|
+
return z2 >= 0 ? this._values[z2] : void 0;
|
|
14342
|
+
}, J.prototype.set = function(Y, z2) {
|
|
14343
14343
|
var se = this._find(Y, true);
|
|
14344
|
-
return this._values[se] =
|
|
14344
|
+
return this._values[se] = z2, this;
|
|
14345
14345
|
}, J.prototype.delete = function(Y) {
|
|
14346
|
-
var
|
|
14347
|
-
if (
|
|
14348
|
-
for (var se = this._keys.length, ne =
|
|
14346
|
+
var z2 = this._find(Y, false);
|
|
14347
|
+
if (z2 >= 0) {
|
|
14348
|
+
for (var se = this._keys.length, ne = z2 + 1; ne < se; ne++)
|
|
14349
14349
|
this._keys[ne - 1] = this._keys[ne], this._values[ne - 1] = this._values[ne];
|
|
14350
14350
|
return this._keys.length--, this._values.length--, Y === this._cacheKey && (this._cacheKey = b2, this._cacheIndex = -2), true;
|
|
14351
14351
|
}
|
|
@@ -14355,21 +14355,21 @@ var lo;
|
|
|
14355
14355
|
}, J.prototype.keys = function() {
|
|
14356
14356
|
return new M(this._keys, this._values, V);
|
|
14357
14357
|
}, J.prototype.values = function() {
|
|
14358
|
-
return new M(this._keys, this._values,
|
|
14358
|
+
return new M(this._keys, this._values, j);
|
|
14359
14359
|
}, J.prototype.entries = function() {
|
|
14360
14360
|
return new M(this._keys, this._values, Ee);
|
|
14361
14361
|
}, J.prototype["@@iterator"] = function() {
|
|
14362
14362
|
return this.entries();
|
|
14363
14363
|
}, J.prototype[i2] = function() {
|
|
14364
14364
|
return this.entries();
|
|
14365
|
-
}, J.prototype._find = function(Y,
|
|
14366
|
-
return this._cacheKey !== Y && (this._cacheIndex = this._keys.indexOf(this._cacheKey = Y)), this._cacheIndex < 0 &&
|
|
14365
|
+
}, J.prototype._find = function(Y, z2) {
|
|
14366
|
+
return this._cacheKey !== Y && (this._cacheIndex = this._keys.indexOf(this._cacheKey = Y)), this._cacheIndex < 0 && z2 && (this._cacheIndex = this._keys.length, this._keys.push(Y), this._values.push(void 0)), this._cacheIndex;
|
|
14367
14367
|
}, J;
|
|
14368
14368
|
}();
|
|
14369
14369
|
function V(J, Y) {
|
|
14370
14370
|
return J;
|
|
14371
14371
|
}
|
|
14372
|
-
function
|
|
14372
|
+
function j(J, Y) {
|
|
14373
14373
|
return Y;
|
|
14374
14374
|
}
|
|
14375
14375
|
function Ee(J, Y) {
|
|
@@ -14411,53 +14411,53 @@ var lo;
|
|
|
14411
14411
|
function Me() {
|
|
14412
14412
|
var b2 = 16, _ = u2.create(), M = V();
|
|
14413
14413
|
return function() {
|
|
14414
|
-
function
|
|
14414
|
+
function z2() {
|
|
14415
14415
|
this._key = V();
|
|
14416
14416
|
}
|
|
14417
|
-
return
|
|
14418
|
-
var ne =
|
|
14417
|
+
return z2.prototype.has = function(se) {
|
|
14418
|
+
var ne = j(se, false);
|
|
14419
14419
|
return ne !== void 0 ? u2.has(ne, this._key) : false;
|
|
14420
|
-
},
|
|
14421
|
-
var ne =
|
|
14420
|
+
}, z2.prototype.get = function(se) {
|
|
14421
|
+
var ne = j(se, false);
|
|
14422
14422
|
return ne !== void 0 ? u2.get(ne, this._key) : void 0;
|
|
14423
|
-
},
|
|
14424
|
-
var Xe =
|
|
14423
|
+
}, z2.prototype.set = function(se, ne) {
|
|
14424
|
+
var Xe = j(se, true);
|
|
14425
14425
|
return Xe[this._key] = ne, this;
|
|
14426
|
-
},
|
|
14427
|
-
var ne =
|
|
14426
|
+
}, z2.prototype.delete = function(se) {
|
|
14427
|
+
var ne = j(se, false);
|
|
14428
14428
|
return ne !== void 0 ? delete ne[this._key] : false;
|
|
14429
|
-
},
|
|
14429
|
+
}, z2.prototype.clear = function() {
|
|
14430
14430
|
this._key = V();
|
|
14431
|
-
},
|
|
14431
|
+
}, z2;
|
|
14432
14432
|
}();
|
|
14433
14433
|
function V() {
|
|
14434
|
-
var
|
|
14434
|
+
var z2;
|
|
14435
14435
|
do
|
|
14436
|
-
|
|
14437
|
-
while (u2.has(_,
|
|
14438
|
-
return _[
|
|
14436
|
+
z2 = "@@WeakMap@@" + Y();
|
|
14437
|
+
while (u2.has(_, z2));
|
|
14438
|
+
return _[z2] = true, z2;
|
|
14439
14439
|
}
|
|
14440
|
-
function
|
|
14441
|
-
if (!t2.call(
|
|
14440
|
+
function j(z2, se) {
|
|
14441
|
+
if (!t2.call(z2, M)) {
|
|
14442
14442
|
if (!se)
|
|
14443
14443
|
return;
|
|
14444
|
-
Object.defineProperty(
|
|
14444
|
+
Object.defineProperty(z2, M, { value: u2.create() });
|
|
14445
14445
|
}
|
|
14446
|
-
return
|
|
14446
|
+
return z2[M];
|
|
14447
14447
|
}
|
|
14448
|
-
function Ee(
|
|
14448
|
+
function Ee(z2, se) {
|
|
14449
14449
|
for (var ne = 0; ne < se; ++ne)
|
|
14450
|
-
|
|
14451
|
-
return
|
|
14450
|
+
z2[ne] = Math.random() * 255 | 0;
|
|
14451
|
+
return z2;
|
|
14452
14452
|
}
|
|
14453
|
-
function J(
|
|
14454
|
-
return typeof Uint8Array == "function" ? typeof crypto < "u" ? crypto.getRandomValues(new Uint8Array(
|
|
14453
|
+
function J(z2) {
|
|
14454
|
+
return typeof Uint8Array == "function" ? typeof crypto < "u" ? crypto.getRandomValues(new Uint8Array(z2)) : typeof msCrypto < "u" ? msCrypto.getRandomValues(new Uint8Array(z2)) : Ee(new Uint8Array(z2), z2) : Ee(new Array(z2), z2);
|
|
14455
14455
|
}
|
|
14456
14456
|
function Y() {
|
|
14457
|
-
var
|
|
14458
|
-
|
|
14457
|
+
var z2 = J(b2);
|
|
14458
|
+
z2[6] = z2[6] & 79 | 64, z2[8] = z2[8] & 191 | 128;
|
|
14459
14459
|
for (var se = "", ne = 0; ne < b2; ++ne) {
|
|
14460
|
-
var Xe =
|
|
14460
|
+
var Xe = z2[ne];
|
|
14461
14461
|
(ne === 4 || ne === 6 || ne === 8) && (se += "-"), Xe < 16 && (se += "0"), se += Xe.toString(16).toLowerCase();
|
|
14462
14462
|
}
|
|
14463
14463
|
return se;
|
|
@@ -16394,8 +16394,8 @@ function Sl() {
|
|
|
16394
16394
|
if ($e < 16)
|
|
16395
16395
|
je = b2.high = p2[x + $e * 2] | 0, Me = b2.low = p2[x + $e * 2 + 1] | 0;
|
|
16396
16396
|
else {
|
|
16397
|
-
var _ = h2[$e - 15], M = _.high, V = _.low,
|
|
16398
|
-
Me = Ee + Il, je =
|
|
16397
|
+
var _ = h2[$e - 15], M = _.high, V = _.low, j = (M >>> 1 | V << 31) ^ (M >>> 8 | V << 24) ^ M >>> 7, Ee = (V >>> 1 | M << 31) ^ (V >>> 8 | M << 24) ^ (V >>> 7 | M << 25), J = h2[$e - 2], Y = J.high, z2 = J.low, se = (Y >>> 19 | z2 << 13) ^ (Y << 3 | z2 >>> 29) ^ Y >>> 6, ne = (z2 >>> 19 | Y << 13) ^ (z2 << 3 | Y >>> 29) ^ (z2 >>> 6 | Y << 26), Xe = h2[$e - 7], tn = Xe.high, Il = Xe.low, ra = h2[$e - 16], Nl = ra.high, na = ra.low;
|
|
16398
|
+
Me = Ee + Il, je = j + tn + (Me >>> 0 < Ee >>> 0 ? 1 : 0), Me = Me + ne, je = je + se + (Me >>> 0 < ne >>> 0 ? 1 : 0), Me = Me + na, je = je + Nl + (Me >>> 0 < na >>> 0 ? 1 : 0), b2.high = je, b2.low = Me;
|
|
16399
16399
|
}
|
|
16400
16400
|
var Tl = He & Kt ^ ~He & er, sa = Te & _t ^ ~Te & Ot, _l = pe & Ne ^ pe & ke ^ Ne & ke, Ol = me & ee ^ me & lt ^ ee & lt, kl = (pe >>> 28 | me << 4) ^ (pe << 30 | me >>> 2) ^ (pe << 25 | me >>> 7), ia = (me >>> 28 | pe << 4) ^ (me << 30 | pe >>> 2) ^ (me << 25 | pe >>> 7), Ll = (He >>> 14 | Te << 18) ^ (He >>> 18 | Te << 14) ^ (He << 23 | Te >>> 9), Bl = (Te >>> 14 | He << 18) ^ (Te >>> 18 | He << 14) ^ (Te << 23 | He >>> 9), aa = f2[$e], Ml = aa.high, oa = aa.low, Ve = Lt + Bl, Et = kt + Ll + (Ve >>> 0 < Lt >>> 0 ? 1 : 0), Ve = Ve + sa, Et = Et + Tl + (Ve >>> 0 < sa >>> 0 ? 1 : 0), Ve = Ve + oa, Et = Et + Ml + (Ve >>> 0 < oa >>> 0 ? 1 : 0), Ve = Ve + Me, Et = Et + je + (Ve >>> 0 < Me >>> 0 ? 1 : 0), ca = ia + Ol, Fl = kl + _l + (ca >>> 0 < ia >>> 0 ? 1 : 0);
|
|
16401
16401
|
kt = er, Lt = Ot, er = Kt, Ot = _t, Kt = He, _t = Te, Te = wt + Ve | 0, He = st + Et + (Te >>> 0 < wt >>> 0 ? 1 : 0) | 0, st = ke, wt = lt, ke = Ne, lt = ee, Ne = pe, ee = me, me = Ve + ca | 0, pe = Et + Fl + (me >>> 0 < Ve >>> 0 ? 1 : 0) | 0;
|
|
@@ -18963,10 +18963,10 @@ Ki([
|
|
|
18963
18963
|
zr = Ki([
|
|
18964
18964
|
te.Subscriber({ channel: De })
|
|
18965
18965
|
], zr);
|
|
18966
|
-
var
|
|
18967
|
-
for (var n2 = r2 > 1 ? void 0 : r2 ?
|
|
18966
|
+
var fp = Object.defineProperty, hp = Object.getOwnPropertyDescriptor, ta = (s2, e2, t2, r2) => {
|
|
18967
|
+
for (var n2 = r2 > 1 ? void 0 : r2 ? hp(e2, t2) : e2, i2 = s2.length - 1, a2; i2 >= 0; i2--)
|
|
18968
18968
|
(a2 = s2[i2]) && (n2 = (r2 ? a2(e2, t2, n2) : a2(n2)) || n2);
|
|
18969
|
-
return r2 && n2 &&
|
|
18969
|
+
return r2 && n2 && fp(e2, t2, n2), n2;
|
|
18970
18970
|
};
|
|
18971
18971
|
let kn = class {
|
|
18972
18972
|
constructor(s2) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agendize/vue-tools",
|
|
3
|
-
"version": "1.1.0-beta4818",
|
|
3
|
+
"version": "1.1.0-beta4818-1",
|
|
4
4
|
"description": "Agendize tools",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"private": false,
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"qr-code-styling":"^1.5.0",
|
|
47
47
|
"pinia": "^2.0.30",
|
|
48
48
|
"@agendize/design-system": "1.3.7-beta4818-1",
|
|
49
|
-
"@agendize/js-calendar-api": "1.3.0-beta.4834.
|
|
49
|
+
"@agendize/js-calendar-api": "1.3.0-beta.4834.2",
|
|
50
50
|
"@agendize/az-i18n": "^1.0.18"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|