beca-ui 2.1.0-beta.50 → 2.1.0-beta.52
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/beca-ui.js +116 -114
- package/dist/main.css +1 -1
- package/package.json +8 -12
package/dist/beca-ui.js
CHANGED
|
@@ -89486,52 +89486,55 @@ const {
|
|
|
89486
89486
|
const {
|
|
89487
89487
|
size: t = "success",
|
|
89488
89488
|
secondary: n,
|
|
89489
|
-
status: r = "
|
|
89489
|
+
status: r = "default",
|
|
89490
89490
|
disabled: o = !1,
|
|
89491
89491
|
shape: i = "default",
|
|
89492
|
-
type: a = "
|
|
89492
|
+
type: a = "default",
|
|
89493
89493
|
loading: l,
|
|
89494
89494
|
block: s,
|
|
89495
89495
|
className: c
|
|
89496
|
-
} = e;
|
|
89497
|
-
let
|
|
89498
|
-
switch (c && (
|
|
89496
|
+
} = e, u = a !== "default" && r === "default" ? "info" : r;
|
|
89497
|
+
let f = "beca-btn";
|
|
89498
|
+
switch (c && (f += " " + c), t === "small" ? f += " small-btn" : t === "large" && (f += " large-btn"), n && (f += " secondary"), (l || o) && (f += " disabled"), s && (f += " block-btn"), u) {
|
|
89499
89499
|
case "info":
|
|
89500
|
-
|
|
89500
|
+
f += " info-button";
|
|
89501
89501
|
break;
|
|
89502
89502
|
case "success":
|
|
89503
|
-
|
|
89503
|
+
f += " success-button";
|
|
89504
89504
|
break;
|
|
89505
89505
|
case "warning":
|
|
89506
|
-
|
|
89506
|
+
f += " warning-button";
|
|
89507
89507
|
break;
|
|
89508
89508
|
case "danger":
|
|
89509
|
-
|
|
89509
|
+
f += " danger-button";
|
|
89510
89510
|
break;
|
|
89511
89511
|
default:
|
|
89512
|
-
|
|
89512
|
+
f += " default-button";
|
|
89513
89513
|
break;
|
|
89514
89514
|
}
|
|
89515
89515
|
switch (i) {
|
|
89516
89516
|
case "round":
|
|
89517
|
-
|
|
89517
|
+
f += " round-btn";
|
|
89518
89518
|
break;
|
|
89519
89519
|
case "circle":
|
|
89520
|
-
|
|
89520
|
+
f += " circle-btn";
|
|
89521
89521
|
break;
|
|
89522
89522
|
}
|
|
89523
89523
|
switch (a) {
|
|
89524
89524
|
case "dashed":
|
|
89525
|
-
|
|
89525
|
+
f += n ? " dashed-btn" : " secondary dashed-btn";
|
|
89526
89526
|
break;
|
|
89527
89527
|
case "link":
|
|
89528
|
-
|
|
89528
|
+
f += " link-btn";
|
|
89529
89529
|
break;
|
|
89530
89530
|
case "text":
|
|
89531
|
-
|
|
89531
|
+
f += " text-btn";
|
|
89532
|
+
break;
|
|
89533
|
+
case "primary":
|
|
89534
|
+
f += " primary-btn";
|
|
89532
89535
|
break;
|
|
89533
89536
|
}
|
|
89534
|
-
return
|
|
89537
|
+
return f;
|
|
89535
89538
|
}, BZe = (e) => {
|
|
89536
89539
|
const { className: t } = e;
|
|
89537
89540
|
let n = "beca-dropdown";
|
|
@@ -89919,8 +89922,7 @@ var VZe = function(e) {
|
|
|
89919
89922
|
"svg",
|
|
89920
89923
|
De({ viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", color: "inherit", "aria-labelledby": t }, e),
|
|
89921
89924
|
n ? p.createElement("title", { id: t }, n) : null,
|
|
89922
|
-
p.createElement("path", { d: "
|
|
89923
|
-
p.createElement("path", { d: "M16.04 3.02L8.16 10.9c-.3.3-.6.89-.66 1.32l-.43 3.01c-.16 1.09.61 1.85 1.7 1.7l3.01-.43c.42-.06 1.01-.36 1.32-.66l7.88-7.88c1.36-1.36 2-2.94 0-4.94-2-2-3.58-1.36-4.94 0zM14.91 4.15a7.144 7.144 0 004.94 4.94", stroke: "currentcolor", strokeWidth: 1.5, strokeMiterlimit: 10, strokeLinecap: "round", strokeLinejoin: "round" })
|
|
89925
|
+
p.createElement("path", { d: "M5.4 2.1h13.2c1.1 0 2 .9 2 2v2.2c0 .8-.5 1.8-1 2.3l-4.3 3.8c-.6.5-1 1.5-1 2.3V19c0 .6-.4 1.4-.9 1.7l-1.4.9c-1.3.8-3.1-.1-3.1-1.7v-5.3c0-.7-.4-1.6-.8-2.1l-3.8-4c-.5-.5-.9-1.4-.9-2V4.2c0-1.2.9-2.1 2-2.1zM10.93 2.1L6 10", stroke: "currentcolor", strokeWidth: 1.5, strokeMiterlimit: 10, strokeLinecap: "round", strokeLinejoin: "round" })
|
|
89924
89926
|
);
|
|
89925
89927
|
}, SJe = function(e) {
|
|
89926
89928
|
var t, n, r, o, i, a;
|
|
@@ -89935,7 +89937,8 @@ var VZe = function(e) {
|
|
|
89935
89937
|
"svg",
|
|
89936
89938
|
De({ viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", color: "inherit", "aria-labelledby": t }, e),
|
|
89937
89939
|
n ? p.createElement("title", { id: t }, n) : null,
|
|
89938
|
-
p.createElement("path", { d: "
|
|
89940
|
+
p.createElement("path", { d: "M9 22h6c5 0 7-2 7-7V9c0-5-2-7-7-7H9C4 2 2 4 2 9v6c0 5 2 7 7 7z", stroke: "currentcolor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
89941
|
+
p.createElement("path", { d: "M9 10a2 2 0 100-4 2 2 0 000 4zM2.67 18.95l4.93-3.31c.79-.53 1.93-.47 2.64.14l.33.29c.78.67 2.04.67 2.82 0l4.16-3.57c.78-.67 2.04-.67 2.82 0L22 13.9", stroke: "currentcolor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" })
|
|
89939
89942
|
);
|
|
89940
89943
|
}, xJe = function(e) {
|
|
89941
89944
|
var t, n, r, o, i, a;
|
|
@@ -89945,22 +89948,6 @@ var VZe = function(e) {
|
|
|
89945
89948
|
p.createElement(wJe, null)
|
|
89946
89949
|
);
|
|
89947
89950
|
}, EJe = function(e) {
|
|
89948
|
-
var t = e.titleId, n = e.title;
|
|
89949
|
-
return p.createElement(
|
|
89950
|
-
"svg",
|
|
89951
|
-
De({ viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", color: "inherit", "aria-labelledby": t }, e),
|
|
89952
|
-
n ? p.createElement("title", { id: t }, n) : null,
|
|
89953
|
-
p.createElement("path", { d: "M9 22h6c5 0 7-2 7-7V9c0-5-2-7-7-7H9C4 2 2 4 2 9v6c0 5 2 7 7 7z", stroke: "currentcolor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
89954
|
-
p.createElement("path", { d: "M9 10a2 2 0 100-4 2 2 0 000 4zM2.67 18.95l4.93-3.31c.79-.53 1.93-.47 2.64.14l.33.29c.78.67 2.04.67 2.82 0l4.16-3.57c.78-.67 2.04-.67 2.82 0L22 13.9", stroke: "currentcolor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" })
|
|
89955
|
-
);
|
|
89956
|
-
}, $Je = function(e) {
|
|
89957
|
-
var t, n, r, o, i, a;
|
|
89958
|
-
return p.createElement(
|
|
89959
|
-
"span",
|
|
89960
|
-
De({}, e, { className: "beca-icon" + (e.className ? " " + e.className : ""), style: De(De({}, e.style), { color: (r = (t = e.color) !== null && t !== void 0 ? t : (n = e.style) === null || n === void 0 ? void 0 : n.color) !== null && r !== void 0 ? r : "", fontSize: (a = (o = e.size) !== null && o !== void 0 ? o : (i = e.style) === null || i === void 0 ? void 0 : i.fontSize) !== null && a !== void 0 ? a : "" }) }),
|
|
89961
|
-
p.createElement(EJe, null)
|
|
89962
|
-
);
|
|
89963
|
-
}, OJe = function(e) {
|
|
89964
89951
|
var t = e.titleId, n = e.title;
|
|
89965
89952
|
return p.createElement(
|
|
89966
89953
|
"svg",
|
|
@@ -89973,9 +89960,9 @@ var VZe = function(e) {
|
|
|
89973
89960
|
return p.createElement(
|
|
89974
89961
|
"span",
|
|
89975
89962
|
De({}, e, { className: "beca-icon" + (e.className ? " " + e.className : ""), style: De(De({}, e.style), { color: (r = (t = e.color) !== null && t !== void 0 ? t : (n = e.style) === null || n === void 0 ? void 0 : n.color) !== null && r !== void 0 ? r : "", fontSize: (a = (o = e.size) !== null && o !== void 0 ? o : (i = e.style) === null || i === void 0 ? void 0 : i.fontSize) !== null && a !== void 0 ? a : "" }) }),
|
|
89976
|
-
p.createElement(
|
|
89963
|
+
p.createElement(EJe, null)
|
|
89977
89964
|
);
|
|
89978
|
-
},
|
|
89965
|
+
}, $Je = function(e) {
|
|
89979
89966
|
var t = e.titleId, n = e.title;
|
|
89980
89967
|
return p.createElement(
|
|
89981
89968
|
"svg",
|
|
@@ -89990,9 +89977,9 @@ var VZe = function(e) {
|
|
|
89990
89977
|
return p.createElement(
|
|
89991
89978
|
"span",
|
|
89992
89979
|
De({}, e, { className: "beca-icon" + (e.className ? " " + e.className : ""), style: De(De({}, e.style), { color: (r = (t = e.color) !== null && t !== void 0 ? t : (n = e.style) === null || n === void 0 ? void 0 : n.color) !== null && r !== void 0 ? r : "", fontSize: (a = (o = e.size) !== null && o !== void 0 ? o : (i = e.style) === null || i === void 0 ? void 0 : i.fontSize) !== null && a !== void 0 ? a : "" }) }),
|
|
89993
|
-
p.createElement(
|
|
89980
|
+
p.createElement($Je, null)
|
|
89994
89981
|
);
|
|
89995
|
-
},
|
|
89982
|
+
}, OJe = function(e) {
|
|
89996
89983
|
var t = e.titleId, n = e.title;
|
|
89997
89984
|
return p.createElement(
|
|
89998
89985
|
"svg",
|
|
@@ -90001,14 +89988,14 @@ var VZe = function(e) {
|
|
|
90001
89988
|
p.createElement("path", { d: "M12 22c5.5 0 10-4.5 10-10S17.5 2 12 2 2 6.5 2 12s4.5 10 10 10zM12 8v5", stroke: "currentcolor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
90002
89989
|
p.createElement("path", { d: "M11.995 16h.009", stroke: "currentcolor", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" })
|
|
90003
89990
|
);
|
|
90004
|
-
},
|
|
89991
|
+
}, NJe = function(e) {
|
|
90005
89992
|
var t, n, r, o, i, a;
|
|
90006
89993
|
return p.createElement(
|
|
90007
89994
|
"span",
|
|
90008
89995
|
De({}, e, { className: "beca-icon" + (e.className ? " " + e.className : ""), style: De(De({}, e.style), { color: (r = (t = e.color) !== null && t !== void 0 ? t : (n = e.style) === null || n === void 0 ? void 0 : n.color) !== null && r !== void 0 ? r : "", fontSize: (a = (o = e.size) !== null && o !== void 0 ? o : (i = e.style) === null || i === void 0 ? void 0 : i.fontSize) !== null && a !== void 0 ? a : "" }) }),
|
|
90009
|
-
p.createElement(
|
|
89996
|
+
p.createElement(OJe, null)
|
|
90010
89997
|
);
|
|
90011
|
-
},
|
|
89998
|
+
}, TJe = function(e) {
|
|
90012
89999
|
var t = e.titleId, n = e.title;
|
|
90013
90000
|
return p.createElement(
|
|
90014
90001
|
"svg",
|
|
@@ -90017,14 +90004,14 @@ var VZe = function(e) {
|
|
|
90017
90004
|
p.createElement("path", { d: "M3.27 12A5.46 5.46 0 012 8.5C2 5.48 4.47 3 7.5 3h5C15.52 3 18 5.48 18 8.5S15.53 14 12.5 14H10", stroke: "currentcolor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
90018
90005
|
p.createElement("path", { d: "M20.73 12A5.46 5.46 0 0122 15.5c0 3.02-2.47 5.5-5.5 5.5h-5C8.48 21 6 18.52 6 15.5S8.47 10 11.5 10H14", stroke: "currentcolor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" })
|
|
90019
90006
|
);
|
|
90020
|
-
},
|
|
90007
|
+
}, MJe = function(e) {
|
|
90021
90008
|
var t, n, r, o, i, a;
|
|
90022
90009
|
return p.createElement(
|
|
90023
90010
|
"span",
|
|
90024
90011
|
De({}, e, { className: "beca-icon" + (e.className ? " " + e.className : ""), style: De(De({}, e.style), { color: (r = (t = e.color) !== null && t !== void 0 ? t : (n = e.style) === null || n === void 0 ? void 0 : n.color) !== null && r !== void 0 ? r : "", fontSize: (a = (o = e.size) !== null && o !== void 0 ? o : (i = e.style) === null || i === void 0 ? void 0 : i.fontSize) !== null && a !== void 0 ? a : "" }) }),
|
|
90025
|
-
p.createElement(
|
|
90012
|
+
p.createElement(TJe, null)
|
|
90026
90013
|
);
|
|
90027
|
-
},
|
|
90014
|
+
}, RJe = function(e) {
|
|
90028
90015
|
var t = e.titleId, n = e.title;
|
|
90029
90016
|
return p.createElement(
|
|
90030
90017
|
"svg",
|
|
@@ -90038,9 +90025,9 @@ var VZe = function(e) {
|
|
|
90038
90025
|
return p.createElement(
|
|
90039
90026
|
"span",
|
|
90040
90027
|
De({}, e, { className: "beca-icon" + (e.className ? " " + e.className : ""), style: De(De({}, e.style), { color: (r = (t = e.color) !== null && t !== void 0 ? t : (n = e.style) === null || n === void 0 ? void 0 : n.color) !== null && r !== void 0 ? r : "", fontSize: (a = (o = e.size) !== null && o !== void 0 ? o : (i = e.style) === null || i === void 0 ? void 0 : i.fontSize) !== null && a !== void 0 ? a : "" }) }),
|
|
90041
|
-
p.createElement(
|
|
90028
|
+
p.createElement(RJe, null)
|
|
90042
90029
|
);
|
|
90043
|
-
},
|
|
90030
|
+
}, _Je = function(e) {
|
|
90044
90031
|
var t = e.titleId, n = e.title;
|
|
90045
90032
|
return p.createElement(
|
|
90046
90033
|
"svg",
|
|
@@ -90049,14 +90036,14 @@ var VZe = function(e) {
|
|
|
90049
90036
|
p.createElement("path", { d: "M9 22h6c5 0 7-2 7-7V9c0-5-2-7-7-7H9C4 2 2 4 2 9v6c0 5 2 7 7 7zM18 6L6 18", stroke: "currentcolor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
90050
90037
|
p.createElement("path", { d: "M18 10V6h-4M6 14v4h4", stroke: "currentcolor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" })
|
|
90051
90038
|
);
|
|
90052
|
-
},
|
|
90039
|
+
}, IJe = function(e) {
|
|
90053
90040
|
var t, n, r, o, i, a;
|
|
90054
90041
|
return p.createElement(
|
|
90055
90042
|
"span",
|
|
90056
90043
|
De({}, e, { className: "beca-icon" + (e.className ? " " + e.className : ""), style: De(De({}, e.style), { color: (r = (t = e.color) !== null && t !== void 0 ? t : (n = e.style) === null || n === void 0 ? void 0 : n.color) !== null && r !== void 0 ? r : "", fontSize: (a = (o = e.size) !== null && o !== void 0 ? o : (i = e.style) === null || i === void 0 ? void 0 : i.fontSize) !== null && a !== void 0 ? a : "" }) }),
|
|
90057
|
-
p.createElement(
|
|
90044
|
+
p.createElement(_Je, null)
|
|
90058
90045
|
);
|
|
90059
|
-
},
|
|
90046
|
+
}, PJe = function(e) {
|
|
90060
90047
|
var t = e.titleId, n = e.title;
|
|
90061
90048
|
return p.createElement(
|
|
90062
90049
|
"svg",
|
|
@@ -90064,14 +90051,14 @@ var VZe = function(e) {
|
|
|
90064
90051
|
n ? p.createElement("title", { id: t }, n) : null,
|
|
90065
90052
|
p.createElement("path", { d: "M3 7h18M3 12h18M3 17h18", stroke: "currentcolor", strokeWidth: 1.5, strokeLinecap: "round" })
|
|
90066
90053
|
);
|
|
90067
|
-
},
|
|
90054
|
+
}, kJe = function(e) {
|
|
90068
90055
|
var t, n, r, o, i, a;
|
|
90069
90056
|
return p.createElement(
|
|
90070
90057
|
"span",
|
|
90071
90058
|
De({}, e, { className: "beca-icon" + (e.className ? " " + e.className : ""), style: De(De({}, e.style), { color: (r = (t = e.color) !== null && t !== void 0 ? t : (n = e.style) === null || n === void 0 ? void 0 : n.color) !== null && r !== void 0 ? r : "", fontSize: (a = (o = e.size) !== null && o !== void 0 ? o : (i = e.style) === null || i === void 0 ? void 0 : i.fontSize) !== null && a !== void 0 ? a : "" }) }),
|
|
90072
|
-
p.createElement(
|
|
90059
|
+
p.createElement(PJe, null)
|
|
90073
90060
|
);
|
|
90074
|
-
},
|
|
90061
|
+
}, LJe = function(e) {
|
|
90075
90062
|
var t = e.titleId, n = e.title;
|
|
90076
90063
|
return p.createElement(
|
|
90077
90064
|
"svg",
|
|
@@ -90085,9 +90072,9 @@ var VZe = function(e) {
|
|
|
90085
90072
|
return p.createElement(
|
|
90086
90073
|
"span",
|
|
90087
90074
|
De({}, e, { className: "beca-icon" + (e.className ? " " + e.className : ""), style: De(De({}, e.style), { color: (r = (t = e.color) !== null && t !== void 0 ? t : (n = e.style) === null || n === void 0 ? void 0 : n.color) !== null && r !== void 0 ? r : "", fontSize: (a = (o = e.size) !== null && o !== void 0 ? o : (i = e.style) === null || i === void 0 ? void 0 : i.fontSize) !== null && a !== void 0 ? a : "" }) }),
|
|
90088
|
-
p.createElement(
|
|
90075
|
+
p.createElement(LJe, null)
|
|
90089
90076
|
);
|
|
90090
|
-
},
|
|
90077
|
+
}, DJe = function(e) {
|
|
90091
90078
|
var t = e.titleId, n = e.title;
|
|
90092
90079
|
return p.createElement(
|
|
90093
90080
|
"svg",
|
|
@@ -90097,14 +90084,14 @@ var VZe = function(e) {
|
|
|
90097
90084
|
p.createElement("path", { d: "M19.5 7a2.5 2.5 0 100-5 2.5 2.5 0 000 5z", stroke: "currentcolor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
90098
90085
|
p.createElement("path", { d: "M15.996 11h.01M11.995 11h.01M7.995 11h.008", stroke: "currentcolor", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" })
|
|
90099
90086
|
);
|
|
90100
|
-
},
|
|
90087
|
+
}, AJe = function(e) {
|
|
90101
90088
|
var t, n, r, o, i, a;
|
|
90102
90089
|
return p.createElement(
|
|
90103
90090
|
"span",
|
|
90104
90091
|
De({}, e, { className: "beca-icon" + (e.className ? " " + e.className : ""), style: De(De({}, e.style), { color: (r = (t = e.color) !== null && t !== void 0 ? t : (n = e.style) === null || n === void 0 ? void 0 : n.color) !== null && r !== void 0 ? r : "", fontSize: (a = (o = e.size) !== null && o !== void 0 ? o : (i = e.style) === null || i === void 0 ? void 0 : i.fontSize) !== null && a !== void 0 ? a : "" }) }),
|
|
90105
|
-
p.createElement(
|
|
90092
|
+
p.createElement(DJe, null)
|
|
90106
90093
|
);
|
|
90107
|
-
},
|
|
90094
|
+
}, zJe = function(e) {
|
|
90108
90095
|
var t = e.titleId, n = e.title;
|
|
90109
90096
|
return p.createElement(
|
|
90110
90097
|
"svg",
|
|
@@ -90113,14 +90100,14 @@ var VZe = function(e) {
|
|
|
90113
90100
|
p.createElement("path", { d: "M8.5 19H8c-4 0-6-1-6-6V8c0-4 2-6 6-6h8c4 0 6 2 6 6v5c0 4-2 6-6 6h-.5c-.31 0-.61.15-.8.4l-1.5 2c-.66.88-1.74.88-2.4 0l-1.5-2c-.16-.22-.53-.4-.8-.4z", stroke: "currentcolor", strokeWidth: 1.5, strokeMiterlimit: 10, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
90114
90101
|
p.createElement("path", { d: "M15.996 11h.01M11.995 11h.01M7.995 11h.008", stroke: "currentcolor", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" })
|
|
90115
90102
|
);
|
|
90116
|
-
},
|
|
90103
|
+
}, jJe = function(e) {
|
|
90117
90104
|
var t, n, r, o, i, a;
|
|
90118
90105
|
return p.createElement(
|
|
90119
90106
|
"span",
|
|
90120
90107
|
De({}, e, { className: "beca-icon" + (e.className ? " " + e.className : ""), style: De(De({}, e.style), { color: (r = (t = e.color) !== null && t !== void 0 ? t : (n = e.style) === null || n === void 0 ? void 0 : n.color) !== null && r !== void 0 ? r : "", fontSize: (a = (o = e.size) !== null && o !== void 0 ? o : (i = e.style) === null || i === void 0 ? void 0 : i.fontSize) !== null && a !== void 0 ? a : "" }) }),
|
|
90121
|
-
p.createElement(
|
|
90108
|
+
p.createElement(zJe, null)
|
|
90122
90109
|
);
|
|
90123
|
-
},
|
|
90110
|
+
}, HJe = function(e) {
|
|
90124
90111
|
var t = e.titleId, n = e.title;
|
|
90125
90112
|
return p.createElement(
|
|
90126
90113
|
"svg",
|
|
@@ -90128,14 +90115,14 @@ var VZe = function(e) {
|
|
|
90128
90115
|
n ? p.createElement("title", { id: t }, n) : null,
|
|
90129
90116
|
p.createElement("path", { d: "M2.03 12.42c.36 5.15 4.73 9.34 9.96 9.57 3.69.16 6.99-1.56 8.97-4.27.82-1.11.38-1.85-.99-1.6-.67.12-1.36.17-2.08.14C13 16.06 9 11.97 8.98 7.14c-.01-1.3.26-2.53.75-3.65.54-1.24-.11-1.83-1.36-1.3C4.41 3.86 1.7 7.85 2.03 12.42z", stroke: "currentcolor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" })
|
|
90130
90117
|
);
|
|
90131
|
-
},
|
|
90118
|
+
}, FJe = function(e) {
|
|
90132
90119
|
var t, n, r, o, i, a;
|
|
90133
90120
|
return p.createElement(
|
|
90134
90121
|
"span",
|
|
90135
90122
|
De({}, e, { className: "beca-icon" + (e.className ? " " + e.className : ""), style: De(De({}, e.style), { color: (r = (t = e.color) !== null && t !== void 0 ? t : (n = e.style) === null || n === void 0 ? void 0 : n.color) !== null && r !== void 0 ? r : "", fontSize: (a = (o = e.size) !== null && o !== void 0 ? o : (i = e.style) === null || i === void 0 ? void 0 : i.fontSize) !== null && a !== void 0 ? a : "" }) }),
|
|
90136
|
-
p.createElement(
|
|
90123
|
+
p.createElement(HJe, null)
|
|
90137
90124
|
);
|
|
90138
|
-
},
|
|
90125
|
+
}, BJe = function(e) {
|
|
90139
90126
|
var t = e.titleId, n = e.title;
|
|
90140
90127
|
return p.createElement(
|
|
90141
90128
|
"svg",
|
|
@@ -90148,9 +90135,9 @@ var VZe = function(e) {
|
|
|
90148
90135
|
return p.createElement(
|
|
90149
90136
|
"span",
|
|
90150
90137
|
De({}, e, { className: "beca-icon" + (e.className ? " " + e.className : ""), style: De(De({}, e.style), { color: (r = (t = e.color) !== null && t !== void 0 ? t : (n = e.style) === null || n === void 0 ? void 0 : n.color) !== null && r !== void 0 ? r : "", fontSize: (a = (o = e.size) !== null && o !== void 0 ? o : (i = e.style) === null || i === void 0 ? void 0 : i.fontSize) !== null && a !== void 0 ? a : "" }) }),
|
|
90151
|
-
p.createElement(
|
|
90138
|
+
p.createElement(BJe, null)
|
|
90152
90139
|
);
|
|
90153
|
-
},
|
|
90140
|
+
}, VJe = function(e) {
|
|
90154
90141
|
var t = e.titleId, n = e.title;
|
|
90155
90142
|
return p.createElement(
|
|
90156
90143
|
"svg",
|
|
@@ -90160,14 +90147,14 @@ var VZe = function(e) {
|
|
|
90160
90147
|
p.createElement("path", { d: "M13.87 3.2a6.754 6.754 0 00-3.7 0c.29-.74 1.01-1.26 1.85-1.26.84 0 1.56.52 1.85 1.26z", stroke: "currentcolor", strokeWidth: 1.5, strokeMiterlimit: 10, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
90161
90148
|
p.createElement("path", { d: "M15.02 19.06c0 1.65-1.35 3-3 3-.82 0-1.58-.34-2.12-.88a3.01 3.01 0 01-.88-2.12", stroke: "currentcolor", strokeWidth: 1.5, strokeMiterlimit: 10 })
|
|
90162
90149
|
);
|
|
90163
|
-
},
|
|
90150
|
+
}, WJe = function(e) {
|
|
90164
90151
|
var t, n, r, o, i, a;
|
|
90165
90152
|
return p.createElement(
|
|
90166
90153
|
"span",
|
|
90167
90154
|
De({}, e, { className: "beca-icon" + (e.className ? " " + e.className : ""), style: De(De({}, e.style), { color: (r = (t = e.color) !== null && t !== void 0 ? t : (n = e.style) === null || n === void 0 ? void 0 : n.color) !== null && r !== void 0 ? r : "", fontSize: (a = (o = e.size) !== null && o !== void 0 ? o : (i = e.style) === null || i === void 0 ? void 0 : i.fontSize) !== null && a !== void 0 ? a : "" }) }),
|
|
90168
|
-
p.createElement(
|
|
90155
|
+
p.createElement(VJe, null)
|
|
90169
90156
|
);
|
|
90170
|
-
},
|
|
90157
|
+
}, UJe = function(e) {
|
|
90171
90158
|
var t = e.titleId, n = e.title;
|
|
90172
90159
|
return p.createElement(
|
|
90173
90160
|
"svg",
|
|
@@ -90177,14 +90164,14 @@ var VZe = function(e) {
|
|
|
90177
90164
|
p.createElement("path", { d: "M6.5 8V6l-.5.5m0 5.037c0-.296.225-.537.5-.537s.5.241.5.537c0 .596-.79.66-.965 1.228a.183.183 0 00.172.235H7m-1 3.5c0-.291.225-.5.5-.5s.5.209.5.5c0 .59-.5.487-.5.487", stroke: "currentcolor", strokeWidth: 0.5, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
90178
90165
|
p.createElement("path", { d: "M6 17.5c0 .291.225.488.5.488s.5-.208.5-.5C7 16.9 6.5 17 6.5 17", stroke: "currentcolor", strokeWidth: 0.5, strokeLinecap: "round", strokeLinejoin: "round" })
|
|
90179
90166
|
);
|
|
90180
|
-
},
|
|
90167
|
+
}, KJe = function(e) {
|
|
90181
90168
|
var t, n, r, o, i, a;
|
|
90182
90169
|
return p.createElement(
|
|
90183
90170
|
"span",
|
|
90184
90171
|
De({}, e, { className: "beca-icon" + (e.className ? " " + e.className : ""), style: De(De({}, e.style), { color: (r = (t = e.color) !== null && t !== void 0 ? t : (n = e.style) === null || n === void 0 ? void 0 : n.color) !== null && r !== void 0 ? r : "", fontSize: (a = (o = e.size) !== null && o !== void 0 ? o : (i = e.style) === null || i === void 0 ? void 0 : i.fontSize) !== null && a !== void 0 ? a : "" }) }),
|
|
90185
|
-
p.createElement(
|
|
90172
|
+
p.createElement(UJe, null)
|
|
90186
90173
|
);
|
|
90187
|
-
},
|
|
90174
|
+
}, GJe = function(e) {
|
|
90188
90175
|
var t = e.titleId, n = e.title;
|
|
90189
90176
|
return p.createElement(
|
|
90190
90177
|
"svg",
|
|
@@ -90192,14 +90179,14 @@ var VZe = function(e) {
|
|
|
90192
90179
|
n ? p.createElement("title", { id: t }, n) : null,
|
|
90193
90180
|
p.createElement("path", { d: "M12.33 12.15l-2.47 2.47a3.495 3.495 0 000 4.95 3.495 3.495 0 004.95 0l3.89-3.89a7.007 7.007 0 000-9.9 7.007 7.007 0 00-9.9 0l-4.24 4.24c-2.34 2.34-2.34 6.14 0 8.49", stroke: "currentcolor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" })
|
|
90194
90181
|
);
|
|
90195
|
-
},
|
|
90182
|
+
}, qJe = function(e) {
|
|
90196
90183
|
var t, n, r, o, i, a;
|
|
90197
90184
|
return p.createElement(
|
|
90198
90185
|
"span",
|
|
90199
90186
|
De({}, e, { className: "beca-icon" + (e.className ? " " + e.className : ""), style: De(De({}, e.style), { color: (r = (t = e.color) !== null && t !== void 0 ? t : (n = e.style) === null || n === void 0 ? void 0 : n.color) !== null && r !== void 0 ? r : "", fontSize: (a = (o = e.size) !== null && o !== void 0 ? o : (i = e.style) === null || i === void 0 ? void 0 : i.fontSize) !== null && a !== void 0 ? a : "" }) }),
|
|
90200
|
-
p.createElement(
|
|
90187
|
+
p.createElement(GJe, null)
|
|
90201
90188
|
);
|
|
90202
|
-
},
|
|
90189
|
+
}, XJe = function(e) {
|
|
90203
90190
|
var t = e.titleId, n = e.title;
|
|
90204
90191
|
return p.createElement(
|
|
90205
90192
|
"svg",
|
|
@@ -90207,14 +90194,14 @@ var VZe = function(e) {
|
|
|
90207
90194
|
n ? p.createElement("title", { id: t }, n) : null,
|
|
90208
90195
|
p.createElement("path", { d: "M10.65 19.11V4.89c0-1.35-.57-1.89-2.01-1.89H5.01C3.57 3 3 3.54 3 4.89v14.22C3 20.46 3.57 21 5.01 21h3.63c1.44 0 2.01-.54 2.01-1.89zM21 19.11V4.89C21 3.54 20.43 3 18.99 3h-3.63c-1.43 0-2.01.54-2.01 1.89v14.22c0 1.35.57 1.89 2.01 1.89h3.63c1.44 0 2.01-.54 2.01-1.89z", stroke: "currentcolor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" })
|
|
90209
90196
|
);
|
|
90210
|
-
},
|
|
90197
|
+
}, YJe = function(e) {
|
|
90211
90198
|
var t, n, r, o, i, a;
|
|
90212
90199
|
return p.createElement(
|
|
90213
90200
|
"span",
|
|
90214
90201
|
De({}, e, { className: "beca-icon" + (e.className ? " " + e.className : ""), style: De(De({}, e.style), { color: (r = (t = e.color) !== null && t !== void 0 ? t : (n = e.style) === null || n === void 0 ? void 0 : n.color) !== null && r !== void 0 ? r : "", fontSize: (a = (o = e.size) !== null && o !== void 0 ? o : (i = e.style) === null || i === void 0 ? void 0 : i.fontSize) !== null && a !== void 0 ? a : "" }) }),
|
|
90215
|
-
p.createElement(
|
|
90202
|
+
p.createElement(XJe, null)
|
|
90216
90203
|
);
|
|
90217
|
-
},
|
|
90204
|
+
}, ZJe = function(e) {
|
|
90218
90205
|
var t = e.titleId, n = e.title;
|
|
90219
90206
|
return p.createElement(
|
|
90220
90207
|
"svg",
|
|
@@ -90222,14 +90209,14 @@ var VZe = function(e) {
|
|
|
90222
90209
|
n ? p.createElement("title", { id: t }, n) : null,
|
|
90223
90210
|
p.createElement("path", { d: "M4 12V8.44c0-4.42 3.13-6.23 6.96-4.02l3.09 1.78 3.09 1.78c3.83 2.21 3.83 5.83 0 8.04l-3.09 1.78-3.09 1.78C7.13 21.79 4 19.98 4 15.56V12z", stroke: "currentcolor", strokeWidth: 1.5, strokeMiterlimit: 10, strokeLinecap: "round", strokeLinejoin: "round" })
|
|
90224
90211
|
);
|
|
90225
|
-
},
|
|
90212
|
+
}, JJe = function(e) {
|
|
90226
90213
|
var t, n, r, o, i, a;
|
|
90227
90214
|
return p.createElement(
|
|
90228
90215
|
"span",
|
|
90229
90216
|
De({}, e, { className: "beca-icon" + (e.className ? " " + e.className : ""), style: De(De({}, e.style), { color: (r = (t = e.color) !== null && t !== void 0 ? t : (n = e.style) === null || n === void 0 ? void 0 : n.color) !== null && r !== void 0 ? r : "", fontSize: (a = (o = e.size) !== null && o !== void 0 ? o : (i = e.style) === null || i === void 0 ? void 0 : i.fontSize) !== null && a !== void 0 ? a : "" }) }),
|
|
90230
|
-
p.createElement(
|
|
90217
|
+
p.createElement(ZJe, null)
|
|
90231
90218
|
);
|
|
90232
|
-
},
|
|
90219
|
+
}, QJe = function(e) {
|
|
90233
90220
|
var t = e.titleId, n = e.title;
|
|
90234
90221
|
return p.createElement(
|
|
90235
90222
|
"svg",
|
|
@@ -90242,9 +90229,9 @@ var VZe = function(e) {
|
|
|
90242
90229
|
return p.createElement(
|
|
90243
90230
|
"span",
|
|
90244
90231
|
De({}, e, { className: "beca-icon" + (e.className ? " " + e.className : ""), style: De(De({}, e.style), { color: (r = (t = e.color) !== null && t !== void 0 ? t : (n = e.style) === null || n === void 0 ? void 0 : n.color) !== null && r !== void 0 ? r : "", fontSize: (a = (o = e.size) !== null && o !== void 0 ? o : (i = e.style) === null || i === void 0 ? void 0 : i.fontSize) !== null && a !== void 0 ? a : "" }) }),
|
|
90245
|
-
p.createElement(
|
|
90232
|
+
p.createElement(QJe, null)
|
|
90246
90233
|
);
|
|
90247
|
-
},
|
|
90234
|
+
}, eQe = function(e) {
|
|
90248
90235
|
var t = e.titleId, n = e.title;
|
|
90249
90236
|
return p.createElement(
|
|
90250
90237
|
"svg",
|
|
@@ -90253,14 +90240,14 @@ var VZe = function(e) {
|
|
|
90253
90240
|
p.createElement("path", { d: "M16.87 18.31h-8c-2.76 0-5-2.24-5-5s2.24-5 5-5h11", stroke: "currentcolor", strokeWidth: 1.5, strokeMiterlimit: 10, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
90254
90241
|
p.createElement("path", { d: "M17.57 10.81l2.56-2.56-2.56-2.56", stroke: "currentcolor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" })
|
|
90255
90242
|
);
|
|
90256
|
-
},
|
|
90243
|
+
}, tQe = function(e) {
|
|
90257
90244
|
var t, n, r, o, i, a;
|
|
90258
90245
|
return p.createElement(
|
|
90259
90246
|
"span",
|
|
90260
90247
|
De({}, e, { className: "beca-icon" + (e.className ? " " + e.className : ""), style: De(De({}, e.style), { color: (r = (t = e.color) !== null && t !== void 0 ? t : (n = e.style) === null || n === void 0 ? void 0 : n.color) !== null && r !== void 0 ? r : "", fontSize: (a = (o = e.size) !== null && o !== void 0 ? o : (i = e.style) === null || i === void 0 ? void 0 : i.fontSize) !== null && a !== void 0 ? a : "" }) }),
|
|
90261
|
-
p.createElement(
|
|
90248
|
+
p.createElement(eQe, null)
|
|
90262
90249
|
);
|
|
90263
|
-
},
|
|
90250
|
+
}, nQe = function(e) {
|
|
90264
90251
|
var t = e.titleId, n = e.title;
|
|
90265
90252
|
return p.createElement(
|
|
90266
90253
|
"svg",
|
|
@@ -90275,9 +90262,9 @@ var VZe = function(e) {
|
|
|
90275
90262
|
return p.createElement(
|
|
90276
90263
|
"span",
|
|
90277
90264
|
De({}, e, { className: "beca-icon" + (e.className ? " " + e.className : ""), style: De(De({}, e.style), { color: (r = (t = e.color) !== null && t !== void 0 ? t : (n = e.style) === null || n === void 0 ? void 0 : n.color) !== null && r !== void 0 ? r : "", fontSize: (a = (o = e.size) !== null && o !== void 0 ? o : (i = e.style) === null || i === void 0 ? void 0 : i.fontSize) !== null && a !== void 0 ? a : "" }) }),
|
|
90278
|
-
p.createElement(
|
|
90265
|
+
p.createElement(nQe, null)
|
|
90279
90266
|
);
|
|
90280
|
-
},
|
|
90267
|
+
}, rQe = function(e) {
|
|
90281
90268
|
var t = e.titleId, n = e.title;
|
|
90282
90269
|
return p.createElement(
|
|
90283
90270
|
"svg",
|
|
@@ -90292,9 +90279,9 @@ var VZe = function(e) {
|
|
|
90292
90279
|
return p.createElement(
|
|
90293
90280
|
"span",
|
|
90294
90281
|
De({}, e, { className: "beca-icon" + (e.className ? " " + e.className : ""), style: De(De({}, e.style), { color: (r = (t = e.color) !== null && t !== void 0 ? t : (n = e.style) === null || n === void 0 ? void 0 : n.color) !== null && r !== void 0 ? r : "", fontSize: (a = (o = e.size) !== null && o !== void 0 ? o : (i = e.style) === null || i === void 0 ? void 0 : i.fontSize) !== null && a !== void 0 ? a : "" }) }),
|
|
90295
|
-
p.createElement(
|
|
90282
|
+
p.createElement(rQe, null)
|
|
90296
90283
|
);
|
|
90297
|
-
},
|
|
90284
|
+
}, oQe = function(e) {
|
|
90298
90285
|
var t = e.titleId, n = e.title;
|
|
90299
90286
|
return p.createElement(
|
|
90300
90287
|
"svg",
|
|
@@ -90302,6 +90289,22 @@ var VZe = function(e) {
|
|
|
90302
90289
|
n ? p.createElement("title", { id: t }, n) : null,
|
|
90303
90290
|
p.createElement("path", { d: "M11.5 21a9.5 9.5 0 100-19 9.5 9.5 0 000 19zM22 22l-2-2", stroke: "currentcolor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" })
|
|
90304
90291
|
);
|
|
90292
|
+
}, iQe = function(e) {
|
|
90293
|
+
var t, n, r, o, i, a;
|
|
90294
|
+
return p.createElement(
|
|
90295
|
+
"span",
|
|
90296
|
+
De({}, e, { className: "beca-icon" + (e.className ? " " + e.className : ""), style: De(De({}, e.style), { color: (r = (t = e.color) !== null && t !== void 0 ? t : (n = e.style) === null || n === void 0 ? void 0 : n.color) !== null && r !== void 0 ? r : "", fontSize: (a = (o = e.size) !== null && o !== void 0 ? o : (i = e.style) === null || i === void 0 ? void 0 : i.fontSize) !== null && a !== void 0 ? a : "" }) }),
|
|
90297
|
+
p.createElement(oQe, null)
|
|
90298
|
+
);
|
|
90299
|
+
}, aQe = function(e) {
|
|
90300
|
+
var t = e.titleId, n = e.title;
|
|
90301
|
+
return p.createElement(
|
|
90302
|
+
"svg",
|
|
90303
|
+
De({ viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", color: "inherit", "aria-labelledby": t }, e),
|
|
90304
|
+
n ? p.createElement("title", { id: t }, n) : null,
|
|
90305
|
+
p.createElement("path", { d: "M3 9.11v5.77C3 17 3 17 5 18.35l5.5 3.18c.83.48 2.18.48 3 0l5.5-3.18c2-1.35 2-1.35 2-3.46V9.11C21 7 21 7 19 5.65l-5.5-3.18c-.82-.48-2.17-.48-3 0L5 5.65C3 7 3 7 3 9.11z", stroke: "currentcolor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
90306
|
+
p.createElement("path", { d: "M12 15a3 3 0 100-6 3 3 0 000 6z", stroke: "currentcolor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" })
|
|
90307
|
+
);
|
|
90305
90308
|
}, lQe = function(e) {
|
|
90306
90309
|
var t, n, r, o, i, a;
|
|
90307
90310
|
return p.createElement(
|
|
@@ -91276,7 +91279,7 @@ const fx = 10, ret = (e, t) => {
|
|
|
91276
91279
|
{
|
|
91277
91280
|
label: t("Mark as read"),
|
|
91278
91281
|
key: "unread",
|
|
91279
|
-
icon: /* @__PURE__ */ z(
|
|
91282
|
+
icon: /* @__PURE__ */ z(jJe, {}),
|
|
91280
91283
|
onClick: () => {
|
|
91281
91284
|
i && (i([r.id], "Read"), h9("Read", [r.id]));
|
|
91282
91285
|
}
|
|
@@ -91284,7 +91287,7 @@ const fx = 10, ret = (e, t) => {
|
|
|
91284
91287
|
{
|
|
91285
91288
|
label: t("Mark as unread"),
|
|
91286
91289
|
key: "read",
|
|
91287
|
-
icon: /* @__PURE__ */ z(
|
|
91290
|
+
icon: /* @__PURE__ */ z(AJe, {}),
|
|
91288
91291
|
onClick: () => {
|
|
91289
91292
|
i && (i([r.id], "Unread"), h9("Unread", [r.id]));
|
|
91290
91293
|
}
|
|
@@ -91879,7 +91882,7 @@ const n6 = '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Ar
|
|
|
91879
91882
|
return /* @__PURE__ */ Kt(set, { className: ge("header", $ && "scrolled"), children: [
|
|
91880
91883
|
/* @__PURE__ */ Kt("div", { className: "header-wrap", children: [
|
|
91881
91884
|
/* @__PURE__ */ Kt("div", { className: "header-section-1", children: [
|
|
91882
|
-
(A == null ? void 0 : A.theme)
|
|
91885
|
+
(A == null ? void 0 : A.theme) !== "new" && /* @__PURE__ */ z("div", { className: "header-btw", children: Te && /* @__PURE__ */ z(
|
|
91883
91886
|
Qn,
|
|
91884
91887
|
{
|
|
91885
91888
|
secondary: !0,
|
|
@@ -91890,7 +91893,7 @@ const n6 = '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Ar
|
|
|
91890
91893
|
onClick: r
|
|
91891
91894
|
}
|
|
91892
91895
|
) }),
|
|
91893
|
-
P && (A == null ? void 0 : A.theme)
|
|
91896
|
+
P && (A == null ? void 0 : A.theme) !== "new" && /* @__PURE__ */ z("h2", { className: "header-title", children: P }),
|
|
91894
91897
|
m && /* @__PURE__ */ z("div", { className: "header-custom", children: m })
|
|
91895
91898
|
] }),
|
|
91896
91899
|
te && /* @__PURE__ */ Kt("div", { className: "header-actions", children: [
|
|
@@ -91902,7 +91905,7 @@ const n6 = '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Ar
|
|
|
91902
91905
|
Y && "dark-theme"
|
|
91903
91906
|
),
|
|
91904
91907
|
type: xe,
|
|
91905
|
-
icon: Y ? /* @__PURE__ */ z(hQe, {}) : /* @__PURE__ */ z(
|
|
91908
|
+
icon: Y ? /* @__PURE__ */ z(hQe, {}) : /* @__PURE__ */ z(FJe, {}),
|
|
91906
91909
|
onClick: ie,
|
|
91907
91910
|
shape: "circle",
|
|
91908
91911
|
status: "info",
|
|
@@ -91943,7 +91946,7 @@ const n6 = '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Ar
|
|
|
91943
91946
|
title: v.title,
|
|
91944
91947
|
type: xe,
|
|
91945
91948
|
status: "info",
|
|
91946
|
-
icon: /* @__PURE__ */ z(
|
|
91949
|
+
icon: /* @__PURE__ */ z(WJe, {}),
|
|
91947
91950
|
onClick: v.onClick,
|
|
91948
91951
|
shape: "circle",
|
|
91949
91952
|
size: Se
|
|
@@ -92000,7 +92003,7 @@ const n6 = '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Ar
|
|
|
92000
92003
|
)
|
|
92001
92004
|
}
|
|
92002
92005
|
),
|
|
92003
|
-
((He = te.app) == null ? void 0 : He.visible) && V !== "Office" && (A == null ? void 0 : A.theme)
|
|
92006
|
+
((He = te.app) == null ? void 0 : He.visible) && V !== "Office" && (A == null ? void 0 : A.theme) !== "new" && /* @__PURE__ */ z(me, {}),
|
|
92004
92007
|
((Le = te.profile) == null ? void 0 : Le.visible) && /* @__PURE__ */ z("div", { className: "profile-section", children: /* @__PURE__ */ z(
|
|
92005
92008
|
qf,
|
|
92006
92009
|
{
|
|
@@ -94150,7 +94153,7 @@ const Xet = "https://share.becawork.vn/files/theme/web/sidebar-bg-img.png", LP =
|
|
|
94150
94153
|
{
|
|
94151
94154
|
onClick: J,
|
|
94152
94155
|
style: { left: 10, bottom: 10 },
|
|
94153
|
-
icon: /* @__PURE__ */ z(
|
|
94156
|
+
icon: /* @__PURE__ */ z(kJe, {}),
|
|
94154
94157
|
type: "primary"
|
|
94155
94158
|
}
|
|
94156
94159
|
),
|
|
@@ -98011,7 +98014,7 @@ const grt = 52, vrt = 68, yrt = (e) => {
|
|
|
98011
98014
|
} else
|
|
98012
98015
|
f(n);
|
|
98013
98016
|
}, [b == null ? void 0 : b.appMenu, JSON.stringify(n)]), /* @__PURE__ */ Kt("div", { className: "app-menu", children: [
|
|
98014
|
-
/* @__PURE__ */ z("div", { className: "app-main-logo-wrap", children: /* @__PURE__ */ z("img", { src: t, className: "app-main-logo" }) }),
|
|
98017
|
+
/* @__PURE__ */ z("div", { className: "app-main-logo-wrap", children: /* @__PURE__ */ z("a", { href: "/", children: /* @__PURE__ */ z("img", { src: t, className: "app-main-logo" }) }) }),
|
|
98015
98018
|
/* @__PURE__ */ Kt("div", { className: "app-menu-items-wrap", children: [
|
|
98016
98019
|
/* @__PURE__ */ z(
|
|
98017
98020
|
ZN,
|
|
@@ -98045,8 +98048,7 @@ const grt = 52, vrt = 68, yrt = (e) => {
|
|
|
98045
98048
|
/* @__PURE__ */ z("div", { className: "app-menu-extra-button", children: /* @__PURE__ */ z(
|
|
98046
98049
|
qP,
|
|
98047
98050
|
{
|
|
98048
|
-
icon: /* @__PURE__ */ z(
|
|
98049
|
-
text: `${l.custom}`,
|
|
98051
|
+
icon: /* @__PURE__ */ z(lQe, { size: 24 }),
|
|
98050
98052
|
active: !1,
|
|
98051
98053
|
type: "edit-button",
|
|
98052
98054
|
onOpenEditModal: () => c(!0)
|
|
@@ -98094,7 +98096,7 @@ const grt = 52, vrt = 68, yrt = (e) => {
|
|
|
98094
98096
|
"sortable-list-item--dragging": t
|
|
98095
98097
|
}),
|
|
98096
98098
|
children: /* @__PURE__ */ Kt("div", { className: "sortable-list-item-content", children: [
|
|
98097
|
-
/* @__PURE__ */ z("div", { className: "sortable-list-item-icon", children: typeof n == "string" ? /* @__PURE__ */ z("img", { src: n, alt: e.name }) : n }),
|
|
98099
|
+
/* @__PURE__ */ z("div", { className: "sortable-list-item-icon", children: typeof n == "string" ? /* @__PURE__ */ z("img", { src: n, alt: e.name, draggable: !1 }) : n }),
|
|
98098
98100
|
/* @__PURE__ */ z("span", { className: "sortable-list-item-text", children: e.name })
|
|
98099
98101
|
] })
|
|
98100
98102
|
}
|
|
@@ -103904,7 +103906,7 @@ const Got = Kot, qot = (e) => {
|
|
|
103904
103906
|
Zt(() => {
|
|
103905
103907
|
const de = [...i].map((pe) => {
|
|
103906
103908
|
const ve = { ...pe };
|
|
103907
|
-
return pe.filterDropdown && pe.filterIcon === void 0 && (ve.filterIcon = /* @__PURE__ */ z(
|
|
103909
|
+
return pe.filterDropdown && pe.filterIcon === void 0 && (ve.filterIcon = /* @__PURE__ */ z(SJe, { size: 16 })), ve;
|
|
103908
103910
|
});
|
|
103909
103911
|
N(de);
|
|
103910
103912
|
}, [i]), Zt(() => {
|
|
@@ -104251,7 +104253,7 @@ const Got = Kot, qot = (e) => {
|
|
|
104251
104253
|
return Ka.error({
|
|
104252
104254
|
...e,
|
|
104253
104255
|
className: "beca-modal-confirm" + (t ? " " + t : ""),
|
|
104254
|
-
icon: /* @__PURE__ */ z("span", { className: "beca-modal-confirm__icon", children: n ?? /* @__PURE__ */ z(
|
|
104256
|
+
icon: /* @__PURE__ */ z("span", { className: "beca-modal-confirm__icon", children: n ?? /* @__PURE__ */ z(NJe, { size: 22, color: "var(--info-color-5)" }) }),
|
|
104255
104257
|
okText: i,
|
|
104256
104258
|
cancelText: o,
|
|
104257
104259
|
okButtonProps: {
|
|
@@ -104346,7 +104348,7 @@ const _Mt = (e) => {
|
|
|
104346
104348
|
...e,
|
|
104347
104349
|
className: iT(e),
|
|
104348
104350
|
enterButton: n ?? /* @__PURE__ */ z(
|
|
104349
|
-
|
|
104351
|
+
iQe,
|
|
104350
104352
|
{
|
|
104351
104353
|
color: e.variant === "filled" ? "var(--gray-text-color)" : "var(--primary-color-1)",
|
|
104352
104354
|
size: 12
|
|
@@ -127355,7 +127357,7 @@ const pmt = ({ editor: e }) => e && /* @__PURE__ */ z(
|
|
|
127355
127357
|
type: "text",
|
|
127356
127358
|
onClick: () => M.chain().focus().toggleOrderedList().run(),
|
|
127357
127359
|
status: M.isActive("orderedList") ? "info" : "default",
|
|
127358
|
-
icon: /* @__PURE__ */ z(
|
|
127360
|
+
icon: /* @__PURE__ */ z(KJe, {})
|
|
127359
127361
|
}
|
|
127360
127362
|
)
|
|
127361
127363
|
] }),
|
|
@@ -127371,7 +127373,7 @@ const pmt = ({ editor: e }) => e && /* @__PURE__ */ z(
|
|
|
127371
127373
|
{
|
|
127372
127374
|
type: "text",
|
|
127373
127375
|
status: "default",
|
|
127374
|
-
icon: /* @__PURE__ */ z(
|
|
127376
|
+
icon: /* @__PURE__ */ z(xJe, {}),
|
|
127375
127377
|
title: "Link"
|
|
127376
127378
|
}
|
|
127377
127379
|
)
|
|
@@ -127387,7 +127389,7 @@ const pmt = ({ editor: e }) => e && /* @__PURE__ */ z(
|
|
|
127387
127389
|
Qn,
|
|
127388
127390
|
{
|
|
127389
127391
|
status: M.isActive("link") ? "info" : "default",
|
|
127390
|
-
icon: /* @__PURE__ */ z(
|
|
127392
|
+
icon: /* @__PURE__ */ z(MJe, {}),
|
|
127391
127393
|
title: "Link",
|
|
127392
127394
|
type: "text"
|
|
127393
127395
|
}
|
|
@@ -127421,7 +127423,7 @@ const pmt = ({ editor: e }) => e && /* @__PURE__ */ z(
|
|
|
127421
127423
|
type: "text",
|
|
127422
127424
|
status: "default",
|
|
127423
127425
|
onClick: () => M.chain().focus().redo().run(),
|
|
127424
|
-
icon: /* @__PURE__ */ z(
|
|
127426
|
+
icon: /* @__PURE__ */ z(tQe, {}),
|
|
127425
127427
|
title: u.redo,
|
|
127426
127428
|
disabled: !M.can().redo()
|
|
127427
127429
|
}
|
|
@@ -128856,7 +128858,7 @@ const c0t = (e) => {
|
|
|
128856
128858
|
className: `beca-upload-item${n.error ? " beca-upload-file-error" : ""}`,
|
|
128857
128859
|
children: [
|
|
128858
128860
|
/* @__PURE__ */ Kt("div", { className: "upload-file-info", children: [
|
|
128859
|
-
/* @__PURE__ */ z("div", { className: "upload-file-icon", children: /* @__PURE__ */ z(
|
|
128861
|
+
/* @__PURE__ */ z("div", { className: "upload-file-icon", children: /* @__PURE__ */ z(qJe, {}) }),
|
|
128860
128862
|
/* @__PURE__ */ z("div", { className: "upload-file-name", children: n.name })
|
|
128861
128863
|
] }),
|
|
128862
128864
|
/* @__PURE__ */ z("div", { className: "upload-file-actions", children: /* @__PURE__ */ z(W1e, { className: "remove-icon", onClick: o.remove }) })
|
|
@@ -129952,7 +129954,7 @@ const B0t = (e) => {
|
|
|
129952
129954
|
onClick: (te) => {
|
|
129953
129955
|
te.preventDefault(), te.stopPropagation(), X("pause"), re();
|
|
129954
129956
|
},
|
|
129955
|
-
children: /* @__PURE__ */ z(
|
|
129957
|
+
children: /* @__PURE__ */ z(YJe, {})
|
|
129956
129958
|
}
|
|
129957
129959
|
) : /* @__PURE__ */ z(
|
|
129958
129960
|
"div",
|
|
@@ -129960,7 +129962,7 @@ const B0t = (e) => {
|
|
|
129960
129962
|
onClick: (te) => {
|
|
129961
129963
|
te.preventDefault(), te.stopPropagation(), X("play"), re();
|
|
129962
129964
|
},
|
|
129963
|
-
children: /* @__PURE__ */ z(
|
|
129965
|
+
children: /* @__PURE__ */ z(JJe, {})
|
|
129964
129966
|
}
|
|
129965
129967
|
) }) }),
|
|
129966
129968
|
/* @__PURE__ */ z("div", { className: "time-controls", children: /* @__PURE__ */ Kt("p", { className: "controls-time", children: [
|
|
@@ -129975,7 +129977,7 @@ const B0t = (e) => {
|
|
|
129975
129977
|
onClick: (te) => {
|
|
129976
129978
|
te.preventDefault(), te.stopPropagation(), Z();
|
|
129977
129979
|
},
|
|
129978
|
-
children: /* @__PURE__ */ z(
|
|
129980
|
+
children: /* @__PURE__ */ z(IJe, { title: "Fullscreen" })
|
|
129979
129981
|
}
|
|
129980
129982
|
),
|
|
129981
129983
|
/* @__PURE__ */ Kt(
|
|
@@ -133012,7 +133014,7 @@ const bgt = (e) => {
|
|
|
133012
133014
|
rgt,
|
|
133013
133015
|
{
|
|
133014
133016
|
ref: O,
|
|
133015
|
-
initialTopMostItemIndex: M.length - 1,
|
|
133017
|
+
initialTopMostItemIndex: S ? M.length - 1 : 0,
|
|
133016
133018
|
firstItemIndex: S ? Math.max(0, N) : M.length - 1,
|
|
133017
133019
|
itemContent: u,
|
|
133018
133020
|
data: M,
|