bt-core-app 1.4.332 → 1.4.333
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/bt-core-app.js +48 -42
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -5643,6 +5643,9 @@ function Ow(e) {
|
|
|
5643
5643
|
function Ww(e) {
|
|
5644
5644
|
return e.endsWith("ies") ? e.slice(0, e.length - 3) : e.endsWith("s") ? e.slice(0, e.length - 1) : e;
|
|
5645
5645
|
}
|
|
5646
|
+
function AV(e) {
|
|
5647
|
+
return e == null ? void 0 : e.replaceAll(" ", "").toLowerCase();
|
|
5648
|
+
}
|
|
5646
5649
|
function To(e) {
|
|
5647
5650
|
throw new Error('Could not dynamically require "' + e + '". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.');
|
|
5648
5651
|
}
|
|
@@ -7111,7 +7114,7 @@ function em() {
|
|
|
7111
7114
|
const e = ks();
|
|
7112
7115
|
return qt == null ? "" : (qt[e] ?? qt.development).auth ?? "";
|
|
7113
7116
|
}
|
|
7114
|
-
function
|
|
7117
|
+
function DV(e, t) {
|
|
7115
7118
|
const n = ks();
|
|
7116
7119
|
if (qt == null)
|
|
7117
7120
|
return "";
|
|
@@ -7125,7 +7128,7 @@ function Uw(e) {
|
|
|
7125
7128
|
const n = qt[t] ?? qt.development;
|
|
7126
7129
|
return e == null ? n.data ?? "" : n.other[e] ?? n.data ?? "";
|
|
7127
7130
|
}
|
|
7128
|
-
function
|
|
7131
|
+
function IV() {
|
|
7129
7132
|
return qt;
|
|
7130
7133
|
}
|
|
7131
7134
|
function jw(e) {
|
|
@@ -7139,7 +7142,7 @@ function Tl() {
|
|
|
7139
7142
|
const e = cg();
|
|
7140
7143
|
return (_o == null || _o.config.name != e) && (_o = ug.createInstance({ name: e })), _o;
|
|
7141
7144
|
}
|
|
7142
|
-
function
|
|
7145
|
+
function LV() {
|
|
7143
7146
|
async function e(l) {
|
|
7144
7147
|
const r = Tl();
|
|
7145
7148
|
(await r.keys()).filter((s) => s.startsWith(l)).forEach((s) => {
|
|
@@ -7163,7 +7166,7 @@ function IV() {
|
|
|
7163
7166
|
};
|
|
7164
7167
|
}
|
|
7165
7168
|
let Zo;
|
|
7166
|
-
function
|
|
7169
|
+
function EV(e) {
|
|
7167
7170
|
return Zo(e)();
|
|
7168
7171
|
}
|
|
7169
7172
|
function Cl(e) {
|
|
@@ -8045,7 +8048,7 @@ function Xc(e) {
|
|
|
8045
8048
|
saveItem: c
|
|
8046
8049
|
};
|
|
8047
8050
|
}
|
|
8048
|
-
function
|
|
8051
|
+
function VV() {
|
|
8049
8052
|
const { actionErrorMsg: e, actionLoadingMsg: t, clearErrors: n, isLoading: a, doAction: l, logError: r } = rh(
|
|
8050
8053
|
{
|
|
8051
8054
|
stringifyError: (o) => typeof o == "object" ? o.message : o == null ? void 0 : o.toString()
|
|
@@ -8567,7 +8570,7 @@ let Yu;
|
|
|
8567
8570
|
function dg() {
|
|
8568
8571
|
return Yu;
|
|
8569
8572
|
}
|
|
8570
|
-
function
|
|
8573
|
+
function PV(e) {
|
|
8571
8574
|
const t = localStorage.getItem("cosmetics");
|
|
8572
8575
|
let n;
|
|
8573
8576
|
return t != null && t.length > 0 && (n = JSON.parse(t)), n ?? (n = {}), n.dark ?? (n.dark = e == null ? void 0 : e.dark), n.light ?? (n.light = e == null ? void 0 : e.light), n.theme ?? (n.theme = e == null ? void 0 : e.defaultTheme), {
|
|
@@ -9116,7 +9119,7 @@ const wg = [
|
|
|
9116
9119
|
{ text: "Monthly", value: "Monthly" },
|
|
9117
9120
|
{ text: "Custom", value: "Custom" }
|
|
9118
9121
|
];
|
|
9119
|
-
function
|
|
9122
|
+
function $V() {
|
|
9120
9123
|
const { timeZone: e } = Rl();
|
|
9121
9124
|
function t(n) {
|
|
9122
9125
|
if (n.cron == null)
|
|
@@ -9404,7 +9407,7 @@ function Dx(e) {
|
|
|
9404
9407
|
unpack: g
|
|
9405
9408
|
};
|
|
9406
9409
|
}
|
|
9407
|
-
const
|
|
9410
|
+
const NV = {
|
|
9408
9411
|
canExportCSV: !1
|
|
9409
9412
|
};
|
|
9410
9413
|
function Ix() {
|
|
@@ -9461,7 +9464,7 @@ function Ix() {
|
|
|
9461
9464
|
};
|
|
9462
9465
|
}
|
|
9463
9466
|
let Zu;
|
|
9464
|
-
function
|
|
9467
|
+
function BV() {
|
|
9465
9468
|
return Zu;
|
|
9466
9469
|
}
|
|
9467
9470
|
function Lx(e) {
|
|
@@ -33036,7 +33039,7 @@ const r1 = /* @__PURE__ */ nt({
|
|
|
33036
33039
|
}), null, 16, ["class", "dark", "modelValue"]));
|
|
33037
33040
|
}
|
|
33038
33041
|
}), i1 = /* @__PURE__ */ Ud(tL, [["__scopeId", "data-v-d47f4465"]]);
|
|
33039
|
-
function
|
|
33042
|
+
function FV() {
|
|
33040
33043
|
const e = Wd();
|
|
33041
33044
|
return async (t) => {
|
|
33042
33045
|
let n = t.multiple ? [] : void 0;
|
|
@@ -33094,7 +33097,7 @@ function BV() {
|
|
|
33094
33097
|
}
|
|
33095
33098
|
};
|
|
33096
33099
|
}
|
|
33097
|
-
function
|
|
33100
|
+
function RV() {
|
|
33098
33101
|
const e = Wd();
|
|
33099
33102
|
return async (t) => {
|
|
33100
33103
|
let n;
|
|
@@ -33116,7 +33119,7 @@ function FV() {
|
|
|
33116
33119
|
return n;
|
|
33117
33120
|
};
|
|
33118
33121
|
}
|
|
33119
|
-
function
|
|
33122
|
+
function zV() {
|
|
33120
33123
|
const e = Wd();
|
|
33121
33124
|
return async (t) => {
|
|
33122
33125
|
let n;
|
|
@@ -33139,7 +33142,7 @@ function RV() {
|
|
|
33139
33142
|
};
|
|
33140
33143
|
}
|
|
33141
33144
|
var nL = { BASE_URL: "/", MODE: "production", DEV: !1, PROD: !0, SSR: !1 };
|
|
33142
|
-
function
|
|
33145
|
+
function HV(e) {
|
|
33143
33146
|
function t(n) {
|
|
33144
33147
|
var l;
|
|
33145
33148
|
const a = n.matched.slice().reverse().find((r) => r.meta && r.meta.title);
|
|
@@ -33155,7 +33158,7 @@ function zV(e) {
|
|
|
33155
33158
|
updateMeta: t
|
|
33156
33159
|
};
|
|
33157
33160
|
}
|
|
33158
|
-
function
|
|
33161
|
+
function OV(e) {
|
|
33159
33162
|
var r;
|
|
33160
33163
|
const t = ((r = e == null ? void 0 : e.dates) == null ? void 0 : r.tzDate) ?? ld().tzDate, n = hi();
|
|
33161
33164
|
function a(i) {
|
|
@@ -33247,7 +33250,7 @@ const aL = {
|
|
|
33247
33250
|
component: hd
|
|
33248
33251
|
};
|
|
33249
33252
|
var rL = "M12,4A4,4 0 0,1 16,8A4,4 0 0,1 12,12A4,4 0 0,1 8,8A4,4 0 0,1 12,4M12,14C16.42,14 20,15.79 20,18V20H4V18C4,15.79 7.58,14 12,14Z", iL = "M20 21H4V10H6V19H18V10H20V21M3 3H21V9H3V3M9.5 11H14.5C14.78 11 15 11.22 15 11.5V13H9V11.5C9 11.22 9.22 11 9.5 11M5 5V7H19V5H5Z", oL = "M20,11V13H8L13.5,18.5L12.08,19.92L4.16,12L12.08,4.08L13.5,5.5L8,11H20Z", sL = "M4,11V13H16L10.5,18.5L11.92,19.92L19.84,12L11.92,4.08L10.5,5.5L16,11H4Z", uL = "M22,3H7C6.31,3 5.77,3.35 5.41,3.88L0,12L5.41,20.11C5.77,20.64 6.31,21 7,21H22A2,2 0 0,0 24,19V5A2,2 0 0,0 22,3M19,15.59L17.59,17L14,13.41L10.41,17L9,15.59L12.59,12L9,8.41L10.41,7L14,10.59L17.59,7L19,8.41L15.41,12", cL = "M19,3H18V1H16V3H8V1H6V3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H10V19H5V8H19V9H21V5A2,2 0 0,0 19,3M21.7,13.35L20.7,14.35L18.65,12.35L19.65,11.35C19.85,11.14 20.19,11.13 20.42,11.35L21.7,12.63C21.89,12.83 21.89,13.15 21.7,13.35M12,18.94L18.07,12.88L20.12,14.88L14.06,21H12V18.94Z", dL = "M12 2C17.5 2 22 6.5 22 12S17.5 22 12 22 2 17.5 2 12 6.5 2 12 2M12 4C10.1 4 8.4 4.6 7.1 5.7L18.3 16.9C19.3 15.5 20 13.8 20 12C20 7.6 16.4 4 12 4M16.9 18.3L5.7 7.1C4.6 8.4 4 10.1 4 12C4 16.4 7.6 20 12 20C13.9 20 15.6 19.4 16.9 18.3Z", fL = "M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z", mL = "M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z", vL = "M7.41,15.41L12,10.83L16.59,15.41L18,14L12,8L6,14L7.41,15.41Z", hL = "M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z", gL = "M12,15.5A3.5,3.5 0 0,1 8.5,12A3.5,3.5 0 0,1 12,8.5A3.5,3.5 0 0,1 15.5,12A3.5,3.5 0 0,1 12,15.5M19.43,12.97C19.47,12.65 19.5,12.33 19.5,12C19.5,11.67 19.47,11.34 19.43,11L21.54,9.37C21.73,9.22 21.78,8.95 21.66,8.73L19.66,5.27C19.54,5.05 19.27,4.96 19.05,5.05L16.56,6.05C16.04,5.66 15.5,5.32 14.87,5.07L14.5,2.42C14.46,2.18 14.25,2 14,2H10C9.75,2 9.54,2.18 9.5,2.42L9.13,5.07C8.5,5.32 7.96,5.66 7.44,6.05L4.95,5.05C4.73,4.96 4.46,5.05 4.34,5.27L2.34,8.73C2.21,8.95 2.27,9.22 2.46,9.37L4.57,11C4.53,11.34 4.5,11.67 4.5,12C4.5,12.33 4.53,12.65 4.57,12.97L2.46,14.63C2.27,14.78 2.21,15.05 2.34,15.27L4.34,18.73C4.46,18.95 4.73,19.03 4.95,18.95L7.44,17.94C7.96,18.34 8.5,18.68 9.13,18.93L9.5,21.58C9.54,21.82 9.75,22 10,22H14C14.25,22 14.46,21.82 14.5,21.58L14.87,18.93C15.5,18.67 16.04,18.34 16.56,17.94L19.05,18.95C19.27,19.03 19.54,18.95 19.66,18.73L21.66,15.27C21.78,15.05 21.73,14.78 21.54,14.63L19.43,12.97Z", yL = "M15,9H5V5H15M12,19A3,3 0 0,1 9,16A3,3 0 0,1 12,13A3,3 0 0,1 15,16A3,3 0 0,1 12,19M17,3H5C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V7L17,3Z", pL = "M21,16.5C21,16.88 20.79,17.21 20.47,17.38L12.57,21.82C12.41,21.94 12.21,22 12,22C11.79,22 11.59,21.94 11.43,21.82L3.53,17.38C3.21,17.21 3,16.88 3,16.5V7.5C3,7.12 3.21,6.79 3.53,6.62L11.43,2.18C11.59,2.06 11.79,2 12,2C12.21,2 12.41,2.06 12.57,2.18L20.47,6.62C20.79,6.79 21,7.12 21,7.5V16.5M12,4.15L6.04,7.5L12,10.85L17.96,7.5L12,4.15M5,15.91L11,19.29V12.58L5,9.21V15.91M19,15.91V9.21L13,12.58V19.29L19,15.91Z", bL = "M19,4H15.5L14.5,3H9.5L8.5,4H5V6H19M6,19A2,2 0 0,0 8,21H16A2,2 0 0,0 18,19V7H6V19Z", wL = "M16.24,3.56L21.19,8.5C21.97,9.29 21.97,10.55 21.19,11.34L12,20.53C10.44,22.09 7.91,22.09 6.34,20.53L2.81,17C2.03,16.21 2.03,14.95 2.81,14.16L13.41,3.56C14.2,2.78 15.46,2.78 16.24,3.56M4.22,15.58L7.76,19.11C8.54,19.9 9.8,19.9 10.59,19.11L14.12,15.58L9.17,10.63L4.22,15.58Z", xL = "M15.14,3C14.63,3 14.12,3.2 13.73,3.59L2.59,14.73C1.81,15.5 1.81,16.77 2.59,17.56L5.03,20H12.69L21.41,11.27C22.2,10.5 22.2,9.23 21.41,8.44L16.56,3.59C16.17,3.2 15.65,3 15.14,3M17,18L15,20H22V18", kL = "M14 2H6C4.9 2 4 2.9 4 4V20C4 21.1 4.9 22 6 22H18C19.1 22 20 21.1 20 20V8L14 2M15 16L13 20H10L12 16H9V11H15V16M13 9V3.5L18.5 9H13Z", SL = "M14,12V19.88C14.04,20.18 13.94,20.5 13.71,20.71C13.32,21.1 12.69,21.1 12.3,20.71L10.29,18.7C10.06,18.47 9.96,18.16 10,17.87V12H9.97L4.21,4.62C3.87,4.19 3.95,3.56 4.38,3.22C4.57,3.08 4.78,3 5,3V3H19V3C19.22,3 19.43,3.08 19.62,3.22C20.05,3.56 20.13,4.19 19.79,4.62L14.03,12H14Z", CL = "M17 7L15.59 8.41L18.17 11H8V13H18.17L15.59 15.58L17 17L22 12M4 5H12V3H4C2.9 3 2 3.9 2 5V19C2 20.1 2.9 21 4 21H12V19H4V5Z", ML = "M9.5,3A6.5,6.5 0 0,1 16,9.5C16,11.11 15.41,12.59 14.44,13.73L14.71,14H15.5L20.5,19L19,20.5L14,15.5V14.71L13.73,14.44C12.59,15.41 11.11,16 9.5,16A6.5,6.5 0 0,1 3,9.5A6.5,6.5 0 0,1 9.5,3M9.5,5C7,5 5,7 5,9.5C5,12 7,14 9.5,14C12,14 14,12 14,9.5C14,7 12,5 9.5,5Z", TL = "M7,10L12,15L17,10H7Z", _L = "M1.88,0.46L0.46,1.88L5.59,7H2V9H9V2H7V5.59M11,7V9H21V15H23V9A2,2 0 0,0 21,7M7,11V21A2,2 0 0,0 9,23H15V21H9V11M15.88,14.46L14.46,15.88L19.6,21H17V23H23V17H21V19.59", AL = "M20.71,7.04C21.1,6.65 21.1,6 20.71,5.63L18.37,3.29C18,2.9 17.35,2.9 16.96,3.29L15.12,5.12L18.87,8.87M3,17.25V21H6.75L17.81,9.93L14.06,6.18L3,17.25Z", DL = "M18.66,2C18.4,2 18.16,2.09 17.97,2.28L16.13,4.13L19.88,7.88L21.72,6.03C22.11,5.64 22.11,5 21.72,4.63L19.38,2.28C19.18,2.09 18.91,2 18.66,2M3.28,4L2,5.28L8.5,11.75L4,16.25V20H7.75L12.25,15.5L18.72,22L20,20.72L13.5,14.25L9.75,10.5L3.28,4M15.06,5.19L11.03,9.22L14.78,12.97L18.81,8.94L15.06,5.19Z", IL = "M17.65,6.35C16.2,4.9 14.21,4 12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20C15.73,20 18.84,17.45 19.73,14H17.65C16.83,16.33 14.61,18 12,18A6,6 0 0,1 6,12A6,6 0 0,1 12,6C13.66,6 15.14,6.69 16.22,7.78L13,11H20V4L17.65,6.35Z", LL = "M7.5,2C5.71,3.15 4.5,5.18 4.5,7.5C4.5,9.82 5.71,11.85 7.53,13C4.46,13 2,10.54 2,7.5A5.5,5.5 0 0,1 7.5,2M19.07,3.5L20.5,4.93L4.93,20.5L3.5,19.07L19.07,3.5M12.89,5.93L11.41,5L9.97,6L10.39,4.3L9,3.24L10.75,3.12L11.33,1.47L12,3.1L13.73,3.13L12.38,4.26L12.89,5.93M9.59,9.54L8.43,8.81L7.31,9.59L7.65,8.27L6.56,7.44L7.92,7.35L8.37,6.06L8.88,7.33L10.24,7.36L9.19,8.23L9.59,9.54M19,13.5A5.5,5.5 0 0,1 13.5,19C12.28,19 11.15,18.6 10.24,17.93L17.93,10.24C18.6,11.15 19,12.28 19,13.5M14.6,20.08L17.37,18.93L17.13,22.28L14.6,20.08M18.93,17.38L20.08,14.61L22.28,17.15L18.93,17.38M20.08,12.42L18.94,9.64L22.28,9.88L20.08,12.42M9.63,18.93L12.4,20.08L9.87,22.27L9.63,18.93Z", EL = "M12.5,8C9.85,8 7.45,9 5.6,10.6L2,7V16H11L7.38,12.38C8.77,11.22 10.54,10.5 12.5,10.5C16.04,10.5 19.05,12.81 20.1,16L22.47,15.22C21.08,11.03 17.15,8 12.5,8Z", VL = "M16,5V18H21V5M4,18H9V5H4M10,18H15V5H10V18Z", PL = "M4,4H20V20H4V4M6,8V18H18V8H6Z";
|
|
33250
|
-
function
|
|
33253
|
+
function WV(e) {
|
|
33251
33254
|
return {
|
|
33252
33255
|
defaultSet: "mdi",
|
|
33253
33256
|
aliases: {
|
|
@@ -33296,6 +33299,8 @@ function $L(e, t) {
|
|
|
33296
33299
|
n.value = r(o) != l;
|
|
33297
33300
|
}, { deep: !0 });
|
|
33298
33301
|
function r(o) {
|
|
33302
|
+
if (o == null)
|
|
33303
|
+
return;
|
|
33299
33304
|
const s = Kc(o);
|
|
33300
33305
|
return t != null && (t.propsToIgnore != null ? t.propsToIgnore.forEach((d) => {
|
|
33301
33306
|
delete s[d];
|
|
@@ -33507,7 +33512,7 @@ function o1(e, t, n) {
|
|
|
33507
33512
|
...v
|
|
33508
33513
|
};
|
|
33509
33514
|
}
|
|
33510
|
-
function
|
|
33515
|
+
function YV(e) {
|
|
33511
33516
|
const t = (e == null ? void 0 : e.iterationCount) ?? 20, n = U(), a = (e == null ? void 0 : e.onError) ?? (() => {
|
|
33512
33517
|
});
|
|
33513
33518
|
async function l(r) {
|
|
@@ -33529,7 +33534,7 @@ function WV(e) {
|
|
|
33529
33534
|
loadingMsg: n
|
|
33530
33535
|
};
|
|
33531
33536
|
}
|
|
33532
|
-
function
|
|
33537
|
+
function UV(e) {
|
|
33533
33538
|
const t = U([]), n = U(!1);
|
|
33534
33539
|
function a() {
|
|
33535
33540
|
t.value.every((r) => r.loaded) && (e.onAllLoaded(), n.value = !1);
|
|
@@ -33607,7 +33612,7 @@ function BL() {
|
|
|
33607
33612
|
let Cv, Mv, Tv, _v = !1;
|
|
33608
33613
|
const Iu = U(!1), Lu = U(!1), Av = U(), $o = U();
|
|
33609
33614
|
let Mc;
|
|
33610
|
-
function
|
|
33615
|
+
function jV() {
|
|
33611
33616
|
return Mc;
|
|
33612
33617
|
}
|
|
33613
33618
|
function FL() {
|
|
@@ -33641,7 +33646,7 @@ function FL() {
|
|
|
33641
33646
|
}, Mc;
|
|
33642
33647
|
}
|
|
33643
33648
|
const s1 = Symbol(), RL = Symbol(), u1 = Symbol(), c1 = Symbol();
|
|
33644
|
-
function
|
|
33649
|
+
function qV(e, t, n) {
|
|
33645
33650
|
const a = Ye(s1), l = Ye(c1), r = Ye(u1), i = a.findItem(e.meta.nav ?? e.name) ?? void 0, o = e.meta.requiresAuth !== !1 || i != null && i.requiresAuth !== !1, s = e.query.isDemo === "true";
|
|
33646
33651
|
if (!o)
|
|
33647
33652
|
a.updateNavigationChange(e, t);
|
|
@@ -33657,7 +33662,7 @@ function jV(e, t, n) {
|
|
|
33657
33662
|
} else
|
|
33658
33663
|
return l.login(window.location.pathname), n;
|
|
33659
33664
|
}
|
|
33660
|
-
function
|
|
33665
|
+
function GV(e) {
|
|
33661
33666
|
const t = [];
|
|
33662
33667
|
return (e == null ? void 0 : e.required) == !0 && t.push((n) => !!n || "Field is required"), (e == null ? void 0 : e.otherRules) != null && (Array.isArray(e == null ? void 0 : e.otherRules) ? t.push(...e.otherRules) : t.push(e.otherRules)), (e == null ? void 0 : e.forPassword) == !0 && (t.push((n) => !!n || "Password is required"), t.push((n) => n != null && n.length > 9 || "Password must be 10 or more characters"), t.push((n) => /^(.*[a-z].*)$/.test(n) || "Password must contain a lowercase letter"), t.push((n) => /^(.*[A-Z].*)$/.test(n) || "Password must contain an uppercase letter"), t.push((n) => /^(.*\d.*)$/.test(n) || "Password must contain a number")), (e == null ? void 0 : e.forEmail) == !0 && (t.push((n) => !!n || "Email is required"), t.push((n) => Ow(n) || "Email must be valid")), t;
|
|
33663
33668
|
}
|
|
@@ -39087,7 +39092,7 @@ const j3 = /* @__PURE__ */ Ud(Y3, [["render", U3]]), q3 = /* @__PURE__ */ nt({
|
|
|
39087
39092
|
return (l, r) => (B(), se("span", null, Ne(l.prefix) + Ne(a.value) + Ne(l.suffix), 1));
|
|
39088
39093
|
}
|
|
39089
39094
|
});
|
|
39090
|
-
function
|
|
39095
|
+
function ZV(e) {
|
|
39091
39096
|
return {
|
|
39092
39097
|
install(t, n) {
|
|
39093
39098
|
var f, c, v;
|
|
@@ -39122,13 +39127,14 @@ export {
|
|
|
39122
39127
|
c1 as authKey,
|
|
39123
39128
|
Lw as capitalizeWords,
|
|
39124
39129
|
Aw as checkImage,
|
|
39130
|
+
AV as compareString,
|
|
39125
39131
|
Bw as containsSearch,
|
|
39126
39132
|
pV as containsWeekday,
|
|
39127
39133
|
Kc as copyDeep,
|
|
39128
39134
|
Nw as copyItemByAlphabet,
|
|
39129
39135
|
Xw as createApi,
|
|
39130
39136
|
Jw as createAuth,
|
|
39131
|
-
|
|
39137
|
+
ZV as createCore,
|
|
39132
39138
|
nx as createCosmetics,
|
|
39133
39139
|
Ax as createDates,
|
|
39134
39140
|
Lx as createDemo,
|
|
@@ -39143,7 +39149,7 @@ export {
|
|
|
39143
39149
|
V2 as createVuetify,
|
|
39144
39150
|
tm as createWholeLastUpdateStoreDefinition,
|
|
39145
39151
|
$w as csvContains,
|
|
39146
|
-
|
|
39152
|
+
NV as csvDefaults,
|
|
39147
39153
|
og as deepSelect,
|
|
39148
39154
|
u1 as demoKey,
|
|
39149
39155
|
sV as distinct,
|
|
@@ -39162,7 +39168,7 @@ export {
|
|
|
39162
39168
|
Vw as getMinDateString,
|
|
39163
39169
|
Rw as getRandomColor,
|
|
39164
39170
|
Dw as group,
|
|
39165
|
-
|
|
39171
|
+
qV as guardRoute,
|
|
39166
39172
|
zw as hasSearch,
|
|
39167
39173
|
xV as isArrayOfLength,
|
|
39168
39174
|
Lt as isLengthyArray,
|
|
@@ -39192,43 +39198,43 @@ export {
|
|
|
39192
39198
|
dg as useCosmetics,
|
|
39193
39199
|
_x as useCron,
|
|
39194
39200
|
Dx as useCronAdjustments,
|
|
39195
|
-
|
|
39201
|
+
$V as useCronPredictor,
|
|
39196
39202
|
ks as useCurrentEnv,
|
|
39197
39203
|
Uw as useDataUrl,
|
|
39198
39204
|
ld as useDates,
|
|
39199
39205
|
cg as useDbName,
|
|
39200
|
-
|
|
39201
|
-
|
|
39206
|
+
BV as useDemo,
|
|
39207
|
+
HV as useDocumentMeta,
|
|
39202
39208
|
Qw as useDraggable,
|
|
39203
39209
|
hi as useFilters,
|
|
39204
|
-
|
|
39205
|
-
|
|
39210
|
+
OV as useGraphing,
|
|
39211
|
+
WV as useIcons,
|
|
39206
39212
|
M0 as useId,
|
|
39207
39213
|
aV as useIds,
|
|
39208
|
-
|
|
39214
|
+
DV as useImageUrl,
|
|
39209
39215
|
o1 as useItem,
|
|
39210
|
-
|
|
39216
|
+
YV as useIterating,
|
|
39211
39217
|
Yd as useList,
|
|
39212
|
-
|
|
39213
|
-
|
|
39214
|
-
|
|
39215
|
-
|
|
39218
|
+
UV as useLists,
|
|
39219
|
+
VV as useLocalActions,
|
|
39220
|
+
LV as useLocalCache,
|
|
39221
|
+
PV as useLocalCosmetics,
|
|
39216
39222
|
Tl as useLocalDb,
|
|
39217
39223
|
BL as useMenu,
|
|
39218
39224
|
gp as useNavBack,
|
|
39219
39225
|
pr as useNavigation,
|
|
39220
39226
|
NT as useNested,
|
|
39221
|
-
|
|
39227
|
+
jV as usePWA,
|
|
39222
39228
|
$s as usePresets,
|
|
39223
39229
|
tx as useResizable,
|
|
39224
|
-
|
|
39225
|
-
|
|
39226
|
-
|
|
39227
|
-
|
|
39228
|
-
|
|
39230
|
+
GV as useRules,
|
|
39231
|
+
RV as useSelectDate,
|
|
39232
|
+
FV as useSelectItem,
|
|
39233
|
+
zV as useSelectNumber,
|
|
39234
|
+
EV as useStore,
|
|
39229
39235
|
Cl as useStoreDefinition,
|
|
39230
39236
|
$L as useTracker,
|
|
39231
|
-
|
|
39237
|
+
IV as useUrls,
|
|
39232
39238
|
Ow as validEmail,
|
|
39233
39239
|
so as weekdayPairs,
|
|
39234
39240
|
yV as weekdayShortName,
|
package/dist/index.d.ts
CHANGED
|
@@ -285,6 +285,8 @@ declare interface CloseBladeOptions {
|
|
|
285
285
|
bladeName?: string;
|
|
286
286
|
}
|
|
287
287
|
|
|
288
|
+
export declare function compareString(str?: string): string | undefined;
|
|
289
|
+
|
|
288
290
|
/**whether string is contained somewhere in this value */
|
|
289
291
|
export declare function containsSearch(value?: string, str?: string): boolean;
|
|
290
292
|
|
package/package.json
CHANGED