@react-querybuilder/core 8.16.1 → 8.16.2
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/cjs/react-querybuilder_core.cjs.development.d.ts +37 -3
- package/dist/cjs/react-querybuilder_core.cjs.development.js +155 -9
- package/dist/cjs/react-querybuilder_core.cjs.development.js.map +1 -1
- package/dist/cjs/react-querybuilder_core.cjs.production.d.ts +37 -3
- package/dist/cjs/react-querybuilder_core.cjs.production.js +1 -1
- package/dist/cjs/react-querybuilder_core.cjs.production.js.map +1 -1
- package/dist/formatQuery.d.mts +37 -3
- package/dist/formatQuery.d.ts +37 -3
- package/dist/formatQuery.js +155 -9
- package/dist/formatQuery.js.map +1 -1
- package/dist/formatQuery.mjs +154 -10
- package/dist/formatQuery.mjs.map +1 -1
- package/dist/{import-BC_bAKQ8.d.mts → import-BXXgiPlr.d.mts} +2 -2
- package/dist/{import-D1KnXhkQ.d.ts → import-DqzM2MBd.d.ts} +2 -2
- package/dist/{index-AAZg4Uh1.d.mts → index-CR-tk4Ci.d.mts} +2 -2
- package/dist/{index-Ds06V0zO.d.ts → index-NSVgGj45.d.ts} +2 -2
- package/dist/parseCEL.d.mts +2 -2
- package/dist/parseCEL.d.ts +2 -2
- package/dist/parseCypher.d.mts +1 -1
- package/dist/parseCypher.d.ts +1 -1
- package/dist/parseGremlin.d.mts +1 -1
- package/dist/parseGremlin.d.ts +1 -1
- package/dist/parseJSONata.d.mts +2 -2
- package/dist/parseJSONata.d.ts +2 -2
- package/dist/parseJsonLogic.d.mts +2 -2
- package/dist/parseJsonLogic.d.ts +2 -2
- package/dist/parseMongoDB.d.mts +2 -2
- package/dist/parseMongoDB.d.ts +2 -2
- package/dist/parseSPARQL.d.mts +1 -1
- package/dist/parseSPARQL.d.ts +1 -1
- package/dist/parseSQL.d.mts +2 -2
- package/dist/parseSQL.d.ts +2 -2
- package/dist/parseSpEL.d.mts +2 -2
- package/dist/parseSpEL.d.ts +2 -2
- package/dist/react-querybuilder_core.d.mts +37 -3
- package/dist/react-querybuilder_core.legacy-esm.d.ts +37 -3
- package/dist/react-querybuilder_core.legacy-esm.js +154 -10
- package/dist/react-querybuilder_core.legacy-esm.js.map +1 -1
- package/dist/react-querybuilder_core.mjs +154 -10
- package/dist/react-querybuilder_core.mjs.map +1 -1
- package/dist/react-querybuilder_core.production.d.mts +37 -3
- package/dist/react-querybuilder_core.production.mjs +1 -1
- package/dist/react-querybuilder_core.production.mjs.map +1 -1
- package/dist/transformQuery.d.mts +1 -1
- package/dist/transformQuery.d.ts +1 -1
- package/package.json +15 -11
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as RuleGroupTypeIC, D as RuleGroupType, O as RuleType, S as RuleGroupTypeAny } from "./index-
|
|
1
|
+
import { C as RuleGroupTypeIC, D as RuleGroupType, O as RuleType, S as RuleGroupTypeAny } from "./index-CR-tk4Ci.mjs";
|
|
2
2
|
|
|
3
3
|
//#region src/utils/transformQuery.d.ts
|
|
4
4
|
/**
|
package/dist/transformQuery.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as RuleGroupTypeIC, D as RuleGroupType, O as RuleType, S as RuleGroupTypeAny } from "./index-
|
|
1
|
+
import { C as RuleGroupTypeIC, D as RuleGroupType, O as RuleType, S as RuleGroupTypeAny } from "./index-NSVgGj45.js";
|
|
2
2
|
|
|
3
3
|
//#region src/utils/transformQuery.d.ts
|
|
4
4
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-querybuilder/core",
|
|
3
|
-
"version": "8.16.
|
|
3
|
+
"version": "8.16.2",
|
|
4
4
|
"description": "React Query Builder component for constructing queries and filters, with utilities for executing them in various database and evaluation contexts",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -177,13 +177,14 @@
|
|
|
177
177
|
"@electric-sql/pglite": "^0.4.4",
|
|
178
178
|
"@grafeo-db/js": "^0.5.42",
|
|
179
179
|
"@prisma/client": "^7.7.0",
|
|
180
|
+
"@tanstack/db": "^0.6.6",
|
|
180
181
|
"@traqula/parser-sparql-1-2": "^1.1.1",
|
|
181
182
|
"@types/json-logic-js": "^2.0.8",
|
|
182
|
-
"@types/node": "^25.
|
|
183
|
+
"@types/node": "^25.8.0",
|
|
183
184
|
"chevrotain": "^12.0.0",
|
|
184
185
|
"drizzle-orm": "^0.45.2",
|
|
185
186
|
"json-logic-js": "^2.0.5",
|
|
186
|
-
"jsonata": "^2.
|
|
187
|
+
"jsonata": "^2.2.0",
|
|
187
188
|
"mongodb-memory-server-core": "^11.0.1",
|
|
188
189
|
"mongoose": "^9.6.2",
|
|
189
190
|
"pglite-prisma-adapter": "^0.7.2",
|
|
@@ -196,7 +197,7 @@
|
|
|
196
197
|
"sqlite3": "^6.0.1",
|
|
197
198
|
"type-fest": "^5.5.0",
|
|
198
199
|
"typescript": "^6.0.2",
|
|
199
|
-
"vite": "^8.0.
|
|
200
|
+
"vite": "^8.0.14"
|
|
200
201
|
},
|
|
201
202
|
"dependencies": {
|
|
202
203
|
"@ts-jison/lexer": "0.4.1-alpha.1",
|
|
@@ -214,6 +215,15 @@
|
|
|
214
215
|
"spel2js": ">=0.2.0"
|
|
215
216
|
},
|
|
216
217
|
"peerDependenciesMeta": {
|
|
218
|
+
"@tanstack/db": {
|
|
219
|
+
"optional": true
|
|
220
|
+
},
|
|
221
|
+
"@traqula/parser-sparql-1-2": {
|
|
222
|
+
"optional": true
|
|
223
|
+
},
|
|
224
|
+
"chevrotain": {
|
|
225
|
+
"optional": true
|
|
226
|
+
},
|
|
217
227
|
"drizzle-orm": {
|
|
218
228
|
"optional": true
|
|
219
229
|
},
|
|
@@ -228,12 +238,6 @@
|
|
|
228
238
|
},
|
|
229
239
|
"spel2js": {
|
|
230
240
|
"optional": true
|
|
231
|
-
},
|
|
232
|
-
"chevrotain": {
|
|
233
|
-
"optional": true
|
|
234
|
-
},
|
|
235
|
-
"@traqula/parser-sparql-1-2": {
|
|
236
|
-
"optional": true
|
|
237
241
|
}
|
|
238
242
|
},
|
|
239
243
|
"browserslist": "> 0.25%, not dead",
|
|
@@ -244,5 +248,5 @@
|
|
|
244
248
|
"typecheck": "tsc --noEmit",
|
|
245
249
|
"typecheck:watch": "tsc --noEmit --watch"
|
|
246
250
|
},
|
|
247
|
-
"gitHead": "
|
|
251
|
+
"gitHead": "2fea8cd6b092966e20c6bc8c674f9e82e05d2831"
|
|
248
252
|
}
|