sprof 0.0.19 → 0.0.20
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/modules/index.d.ts +1 -0
- package/dist/sprof.js +11 -9
- package/dist/sprof.umd.cjs +12 -12
- package/package.json +1 -1
package/dist/modules/index.d.ts
CHANGED
package/dist/sprof.js
CHANGED
|
@@ -12975,16 +12975,10 @@ class en {
|
|
|
12975
12975
|
return i.id = R.CreateUUID(), i.passportId = e, i;
|
|
12976
12976
|
}
|
|
12977
12977
|
}
|
|
12978
|
-
|
|
12979
|
-
constructor() {
|
|
12980
|
-
super(en, "passport-scans");
|
|
12981
|
-
}
|
|
12982
|
-
};
|
|
12983
|
-
const W0 = new C1();
|
|
12984
|
-
var x1 = Object.defineProperty, M1 = (t, e, i, n) => {
|
|
12978
|
+
var C1 = Object.defineProperty, x1 = (t, e, i, n) => {
|
|
12985
12979
|
for (var s = void 0, r = t.length - 1, o; r >= 0; r--)
|
|
12986
12980
|
(o = t[r]) && (s = o(e, i, s) || s);
|
|
12987
|
-
return s &&
|
|
12981
|
+
return s && C1(e, i, s), s;
|
|
12988
12982
|
};
|
|
12989
12983
|
class ra {
|
|
12990
12984
|
constructor(e) {
|
|
@@ -13000,9 +12994,15 @@ class ra {
|
|
|
13000
12994
|
R.BuildClass(this, e);
|
|
13001
12995
|
}
|
|
13002
12996
|
}
|
|
13003
|
-
|
|
12997
|
+
x1([
|
|
13004
12998
|
R.GetClassConstructor(en)
|
|
13005
12999
|
], ra.prototype, "passportScans");
|
|
13000
|
+
let M1 = class extends de {
|
|
13001
|
+
constructor() {
|
|
13002
|
+
super(en, "passport-scans");
|
|
13003
|
+
}
|
|
13004
|
+
};
|
|
13005
|
+
const W0 = new M1();
|
|
13006
13006
|
class k1 extends de {
|
|
13007
13007
|
constructor() {
|
|
13008
13008
|
super(ra, "passports");
|
|
@@ -13136,6 +13136,8 @@ export {
|
|
|
13136
13136
|
Vd as PTextarea,
|
|
13137
13137
|
Zd as PTopSlider,
|
|
13138
13138
|
Zo as PageNotFound,
|
|
13139
|
+
ra as Passport,
|
|
13140
|
+
en as PassportScan,
|
|
13139
13141
|
W0 as PassportScansStore,
|
|
13140
13142
|
V0 as PassportsStore,
|
|
13141
13143
|
ln as PasswordField,
|