@react-querybuilder/datetime 8.23.0 → 8.24.0
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_datetime.cjs.development.d.ts +27 -27
- package/dist/cjs/react-querybuilder_datetime.cjs.development.date-fns.d.ts +24 -25
- package/dist/cjs/react-querybuilder_datetime.cjs.development.dayjs.d.ts +24 -25
- package/dist/cjs/react-querybuilder_datetime.cjs.development.jsdate.d.ts +24 -25
- package/dist/cjs/react-querybuilder_datetime.cjs.development.luxon.d.ts +24 -25
- package/dist/cjs/react-querybuilder_datetime.cjs.development.ui.d.ts +22 -23
- package/dist/cjs/react-querybuilder_datetime.cjs.production.d.ts +27 -27
- package/dist/cjs/react-querybuilder_datetime.cjs.production.date-fns.d.ts +24 -25
- package/dist/cjs/react-querybuilder_datetime.cjs.production.dayjs.d.ts +24 -25
- package/dist/cjs/react-querybuilder_datetime.cjs.production.jsdate.d.ts +24 -25
- package/dist/cjs/react-querybuilder_datetime.cjs.production.luxon.d.ts +24 -25
- package/dist/cjs/react-querybuilder_datetime.cjs.production.ui.d.ts +22 -23
- package/dist/{getDatetimeRuleProcessorTanStackDB-Dpb4aOi1.js → getDatetimeRuleProcessorTanStackDB-CTIyzKMg.js} +2 -2
- package/dist/{getDatetimeRuleProcessorTanStackDB-Dpb4aOi1.js.map → getDatetimeRuleProcessorTanStackDB-CTIyzKMg.js.map} +1 -1
- package/dist/{objectSpread2-DzvyTx0z.js → objectSpread2-EV66U0IE.js} +6 -6
- package/dist/{objectSpread2-DzvyTx0z.js.map → objectSpread2-EV66U0IE.js.map} +1 -1
- package/dist/react-querybuilder_datetime.d.mts +27 -27
- package/dist/react-querybuilder_datetime.date-fns.d.mts +24 -25
- package/dist/react-querybuilder_datetime.dayjs.d.mts +24 -25
- package/dist/react-querybuilder_datetime.jsdate.d.mts +24 -25
- package/dist/react-querybuilder_datetime.legacy-esm.d.ts +27 -27
- package/dist/react-querybuilder_datetime.legacy-esm.date-fns.d.ts +24 -25
- package/dist/react-querybuilder_datetime.legacy-esm.date-fns.js +2 -2
- package/dist/react-querybuilder_datetime.legacy-esm.dayjs.d.ts +24 -25
- package/dist/react-querybuilder_datetime.legacy-esm.dayjs.js +2 -2
- package/dist/react-querybuilder_datetime.legacy-esm.js +2 -2
- package/dist/react-querybuilder_datetime.legacy-esm.jsdate.d.ts +24 -25
- package/dist/react-querybuilder_datetime.legacy-esm.jsdate.js +2 -2
- package/dist/react-querybuilder_datetime.legacy-esm.luxon.d.ts +24 -25
- package/dist/react-querybuilder_datetime.legacy-esm.luxon.js +2 -2
- package/dist/react-querybuilder_datetime.legacy-esm.ui.d.ts +22 -23
- package/dist/react-querybuilder_datetime.legacy-esm.ui.js +4 -4
- package/dist/react-querybuilder_datetime.luxon.d.mts +24 -25
- package/dist/react-querybuilder_datetime.production.d.mts +27 -27
- package/dist/react-querybuilder_datetime.production.date-fns.d.mts +24 -25
- package/dist/react-querybuilder_datetime.production.dayjs.d.mts +24 -25
- package/dist/react-querybuilder_datetime.production.jsdate.d.mts +24 -25
- package/dist/react-querybuilder_datetime.production.luxon.d.mts +24 -25
- package/dist/react-querybuilder_datetime.production.ui.d.mts +22 -23
- package/dist/react-querybuilder_datetime.ui.d.mts +22 -23
- package/dist/{rqbDateTimeLibraryAPI.jsdate-DTPN_G2s.js → rqbDateTimeLibraryAPI.jsdate-3jOCBjdi.js} +2 -2
- package/dist/{rqbDateTimeLibraryAPI.jsdate-DTPN_G2s.js.map → rqbDateTimeLibraryAPI.jsdate-3jOCBjdi.js.map} +1 -1
- package/package.json +23 -22
|
@@ -4,101 +4,100 @@ import { RuleProcessor, ValueProcessorByRule } from "@react-querybuilder/core";
|
|
|
4
4
|
/**
|
|
5
5
|
* {@link RQBDateTimeLibraryAPI} for date-fns
|
|
6
6
|
*/
|
|
7
|
-
declare const rqbDateTimeLibraryAPI: RQBDateTimeLibraryAPI;
|
|
7
|
+
export declare const rqbDateTimeLibraryAPI: RQBDateTimeLibraryAPI;
|
|
8
8
|
//#endregion
|
|
9
9
|
//#region src/index.date-fns.d.ts
|
|
10
10
|
/**
|
|
11
11
|
* Custom JsonLogic date/time operations using date-fns
|
|
12
12
|
*/
|
|
13
|
-
declare const jsonLogicDateTimeOperations: RQBJsonLogicDateTimeOperations;
|
|
13
|
+
export declare const jsonLogicDateTimeOperations: RQBJsonLogicDateTimeOperations;
|
|
14
14
|
/**
|
|
15
15
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "sql" format using date-fns
|
|
16
16
|
*/
|
|
17
|
-
declare const datetimeRuleProcessorSQL: RuleProcessor;
|
|
17
|
+
export declare const datetimeRuleProcessorSQL: RuleProcessor;
|
|
18
18
|
/**
|
|
19
19
|
* {@link @react-querybuilder/core!formatQuery formatQuery} value processor for "sql" format ("ansi" preset) using date-fns
|
|
20
20
|
*/
|
|
21
|
-
declare const datetimeValueProcessorANSI: ValueProcessorByRule;
|
|
21
|
+
export declare const datetimeValueProcessorANSI: ValueProcessorByRule;
|
|
22
22
|
/**
|
|
23
23
|
* {@link @react-querybuilder/core!formatQuery formatQuery} value processor for "sql" format ("mssql" preset) using date-fns
|
|
24
24
|
*/
|
|
25
|
-
declare const datetimeValueProcessorMSSQL: ValueProcessorByRule;
|
|
25
|
+
export declare const datetimeValueProcessorMSSQL: ValueProcessorByRule;
|
|
26
26
|
/**
|
|
27
27
|
* {@link @react-querybuilder/core!formatQuery formatQuery} value processor for "sql" format ("mysql" preset) using date-fns
|
|
28
28
|
*/
|
|
29
|
-
declare const datetimeValueProcessorMySQL: ValueProcessorByRule;
|
|
29
|
+
export declare const datetimeValueProcessorMySQL: ValueProcessorByRule;
|
|
30
30
|
/**
|
|
31
31
|
* {@link @react-querybuilder/core!formatQuery formatQuery} value processor for "sql" format ("oracle" preset) using date-fns
|
|
32
32
|
*/
|
|
33
|
-
declare const datetimeValueProcessorOracle: ValueProcessorByRule;
|
|
33
|
+
export declare const datetimeValueProcessorOracle: ValueProcessorByRule;
|
|
34
34
|
/**
|
|
35
35
|
* {@link @react-querybuilder/core!formatQuery formatQuery} value processor for "sql" format ("postgresql" preset) using date-fns
|
|
36
36
|
*/
|
|
37
|
-
declare const datetimeValueProcessorPostgreSQL: ValueProcessorByRule;
|
|
37
|
+
export declare const datetimeValueProcessorPostgreSQL: ValueProcessorByRule;
|
|
38
38
|
/**
|
|
39
39
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "cel" format using date-fns
|
|
40
40
|
*/
|
|
41
|
-
declare const datetimeRuleProcessorCEL: ValueProcessorByRule;
|
|
41
|
+
export declare const datetimeRuleProcessorCEL: ValueProcessorByRule;
|
|
42
42
|
/**
|
|
43
43
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "jsonata" format using date-fns
|
|
44
44
|
*/
|
|
45
|
-
declare const datetimeRuleProcessorJSONata: RuleProcessor;
|
|
45
|
+
export declare const datetimeRuleProcessorJSONata: RuleProcessor;
|
|
46
46
|
/**
|
|
47
47
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "mongodb_query" format using date-fns
|
|
48
48
|
*/
|
|
49
|
-
declare const datetimeRuleProcessorMongoDBQuery: ValueProcessorByRule;
|
|
49
|
+
export declare const datetimeRuleProcessorMongoDBQuery: ValueProcessorByRule;
|
|
50
50
|
/**
|
|
51
51
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "natural_language" format using date-fns
|
|
52
52
|
*/
|
|
53
|
-
declare const datetimeRuleProcessorNL: ValueProcessorByRule;
|
|
53
|
+
export declare const datetimeRuleProcessorNL: ValueProcessorByRule;
|
|
54
54
|
/**
|
|
55
55
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "cypher"/"gql" format using date-fns
|
|
56
56
|
*/
|
|
57
|
-
declare const datetimeRuleProcessorCypher: ValueProcessorByRule;
|
|
57
|
+
export declare const datetimeRuleProcessorCypher: ValueProcessorByRule;
|
|
58
58
|
/**
|
|
59
59
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "sparql" format using date-fns
|
|
60
60
|
*/
|
|
61
|
-
declare const datetimeRuleProcessorSPARQL: ValueProcessorByRule;
|
|
61
|
+
export declare const datetimeRuleProcessorSPARQL: ValueProcessorByRule;
|
|
62
62
|
/**
|
|
63
63
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "parameterized"/"parameterized_named" formats
|
|
64
64
|
*/
|
|
65
|
-
declare const datetimeRuleProcessorParameterized: RuleProcessor;
|
|
65
|
+
export declare const datetimeRuleProcessorParameterized: RuleProcessor;
|
|
66
66
|
/**
|
|
67
67
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "spel" format
|
|
68
68
|
*/
|
|
69
|
-
declare const datetimeRuleProcessorSpEL: RuleProcessor;
|
|
69
|
+
export declare const datetimeRuleProcessorSpEL: RuleProcessor;
|
|
70
70
|
/**
|
|
71
71
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "ldap" format
|
|
72
72
|
*/
|
|
73
|
-
declare const datetimeRuleProcessorLDAP: RuleProcessor;
|
|
73
|
+
export declare const datetimeRuleProcessorLDAP: RuleProcessor;
|
|
74
74
|
/**
|
|
75
75
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "gremlin" format
|
|
76
76
|
*/
|
|
77
|
-
declare const datetimeRuleProcessorGremlin: RuleProcessor;
|
|
77
|
+
export declare const datetimeRuleProcessorGremlin: RuleProcessor;
|
|
78
78
|
/**
|
|
79
79
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "prisma" format
|
|
80
80
|
*/
|
|
81
|
-
declare const datetimeRuleProcessorPrisma: RuleProcessor;
|
|
81
|
+
export declare const datetimeRuleProcessorPrisma: RuleProcessor;
|
|
82
82
|
/**
|
|
83
83
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "sequelize" format
|
|
84
84
|
*/
|
|
85
|
-
declare const datetimeRuleProcessorSequelize: RuleProcessor;
|
|
85
|
+
export declare const datetimeRuleProcessorSequelize: RuleProcessor;
|
|
86
86
|
/**
|
|
87
87
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "drizzle" format
|
|
88
88
|
*/
|
|
89
|
-
declare const datetimeRuleProcessorDrizzle: RuleProcessor;
|
|
89
|
+
export declare const datetimeRuleProcessorDrizzle: RuleProcessor;
|
|
90
90
|
/**
|
|
91
91
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "elasticsearch" format
|
|
92
92
|
*/
|
|
93
|
-
declare const datetimeRuleProcessorElasticSearch: RuleProcessor;
|
|
93
|
+
export declare const datetimeRuleProcessorElasticSearch: RuleProcessor;
|
|
94
94
|
/**
|
|
95
95
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "tanstack_db" format
|
|
96
96
|
*/
|
|
97
|
-
declare const datetimeRuleProcessorTanStackDB: RuleProcessor;
|
|
97
|
+
export declare const datetimeRuleProcessorTanStackDB: RuleProcessor;
|
|
98
98
|
/**
|
|
99
99
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for (deprecated) "mongodb" format
|
|
100
100
|
*/
|
|
101
|
-
declare const datetimeRuleProcessorMongoDB: RuleProcessor;
|
|
101
|
+
export declare const datetimeRuleProcessorMongoDB: RuleProcessor;
|
|
102
102
|
//#endregion
|
|
103
|
-
export { datetimeRuleProcessorCEL, datetimeRuleProcessorCypher, datetimeRuleProcessorDrizzle, datetimeRuleProcessorElasticSearch, datetimeRuleProcessorGremlin, datetimeRuleProcessorJSONata, datetimeRuleProcessorLDAP, datetimeRuleProcessorMongoDB, datetimeRuleProcessorMongoDBQuery, datetimeRuleProcessorNL, datetimeRuleProcessorParameterized, datetimeRuleProcessorPrisma, datetimeRuleProcessorSPARQL, datetimeRuleProcessorSQL, datetimeRuleProcessorSequelize, datetimeRuleProcessorSpEL, datetimeRuleProcessorTanStackDB, datetimeValueProcessorANSI, datetimeValueProcessorMSSQL, datetimeValueProcessorMySQL, datetimeValueProcessorOracle, datetimeValueProcessorPostgreSQL, jsonLogicDateTimeOperations, rqbDateTimeLibraryAPI };
|
|
104
103
|
//# sourceMappingURL=react-querybuilder_datetime.production.date-fns.d.mts.map
|
|
@@ -4,101 +4,100 @@ import { RuleProcessor, ValueProcessorByRule } from "@react-querybuilder/core";
|
|
|
4
4
|
/**
|
|
5
5
|
* {@link RQBDateTimeLibraryAPI} for Day.js
|
|
6
6
|
*/
|
|
7
|
-
declare const rqbDateTimeLibraryAPI: RQBDateTimeLibraryAPI;
|
|
7
|
+
export declare const rqbDateTimeLibraryAPI: RQBDateTimeLibraryAPI;
|
|
8
8
|
//#endregion
|
|
9
9
|
//#region src/index.dayjs.d.ts
|
|
10
10
|
/**
|
|
11
11
|
* Custom JsonLogic date/time operations using Day.js
|
|
12
12
|
*/
|
|
13
|
-
declare const jsonLogicDateTimeOperations: RQBJsonLogicDateTimeOperations;
|
|
13
|
+
export declare const jsonLogicDateTimeOperations: RQBJsonLogicDateTimeOperations;
|
|
14
14
|
/**
|
|
15
15
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "sql" format using Day.js
|
|
16
16
|
*/
|
|
17
|
-
declare const datetimeRuleProcessorSQL: RuleProcessor;
|
|
17
|
+
export declare const datetimeRuleProcessorSQL: RuleProcessor;
|
|
18
18
|
/**
|
|
19
19
|
* {@link @react-querybuilder/core!formatQuery formatQuery} value processor for "sql" format ("ansi" preset) using Day.js
|
|
20
20
|
*/
|
|
21
|
-
declare const datetimeValueProcessorANSI: ValueProcessorByRule;
|
|
21
|
+
export declare const datetimeValueProcessorANSI: ValueProcessorByRule;
|
|
22
22
|
/**
|
|
23
23
|
* {@link @react-querybuilder/core!formatQuery formatQuery} value processor for "sql" format ("mssql" preset) using Day.js
|
|
24
24
|
*/
|
|
25
|
-
declare const datetimeValueProcessorMSSQL: ValueProcessorByRule;
|
|
25
|
+
export declare const datetimeValueProcessorMSSQL: ValueProcessorByRule;
|
|
26
26
|
/**
|
|
27
27
|
* {@link @react-querybuilder/core!formatQuery formatQuery} value processor for "sql" format ("mysql" preset) using Day.js
|
|
28
28
|
*/
|
|
29
|
-
declare const datetimeValueProcessorMySQL: ValueProcessorByRule;
|
|
29
|
+
export declare const datetimeValueProcessorMySQL: ValueProcessorByRule;
|
|
30
30
|
/**
|
|
31
31
|
* {@link @react-querybuilder/core!formatQuery formatQuery} value processor for "sql" format ("oracle" preset) using Day.js
|
|
32
32
|
*/
|
|
33
|
-
declare const datetimeValueProcessorOracle: ValueProcessorByRule;
|
|
33
|
+
export declare const datetimeValueProcessorOracle: ValueProcessorByRule;
|
|
34
34
|
/**
|
|
35
35
|
* {@link @react-querybuilder/core!formatQuery formatQuery} value processor for "sql" format ("postgresql" preset) using Day.js
|
|
36
36
|
*/
|
|
37
|
-
declare const datetimeValueProcessorPostgreSQL: ValueProcessorByRule;
|
|
37
|
+
export declare const datetimeValueProcessorPostgreSQL: ValueProcessorByRule;
|
|
38
38
|
/**
|
|
39
39
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "cel" format using Day.js
|
|
40
40
|
*/
|
|
41
|
-
declare const datetimeRuleProcessorCEL: ValueProcessorByRule;
|
|
41
|
+
export declare const datetimeRuleProcessorCEL: ValueProcessorByRule;
|
|
42
42
|
/**
|
|
43
43
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "jsonata" format using Day.js
|
|
44
44
|
*/
|
|
45
|
-
declare const datetimeRuleProcessorJSONata: RuleProcessor;
|
|
45
|
+
export declare const datetimeRuleProcessorJSONata: RuleProcessor;
|
|
46
46
|
/**
|
|
47
47
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "mongodb_query" format using Day.js
|
|
48
48
|
*/
|
|
49
|
-
declare const datetimeRuleProcessorMongoDBQuery: ValueProcessorByRule;
|
|
49
|
+
export declare const datetimeRuleProcessorMongoDBQuery: ValueProcessorByRule;
|
|
50
50
|
/**
|
|
51
51
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "natural_language" format using Day.js
|
|
52
52
|
*/
|
|
53
|
-
declare const datetimeRuleProcessorNL: ValueProcessorByRule;
|
|
53
|
+
export declare const datetimeRuleProcessorNL: ValueProcessorByRule;
|
|
54
54
|
/**
|
|
55
55
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "cypher"/"gql" format using Day.js
|
|
56
56
|
*/
|
|
57
|
-
declare const datetimeRuleProcessorCypher: ValueProcessorByRule;
|
|
57
|
+
export declare const datetimeRuleProcessorCypher: ValueProcessorByRule;
|
|
58
58
|
/**
|
|
59
59
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "sparql" format using Day.js
|
|
60
60
|
*/
|
|
61
|
-
declare const datetimeRuleProcessorSPARQL: ValueProcessorByRule;
|
|
61
|
+
export declare const datetimeRuleProcessorSPARQL: ValueProcessorByRule;
|
|
62
62
|
/**
|
|
63
63
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "parameterized"/"parameterized_named" formats using Day.js
|
|
64
64
|
*/
|
|
65
|
-
declare const datetimeRuleProcessorParameterized: RuleProcessor;
|
|
65
|
+
export declare const datetimeRuleProcessorParameterized: RuleProcessor;
|
|
66
66
|
/**
|
|
67
67
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "spel" format using Day.js
|
|
68
68
|
*/
|
|
69
|
-
declare const datetimeRuleProcessorSpEL: RuleProcessor;
|
|
69
|
+
export declare const datetimeRuleProcessorSpEL: RuleProcessor;
|
|
70
70
|
/**
|
|
71
71
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "ldap" format using Day.js
|
|
72
72
|
*/
|
|
73
|
-
declare const datetimeRuleProcessorLDAP: RuleProcessor;
|
|
73
|
+
export declare const datetimeRuleProcessorLDAP: RuleProcessor;
|
|
74
74
|
/**
|
|
75
75
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "gremlin" format using Day.js
|
|
76
76
|
*/
|
|
77
|
-
declare const datetimeRuleProcessorGremlin: RuleProcessor;
|
|
77
|
+
export declare const datetimeRuleProcessorGremlin: RuleProcessor;
|
|
78
78
|
/**
|
|
79
79
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "prisma" format using Day.js
|
|
80
80
|
*/
|
|
81
|
-
declare const datetimeRuleProcessorPrisma: RuleProcessor;
|
|
81
|
+
export declare const datetimeRuleProcessorPrisma: RuleProcessor;
|
|
82
82
|
/**
|
|
83
83
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "sequelize" format using Day.js
|
|
84
84
|
*/
|
|
85
|
-
declare const datetimeRuleProcessorSequelize: RuleProcessor;
|
|
85
|
+
export declare const datetimeRuleProcessorSequelize: RuleProcessor;
|
|
86
86
|
/**
|
|
87
87
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "drizzle" format using Day.js
|
|
88
88
|
*/
|
|
89
|
-
declare const datetimeRuleProcessorDrizzle: RuleProcessor;
|
|
89
|
+
export declare const datetimeRuleProcessorDrizzle: RuleProcessor;
|
|
90
90
|
/**
|
|
91
91
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "elasticsearch" format using Day.js
|
|
92
92
|
*/
|
|
93
|
-
declare const datetimeRuleProcessorElasticSearch: RuleProcessor;
|
|
93
|
+
export declare const datetimeRuleProcessorElasticSearch: RuleProcessor;
|
|
94
94
|
/**
|
|
95
95
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "tanstack_db" format using Day.js
|
|
96
96
|
*/
|
|
97
|
-
declare const datetimeRuleProcessorTanStackDB: RuleProcessor;
|
|
97
|
+
export declare const datetimeRuleProcessorTanStackDB: RuleProcessor;
|
|
98
98
|
/**
|
|
99
99
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for (deprecated) "mongodb" format using Day.js
|
|
100
100
|
*/
|
|
101
|
-
declare const datetimeRuleProcessorMongoDB: RuleProcessor;
|
|
101
|
+
export declare const datetimeRuleProcessorMongoDB: RuleProcessor;
|
|
102
102
|
//#endregion
|
|
103
|
-
export { datetimeRuleProcessorCEL, datetimeRuleProcessorCypher, datetimeRuleProcessorDrizzle, datetimeRuleProcessorElasticSearch, datetimeRuleProcessorGremlin, datetimeRuleProcessorJSONata, datetimeRuleProcessorLDAP, datetimeRuleProcessorMongoDB, datetimeRuleProcessorMongoDBQuery, datetimeRuleProcessorNL, datetimeRuleProcessorParameterized, datetimeRuleProcessorPrisma, datetimeRuleProcessorSPARQL, datetimeRuleProcessorSQL, datetimeRuleProcessorSequelize, datetimeRuleProcessorSpEL, datetimeRuleProcessorTanStackDB, datetimeValueProcessorANSI, datetimeValueProcessorMSSQL, datetimeValueProcessorMySQL, datetimeValueProcessorOracle, datetimeValueProcessorPostgreSQL, jsonLogicDateTimeOperations, rqbDateTimeLibraryAPI };
|
|
104
103
|
//# sourceMappingURL=react-querybuilder_datetime.production.dayjs.d.mts.map
|
|
@@ -7,101 +7,100 @@ import { RuleProcessor, ValueProcessorByRule } from "@react-querybuilder/core";
|
|
|
7
7
|
* @deprecated This API will not be removed, but we recommend using one of the other
|
|
8
8
|
* {@link RQBDateTimeLibraryAPI}s based on a popular library instead.
|
|
9
9
|
*/
|
|
10
|
-
declare const rqbDateTimeLibraryAPI: RQBDateTimeLibraryAPI;
|
|
10
|
+
export declare const rqbDateTimeLibraryAPI: RQBDateTimeLibraryAPI;
|
|
11
11
|
//#endregion
|
|
12
12
|
//#region src/index.jsdate.d.ts
|
|
13
13
|
/**
|
|
14
14
|
* Custom JsonLogic date/time operations using JavaScript `Date`.
|
|
15
15
|
*/
|
|
16
|
-
declare const jsonLogicDateTimeOperations: RQBJsonLogicDateTimeOperations;
|
|
16
|
+
export declare const jsonLogicDateTimeOperations: RQBJsonLogicDateTimeOperations;
|
|
17
17
|
/**
|
|
18
18
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "sql" format using JavaScript `Date`
|
|
19
19
|
*/
|
|
20
|
-
declare const datetimeRuleProcessorSQL: RuleProcessor;
|
|
20
|
+
export declare const datetimeRuleProcessorSQL: RuleProcessor;
|
|
21
21
|
/**
|
|
22
22
|
* {@link @react-querybuilder/core!formatQuery formatQuery} value processor for "sql" format ("ansi" preset) using JavaScript `Date`
|
|
23
23
|
*/
|
|
24
|
-
declare const datetimeValueProcessorANSI: ValueProcessorByRule;
|
|
24
|
+
export declare const datetimeValueProcessorANSI: ValueProcessorByRule;
|
|
25
25
|
/**
|
|
26
26
|
* {@link @react-querybuilder/core!formatQuery formatQuery} value processor for "sql" format ("mssql" preset) using JavaScript `Date`
|
|
27
27
|
*/
|
|
28
|
-
declare const datetimeValueProcessorMSSQL: ValueProcessorByRule;
|
|
28
|
+
export declare const datetimeValueProcessorMSSQL: ValueProcessorByRule;
|
|
29
29
|
/**
|
|
30
30
|
* {@link @react-querybuilder/core!formatQuery formatQuery} value processor for "sql" format ("mysql" preset) using JavaScript `Date`
|
|
31
31
|
*/
|
|
32
|
-
declare const datetimeValueProcessorMySQL: ValueProcessorByRule;
|
|
32
|
+
export declare const datetimeValueProcessorMySQL: ValueProcessorByRule;
|
|
33
33
|
/**
|
|
34
34
|
* {@link @react-querybuilder/core!formatQuery formatQuery} value processor for "sql" format ("oracle" preset) using JavaScript `Date`
|
|
35
35
|
*/
|
|
36
|
-
declare const datetimeValueProcessorOracle: ValueProcessorByRule;
|
|
36
|
+
export declare const datetimeValueProcessorOracle: ValueProcessorByRule;
|
|
37
37
|
/**
|
|
38
38
|
* {@link @react-querybuilder/core!formatQuery formatQuery} value processor for "sql" format ("postgresql" preset) using JavaScript `Date`
|
|
39
39
|
*/
|
|
40
|
-
declare const datetimeValueProcessorPostgreSQL: ValueProcessorByRule;
|
|
40
|
+
export declare const datetimeValueProcessorPostgreSQL: ValueProcessorByRule;
|
|
41
41
|
/**
|
|
42
42
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "cel" format using JavaScript `Date`
|
|
43
43
|
*/
|
|
44
|
-
declare const datetimeRuleProcessorCEL: RuleProcessor;
|
|
44
|
+
export declare const datetimeRuleProcessorCEL: RuleProcessor;
|
|
45
45
|
/**
|
|
46
46
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "jsonata" format using JavaScript `Date`
|
|
47
47
|
*/
|
|
48
|
-
declare const datetimeRuleProcessorJSONata: RuleProcessor;
|
|
48
|
+
export declare const datetimeRuleProcessorJSONata: RuleProcessor;
|
|
49
49
|
/**
|
|
50
50
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "mongodb_query" format using JavaScript `Date`
|
|
51
51
|
*/
|
|
52
|
-
declare const datetimeRuleProcessorMongoDBQuery: RuleProcessor;
|
|
52
|
+
export declare const datetimeRuleProcessorMongoDBQuery: RuleProcessor;
|
|
53
53
|
/**
|
|
54
54
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "natural_language" format using JavaScript `Date`
|
|
55
55
|
*/
|
|
56
|
-
declare const datetimeRuleProcessorNL: ValueProcessorByRule;
|
|
56
|
+
export declare const datetimeRuleProcessorNL: ValueProcessorByRule;
|
|
57
57
|
/**
|
|
58
58
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "cypher"/"gql" format using JavaScript `Date`
|
|
59
59
|
*/
|
|
60
|
-
declare const datetimeRuleProcessorCypher: RuleProcessor;
|
|
60
|
+
export declare const datetimeRuleProcessorCypher: RuleProcessor;
|
|
61
61
|
/**
|
|
62
62
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "sparql" format using JavaScript `Date`
|
|
63
63
|
*/
|
|
64
|
-
declare const datetimeRuleProcessorSPARQL: RuleProcessor;
|
|
64
|
+
export declare const datetimeRuleProcessorSPARQL: RuleProcessor;
|
|
65
65
|
/**
|
|
66
66
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "parameterized"/"parameterized_named" formats
|
|
67
67
|
*/
|
|
68
|
-
declare const datetimeRuleProcessorParameterized: RuleProcessor;
|
|
68
|
+
export declare const datetimeRuleProcessorParameterized: RuleProcessor;
|
|
69
69
|
/**
|
|
70
70
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "spel" format
|
|
71
71
|
*/
|
|
72
|
-
declare const datetimeRuleProcessorSpEL: RuleProcessor;
|
|
72
|
+
export declare const datetimeRuleProcessorSpEL: RuleProcessor;
|
|
73
73
|
/**
|
|
74
74
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "ldap" format
|
|
75
75
|
*/
|
|
76
|
-
declare const datetimeRuleProcessorLDAP: RuleProcessor;
|
|
76
|
+
export declare const datetimeRuleProcessorLDAP: RuleProcessor;
|
|
77
77
|
/**
|
|
78
78
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "gremlin" format
|
|
79
79
|
*/
|
|
80
|
-
declare const datetimeRuleProcessorGremlin: RuleProcessor;
|
|
80
|
+
export declare const datetimeRuleProcessorGremlin: RuleProcessor;
|
|
81
81
|
/**
|
|
82
82
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "prisma" format
|
|
83
83
|
*/
|
|
84
|
-
declare const datetimeRuleProcessorPrisma: RuleProcessor;
|
|
84
|
+
export declare const datetimeRuleProcessorPrisma: RuleProcessor;
|
|
85
85
|
/**
|
|
86
86
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "sequelize" format
|
|
87
87
|
*/
|
|
88
|
-
declare const datetimeRuleProcessorSequelize: RuleProcessor;
|
|
88
|
+
export declare const datetimeRuleProcessorSequelize: RuleProcessor;
|
|
89
89
|
/**
|
|
90
90
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "drizzle" format
|
|
91
91
|
*/
|
|
92
|
-
declare const datetimeRuleProcessorDrizzle: RuleProcessor;
|
|
92
|
+
export declare const datetimeRuleProcessorDrizzle: RuleProcessor;
|
|
93
93
|
/**
|
|
94
94
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "elasticsearch" format
|
|
95
95
|
*/
|
|
96
|
-
declare const datetimeRuleProcessorElasticSearch: RuleProcessor;
|
|
96
|
+
export declare const datetimeRuleProcessorElasticSearch: RuleProcessor;
|
|
97
97
|
/**
|
|
98
98
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "tanstack_db" format
|
|
99
99
|
*/
|
|
100
|
-
declare const datetimeRuleProcessorTanStackDB: RuleProcessor;
|
|
100
|
+
export declare const datetimeRuleProcessorTanStackDB: RuleProcessor;
|
|
101
101
|
/**
|
|
102
102
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for (deprecated) "mongodb" format
|
|
103
103
|
*/
|
|
104
|
-
declare const datetimeRuleProcessorMongoDB: RuleProcessor;
|
|
104
|
+
export declare const datetimeRuleProcessorMongoDB: RuleProcessor;
|
|
105
105
|
//#endregion
|
|
106
|
-
export { datetimeRuleProcessorCEL, datetimeRuleProcessorCypher, datetimeRuleProcessorDrizzle, datetimeRuleProcessorElasticSearch, datetimeRuleProcessorGremlin, datetimeRuleProcessorJSONata, datetimeRuleProcessorLDAP, datetimeRuleProcessorMongoDB, datetimeRuleProcessorMongoDBQuery, datetimeRuleProcessorNL, datetimeRuleProcessorParameterized, datetimeRuleProcessorPrisma, datetimeRuleProcessorSPARQL, datetimeRuleProcessorSQL, datetimeRuleProcessorSequelize, datetimeRuleProcessorSpEL, datetimeRuleProcessorTanStackDB, datetimeValueProcessorANSI, datetimeValueProcessorMSSQL, datetimeValueProcessorMySQL, datetimeValueProcessorOracle, datetimeValueProcessorPostgreSQL, jsonLogicDateTimeOperations, rqbDateTimeLibraryAPI };
|
|
107
106
|
//# sourceMappingURL=react-querybuilder_datetime.production.jsdate.d.mts.map
|
|
@@ -4,101 +4,100 @@ import { RuleProcessor, ValueProcessorByRule } from "@react-querybuilder/core";
|
|
|
4
4
|
/**
|
|
5
5
|
* {@link RQBDateTimeLibraryAPI} for Luxon
|
|
6
6
|
*/
|
|
7
|
-
declare const rqbDateTimeLibraryAPI: RQBDateTimeLibraryAPI;
|
|
7
|
+
export declare const rqbDateTimeLibraryAPI: RQBDateTimeLibraryAPI;
|
|
8
8
|
//#endregion
|
|
9
9
|
//#region src/index.luxon.d.ts
|
|
10
10
|
/**
|
|
11
11
|
* Custom JsonLogic date/time operations using Luxon
|
|
12
12
|
*/
|
|
13
|
-
declare const jsonLogicDateTimeOperations: RQBJsonLogicDateTimeOperations;
|
|
13
|
+
export declare const jsonLogicDateTimeOperations: RQBJsonLogicDateTimeOperations;
|
|
14
14
|
/**
|
|
15
15
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "sql" format using Luxon
|
|
16
16
|
*/
|
|
17
|
-
declare const datetimeRuleProcessorSQL: RuleProcessor;
|
|
17
|
+
export declare const datetimeRuleProcessorSQL: RuleProcessor;
|
|
18
18
|
/**
|
|
19
19
|
* {@link @react-querybuilder/core!formatQuery formatQuery} value processor for "sql" format ("ansi" preset) using Luxon
|
|
20
20
|
*/
|
|
21
|
-
declare const datetimeValueProcessorANSI: ValueProcessorByRule;
|
|
21
|
+
export declare const datetimeValueProcessorANSI: ValueProcessorByRule;
|
|
22
22
|
/**
|
|
23
23
|
* {@link @react-querybuilder/core!formatQuery formatQuery} value processor for "sql" format ("mssql" preset) using Luxon
|
|
24
24
|
*/
|
|
25
|
-
declare const datetimeValueProcessorMSSQL: ValueProcessorByRule;
|
|
25
|
+
export declare const datetimeValueProcessorMSSQL: ValueProcessorByRule;
|
|
26
26
|
/**
|
|
27
27
|
* {@link @react-querybuilder/core!formatQuery formatQuery} value processor for "sql" format ("mysql" preset) using Luxon
|
|
28
28
|
*/
|
|
29
|
-
declare const datetimeValueProcessorMySQL: ValueProcessorByRule;
|
|
29
|
+
export declare const datetimeValueProcessorMySQL: ValueProcessorByRule;
|
|
30
30
|
/**
|
|
31
31
|
* {@link @react-querybuilder/core!formatQuery formatQuery} value processor for "sql" format ("oracle" preset) using Luxon
|
|
32
32
|
*/
|
|
33
|
-
declare const datetimeValueProcessorOracle: ValueProcessorByRule;
|
|
33
|
+
export declare const datetimeValueProcessorOracle: ValueProcessorByRule;
|
|
34
34
|
/**
|
|
35
35
|
* {@link @react-querybuilder/core!formatQuery formatQuery} value processor for "sql" format ("postgresql" preset) using Luxon
|
|
36
36
|
*/
|
|
37
|
-
declare const datetimeValueProcessorPostgreSQL: ValueProcessorByRule;
|
|
37
|
+
export declare const datetimeValueProcessorPostgreSQL: ValueProcessorByRule;
|
|
38
38
|
/**
|
|
39
39
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "cel" format using Luxon
|
|
40
40
|
*/
|
|
41
|
-
declare const datetimeRuleProcessorCEL: ValueProcessorByRule;
|
|
41
|
+
export declare const datetimeRuleProcessorCEL: ValueProcessorByRule;
|
|
42
42
|
/**
|
|
43
43
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "jsonata" format using Luxon
|
|
44
44
|
*/
|
|
45
|
-
declare const datetimeRuleProcessorJSONata: RuleProcessor;
|
|
45
|
+
export declare const datetimeRuleProcessorJSONata: RuleProcessor;
|
|
46
46
|
/**
|
|
47
47
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "mongodb_query" format using Luxon
|
|
48
48
|
*/
|
|
49
|
-
declare const datetimeRuleProcessorMongoDBQuery: ValueProcessorByRule;
|
|
49
|
+
export declare const datetimeRuleProcessorMongoDBQuery: ValueProcessorByRule;
|
|
50
50
|
/**
|
|
51
51
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "natural_language" format using Luxon
|
|
52
52
|
*/
|
|
53
|
-
declare const datetimeRuleProcessorNL: ValueProcessorByRule;
|
|
53
|
+
export declare const datetimeRuleProcessorNL: ValueProcessorByRule;
|
|
54
54
|
/**
|
|
55
55
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "cypher"/"gql" format using Luxon
|
|
56
56
|
*/
|
|
57
|
-
declare const datetimeRuleProcessorCypher: ValueProcessorByRule;
|
|
57
|
+
export declare const datetimeRuleProcessorCypher: ValueProcessorByRule;
|
|
58
58
|
/**
|
|
59
59
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "sparql" format using Luxon
|
|
60
60
|
*/
|
|
61
|
-
declare const datetimeRuleProcessorSPARQL: ValueProcessorByRule;
|
|
61
|
+
export declare const datetimeRuleProcessorSPARQL: ValueProcessorByRule;
|
|
62
62
|
/**
|
|
63
63
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "parameterized"/"parameterized_named" formats
|
|
64
64
|
*/
|
|
65
|
-
declare const datetimeRuleProcessorParameterized: RuleProcessor;
|
|
65
|
+
export declare const datetimeRuleProcessorParameterized: RuleProcessor;
|
|
66
66
|
/**
|
|
67
67
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "spel" format
|
|
68
68
|
*/
|
|
69
|
-
declare const datetimeRuleProcessorSpEL: RuleProcessor;
|
|
69
|
+
export declare const datetimeRuleProcessorSpEL: RuleProcessor;
|
|
70
70
|
/**
|
|
71
71
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "ldap" format
|
|
72
72
|
*/
|
|
73
|
-
declare const datetimeRuleProcessorLDAP: RuleProcessor;
|
|
73
|
+
export declare const datetimeRuleProcessorLDAP: RuleProcessor;
|
|
74
74
|
/**
|
|
75
75
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "gremlin" format
|
|
76
76
|
*/
|
|
77
|
-
declare const datetimeRuleProcessorGremlin: RuleProcessor;
|
|
77
|
+
export declare const datetimeRuleProcessorGremlin: RuleProcessor;
|
|
78
78
|
/**
|
|
79
79
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "prisma" format
|
|
80
80
|
*/
|
|
81
|
-
declare const datetimeRuleProcessorPrisma: RuleProcessor;
|
|
81
|
+
export declare const datetimeRuleProcessorPrisma: RuleProcessor;
|
|
82
82
|
/**
|
|
83
83
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "sequelize" format
|
|
84
84
|
*/
|
|
85
|
-
declare const datetimeRuleProcessorSequelize: RuleProcessor;
|
|
85
|
+
export declare const datetimeRuleProcessorSequelize: RuleProcessor;
|
|
86
86
|
/**
|
|
87
87
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "drizzle" format
|
|
88
88
|
*/
|
|
89
|
-
declare const datetimeRuleProcessorDrizzle: RuleProcessor;
|
|
89
|
+
export declare const datetimeRuleProcessorDrizzle: RuleProcessor;
|
|
90
90
|
/**
|
|
91
91
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "elasticsearch" format
|
|
92
92
|
*/
|
|
93
|
-
declare const datetimeRuleProcessorElasticSearch: RuleProcessor;
|
|
93
|
+
export declare const datetimeRuleProcessorElasticSearch: RuleProcessor;
|
|
94
94
|
/**
|
|
95
95
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for "tanstack_db" format
|
|
96
96
|
*/
|
|
97
|
-
declare const datetimeRuleProcessorTanStackDB: RuleProcessor;
|
|
97
|
+
export declare const datetimeRuleProcessorTanStackDB: RuleProcessor;
|
|
98
98
|
/**
|
|
99
99
|
* {@link @react-querybuilder/core!formatQuery formatQuery} rule processor for (deprecated) "mongodb" format
|
|
100
100
|
*/
|
|
101
|
-
declare const datetimeRuleProcessorMongoDB: RuleProcessor;
|
|
101
|
+
export declare const datetimeRuleProcessorMongoDB: RuleProcessor;
|
|
102
102
|
//#endregion
|
|
103
|
-
export { datetimeRuleProcessorCEL, datetimeRuleProcessorCypher, datetimeRuleProcessorDrizzle, datetimeRuleProcessorElasticSearch, datetimeRuleProcessorGremlin, datetimeRuleProcessorJSONata, datetimeRuleProcessorLDAP, datetimeRuleProcessorMongoDB, datetimeRuleProcessorMongoDBQuery, datetimeRuleProcessorNL, datetimeRuleProcessorParameterized, datetimeRuleProcessorPrisma, datetimeRuleProcessorSPARQL, datetimeRuleProcessorSQL, datetimeRuleProcessorSequelize, datetimeRuleProcessorSpEL, datetimeRuleProcessorTanStackDB, datetimeValueProcessorANSI, datetimeValueProcessorMSSQL, datetimeValueProcessorMySQL, datetimeValueProcessorOracle, datetimeValueProcessorPostgreSQL, jsonLogicDateTimeOperations, rqbDateTimeLibraryAPI };
|
|
104
103
|
//# sourceMappingURL=react-querybuilder_datetime.production.luxon.d.mts.map
|