@stndrds/schema 0.1.0-alpha.19 → 0.1.0-alpha.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/chunk-3RVLIIUK.mjs +9257 -0
- package/dist/chunk-4SW4V3YU.mjs +8854 -0
- package/dist/chunk-6FNFXEQY.mjs +9316 -0
- package/dist/chunk-6TJR4WDK.mjs +9262 -0
- package/dist/chunk-7GSIXU67.mjs +8820 -0
- package/dist/chunk-BQUYTOB3.mjs +8815 -0
- package/dist/chunk-BSAR4UKK.mjs +8851 -0
- package/dist/chunk-F27AKBTL.mjs +9452 -0
- package/dist/chunk-HSNBVKQU.mjs +9316 -0
- package/dist/chunk-I4TTNDN7.mjs +8910 -0
- package/dist/chunk-JJLODIBK.mjs +9389 -0
- package/dist/chunk-KDHA2N7D.mjs +8927 -0
- package/dist/chunk-MAXEN3GU.mjs +9266 -0
- package/dist/chunk-MX4X4UEN.mjs +8854 -0
- package/dist/chunk-OJWVSONX.mjs +8900 -0
- package/dist/chunk-PMYSW54L.mjs +8855 -0
- package/dist/chunk-Y5KIRAND.mjs +8916 -0
- package/dist/chunk-ZD3BFM25.mjs +9316 -0
- package/dist/chunk-ZU5SR355.mjs +8862 -0
- package/dist/index.d.mts +8 -197
- package/dist/index.d.ts +8 -197
- package/dist/index.js +921 -272
- package/dist/index.mjs +21 -5
- package/dist/runtime-09fOm3VO.d.mts +6383 -0
- package/dist/runtime-09fOm3VO.d.ts +6383 -0
- package/dist/runtime-0gaIqXql.d.mts +7074 -0
- package/dist/runtime-0gaIqXql.d.ts +7074 -0
- package/dist/runtime-3u5doYAK.d.mts +6934 -0
- package/dist/runtime-3u5doYAK.d.ts +6934 -0
- package/dist/runtime-B6mOrMV4.d.mts +6985 -0
- package/dist/runtime-B6mOrMV4.d.ts +6985 -0
- package/dist/runtime-BMHqETm7.d.mts +6450 -0
- package/dist/runtime-BMHqETm7.d.ts +6450 -0
- package/dist/runtime-BNML-fPx.d.mts +6969 -0
- package/dist/runtime-BNML-fPx.d.ts +6969 -0
- package/dist/runtime-BPdsKDJo.d.mts +6969 -0
- package/dist/runtime-BPdsKDJo.d.ts +6969 -0
- package/dist/runtime-BpsaNQPs.d.mts +6397 -0
- package/dist/runtime-BpsaNQPs.d.ts +6397 -0
- package/dist/runtime-CHAkwiwa.d.mts +6450 -0
- package/dist/runtime-CHAkwiwa.d.ts +6450 -0
- package/dist/runtime-CfVfZtoq.d.mts +6437 -0
- package/dist/runtime-CfVfZtoq.d.ts +6437 -0
- package/dist/runtime-D1jyS1lS.d.mts +7008 -0
- package/dist/runtime-D1jyS1lS.d.ts +7008 -0
- package/dist/runtime-DjEUAeL4.d.mts +6713 -0
- package/dist/runtime-DjEUAeL4.d.ts +6713 -0
- package/dist/runtime-rTM9ddEe.d.mts +6934 -0
- package/dist/runtime-rTM9ddEe.d.ts +6934 -0
- package/dist/runtime-xLzAkAnp.d.mts +6969 -0
- package/dist/runtime-xLzAkAnp.d.ts +6969 -0
- package/dist/runtime-xtAfMn_f.d.mts +6436 -0
- package/dist/runtime-xtAfMn_f.d.ts +6436 -0
- package/dist/runtime.d.mts +1 -1
- package/dist/runtime.d.ts +1 -1
- package/dist/runtime.js +901 -272
- package/dist/runtime.mjs +17 -5
- package/package.json +2 -2
package/dist/runtime.mjs
CHANGED
|
@@ -11,17 +11,22 @@ import {
|
|
|
11
11
|
NoopHookRegistry,
|
|
12
12
|
ObjectSchemaService,
|
|
13
13
|
PermissionService,
|
|
14
|
+
QueryBuilder,
|
|
15
|
+
QueryMultipleResultsError,
|
|
16
|
+
QueryNoResultError,
|
|
14
17
|
RecordService,
|
|
15
18
|
RelationResolverService,
|
|
16
19
|
RelationService,
|
|
17
20
|
RollupScheduler,
|
|
18
21
|
RollupService,
|
|
22
|
+
SHORTCUT_TO_FILTER_OPERATOR,
|
|
19
23
|
UserProfileService,
|
|
20
24
|
UserService,
|
|
21
25
|
ViewService,
|
|
22
26
|
buildAuditChanges,
|
|
27
|
+
createDefaultState,
|
|
23
28
|
createMockAdapter,
|
|
24
|
-
|
|
29
|
+
createQueryBuilder,
|
|
25
30
|
enrichValuesWithSelectLabels,
|
|
26
31
|
evaluateFormula,
|
|
27
32
|
evaluateFormulaAttribute,
|
|
@@ -34,6 +39,8 @@ import {
|
|
|
34
39
|
extractRelationReferences,
|
|
35
40
|
flattenRelationsForEval,
|
|
36
41
|
formatFormulaResult,
|
|
42
|
+
formatRecord,
|
|
43
|
+
formatRecords,
|
|
37
44
|
getPathDepth,
|
|
38
45
|
getRelationPath,
|
|
39
46
|
getSyncPreview,
|
|
@@ -43,7 +50,6 @@ import {
|
|
|
43
50
|
isLabelExpression,
|
|
44
51
|
parsePath,
|
|
45
52
|
pathHasManyCardinality,
|
|
46
|
-
registerAllRollupHooks,
|
|
47
53
|
renderLabelExpression,
|
|
48
54
|
resolveMultiplePaths,
|
|
49
55
|
resolveSingleValue,
|
|
@@ -55,7 +61,7 @@ import {
|
|
|
55
61
|
validatePath,
|
|
56
62
|
verifyNativeObjectsSync,
|
|
57
63
|
verifyNativeViewsSync
|
|
58
|
-
} from "./chunk-
|
|
64
|
+
} from "./chunk-F27AKBTL.mjs";
|
|
59
65
|
export {
|
|
60
66
|
AuditService,
|
|
61
67
|
DEFAULT_LABEL_FALLBACK,
|
|
@@ -69,17 +75,22 @@ export {
|
|
|
69
75
|
NoopHookRegistry,
|
|
70
76
|
ObjectSchemaService,
|
|
71
77
|
PermissionService,
|
|
78
|
+
QueryBuilder,
|
|
79
|
+
QueryMultipleResultsError,
|
|
80
|
+
QueryNoResultError,
|
|
72
81
|
RecordService,
|
|
73
82
|
RelationResolverService,
|
|
74
83
|
RelationService,
|
|
75
84
|
RollupScheduler,
|
|
76
85
|
RollupService,
|
|
86
|
+
SHORTCUT_TO_FILTER_OPERATOR,
|
|
77
87
|
UserProfileService,
|
|
78
88
|
UserService,
|
|
79
89
|
ViewService,
|
|
80
90
|
buildAuditChanges,
|
|
91
|
+
createDefaultState,
|
|
81
92
|
createMockAdapter,
|
|
82
|
-
|
|
93
|
+
createQueryBuilder,
|
|
83
94
|
enrichValuesWithSelectLabels,
|
|
84
95
|
evaluateFormula,
|
|
85
96
|
evaluateFormulaAttribute,
|
|
@@ -92,6 +103,8 @@ export {
|
|
|
92
103
|
extractRelationReferences,
|
|
93
104
|
flattenRelationsForEval,
|
|
94
105
|
formatFormulaResult,
|
|
106
|
+
formatRecord,
|
|
107
|
+
formatRecords,
|
|
95
108
|
getPathDepth,
|
|
96
109
|
getRelationPath,
|
|
97
110
|
getSyncPreview,
|
|
@@ -101,7 +114,6 @@ export {
|
|
|
101
114
|
isLabelExpression,
|
|
102
115
|
parsePath,
|
|
103
116
|
pathHasManyCardinality,
|
|
104
|
-
registerAllRollupHooks,
|
|
105
117
|
renderLabelExpression,
|
|
106
118
|
resolveMultiplePaths,
|
|
107
119
|
resolveSingleValue,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stndrds/schema",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.21",
|
|
4
4
|
"description": "Standard schema definitions and utilities",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"expr-eval": "^2.0.2",
|
|
25
25
|
"zod": "^4.2.1",
|
|
26
|
-
"@stndrds/constants": "0.1.0-alpha.
|
|
26
|
+
"@stndrds/constants": "0.1.0-alpha.21"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@vitest/coverage-v8": "^2.1.9",
|