@dialecte/core 0.1.19 → 0.1.21
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/document/query/any/any-query.d.ts +40 -0
- package/dist/document/query/any/any-query.d.ts.map +1 -0
- package/dist/document/query/any/index.d.ts +2 -0
- package/dist/document/query/any/index.d.ts.map +1 -0
- package/dist/document/query/get/tree/get-tree.d.ts +1 -0
- package/dist/document/query/get/tree/get-tree.d.ts.map +1 -1
- package/dist/document/query/get/tree/get-tree.types.d.ts +2 -2
- package/dist/document/query/get/tree/get-tree.types.d.ts.map +1 -1
- package/dist/document/query/index.d.ts +1 -0
- package/dist/document/query/index.d.ts.map +1 -1
- package/dist/document/query/main.d.ts +4 -34
- package/dist/document/query/main.d.ts.map +1 -1
- package/dist/document/transaction/any/any-transaction.d.ts +34 -0
- package/dist/document/transaction/any/any-transaction.d.ts.map +1 -0
- package/dist/document/transaction/any/any.types.d.ts +13 -0
- package/dist/document/transaction/any/any.types.d.ts.map +1 -0
- package/dist/document/transaction/any/index.d.ts +3 -0
- package/dist/document/transaction/any/index.d.ts.map +1 -0
- package/dist/document/transaction/index.d.ts +2 -0
- package/dist/document/transaction/index.d.ts.map +1 -1
- package/dist/document/transaction/main.d.ts +3 -0
- package/dist/document/transaction/main.d.ts.map +1 -1
- package/dist/index-Djo88Z-U.js +6639 -0
- package/dist/index.js +37 -35
- package/dist/test.js +1 -1
- package/package.json +1 -1
- package/dist/index-CUs5ICfh.js +0 -6478
package/dist/index.js
CHANGED
|
@@ -1,38 +1,40 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { E as
|
|
1
|
+
import { A as a, a as s, D as r, b as i, Q as o, T as c, c as l, d as n, f as d, g as u, h as b, j as A, k as m, e as D, l as g, m as R, n as T, p, q as f, r as E, s as y, t as F, u as x, v as h, w as k, y as B, z as C, B as _, C as I, i as O, E as j, F as N, G as Q, o as U } from "./index-Djo88Z-U.js";
|
|
2
|
+
import { E as w, t as G } from "./index-B1qiHOqL.js";
|
|
3
3
|
export {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
o as
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
b as
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
D as
|
|
19
|
-
g as
|
|
20
|
-
R as
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
f as
|
|
24
|
-
E as
|
|
4
|
+
a as AnyQuery,
|
|
5
|
+
s as AnyTransaction,
|
|
6
|
+
r as DexieStore,
|
|
7
|
+
i as Document,
|
|
8
|
+
w as ERROR_CATALOG,
|
|
9
|
+
o as Query,
|
|
10
|
+
c as TEMP_IDB_ID_ATTRIBUTE_NAME,
|
|
11
|
+
l as Transaction,
|
|
12
|
+
n as bulkAddRecords,
|
|
13
|
+
d as bulkDeleteRecords,
|
|
14
|
+
u as bulkUpdateRecordAttributes,
|
|
15
|
+
b as bulkUpdateRecords,
|
|
16
|
+
A as createDialecteDocument,
|
|
17
|
+
m as deleteDatabaseIfExists,
|
|
18
|
+
D as exportXmlFile,
|
|
19
|
+
g as findAncestors,
|
|
20
|
+
R as findByAttributes,
|
|
21
|
+
T as findDescendants,
|
|
22
|
+
p as formatXml,
|
|
23
|
+
f as getAttribute,
|
|
24
|
+
E as getAttributeFullObject,
|
|
25
|
+
y as getAttributes,
|
|
26
|
+
F as getAttributesFullObject,
|
|
25
27
|
x as getChild,
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
28
|
+
h as getChildren,
|
|
29
|
+
k as getDatabaseName,
|
|
30
|
+
B as getRecord,
|
|
31
|
+
C as getRecords,
|
|
32
|
+
_ as getRecordsByTagName,
|
|
33
|
+
I as getTree,
|
|
34
|
+
O as importXmlFiles,
|
|
35
|
+
j as isFileSupported,
|
|
36
|
+
N as isTransactionContext,
|
|
37
|
+
Q as matchesAttributeFilter,
|
|
38
|
+
U as openDialecteDocument,
|
|
39
|
+
G as throwDialecteError
|
|
38
40
|
};
|
package/dist/test.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { expect as f, it as p } from "vitest";
|
|
2
|
-
import { x as q, D as S, i as D, o as T, e as v } from "./index-
|
|
2
|
+
import { x as q, D as S, i as D, o as T, e as v } from "./index-Djo88Z-U.js";
|
|
3
3
|
import { D as L, s as w, o as g, n as O } from "./merge-extensions-D-JNgVJ8.js";
|
|
4
4
|
function E(a) {
|
|
5
5
|
const t = M(a);
|